[
  {
    "path": ".dockerignore",
    "content": "HEAD\n.cache\nv*\nalias\n\n# For testing\ntest/bak\n.urchin.log\n.urchin_stdout\ntest/**/test_output\ntest/**/.nvmrc\n\nnode_modules/\nnpm-debug.log\n\n.DS_Store\ncurrent\n"
  },
  {
    "path": ".editorconfig",
    "content": "root = true\n\n[*]\ntab_width = 2\nindent_size = 2\ncharset = utf-8\nend_of_line = lf\nindent_style = space\ninsert_final_newline = true\ntrim_trailing_whitespace = true\n\n[*.txt]\nindent_size = false\n\n[test/fast/Listing versions/Running 'nvm ls' calls into nvm_alias]\nindent_size = false\n\n[test/fast/Listing versions/Running 'nvm ls --no-alias' does not call into nvm_alias]\nindent_size = false\n\n[test/fast/Unit tests/mocks/**]\ninsert_final_newline = off\n\n[test/**/.urchin*]\ninsert_final_newline = off\n\n[Makefile]\nindent_style = tab\n\n[test/fixtures/nvmrc/**]\nindent_style = off\ninsert_final_newline = off\n\n[test/fixtures/actual/alias/empty]\ninsert_final_newline = off\n"
  },
  {
    "path": ".gitattributes",
    "content": "* text=auto eol=lf\n"
  },
  {
    "path": ".github/FUNDING.yml",
    "content": "# These are supported funding model platforms\n\ngithub: [ljharb]\npatreon: # Replace with a single Patreon username\nopen_collective: # Replace with a single Open Collective username\nko_fi: # Replace with a single Ko-fi username\ntidelift: npm/nvm\ncommunity_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry\nliberapay: # Replace with a single Liberapay username\nissuehunt: # Replace with a single IssueHunt username\notechie: # Replace with a single Otechie username\ncustom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']\n"
  },
  {
    "path": ".github/INCIDENT_RESPONSE_PLAN.md",
    "content": "# Incident Response Process for **nvm**\n\n## Reporting a Vulnerability\n\nWe take the security of **nvm** very seriously. If you believe you’ve found a security vulnerability, please inform us responsibly through coordinated disclosure.\n\n### How to Report\n\n> **Do not** report security vulnerabilities through public GitHub issues, discussions, or social media.\n\nInstead, please use one of these secure channels:\n\n1. **GitHub Security Advisories**\n    Use the **Report a vulnerability** button in the Security tab of the [nvm-sh/nvm repository](https://github.com/nvm-sh/nvm).\n\n2. **Email**\n    Follow the posted [Security Policy](https://github.com/nvm-sh/nvm/security/policy).\n\n### What to Include\n\n**Required Information:**\n- Brief description of the vulnerability type\n- Affected version(s) and components\n- Steps to reproduce the issue\n- Impact assessment (what an attacker could achieve)\n\n**Helpful Additional Details:**\n- Full paths of affected scripts or files\n- Specific commit or branch where the issue exists\n- Required configuration to reproduce\n- Proof-of-concept code (if available)\n- Suggested mitigation or fix\n\n## Our Response Process\n\n**Timeline Commitments:**\n- **Initial acknowledgment**: Within 24 hours\n- **Detailed response**: Within 3 business days\n- **Status updates**: Every 7 days until resolved\n- **Resolution target**: 90 days for most issues\n\n**What We’ll Do:**\n1. Acknowledge your report and assign a tracking ID\n2. Assess the vulnerability and determine severity\n3. Develop and test a fix\n4. Coordinate disclosure timeline with you\n5. Release a security update and publish an advisory and CVE\n6. Credit you in our security advisory (if desired)\n\n## Disclosure Policy\n\n- **Coordinated disclosure**: We’ll work with you on timing\n- **Typical timeline**: 90 days from report to public disclosure\n- **Early disclosure**: If actively exploited\n- **Delayed disclosure**: For complex issues\n\n## Scope\n\n**In Scope:**\n- **nvm** project (all supported versions)\n- Installation and update scripts (`install.sh`, `nvm.sh`)\n- Official documentation and CI/CD integrations\n- Dependencies with direct security implications\n\n**Out of Scope:**\n- Third-party forks or mirrors\n- Platform-specific installs outside core scripts\n- Social engineering or physical attacks\n- Theoretical vulnerabilities without practical exploitation\n\n## Security Measures\n\n**Our Commitments:**\n- Regular vulnerability scanning via GitHub Actions\n- Automated security checks in CI/CD pipelines\n- Secure scripting practices and mandatory code review\n- Prompt patch releases for critical issues\n\n**User Responsibilities:**\n- Keep **nvm** updated\n- Verify script downloads via PGP signatures\n- Follow secure configuration guidelines for shell environments\n\n## Legal Safe Harbor\n\n**We will NOT:**\n- Initiate legal action\n- Contact law enforcement\n- Suspend or terminate your access\n\n**You must:**\n- Only test against your own installations\n- Not access, modify, or delete user data\n- Not degrade service availability\n- Not publicly disclose before coordinated disclosure\n- Act in good faith\n\n## Recognition\n\n- **Advisory Credits**: Credit in GitHub Security Advisories (unless anonymous)\n\n## Security Updates\n\n**Stay Informed:**\n- Subscribe to GitHub releases for **nvm**\n- Enable GitHub Security Advisory notifications\n\n**Update Process:**\n- Patch releases (e.g., v0.40.3 → v0.40.4)\n- Out-of-band releases for critical issues\n- Advisories via GitHub Security Advisories\n\n## Contact Information\n\n- **Security reports**: Security tab of [nvm-sh/nvm](https://github.com/nvm-sh/nvm/security)\n- **General inquiries**: GitHub Discussions or Issues\n\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: false\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/issue_template.md",
    "content": "---\nname: File an issue…\nabout: Create a report to help us improve\ntitle: ''\nlabels: ''\nassignees: ''\n\n---\n\n<!-- Thank you for being interested in nvm! Please help us by filling out the following form if you‘re having trouble. If you have a feature request, or some other question, please feel free to clear out the form. Thanks! -->\n\n#### Operating system and version:\n\n#### `nvm debug` output:\n<details>\n<!-- do not delete the following blank line -->\n\n```sh\n\n```\n</details>\n\n#### `nvm ls` output:\n<details>\n<!-- do not delete the following blank line -->\n\n```sh\n\n```\n</details>\n\n#### How did you install `nvm`?\n<!-- (e.g. install script in readme, Homebrew) -->\n\n#### What steps did you perform?\n\n#### What happened?\n\n#### What did you expect to happen?\n\n#### Is there anything in any of your profile files that modifies the `PATH`?\n<!--  (e.g. `.bashrc`, `.bash_profile`, `.zshrc`, etc) -->\n\n<!-- Please remove the following section if it does not apply to you -->\n#### If you are having installation issues, or getting \"N/A\", what does `curl -I --compressed -v https://nodejs.org/dist/` print out?\n<details>\n<!-- do not delete the following blank line -->\n\n```sh\n\n```\n</details>\n"
  },
  {
    "path": ".github/SECURITY.md",
    "content": "# Security\n\nPlease file a private vulnerability report via GitHub, email [@ljharb](https://github.com/ljharb), or see https://tidelift.com/security if you have a potential security vulnerability to report.\n\n## Escalation\n\nIf you do not receive an acknowledgement of your report within 6 business days, or if you cannot find a private security contact for the project, you may escalate to the OpenJS Foundation CNA at `security@lists.openjsf.org`.\n\nIf the project acknowledges your report but does not provide any further response or engagement within 14 days, escalation is also appropriate.\n\n\n## OpenSSF CII Best Practices\n\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/684/badge)](https://bestpractices.coreinfrastructure.org/projects/684)\n\nThere are three “tiers”: passing, silver, and gold.\n\n### Passing\nWe meet 100% of the “passing” criteria.\n\n### Silver\nWe meet 100% of the “silver” criteria.\n\n### Gold\nWe meet 78% of the “gold” criteria. The gaps are as follows:\n  - because we only have one maintainer, the project has no way to continue if that maintainer stops being active.\n  - We do not include a copyright or license statement in each source file. Efforts are underway to change this archaic practice into a suggestion instead of a hard requirement.\n\n## Threat Model\n\nSee [THREAT_MODEL.md](.github/THREAT_MODEL.md).\n\n## Incident Response Plan\n\nPlease see our [Incident Response Plan](.github/INCIDENT_RESPONSE_PLAN.md).\n"
  },
  {
    "path": ".github/THREAT_MODEL.md",
    "content": "# `nvm` Threat Model\n\n## Introduction\n\nThreat model analysis assists organizations to proactively identify potential security threats and vulnerabilities, enabling them to develop effective strategies to mitigate these risks before they are exploited by attackers.\nFurthermore, this often helps to improve the overall security and resilience of a system or application.\n\nThe aim of this section is to facilitate the identification of potential security threats and vulnerabilities that may be exploited by adversaries, along with possible outcomes and appropriate mitigations.\n\n## Relevant assets and threat actors\n\nThe following assets are considered important for the `nvm` project:\n  - `nvm` source code and project documentation\n  - Underlying `nvm` dependencies\n  - `nvm` development infrastructure\n  - `nvm` installed devices including servers\n\nThe following threat actors are considered relevant to the `nvm` application:\n  - External malicious attackers\n  - Internal malicious attackers\n  - Services\n  - Malicious insider actors\n  - Third-party libraries\n\n## Attack surface for external/internal attackers and services\n\nIn threat modeling, an attack surface refers to any possible point of entry that an attacker might use to exploit a system or application.\nThis includes all the paths and interfaces that an attacker may use to access, manipulate or extract sensitive data from a system.\nBy understanding the attack surface, organizations are typically able to identify potential attack vectors and implement appropriate countermeasures to mitigate risks.\n\nIn the following diagrams, _External Malicious Attacker_ applies to threat actors who do not yet have direct access to the `nvm` application and the underlying operating system, while the _Internal Malicious Attacker_ applies to an attacker with access to the device (computer, server), potentially after successfully exploiting a threat from the _External Malicious Attacker_ scenario.\n**Please note that some of the external threats may be also exploitable from internal threats and vice versa.**\n\n<img src=\"./external-threat-actor.png\" alt=\"Fig.: Possible attacks from internal and external threat actors and services\" />\nFig.: Possible attacks from internal and external threat actors and services\n\n## Identified threats\n\nThe identified threats against the `nvm` application are as follows:\n\n### Threat ID 1: `nvm` commands\n\nOverview: The `nvm` commands and subcommands take user input for handling and executing appropriate functions from the project directory (or any parent directory).\nWhen user-controlled inputs are not adequately validated and later passed to the `nvm` functions as a part of a command, an attacker might be able to execute operating system commands triggered by any parsing functionality.\n\nPossible Outcome: Attacks against `nvm` commands could lead to unauthorized access to user data or unauthorized access to the device (i.e. laptop or server, depending on where `nvm` is installed), resulting in loss of user private data stored on the device, among other possibilities.\n\nRecommendation: Input validation should be implemented to prevent attackers from requesting operating system commands.\nSimilarly, secure coding practices ought to be in place to minimize the risk of buffer overflow vulnerabilities.\n\n### Threat ID 2: URI scheme\n\nOverview: `nvm` commands heavily use the [Secure HyperText Transfer](https://datatracker.ietf.org/doc/html/rfc2660) protocol for `nvm` related actions.\nMissing [scheme](https://datatracker.ietf.org/doc/html/rfc3986#section-3.1) validation for any `nvm` command might result in file retrieval, enumeration, file overwrite, or [path traversal](https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/05-Authorization_Testing/01-Testing_Directory_Traversal_File_Include) attacks.\nAn example of this could be path validation for [`nvm_download`](https://github.com/nvm-sh/nvm/blob/ef7fc2f2c06ad75fe7fbabf28d427561ae7b007d/nvm.sh#L118), among many other possibilities.\n\nPossible Outcome: Security misconfiguration flaws for URI scheme may lead to unauthorized access to user data, as well as data integrity compromises.\n\nRecommendation: Adequate input validation should be implemented to prevent attackers from enumerating, retrieving and writing to application files and paths.\n\n### Threat ID 3: Communication channel\n\nOverview: The `nvm` commands and its subcommands use network protocol to communicate with external services.\nInsecure communication may allow malicious attackers to perform [_Man-in-the-Middle_](https://owasp.org/www-community/attacks/Manipulator-in-the-middle_attack) attacks in order to manipulate the data sent during the users’ active connection.\n\nPossible Outcome: Usage of plaintext communication protocols, like HTTP could lead to data sniffing and modification through insecure communications channels.\n\nRecommendation: Mitigation countermeasures such as data encryption should be in place to prevent data manipulation via insecure communication channels.\n\n### Threat ID 4: Environment variables\n\nOverview: Each `nvm` installation defines its environment variables, which should be secured from internal malicious attackers, preventing access control attack vectors.\nMissing stringent restrictions on setting variables, might allow attackers to prepare various targeted attacks against other local users, who use `nvm` in their user space.\nFor example, [_Privilege Escalation_](https://owasp.org/Top10/A01_2021-Broken_Access_Control/), [_Command Injection_](https://cwe.mitre.org/data/definitions/77.html), as well as many other parser-related attacks.\n\nPossible Outcome: Attacks against environment variables could lead to unauthorized access to the user space, resulting in the loss of user private data and disruptions in service availability.\n\nRecommendation: Adequate hardening of configuration file permissions should be in place for all relevant configuration files, as this provides protection against attackers able to manipulate variables and inject malicious code.\n\n## Attack surface for malicious insider actors and third-party libraries\n\nThe following diagram summarizes the main possible threats against the `nvm` project from malicious insider actors and third-party libraries:\n\n<img src=\"./insider-threat-actor-and-libs.png\" alt=\"Fig.: Possible attacks from insider threat actors and third-party libraries\" />\nFig.: Possible attacks from insider threat actors and third-party libraries\n\nThe identified threats against the `nvm` project are as follows:\n\n### Threat ID 1: Insider threat actor\n\n**Overview**: An insider threat actor, such as an `nvm` project contributor or employee with access to the code base, might abuse their role in the organization to modify the `nvm` application source code.\nFor example, intentionally adding malicious code snippets, clearing logs after being written and/or modifying specific sections of the documentation.\n\n**Possible Outcome**: Reputation damage, financial losses.\n\n**Recommendation**: Secure coding practices, code reviews, automated code scanning and separation of duties (i.e. requiring at least two developers to approve any code change) are potentially useful security controls to identify and mitigate vulnerabilities that may be introduced by an insider threat actor.\n\n### Threat ID 2: Third-party libraries\n\n**Overview**: Please note that while `nvm` does not currently make use of any third-party libraries, this might become an attack vector if that changes in the future.\nThird-party libraries may introduce potential risks related to maintaining security requirements by third-party vendors.\nAs a result, third-party libraries used by the `nvm` project, might contain vulnerabilities, such as [_Buffer Overflows_](https://owasp.org/www-community/vulnerabilities/Buffer_Overflow), [_Format String Vulnerabilities_](https://owasp.org/www-community/attacks/Format_string_attack), as well as many other types of weaknesses that, in a worst-case scenario may lead to _Remote Code Execution_ (_RCE_).\nAdditionally, the maintainer of a third-party dependency might introduce a vulnerability on purpose, or be compromised by an attacker that subsequently introduces vulnerable code.\n\n**Possible Outcome**: Code vulnerabilities may lead to unauthorized access to user data, loss of user private data, service disruptions and reputation damage.\n\n**Recommendation**: Third-party libraries should be kept up-to-date, applying patches to address publicly known vulnerabilities in a timely fashion.\nMonitoring and logging capabilities should also be in place to detect and respond to potential attacks.\nSLSA compliance may also be considered for further supply chain security hardening.\n"
  },
  {
    "path": ".github/workflows/codeql-analysis.yml",
    "content": "name: \"Code scanning - action\"\n\non:\n  push:\n  pull_request:\n  schedule:\n    - cron: '0 17 * * 4'\n\npermissions:\n  contents: read\n\njobs:\n  CodeQL-Build:\n\n    # CodeQL runs on ubuntu-latest and windows-latest\n    permissions:\n      actions: read  # for github/codeql-action/init to get workflow details\n      contents: read  # for actions/checkout to fetch code\n      security-events: write  # for github/codeql-action/autobuild to send a status report\n    runs-on: ubuntu-latest\n\n    steps:\n    - name: Checkout repository\n      uses: actions/checkout@v6\n      with:\n        persist-credentials: false\n\n    # Initializes the CodeQL tools for scanning.\n    - name: Initialize CodeQL\n      uses: github/codeql-action/init@v4\n      # Override language selection by uncommenting this and choosing your languages\n      # with:\n      #   languages: go, javascript, csharp, python, cpp, java\n\n    # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).\n    # If this step fails, then you should remove it and run the build manually (see below)\n    - name: Autobuild\n      uses: github/codeql-action/autobuild@v4\n\n    # ℹ️ Command-line programs to run using the OS shell.\n    # 📚 https://git.io/JvXDl\n\n    # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines\n    #    and modify them (or add more) to build your code if your project\n    #    uses a compiled language\n\n    #- run: |\n    #   make bootstrap\n    #   make release\n\n    - name: Perform CodeQL Analysis\n      uses: github/codeql-action/analyze@v4\n"
  },
  {
    "path": ".github/workflows/latest-npm.yml",
    "content": "name: 'Tests: `nvm install-latest-npm`'\n\non: [pull_request, push]\n\npermissions:\n  contents: read\n\njobs:\n  matrix:\n    runs-on: ubuntu-latest\n    outputs:\n      latest: ${{ steps.set-matrix.outputs.requireds }}\n    steps:\n      - name: Harden Runner\n        uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            iojs.org:443\n            nodejs.org:443\n            raw.githubusercontent.com:443\n      - uses: ljharb/actions/node/matrix@main\n        id: set-matrix\n        with:\n          versionsAsRoot: true\n          type: majors\n          preset: '>=1'\n\n  nodes:\n    needs: [matrix]\n    permissions:\n      contents: read\n    name: 'nvm install-latest-npm'\n    runs-on: ubuntu-latest\n\n    strategy:\n      fail-fast: false\n      matrix:\n        node-version: ${{ fromJson(needs.matrix.outputs.latest) }}\n        include:\n          - node-version: \"21\"\n          - node-version: \"20.5\"\n          - node-version: \"20.4\"\n          - node-version: \"14.17\"\n          - node-version: \"14.16\"\n          - node-version: \"9.2\"\n          - node-version: \"9.1\"\n          - node-version: \"9.0\"\n          - node-version: \"6.1\"\n          - node-version: \"5.9\"\n          - node-version: \"4.6\"\n          - node-version: \"4.5\"\n          - node-version: \"4.4\"\n          - node-version: \"0.12\"\n          - node-version: \"0.10\"\n\n    steps:\n      - name: Harden Runner\n        uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            raw.githubusercontent.com:443\n            iojs.org:443\n            nodejs.org:443\n            registry.npmjs.org:443\n      - uses: actions/checkout@v6\n      - uses: ljharb/actions/node/install@main\n        name: 'install node'\n        with:\n          node-version: ${{ matrix.node-version }}\n          skip-ls-check: true\n          skip-install: true\n          skip-latest-npm: true\n      - run: npm --version\n      - run: '. ./nvm.sh ; nvm install-latest-npm'\n        name: 'nvm install-latest-npm'\n      - run: npm --version\n\n  node:\n    permissions:\n      contents: none\n    name: 'nvm install-latest-npm'\n    needs: [nodes]\n    runs-on: ubuntu-latest\n    steps:\n      - run: true\n"
  },
  {
    "path": ".github/workflows/lint.yml",
    "content": "name: 'Tests: linting'\n\non: [pull_request, push]\n\npermissions:\n  contents: read\n\njobs:\n  eclint:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            raw.githubusercontent.com:443\n            nodejs.org:443\n            registry.npmjs.org:443\n      - uses: actions/checkout@v6\n      - uses: ljharb/actions/node/install@main\n        name: 'nvm install ${{ matrix.node-version }} && npm install'\n        with:\n          node-version: 'lts/*'\n      - run: npm run eclint\n\n  dockerfile_lint:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            ghcr.io:443\n            github.com:443\n            raw.githubusercontent.com:443\n            pkg-containers.githubusercontent.com:443\n            nodejs.org:443\n            registry.npmjs.org:443\n      - uses: actions/checkout@v6\n      - uses: ljharb/actions/node/install@main\n        name: 'nvm install ${{ matrix.node-version }} && npm install'\n        with:\n          node-version: 'lts/*'\n      - run: npm run dockerfile_lint\n\n  doctoc:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            raw.githubusercontent.com:443\n            nodejs.org:443\n            registry.npmjs.org:443\n      - uses: actions/checkout@v6\n      - uses: ljharb/actions/node/install@main\n        name: 'nvm install ${{ matrix.node-version }} && npm install'\n        with:\n          node-version: 'lts/*'\n      - run: npm run doctoc:check\n\n  test_naming:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            raw.githubusercontent.com:443\n      - uses: actions/checkout@v6\n      - name: check tests filenames\n        run: ./rename_test.sh --check\n\n  all:\n    permissions:\n      contents: none\n    name: 'all linting'\n    needs: [eclint, dockerfile_lint, doctoc, test_naming]\n    runs-on: ubuntu-latest\n    steps:\n      - run: true\n"
  },
  {
    "path": ".github/workflows/nodejs-org.yml",
    "content": "name: 'Update nodejs.org'\n\non:\n  push:\n    tags:\n      - 'v*'\n  workflow_dispatch:\n    inputs:\n      version:\n        description: 'nvm version tag (e.g., v0.40.4). Defaults to latest release.'\n        required: false\n        default: ''\n\npermissions:\n  contents: read\n\njobs:\n  update-nodejs-org:\n    if: github.repository == 'nvm-sh/nvm' && github.actor == 'ljharb'\n    permissions:\n      contents: none\n    name: 'Create PR to nodejs/nodejs.org'\n    runs-on: ubuntu-latest\n    steps:\n      - name: Harden Runner\n        uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            api.github.com:443\n\n      - name: Extract and validate version\n        id: version\n        run: |\n          set -euo pipefail\n\n          INPUT_VERSION=\"${{ inputs.version }}\"\n\n          if [ -n \"${INPUT_VERSION}\" ]; then\n            TAG=\"${INPUT_VERSION}\"\n          elif [ \"${GITHUB_REF_TYPE}\" = \"tag\" ]; then\n            TAG=\"${GITHUB_REF#refs/tags/}\"\n          else\n            TAG=\"$(gh api \"repos/${GITHUB_REPOSITORY}/releases/latest\" --jq '.tag_name')\"\n          fi\n\n          if ! printf '%s\\n' \"${TAG}\" | grep -qE '^v[0-9]+\\.[0-9]+\\.[0-9]+$'; then\n            echo \"::notice::Tag '${TAG}' does not match expected format vX.Y.Z, skipping\"\n            exit 0\n          fi\n\n          printf 'tag=%s\\n' \"${TAG}\" >> \"${GITHUB_OUTPUT}\"\n        env:\n          GH_TOKEN: ${{ github.token }}\n\n      - name: Set up fork and branch\n        if: steps.version.outputs.tag\n        id: fork\n        run: |\n          set -euo pipefail\n\n          BRANCH=\"nvm-${{ steps.version.outputs.tag }}\"\n\n          gh repo fork nodejs/nodejs.org --clone=false 2>&1 || true\n          FORK_OWNER=\"$(gh api user --jq '.login')\"\n\n          DEFAULT_BRANCH=\"$(gh api repos/nodejs/nodejs.org --jq '.default_branch')\"\n          UPSTREAM_SHA=\"$(gh api \"repos/nodejs/nodejs.org/git/ref/heads/${DEFAULT_BRANCH}\" --jq '.object.sha')\"\n\n          # Create or reset branch on fork to upstream HEAD\n          if ! gh api \"repos/${FORK_OWNER}/nodejs.org/git/refs\" \\\n            -f \"ref=refs/heads/${BRANCH}\" \\\n            -f \"sha=${UPSTREAM_SHA}\" > /dev/null 2>&1; then\n            gh api \"repos/${FORK_OWNER}/nodejs.org/git/refs/heads/${BRANCH}\" \\\n              -X PATCH \\\n              -f \"sha=${UPSTREAM_SHA}\" \\\n              -f \"force=true\" > /dev/null\n          fi\n\n          printf 'fork_owner=%s\\n' \"${FORK_OWNER}\" >> \"${GITHUB_OUTPUT}\"\n          printf 'branch=%s\\n' \"${BRANCH}\" >> \"${GITHUB_OUTPUT}\"\n        env:\n          GH_TOKEN: ${{ secrets.NODEJS_ORG_TOKEN }}\n\n      - name: Update nvm version in English snippet\n        if: steps.version.outputs.tag\n        id: update\n        run: |\n          set -euo pipefail\n\n          NEW_VERSION=\"${{ steps.version.outputs.tag }}\"\n          FORK_OWNER=\"${{ steps.fork.outputs.fork_owner }}\"\n          BRANCH=\"${{ steps.fork.outputs.branch }}\"\n          FILE_PATH=\"apps/site/snippets/en/download/nvm.bash\"\n          PATTERN='nvm-sh/nvm/v[0-9]+\\.[0-9]+\\.[0-9]+/install\\.sh'\n          REPLACEMENT=\"nvm-sh/nvm/${NEW_VERSION}/install.sh\"\n\n          # Get file content via API\n          FILE_RESPONSE=\"$(gh api \"repos/${FORK_OWNER}/nodejs.org/contents/${FILE_PATH}?ref=${BRANCH}\")\"\n          FILE_SHA=\"$(printf '%s' \"${FILE_RESPONSE}\" | jq -r '.sha')\"\n          printf '%s' \"${FILE_RESPONSE}\" | jq -r '.content' | base64 -d > \"${RUNNER_TEMP}/nvm.bash\"\n\n          # Validate exactly 1 match\n          MATCH_COUNT=\"$(grep -cE \"${PATTERN}\" \"${RUNNER_TEMP}/nvm.bash\" || true)\"\n\n          if [ \"${MATCH_COUNT}\" -eq 0 ]; then\n            echo \"::error::No nvm version pattern found in ${FILE_PATH}\"\n            exit 1\n          fi\n\n          if [ \"${MATCH_COUNT}\" -ne 1 ]; then\n            echo \"::error::Expected exactly 1 nvm version match in ${FILE_PATH}, found ${MATCH_COUNT}\"\n            exit 1\n          fi\n\n          # Replace and check for changes\n          cp \"${RUNNER_TEMP}/nvm.bash\" \"${RUNNER_TEMP}/nvm.bash.orig\"\n          sed -i -E \"s|${PATTERN}|${REPLACEMENT}|g\" \"${RUNNER_TEMP}/nvm.bash\"\n\n          if cmp -s \"${RUNNER_TEMP}/nvm.bash\" \"${RUNNER_TEMP}/nvm.bash.orig\"; then\n            echo \"::notice::English snippet already has version ${NEW_VERSION}\"\n            exit 0\n          fi\n\n          if ! grep -qF \"${REPLACEMENT}\" \"${RUNNER_TEMP}/nvm.bash\"; then\n            echo \"::error::Replacement verification failed in ${FILE_PATH}\"\n            exit 1\n          fi\n\n          # Update file via GitHub API (avoids git push workflow scope requirement)\n          NEW_CONTENT_B64=\"$(base64 -w 0 < \"${RUNNER_TEMP}/nvm.bash\")\"\n          gh api \"repos/${FORK_OWNER}/nodejs.org/contents/${FILE_PATH}\" \\\n            -X PUT \\\n            -f \"message=meta: bump nvm to ${NEW_VERSION}\" \\\n            -f \"content=${NEW_CONTENT_B64}\" \\\n            -f \"sha=${FILE_SHA}\" \\\n            -f \"branch=${BRANCH}\" \\\n            -f \"committer[name]=github-actions[bot]\" \\\n            -f \"committer[email]=41898282+github-actions[bot]@users.noreply.github.com\" > /dev/null\n\n          printf 'updated=true\\n' >> \"${GITHUB_OUTPUT}\"\n        env:\n          GH_TOKEN: ${{ secrets.NODEJS_ORG_TOKEN }}\n\n      - name: Create pull request\n        if: steps.update.outputs.updated\n        run: |\n          set -euo pipefail\n\n          NEW_VERSION=\"${{ steps.version.outputs.tag }}\"\n          FORK_OWNER=\"${{ steps.fork.outputs.fork_owner }}\"\n          BRANCH=\"${{ steps.fork.outputs.branch }}\"\n\n          BODY=\"Updates the English nvm install snippet to [\\`${NEW_VERSION}\\`](https://github.com/nvm-sh/nvm/releases/tag/${NEW_VERSION}). The translation system handles other locales.\n\n          Ref: https://github.com/nodejs/nodejs.org/issues/8628\"\n\n          gh pr create \\\n            --repo nodejs/nodejs.org \\\n            --head \"${FORK_OWNER}:${BRANCH}\" \\\n            --title \"meta: bump nvm to ${NEW_VERSION}\" \\\n            --body \"${BODY}\"\n        env:\n          GH_TOKEN: ${{ secrets.NODEJS_ORG_TOKEN }}\n"
  },
  {
    "path": ".github/workflows/nvm-install-test.yml",
    "content": "name: 'Tests: nvm install with set -e'\n\non:\n  pull_request:\n  push:\n  workflow_dispatch:\n    inputs:\n      ref:\n        description: 'git ref to use'\n        required: false\n        default: 'HEAD'\n\npermissions:\n  contents: read\n\njobs:\n  matrix:\n    runs-on: ubuntu-latest\n    outputs:\n      matrix: ${{ steps.matrix.outputs.matrix }}\n    steps:\n      - uses: actions/checkout@v6\n        with:\n          fetch-depth: 0\n      - id: matrix\n        run: |\n          if [ \"${{ github.event_name }}\" == \"workflow_dispatch\" ] && [ -n \"${{ github.event.inputs.ref }}\" ]; then\n            echo \"matrix=\\\"[\\\"${{ github.event.inputs.ref }}\\\"]\\\"\" >> $GITHUB_OUTPUT\n          else\n            TAGS=\"$((echo \"HEAD\" && git tag --sort=-v:refname --merged HEAD --format='%(refname:strip=2) %(creatordate:short)' | grep '^v' | while read tag date; do\n              if [ \"$(uname)\" == \"Darwin\" ]; then\n                timestamp=$(date -j -f \"%Y-%m-%d\" \"$date\" +%s)\n                threshold=$(date -j -v-4y +%s)\n              else\n                timestamp=$(date -d \"$date\" +%s)\n                threshold=$(date -d \"4 years ago\" +%s)\n              fi\n              if [ $timestamp -ge $threshold ]; then echo \"$tag\"; fi\n            done) | xargs)\"\n            echo $TAGS\n            TAGS_JSON=$(printf \"%s\\n\" $TAGS | jq -R . | jq -sc .)\n            echo \"matrix=${TAGS_JSON}\" >> $GITHUB_OUTPUT\n          fi\n\n  test:\n    needs: [matrix]\n    runs-on: ubuntu-latest\n    continue-on-error: ${{ matrix.ref == 'v0.40.0' }} # https://github.com/nvm-sh/nvm/issues/3405\n    strategy:\n      fail-fast: false\n      matrix:\n        ref: ${{ fromJson(needs.matrix.outputs.matrix) }}\n        has-nvmrc:\n          - 'no nvmrc'\n          - 'nvmrc'\n        shell-level:\n          - 1 shlvl\n          - 2 shlvls\n\n    steps:\n      - uses: actions/checkout@v6\n      - name: resolve HEAD to sha\n        run: |\n          if [ '${{ matrix.ref }}' = 'HEAD' ]; then\n            REF=\"$(git rev-parse HEAD)\"\n          else\n            REF=\"${{ matrix.ref }}\"\n          fi\n          echo \"resolved ref: ${REF}\"\n          echo \"ref=\"$REF\"\" >> $GITHUB_ENV\n      - run: echo $- # which options are set\n      - run: echo node > .nvmrc\n        if: ${{ matrix.has-nvmrc == 'nvmrc' }}\n      - run:  curl -I --compressed -v https://nodejs.org/dist/\n      - name: 'install nvm'\n        run: |\n          set -e\n          export NVM_INSTALL_VERSION=\"${ref}\"\n          curl -o- \"https://raw.githubusercontent.com/nvm-sh/nvm/${ref}/install.sh\" | bash\n      - name: nvm --version\n        run: |\n          set +e\n          . $NVM_DIR/nvm.sh && nvm --version\n      - name: nvm install in 1 shell level, ${{ matrix.has-nvmrc }}\n        if: ${{ matrix.shell-level == '1 shlvl' }}\n        run: |\n          set -ex\n          . $NVM_DIR/nvm.sh\n          echo nvm.sh sourced\n          nvm --version\n          if [ '${{ matrix.has-nvmrc }}' == 'nvmrc' ]; then\n            nvm install\n          fi\n      - name: nvm install in 2 shell levels, ${{ matrix.has-nvmrc }}\n        if: ${{ matrix.shell-level == '2 shlvls' }}\n        run: |\n          if [ '${{ matrix.has-nvmrc }}' == 'nvmrc' ]; then\n            bash -c \"set -ex && . $NVM_DIR/nvm.sh && echo nvm.sh sourced && nvm --version && nvm install\"\n          else\n            bash -c \"set -ex && . $NVM_DIR/nvm.sh && echo nvm.sh sourced && nvm --version\"\n          fi\n\n  finisher:\n    runs-on: ubuntu-latest\n    needs: [test]\n    steps:\n      - run: true\n"
  },
  {
    "path": ".github/workflows/rebase.yml",
    "content": "name: Automatic Rebase\n\non: [pull_request_target]\n\npermissions: read-all\n\njobs:\n  _:\n    name: \"Automatic Rebase\"\n\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v6\n      - uses: ljharb/rebase@master\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n"
  },
  {
    "path": ".github/workflows/release.yml",
    "content": "name: 'Tests: release process'\n\non: [pull_request, push]\n\npermissions:\n  contents: read\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Harden Runner\n        uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            api.github.com:443\n            objects.githubusercontent.com:443\n            raw.githubusercontent.com:443\n            release-assets.githubusercontent.com:443\n            registry.npmjs.org:443\n      - uses: actions/checkout@v6\n        with:\n          fetch-tags: true\n      - uses: actions/setup-node@v6\n        with:\n          node-version: \"14\"\n      - run: npm install\n      - name: Configure git\n        run: |\n          git config user.name github-actions\n          git config user.email github-actions@github.com\n          git fetch --unshallow --tags -f || git fetch --tags -f\n      - name: Attempt `make release` process\n        run: echo proceed | make TAG=99.99.99 release\n        env:\n          GIT_EDITOR: \"sed -i '1 s/^/99.99.99 make release test/'\"\n      - name: Ensure tag is created\n        run: git tag | grep v99.99.99\n"
  },
  {
    "path": ".github/workflows/require-allow-edits.yml",
    "content": "name: Require “Allow Edits”\n\non: [pull_request_target]\n\npermissions: read-all\n\njobs:\n  _:\n    name: \"Require “Allow Edits”\"\n\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: ljharb/require-allow-edits@main\n"
  },
  {
    "path": ".github/workflows/shellcheck.yml",
    "content": "name: 'Tests: shellcheck'\n\non: [pull_request, push]\n\npermissions:\n  contents: read\n\njobs:\n  shellcheck_matrix:\n    runs-on: ubuntu-latest\n    strategy:\n      fail-fast: false\n      matrix:\n        shell:\n          - bash\n          - sh\n          - dash\n          - ksh\n        file:\n          - nvm.sh\n        include:\n          - shell: bash\n            file: install.sh # only supported on bash\n          - shell: bash\n            file: bash_completion # only needed in bash/zsh\n          - shell: bash\n            file: nvm-exec # only runs in bash\n\n    steps:\n      - name: Harden Runner\n        uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            ghcr.io:443\n            github.com:443\n            pkg-containers.githubusercontent.com:443\n            formulae.brew.sh:443\n      - uses: actions/checkout@v6\n      - name: Set up Homebrew\n        uses: Homebrew/actions/setup-homebrew@master\n      - name: Install latest shellcheck\n        run: brew install shellcheck\n        env:\n          HOMEBREW_NO_ANALYTICS: 1\n      - run: which shellcheck\n      - run: shellcheck --version\n      - name: Run shellcheck on ${{ matrix.file }}\n        run: shellcheck -s ${{ matrix.shell }} ${{ matrix.file }}\n\n  shellcheck:\n      permissions:\n        contents: none\n      needs: [shellcheck_matrix]\n      runs-on: ubuntu-latest\n      steps:\n        - run: true\n"
  },
  {
    "path": ".github/workflows/tests-fast.yml",
    "content": "name: 'Tests: fast'\n\non: [push, pull_request]\n\npermissions:\n  contents: read\n\njobs:\n  fast:\n    permissions:\n      contents: read\n\n    name: 'fast (${{ matrix.shell }}, ${{ matrix.awk }})'\n    runs-on: ubuntu-latest\n    defaults:\n      run:\n        shell: 'script -q -e -c \"${{ matrix.shell }} {0}\"'\n\n    strategy:\n      fail-fast: false\n      matrix:\n        shell:\n          - sh\n          - bash\n          - dash\n          - zsh\n          # - ksh\n        awk:\n          - gawk\n          - mawk\n\n    steps:\n      - name: Harden Runner\n        uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            registry.npmjs.org:443\n            raw.githubusercontent.com:443\n            nodejs.org:443\n            iojs.org:443\n            unofficial-builds.nodejs.org:443\n            azure.archive.ubuntu.com:80\n            packages.microsoft.com:443\n            registry-1.docker.io:443\n            auth.docker.io:443\n            production.cloudflare.docker.com:443\n      - uses: actions/checkout@v6\n        with:\n          submodules: true\n      - name: Install zsh, additional shells, and awk variant\n        run: |\n          sudo apt-get update\n          sudo apt-get install -y zsh ${{ matrix.awk }}\n          if [ \"${{ matrix.shell }}\" != \"sh\" ] && [ \"${{ matrix.shell }}\" != \"bash\" ] && [ \"${{ matrix.shell }}\" != \"zsh\" ]; then\n            sudo apt-get install -y ${{ matrix.shell }}\n          fi\n          # Set the selected awk as the default\n          sudo update-alternatives --set awk /usr/bin/${{ matrix.awk }}\n        shell: bash\n      - run: sudo ${{ matrix.shell }} --version 2> /dev/null || dpkg -s ${{ matrix.shell }} 2> /dev/null || which ${{ matrix.shell }}\n      - run: awk --version 2>&1 | head -1 || awk -W version 2>&1 | head -1\n      - run: curl --version\n      - run: wget --version\n      - uses: ljharb/actions/node/install@main\n        name: 'npm install && version checks'\n        with:\n          node-version: 'lts/*'\n          skip-ls-check: true\n      - run: npm ls urchin\n      - run: npx which urchin\n      - run: env\n      - name: Hide system node\n        run: |\n          if [ -f /usr/local/bin/node ]; then sudo mv /usr/local/bin/node /usr/local/bin/node.bak; fi\n          if [ -f /usr/local/bin/npm ]; then sudo mv /usr/local/bin/npm /usr/local/bin/npm.bak; fi\n          if [ -f /usr/local/bin/npx ]; then sudo mv /usr/local/bin/npx /usr/local/bin/npx.bak; fi\n        shell: bash\n      - name: Run fast tests\n        run: |\n          URCHIN_PATH=\"$(npx which urchin)\"\n          unset NVM_CD_FLAGS NVM_BIN NVM_INC\n          export NVM_DIR=\"${{ github.workspace }}\"\n          export PATH=\"$(echo \"$PATH\" | tr ':' '\\n' | grep -v '\\.nvm' | grep -v 'toolcache' | tr '\\n' ':')\"\n          make TERM=xterm-256color TEST_SUITE=\"fast\" SHELL=\"${{ matrix.shell }}\" URCHIN=\"$URCHIN_PATH\" test-${{ matrix.shell }}\n      - name: Restore system node\n        if: always()\n        run: |\n          if [ -f /usr/local/bin/node.bak ]; then sudo mv /usr/local/bin/node.bak /usr/local/bin/node; fi\n          if [ -f /usr/local/bin/npm.bak ]; then sudo mv /usr/local/bin/npm.bak /usr/local/bin/npm; fi\n          if [ -f /usr/local/bin/npx.bak ]; then sudo mv /usr/local/bin/npx.bak /usr/local/bin/npx; fi\n        shell: bash\n\n  all:\n    permissions:\n      contents: none\n    name: 'all fast tests'\n    needs: [fast]\n    runs-on: ubuntu-latest\n    steps:\n      - run: true\n"
  },
  {
    "path": ".github/workflows/tests-installation-iojs.yml",
    "content": "name: 'Tests: installation_iojs'\n\non: [push, pull_request]\n\npermissions:\n  contents: read\n\njobs:\n  installation_iojs_without_curl:\n    permissions:\n      contents: read\n\n    name: 'installation_iojs without curl (${{ matrix.shell }})'\n    runs-on: ubuntu-latest\n    defaults:\n      run:\n        shell: 'script -q -e -c \"${{ matrix.shell }} {0}\"'\n\n    strategy:\n      fail-fast: false\n      matrix:\n        shell:\n          - sh\n          - bash\n          - dash\n          - zsh\n          # - ksh\n\n    steps:\n      - name: Harden Runner\n        uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            registry.npmjs.org:443\n            raw.githubusercontent.com:443\n            nodejs.org:443\n            iojs.org:443\n            azure.archive.ubuntu.com:80\n            packages.microsoft.com:443\n      - uses: actions/checkout@v6\n        with:\n          submodules: true\n      - name: Install zsh and additional shells\n        run: |\n          sudo apt-get update\n          sudo apt-get install -y zsh\n          if [ \"${{ matrix.shell }}\" != \"sh\" ] && [ \"${{ matrix.shell }}\" != \"bash\" ] && [ \"${{ matrix.shell }}\" != \"zsh\" ]; then\n            sudo apt-get install -y ${{ matrix.shell }}\n          fi\n        shell: bash\n      - run: sudo ${{ matrix.shell }} --version 2> /dev/null || dpkg -s ${{ matrix.shell }} 2> /dev/null || which ${{ matrix.shell }}\n      - run: wget --version\n      - uses: ljharb/actions/node/install@main\n        name: 'npm install && version checks'\n        with:\n          node-version: 'lts/*'\n          skip-ls-check: true\n      - run: npm ls urchin\n      - run: npx which urchin\n      - name: Remove curl\n        run: sudo apt-get remove curl -y\n        shell: bash\n      - run: '! command -v curl'\n        shell: bash\n      - run: env\n      - name: Hide system node\n        run: |\n          if [ -f /usr/local/bin/node ]; then sudo mv /usr/local/bin/node /usr/local/bin/node.bak; fi\n          if [ -f /usr/local/bin/npm ]; then sudo mv /usr/local/bin/npm /usr/local/bin/npm.bak; fi\n          if [ -f /usr/local/bin/npx ]; then sudo mv /usr/local/bin/npx /usr/local/bin/npx.bak; fi\n        shell: bash\n      - name: Run installation_iojs tests\n        run: |\n          URCHIN_PATH=\"$(npx which urchin)\"\n          unset NVM_CD_FLAGS NVM_BIN NVM_INC\n          export NVM_DIR=\"${{ github.workspace }}\"\n          export PATH=\"$(echo \"$PATH\" | tr ':' '\\n' | grep -v '\\.nvm' | grep -v 'toolcache' | tr '\\n' ':')\"\n          make TERM=xterm-256color TEST_SUITE=\"installation_iojs\" SHELL=\"${{ matrix.shell }}\" URCHIN=\"$URCHIN_PATH\" test-${{ matrix.shell }}\n      - name: Restore system node\n        if: always()\n        run: |\n          if [ -f /usr/local/bin/node.bak ]; then sudo mv /usr/local/bin/node.bak /usr/local/bin/node; fi\n          if [ -f /usr/local/bin/npm.bak ]; then sudo mv /usr/local/bin/npm.bak /usr/local/bin/npm; fi\n          if [ -f /usr/local/bin/npx.bak ]; then sudo mv /usr/local/bin/npx.bak /usr/local/bin/npx; fi\n        shell: bash\n      - name: Restore curl\n        if: always()\n        run: sudo apt-get install curl -y\n        shell: bash\n\n  all:\n    permissions:\n      contents: none\n    name: 'all installation_iojs tests'\n    needs: [installation_iojs_without_curl]\n    runs-on: ubuntu-latest\n    steps:\n      - run: true\n"
  },
  {
    "path": ".github/workflows/tests-installation-node.yml",
    "content": "name: 'Tests: installation_node'\n\non: [push, pull_request]\n\npermissions:\n  contents: read\n\njobs:\n  installation_node:\n    permissions:\n      contents: read\n\n    name: \"installation_node (${{ matrix.shell }}${{ matrix.without_curl && ', without curl' || '' }})\"\n    runs-on: ubuntu-latest\n\n    strategy:\n      fail-fast: false\n      matrix:\n        shell:\n          - sh\n          - bash\n          - dash\n          - zsh\n          # - ksh\n        without_curl:\n          - false\n          - true\n\n    steps:\n      - name: Harden Runner\n        uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            registry.npmjs.org:443\n            raw.githubusercontent.com:443\n            nodejs.org:443\n            iojs.org:443\n            azure.archive.ubuntu.com:80\n            packages.microsoft.com:443\n            archive.ubuntu.com:80\n            security.ubuntu.com:80\n            production.cloudflare.docker.com:443\n            registry-1.docker.io:443\n            auth.docker.io:443\n      - uses: actions/checkout@v6\n        with:\n          submodules: true\n      - uses: ljharb/actions/node/install@main\n        name: 'npm install && version checks'\n        with:\n          node-version: 'lts/*'\n          skip-ls-check: true\n      - run: npm ls urchin\n      - run: npx which urchin\n      - name: Run installation_node tests in container\n        run: |\n          docker run --rm \\\n            -v \"${{ github.workspace }}:/workspace\" \\\n            -w /workspace \\\n            -e \"TEST_SHELL=${{ matrix.shell }}\" \\\n            -e \"TERM=xterm-256color\" \\\n            -e \"DEBIAN_FRONTEND=noninteractive\" \\\n            -e \"GITHUB_ACTIONS=true\" \\\n            -e \"WITHOUT_CURL=${{ matrix.without_curl }}\" \\\n            ubuntu:16.04 \\\n            bash -c '\n              set -ex\n\n              # Retry apt-get update up to 5 times due to flaky Ubuntu mirrors\n              # apt-get update can return 0 even with partial failures, so check for warnings\n              for i in 1 2 3 4 5; do\n                if apt-get update 2>&1 | tee /tmp/apt-update.log | grep -qE \"^(W:|E:|Err:)\"; then\n                  echo \"apt-get update had warnings/errors, attempt $i/5\"\n                  cat /tmp/apt-update.log\n                  sleep $((i * 5))\n                else\n                  break\n                fi\n              done\n\n              apt-get install -y git curl wget make build-essential python zsh libssl-dev\n              if [ \"$TEST_SHELL\" != \"sh\" ] && [ \"$TEST_SHELL\" != \"bash\" ]; then\n                apt-get install -y $TEST_SHELL || true\n              fi\n\n              # Use nvm to install Node.js for running urchin\n              # Node 16 is the last version supporting GLIBC 2.23 (Ubuntu 16.04)\n              export NVM_DIR=\"/workspace\"\n              . /workspace/nvm.sh\n              nvm install 16\n              nvm use 16\n\n              npm ls urchin\n              URCHIN_PATH=\"$(npx which urchin)\"\n\n              # Remove curl if testing without it\n              if [ \"$WITHOUT_CURL\" = \"true\" ]; then\n                apt-get remove curl -y\n                ! command -v curl\n              fi\n\n              # Now clean up nvm state for the actual tests, but keep NVM_DIR set\n              nvm deactivate || true\n              nvm unalias default || true\n              unset NVM_CD_FLAGS NVM_BIN NVM_INC\n              export PATH=\"$(echo \"$PATH\" | tr \":\" \"\\n\" | grep -v \"\\.nvm\" | grep -v \"toolcache\" | tr \"\\n\" \":\")\"\n\n              # Clean any cached files from the nvm install above\n              rm -rf \"$NVM_DIR/.cache\" \"$NVM_DIR/versions\" \"$NVM_DIR/alias\"\n\n              make TEST_SUITE=\"installation_node\" SHELL=\"$TEST_SHELL\" URCHIN=\"$URCHIN_PATH\" test-$TEST_SHELL\n            '\n\n  all:\n    permissions:\n      contents: none\n    name: 'all installation_node tests'\n    needs: [installation_node]\n    runs-on: ubuntu-latest\n    steps:\n      - run: true\n"
  },
  {
    "path": ".github/workflows/tests-xenial.yml",
    "content": "name: 'Tests: xenial'\n\non: [push, pull_request]\n\npermissions:\n  contents: read\n\njobs:\n  xenial:\n    permissions:\n      contents: read\n\n    name: 'xenial (${{ matrix.shell }})'\n    runs-on: ubuntu-latest\n\n    strategy:\n      fail-fast: false\n      matrix:\n        shell:\n          - sh\n          - bash\n          - dash\n          - zsh\n          # - ksh\n\n    steps:\n      - name: Harden Runner\n        uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            registry.npmjs.org:443\n            raw.githubusercontent.com:443\n            nodejs.org:443\n            iojs.org:443\n            azure.archive.ubuntu.com:80\n            packages.microsoft.com:443\n            archive.ubuntu.com:80\n            security.ubuntu.com:80\n            production.cloudflare.docker.com:443\n            registry-1.docker.io:443\n            auth.docker.io:443\n      - uses: actions/checkout@v6\n        with:\n          submodules: true\n      - uses: ljharb/actions/node/install@main\n        name: 'npm install && version checks'\n        with:\n          node-version: 'lts/*'\n          skip-ls-check: true\n      - run: npm ls urchin\n      - run: npx which urchin\n      - name: Run xenial tests in container\n        run: |\n          docker run --rm \\\n            -v \"${{ github.workspace }}:/workspace\" \\\n            -w /workspace \\\n            -e \"TEST_SHELL=${{ matrix.shell }}\" \\\n            -e \"TERM=xterm-256color\" \\\n            -e \"DEBIAN_FRONTEND=noninteractive\" \\\n            -e \"GITHUB_ACTIONS=true\" \\\n            ubuntu:16.04 \\\n            bash -c '\n              set -ex\n\n              # Retry apt-get update up to 5 times due to flaky Ubuntu mirrors\n              # apt-get update can return 0 even with partial failures, so check for warnings\n              for i in 1 2 3 4 5; do\n                if apt-get update 2>&1 | tee /tmp/apt-update.log | grep -qE \"^(W:|E:|Err:)\"; then\n                  echo \"apt-get update had warnings/errors, attempt $i/5\"\n                  cat /tmp/apt-update.log\n                  sleep $((i * 5))\n                else\n                  break\n                fi\n              done\n\n              apt-get install -y git curl wget make build-essential python zsh libssl-dev\n              if [ \"$TEST_SHELL\" != \"sh\" ] && [ \"$TEST_SHELL\" != \"bash\" ]; then\n                apt-get install -y $TEST_SHELL || true\n              fi\n\n              # Use nvm to install Node.js for running urchin\n              # Node 16 is the last version supporting GLIBC 2.23 (Ubuntu 16.04)\n              export NVM_DIR=\"/workspace\"\n              . /workspace/nvm.sh\n              nvm install 16\n              nvm use 16\n\n              npm ls urchin\n              URCHIN_PATH=\"$(npx which urchin)\"\n\n              # Now clean up nvm state for the actual tests, but keep NVM_DIR set\n              nvm deactivate || true\n              nvm unalias default || true\n              unset NVM_CD_FLAGS NVM_BIN NVM_INC\n              export PATH=\"$(echo \"$PATH\" | tr \":\" \"\\n\" | grep -v \"\\.nvm\" | grep -v \"toolcache\" | tr \"\\n\" \":\")\"\n\n              # Clean any cached files from the nvm install above\n              rm -rf \"$NVM_DIR/.cache\" \"$NVM_DIR/versions\" \"$NVM_DIR/alias\"\n\n              make TEST_SUITE=\"xenial\" SHELL=\"$TEST_SHELL\" URCHIN=\"$URCHIN_PATH\" test-$TEST_SHELL\n            '\n\n  all:\n    permissions:\n      contents: none\n    name: 'all xenial tests'\n    needs: [xenial]\n    runs-on: ubuntu-latest\n    steps:\n      - run: true\n"
  },
  {
    "path": ".github/workflows/tests.yml",
    "content": "name: urchin tests\n\non: [push, pull_request]\n\npermissions:\n  contents: read\n\njobs:\n  tests:\n    permissions:\n      contents: write\n\n    name: \"tests\"\n    runs-on: ubuntu-latest\n    timeout-minutes: 30\n    defaults:\n      run:\n        shell: 'script -q -e -c \"${{ matrix.shell }} {0}\"'\n\n    strategy:\n      fail-fast: false\n      matrix:\n        exclude:\n          - shell: sh\n            suite: install_script\n          - shell: dash\n            suite: install_script\n          - shell: zsh\n            suite: install_script\n          - shell: ksh\n            suite: install_script\n        suite:\n          - install_script\n          - sourcing\n          - slow\n          - installation_iojs\n        shell:\n          - sh\n          - bash\n          - dash\n          - zsh\n          # - ksh\n\n    steps:\n      - name: Harden Runner\n        uses: step-security/harden-runner@v2\n        with:\n          allowed-endpoints:\n            github.com:443\n            registry.npmjs.org:443\n            raw.githubusercontent.com:443\n            nodejs.org:443\n            iojs.org:443\n            azure.archive.ubuntu.com:80\n            packages.microsoft.com:443\n      - uses: actions/checkout@v6\n      - run: sudo apt-get update; sudo apt-get install ${{ matrix.shell }}\n        if: matrix.shell == 'zsh' || matrix.shell == 'ksh'\n        # zsh (https://github.com/actions/runner-images/issues/264) and ksh are not in the ubuntu image\n        shell: bash\n      - run: sudo ${{ matrix.shell }} --version 2> /dev/null || dpkg -s ${{ matrix.shell }} 2> /dev/null || which ${{ matrix.shell }}\n      - run: curl --version\n      - run: wget --version\n      - uses: ljharb/actions/node/install@main\n        name: 'npm install && version checks'\n        with:\n          node-version: 'lts/*'\n          skip-ls-check: true\n      - run: npm ls urchin\n      - run: npx which urchin\n      - run: env\n      - name: Run tests\n        shell: bash\n        run: |\n          for attempt in 1 2 3; do\n            timeout 600 make TERM=xterm-256color TEST_SUITE=\"${{ matrix.suite }}\" SHELL=\"${{ matrix.shell }}\" URCHIN=\"$(npx which urchin)\" test-${{ matrix.shell }} && exit 0\n            EXIT_CODE=$?\n            if [ $EXIT_CODE -ne 124 ]; then\n              exit $EXIT_CODE\n            fi\n            echo \"Attempt ${attempt} timed out; retrying...\"\n          done\n          echo \"All 3 attempts timed out.\"\n          exit 1\n\n  nvm:\n    permissions:\n      contents: none\n    name: 'all test suites, all shells'\n    needs: [tests]\n    runs-on: ubuntu-latest\n    steps:\n      - run: true\n"
  },
  {
    "path": ".github/workflows/toc.yml",
    "content": "name: update readme TOC\n\non: [push]\n\npermissions:\n  contents: read\n\njobs:\n  _:\n    permissions:\n      contents: write\n    name: \"update readme TOC\"\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - name: Harden Runner\n      uses: step-security/harden-runner@v2\n      with:\n        allowed-endpoints:\n          github.com:443\n          registry.npmjs.org:443\n          api.github.com:443\n    - uses: actions/checkout@v6\n      with:\n        # https://github.com/actions/checkout/issues/217#issue-599945005\n        # pulls all commits (needed for lerna / semantic release to correctly version)\n        fetch-depth: \"0\"\n\n    # pulls all tags (needed for lerna / semantic release to correctly version)\n    - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*\n    - uses: actions/setup-node@v6\n      with:\n        node-version: 'lts/*'\n    - run: npm install\n    - run: npm run doctoc\n    - name: commit changes\n      uses: ljharb/actions-js-build/commit@v3+amendpush\n      with:\n        amend: true\n        force: true\n"
  },
  {
    "path": ".github/workflows/windows-npm.yml",
    "content": "name: 'Tests on Windows: `nvm install`'\n\non: [pull_request, push]\n\npermissions:\n  contents: read\n\nenv:\n  NVM_INSTALL_GITHUB_REPO: ${{ github.repository }}\n  NVM_INSTALL_VERSION: ${{ github.sha }}\n\njobs:\n  msys_fail_install:\n    # Default installation does not work due to npm_config_prefix set to C:\\npm\\prefix\n    permissions:\n      contents: none\n    name: 'MSYS fail prefix nvm install'\n    runs-on: windows-latest\n    steps:\n      - name: Retrieve nvm\n        shell: bash\n        run: |\n          curl -fsSLo- \"https://raw.githubusercontent.com/${NVM_INSTALL_GITHUB_REPO}/${NVM_INSTALL_VERSION}/install.sh\" | METHOD=script bash\n          . \"$HOME/.nvm/nvm.sh\"\n          ! nvm install --lts\n\n  msys_matrix:\n    permissions:\n      contents: none\n    name: 'MSYS nvm install'\n    runs-on: windows-latest\n    strategy:\n      fail-fast: false\n      matrix:\n        npm-node-version:\n          - '--lts'\n          - '--default 12'\n          - '--no-progress 10'\n    steps:\n      - name: Retrieve nvm\n        shell: bash\n        run: |\n          unset npm_config_prefix\n          if [ \"${{ matrix.npm-node-version }}\" = \"--lts\" ]; then\n            curl -fsSLo- \"https://raw.githubusercontent.com/${NVM_INSTALL_GITHUB_REPO}/${NVM_INSTALL_VERSION}/install.sh\" | bash\n          else\n            curl -fsSLo- \"https://raw.githubusercontent.com/${NVM_INSTALL_GITHUB_REPO}/${NVM_INSTALL_VERSION}/install.sh\" | METHOD=script bash\n          fi\n          . \"$HOME/.nvm/nvm.sh\"\n          nvm install ${{ matrix.npm-node-version }}\n\n  cygwin_matrix:\n    continue-on-error: true\n    permissions:\n      contents: none\n    name: 'Cygwin nvm install'\n    runs-on: windows-latest\n    steps:\n      - name: Install Cygwin\n        shell: bash\n        run: |\n          export SITE='https://mirror.clarkson.edu/cygwin/' # see https://archlinux.org/mirrors/clarkson.edu/1603/ for uptime status\n          export SITE='https://mirrors.kernel.org/sourceware/cygwin/'\n          export LOCALDIR=\"$(pwd)\"\n          export ROOTDIR=\"$USERPROFILE\\\\cygwin\"\n          export PACKAGES='bash,git,curl'\n\n          curl -fsSLo setup-x86_64.exe 'https://cygwin.com/setup-x86_64.exe'\n          ./setup-x86_64.exe --disable-buggy-antivirus -q -s \"$SITE\" -l \"$LOCALDIR\" -R \"$ROOTDIR\" -P \"$PACKAGES\"\n\n          cat >~/setup.sh <<EOM\n            unset npm_config_prefix\n            export NVM_INSTALL_GITHUB_REPO=\"$NVM_INSTALL_GITHUB_REPO\"\n            export NVM_INSTALL_VERSION=\"$NVM_INSTALL_VERSION\"\n            export HOME=\"$(cygpath -u \"$USERPROFILE\")\"\n\n            echo \"HOME is $HOME\"\n            curl -fsSLo- \"https://raw.githubusercontent.com/${NVM_INSTALL_GITHUB_REPO}/${NVM_INSTALL_VERSION}/install.sh\" | bash\n            ls -l $HOME/.nvm\n            . \"$HOME/.nvm/nvm.sh\"\n            nvm install --lts\n\n            nvm deactivate\n            rm -rf \"$HOME/.nvm/nvm.sh\"\n\n            curl -fsSLo- \"https://raw.githubusercontent.com/${NVM_INSTALL_GITHUB_REPO}/${NVM_INSTALL_VERSION}/install.sh\" | METHOD=script bash\n            . \"$HOME/.nvm/nvm.sh\"\n            nvm install 9\n          EOM\n      - name: Retrieve nvm\n        shell: cmd\n        run: |\n          cd %USERPROFILE%\\cygwin\\bin\n          bash.exe \"%USERPROFILE%\\setup.sh\"\n\n  wsl_matrix:\n    continue-on-error: true\n    name: 'WSL nvm install'\n    defaults:\n      run:\n          shell: wsl-bash {0}\n    runs-on: windows-latest\n    env:\n      WSLENV: NVM_INSTALL_GITHUB_REPO:NVM_INSTALL_VERSION:/p\n    strategy:\n      fail-fast: false\n      matrix:\n        wsl-distrib:\n          - Debian\n        # - Alpine # fails\n          - Ubuntu-20.04\n          - Ubuntu-18.04\n        npm-node-version:\n          - '--lts'\n          - '21'\n          - '18'\n          - '16'\n          - '14'\n          - '12'\n          - '10'\n        exclude:\n          - wsl-distrib: Ubuntu-18.04\n            npm-node-version: '--lts'\n          - wsl-distrib: Ubuntu-18.04\n            npm-node-version: '21'\n          - wsl-distrib: Ubuntu-18.04\n            npm-node-version: '18'\n          # node v24+ doesn't work on WSL1 (exec format error)\n          - wsl-distrib: Debian\n            npm-node-version: '--lts'\n          - wsl-distrib: Ubuntu-20.04\n            npm-node-version: '--lts'\n        method:\n          - ''\n          - 'script'\n    steps:\n      # For Ubuntu: install with packages directly\n      - if: matrix.wsl-distrib != 'Debian'\n        uses: Vampire/setup-wsl@v3\n        with:\n          distribution: ${{ matrix.wsl-distrib }}\n          additional-packages: bash git curl ca-certificates wget\n\n      # For Debian: install without packages first (apt-get update fails due to stale sources.list)\n      # see https://github.com/Vampire/setup-wsl/issues/76\n      - if: matrix.wsl-distrib == 'Debian'\n        uses: Vampire/setup-wsl@v3\n        with:\n          distribution: ${{ matrix.wsl-distrib }}\n      - if: matrix.wsl-distrib == 'Debian'\n        shell: 'wsl-bash {0}'\n        run: 'sed -i s/ftp.debian.org/archive.debian.org/ /etc/apt/sources.list'\n      - if: matrix.wsl-distrib == 'Debian'\n        name: 'Install packages with retries'\n        shell: 'wsl-bash {0}'\n        run: |\n          retry() {\n            local n=0\n            local max=3\n            local delay=5\n            while true; do\n              \"$@\" && break || {\n                n=$((n+1))\n                if [ $n -lt $max ]; then\n                  echo \"Command failed. Attempt $n/$max. Retrying in $delay seconds...\"\n                  sleep $delay\n                else\n                  echo \"Command failed after $max attempts.\"\n                  return 1\n                fi\n              }\n            done\n          }\n          retry apt-get update\n          retry apt-get upgrade --yes\n          retry apt-get install --yes bash git curl ca-certificates wget\n\n      - name: Retrieve nvm on WSL\n        run: |\n          if [ -z \"${{ matrix.method }}\" ]; then\n            curl -fsSLo- \"https://raw.githubusercontent.com/${NVM_INSTALL_GITHUB_REPO}/${NVM_INSTALL_VERSION}/install.sh\" | bash\n          else\n            curl -fsSLo- \"https://raw.githubusercontent.com/${NVM_INSTALL_GITHUB_REPO}/${NVM_INSTALL_VERSION}/install.sh\" | METHOD=\"${{matrix.method}}\" bash\n          fi\n          . \"$HOME/.nvm/nvm.sh\"\n          nvm install ${{ matrix.npm-node-version }}\n          node -v\n\n  wsl_matrix_unofficial:\n    continue-on-error: true\n    name: 'WSL nvm install'\n    defaults:\n      run:\n          shell: wsl-bash {0}\n    runs-on: windows-latest\n    env:\n      WSLENV: NVM_INSTALL_GITHUB_REPO:NVM_INSTALL_VERSION:/p\n      NVM_NODEJS_ORG_MIRROR: https://unofficial-builds.nodejs.org/download/release\n    strategy:\n      fail-fast: false\n      matrix:\n        wsl-distrib:\n          - Alpine\n        npm-node-version:\n          - '--lts'\n          - '21'\n          - '18'\n          - '16'\n          - '14'\n          - '12'\n          - '11'\n          - '10'\n        method:\n          - ''\n          - 'script'\n    steps:\n      - uses: Vampire/setup-wsl@v3\n        with:\n          distribution: ${{ matrix.wsl-distrib }}\n          additional-packages: bash git curl ca-certificates wget\n\n      - name: Retrieve nvm on WSL\n        run: |\n          if [ -z \"${{ matrix.method }}\" ]; then\n            curl -fsSLo- \"https://raw.githubusercontent.com/${NVM_INSTALL_GITHUB_REPO}/${NVM_INSTALL_VERSION}/install.sh\" | bash\n          else\n            curl -fsSLo- \"https://raw.githubusercontent.com/${NVM_INSTALL_GITHUB_REPO}/${NVM_INSTALL_VERSION}/install.sh\" | METHOD=\"${{matrix.method}}\" bash\n          fi\n          . \"$HOME/.nvm/nvm.sh\"\n          NVM_NODEJS_ORG_MIRROR=${{ env.NVM_NODEJS_ORG_MIRROR }} nvm install ${{ matrix.npm-node-version }}\n\n  nvm_windows:\n    name: 'tests, on windows'\n    permissions:\n      contents: none\n    needs: [wsl_matrix, wsl_matrix_unofficial, cygwin_matrix, msys_matrix, msys_fail_install]\n    runs-on: ubuntu-latest\n    steps:\n      - run: true\n"
  },
  {
    "path": ".gitignore",
    "content": "# gitignore\nHEAD\n.cache\nv*\nalias\n\n# For testing\ntest/bak\n.urchin.log\n.urchin_stdout\ntest/**/test_output\ntest/**/.nvmrc\n\nnode_modules/\nnpm-debug.log\n\n.DS_Store\ncurrent\n/default-packages\n\n# Only apps should have lockfiles\nnpm-shrinkwrap.json\npackage-lock.json\nyarn.lock\n\ntarget/\n"
  },
  {
    "path": ".gitmodules",
    "content": "[submodule \"test/fixtures/nvmrc\"]\n  path = test/fixtures/nvmrc\n  url = git@github.com:nvm-sh/nvmrc.git\n"
  },
  {
    "path": ".mailmap",
    "content": "Michał Gołębiowski-Owczarek <m.goleb@gmail.com>\n"
  },
  {
    "path": ".npmrc",
    "content": "package-lock=false\n"
  },
  {
    "path": "AGENTS.md",
    "content": "# nvm Coding Agent Instructions\n\nThis document provides guidance for AI coding agents when working with the Node Version Manager (nvm) codebase.\n\n## Overview\n\nnvm is a version manager for Node.js, implemented as a POSIX-compliant function that works across multiple shells (sh, dash, bash, ksh, zsh). The codebase is primarily written in shell script and emphasizes portability and compatibility.\n\n### Core Architecture\n\n- **Main script**: `nvm.sh` - Contains all core functionality and the main `nvm()` function\n- **Installation script**: `install.sh` - Handles downloading and installing nvm itself\n- **Execution wrapper**: `nvm-exec` - Allows running commands with specific Node.js versions\n- **Bash completion**: `bash_completion` - Provides tab completion for bash users\n- **Tests**: Comprehensive test suite in `test/` directory using the [urchin](https://www.npmjs.com/package/urchin) test framework\n\n## Key Files and Their Purposes\n\n### `nvm.sh`\nThe core functionality file containing:\n- Main `nvm()` function (starts around line 3000)\n- All internal helper functions (prefixed with `nvm_`)\n- Command implementations for install, use, ls, etc.\n- Shell compatibility logic\n- POSIX compliance utilities\n\n### `install.sh`\nHandles nvm installation via curl/wget/git:\n- Downloads nvm from GitHub\n- Sets up directory structure\n- Configures shell integration\n- Supports both git clone and script download methods\n\n### `nvm-exec`\nSimple wrapper script that:\n- Sources nvm.sh with `--no-use` flag\n- Switches to specified Node version via `NODE_VERSION` env var or `.nvmrc`\n- Executes the provided command with that Node version\n\n## Top-Level nvm Commands and Internal Functions\n\n### Core Commands\n\n#### `nvm install [version]`\n- **Internal functions**: `nvm_install_binary()`, `nvm_install_source()`, `nvm_download_artifact()`\n- Downloads and installs specified Node.js version\n- Automatically `nvm use`s that version after installation\n- Supports LTS versions, version ranges, and built-in aliases (like `node`, `stable`) and user-defined aliases\n- Can install from binary or compile from source\n- When compiling from source, accepts additional arguments that are passed to the compilation task\n\n#### `nvm use [version]`\n- **Internal functions**: `nvm_resolve_alias()`, `nvm_version_path()`, `nvm_change_path()`\n- Switches current shell to use specified Node.js version\n- Updates PATH environment variable\n- Supports `.nvmrc` file integration\n\n#### `nvm ls [pattern]`\n- **Internal functions**: `nvm_ls()`, `nvm_tree_contains_path()`\n- Lists installed Node.js versions\n- Supports pattern matching and filtering\n- Shows current version and aliases\n\n#### `nvm ls-remote [pattern]`\n- **Internal functions**: `nvm_ls_remote()`, `nvm_download()`, `nvm_ls_remote_index_tab()`\n- Lists available Node.js versions from nodejs.org and iojs.org, or the env-var-configured mirrors\n- Supports LTS filtering and pattern matching\n- Downloads version index on-demand\n\n#### `nvm alias [name] [version]`\n- **Internal functions**: `nvm_alias()`, `nvm_alias_path()`\n- Creates text files containing the mapped version, named as the alias name\n- Special aliases: `default`, `node`, `iojs`, `stable`, `unstable` (note: `stable` and `unstable` are deprecated, from node's pre-v1 release plan)\n- Stored in `$NVM_DIR/alias/` directory\n\n#### `nvm current`\n- **Internal functions**: `nvm_ls_current()`\n- Shows currently active Node.js version\n- Returns \"system\" if using system Node.js\n\n#### `nvm which [version]`\n- **Internal functions**: `nvm_version_path()`, `nvm_resolve_alias()`\n- Shows path to specified Node.js version\n- Resolves aliases and version strings\n\n### Utility Commands\n\n#### `nvm cache clear|dir`\n- Cache management for downloaded binaries and source code\n- Clears or shows cache directory path\n\n#### `nvm debug`\n- Diagnostic information for troubleshooting\n- Shows environment, tool versions, and paths\n\n#### `nvm deactivate`\n- Removes nvm modifications from current shell\n- Restores original PATH\n\n#### `nvm unload`\n- Completely removes nvm from shell environment\n- Unsets all nvm functions and variables\n\n### Internal Function Categories\n\n#### Version Resolution\n- `nvm_resolve_alias()` - Resolves aliases to version numbers\n- `nvm_version()` - Finds best matching local version\n- `nvm_remote_version()` - Finds best matching remote version\n- `nvm_normalize_version()` - Standardizes version strings\n- `nvm_version_greater()` - Compares version numbers\n- `nvm_version_greater_than_or_equal_to()` - Version comparison with equality\n- `nvm_get_latest()` - Gets latest version from a list\n\n#### Installation Helpers\n- `nvm_install_binary()` - Downloads and installs precompiled binaries\n- `nvm_install_source()` - Compiles Node.js from source\n- `nvm_download_artifact()` - Downloads tarballs or binaries\n- `nvm_compute_checksum()` - Verifies download integrity\n- `nvm_checksum()` - Checksum verification wrapper\n- `nvm_get_mirror()` - Gets appropriate download mirror\n- `nvm_get_arch()` - Determines system architecture\n\n#### Path Management\n- `nvm_change_path()` - Updates PATH for version switching\n- `nvm_strip_path()` - Removes nvm paths from PATH\n- `nvm_version_path()` - Gets installation path for version\n- `nvm_version_dir()` - Gets version directory name\n- `nvm_prepend_path()` - Safely prepends to PATH\n\n#### Shell Detection and Compatibility\n- `nvm_is_zsh()` - Shell detection for zsh\n- `nvm_is_iojs_version()` - Checks if version is io.js\n- `nvm_get_os()` - Operating system detection\n- `nvm_supports_source_options()` - Checks if shell supports source options\n\n#### Network and Remote Operations\n- `nvm_download()` - Generic download function\n- `nvm_ls_remote()` - Lists remote versions\n- `nvm_ls_remote_iojs()` - Lists remote io.js versions\n- `nvm_ls_remote_index_tab()` - Parses remote version index\n\n#### Utility Functions\n- `nvm_echo()`, `nvm_err()` - Output functions\n- `nvm_has()` - Checks if command exists\n- `nvm_sanitize_path()` - Cleans sensitive data from paths\n- `nvm_die_on_prefix()` - Validates npm prefix settings\n- `nvm_ensure_default_set()` - Ensures default alias is set\n- `nvm_auto()` - Automatic version switching from .nvmrc\n\n#### Alias Management\n- `nvm_alias()` - Creates or lists aliases\n- `nvm_alias_path()` - Gets path to alias file\n- `nvm_unalias()` - Removes aliases\n- `nvm_resolve_local_alias()` - Resolves local aliases\n\n#### Listing and Display\n- `nvm_ls()` - Lists local versions\n- `nvm_ls_current()` - Shows current version\n- `nvm_tree_contains_path()` - Checks if path is in nvm tree\n- `nvm_format_version()` - Formats version display\n\n## Running Tests\n\n### Test Framework\nnvm uses the [urchin](https://www.npmjs.com/package/urchin) test framework for shell script testing.\n\n### Test Structure\n```\ntest/\n├── fast/           # Quick unit tests\n├── slow/           # Integration tests\n├── sourcing/       # Shell sourcing tests\n├── install_script/ # Installation script tests\n├── installation_node/ # Node installation tests\n├── installation_iojs/ # io.js installation tests\n└── common.sh       # Shared test utilities\n```\n\n### Running Tests\n\n#### Install Dependencies\n```bash\nnpm install  # Installs urchin, semver, and replace tools\n```\n\n#### Run All Tests\n```bash\nnpm test               # Runs tests in current shell (sh, bash, dash, zsh, ksh)\nmake test              # Runs tests in all supported shells (sh, bash, dash, zsh, ksh)\nmake test-sh           # Runs tests only in sh\nmake test-bash         # Runs tests only in bash\nmake test-dash         # Runs tests only in dash\nmake test-zsh          # Runs tests only in zsh\nmake test-ksh          # Runs tests only in ksh\n```\n\n#### Run Specific Test Suites\n```bash\nmake TEST_SUITE=fast test        # Only fast tests\nmake TEST_SUITE=slow test        # Only slow tests\nmake SHELLS=bash test            # Only bash shell\n```\n\n#### Individual Test Execution\n```bash\n./test/fast/Unit\\ tests/nvm_get_arch     # Run single test (WARNING: This will exit/terminate your current shell session)\n./node_modules/.bin/urchin test/fast/                        # Run fast test suite\n./node_modules/.bin/urchin 'test/fast/Unit tests/nvm_get_arch'  # Run single test safely without shell termination\n./node_modules/.bin/urchin test/slow/                        # Run slow test suite\n./node_modules/.bin/urchin test/sourcing/                    # Run sourcing test suite\n```\n\n### Test Writing Guidelines\n- Tests should work across all supported shells (sh, bash, dash, zsh, ksh)\n- Define and use a `die()` function for test failures\n- Clean up after tests in cleanup functions\n- Mock external dependencies when needed\n- Place mocks in `test/mocks/` directory\n- Mock files should only be updated by the existing `update_test_mocks.sh` script, and any new mocks must be added to this script\n\n## Shell Environment Setup\n\n### Supported Shells\n- **bash** - Full feature support\n- **zsh** - Full feature support\n- **dash** - Basic POSIX support\n- **sh** - Basic POSIX support\n- **ksh** - Limited support (experimental)\n\n### Installing Shell Environments\n\n#### Ubuntu/Debian\n```bash\nsudo apt-get update\nsudo apt-get install bash zsh dash ksh\n# sh is typically provided by dash or bash and is available by default\n```\n\n#### macOS\n```bash\n# bash and zsh are available by default, bash is not the default shell for new user accounts\n# Install other shells via Homebrew\nbrew install dash ksh\n# For actual POSIX sh (not bash), install mksh which provides a true POSIX sh\nbrew install mksh\n```\n\n#### Manual Shell Testing\n```bash\n# Test in specific shell\nbash -c \"source nvm.sh && nvm --version\"\nzsh -c \"source nvm.sh && nvm --version\"\ndash -c \". nvm.sh && nvm --version\"\nsh -c \". nvm.sh && nvm --version\"          # On macOS: mksh -c \". nvm.sh && nvm --version\"\nksh -c \". nvm.sh && nvm --version\"\n```\n\n### Shell-Specific Considerations\n- **zsh**: Requires basically any non-default zsh option to be temporarily unset to restore POSIX compliance\n- **dash**: Limited feature set, avoid bash-specific syntax\n- **ksh**: Some features may not work, primarily for compatibility testing\n\n## CI Environment Details\n\n### GitHub Actions Workflows\n\n#### `.github/workflows/tests.yml`\n- Runs test suite across multiple shells and test suites\n- Uses `script` command for proper TTY simulation\n- Matrix strategy covers shell × test suite combinations\n- Excludes install_script tests from non-bash shells\n\n#### `.github/workflows/shellcheck.yml`\n- Lints all shell scripts using shellcheck\n- Tests against multiple shell targets (bash, sh, dash, ksh)\n  - Note: zsh is not included due to [shellcheck limitations](https://github.com/koalaman/shellcheck/issues/809)\n- Uses Homebrew to install latest shellcheck version\n\n#### `.github/workflows/lint.yml`\n- Runs additional linting and formatting checks\n- Validates documentation and code style\n\n### Travis CI (Legacy)\n- Configured in `.travis.yml`\n- Tests on multiple Ubuntu versions\n- Installs shell environments via apt packages\n\n### CI Test Execution\n```bash\n# Simulate CI environment locally\nunset TRAVIS_BUILD_DIR  # Disable Travis-specific logic\nunset GITHUB_ACTIONS    # Disable GitHub Actions logic\nmake test\n```\n\n## Setting Up shellcheck Locally\n\n### Installation\n\n#### macOS (Homebrew)\n```bash\nbrew install shellcheck\n```\n\n#### Ubuntu/Debian\n```bash\nsudo apt-get install shellcheck\n```\n\n#### From Source\n```bash\n# Download from https://github.com/koalaman/shellcheck/releases\nwget https://github.com/koalaman/shellcheck/releases/download/latest/shellcheck-latest.linux.x86_64.tar.xz\ntar -xf shellcheck-latest.linux.x86_64.tar.xz\nsudo cp shellcheck-latest/shellcheck /usr/local/bin/\n```\n\n### Usage\n\n#### Lint Main Files\n```bash\nshellcheck -s bash nvm.sh\nshellcheck -s bash install.sh\nshellcheck -s bash nvm-exec\nshellcheck -s bash bash_completion\n```\n\n#### Lint Across Shell Types\n```bash\nshellcheck -s sh nvm.sh      # POSIX sh\nshellcheck -s bash nvm.sh    # Bash extensions\nshellcheck -s dash nvm.sh    # Dash compatibility\nshellcheck -s ksh nvm.sh     # Ksh compatibility\n```\n\n#### Common shellcheck Directives in nvm\n- `# shellcheck disable=SC2039` - Allow bash extensions in POSIX mode\n- `# shellcheck disable=SC2016` - Allow literal `$` in single quotes\n- `# shellcheck disable=SC2001` - Allow sed usage instead of parameter expansion\n- `# shellcheck disable=SC3043` - Allow `local` keyword (bash extension)\n\n### Fixing shellcheck Issues\n1. **Quoting**: Always quote variables: `\"${VAR}\"` instead of `$VAR`\n2. **POSIX compliance**: Avoid bash-specific features in portable sections\n3. **Array usage**: Use `set --` for positional parameters instead of arrays, which are not supported in POSIX\n4. **Local variables**: Declared with `local FOO` and then initialized on the next line (the latter is for ksh support)\n\n## Development Best Practices\n\n### Code Style\n- Use 2-space indentation\n- Follow POSIX shell guidelines for portability\n- Prefix internal functions with `nvm_`\n- Use `nvm_echo` instead of `echo` for output\n- Use `nvm_err` for error messages\n\n### Compatibility\n- Test changes across all supported shells\n- Avoid bash-specific features in core functionality\n- Use `nvm_is_zsh` to check when zsh-specific behavior is needed\n- Mock external dependencies in tests\n\n### Performance\n- Cache expensive operations (like remote version lists)\n- Use local variables to avoid scope pollution\n- Minimize subprocess calls where possible\n- Implement lazy loading for optional features\n\n### Debugging\n- Use `nvm debug` command for environment information\n- Enable verbose output with `set -x` during development\n- Test with `NVM_DEBUG=1` environment variable\n- Check `$NVM_DIR/.cache` for cached data issues\n\n## Common Gotchas\n\n1. **PATH modification**: nvm modifies PATH extensively; be careful with restoration\n2. **Shell sourcing**: nvm must be sourced, not executed as a script\n3. **Version resolution**: Aliases, partial versions, and special keywords interact complexly\n4. **Platform differences**: Handle differences between Linux, macOS, and other Unix systems\n5. **Network dependencies**: Many operations require internet access for version lists\n6. **Concurrent access**: Multiple shells can conflict when installing versions simultaneously\n\n## Windows Support\n\nnvm works on Windows via several compatibility layers:\n\n### WSL2 (Windows Subsystem for Linux)\n- Full nvm functionality available\n- **Important**: Ensure you're using WSL2, not WSL1 - see [Microsoft's WSL2 installation guide](https://docs.microsoft.com/en-us/windows/wsl/install) for up-to-date instructions\n- Install Ubuntu or other Linux distribution from Microsoft Store\n- Follow Linux installation instructions within WSL2\n\n### Cygwin\n- POSIX-compatible environment for Windows\n- Download Cygwin from [cygwin.com](https://www.cygwin.com/install.html) and run the installer\n- During installation, include these packages: bash, curl, git, tar, and wget\n- May require additional PATH configuration\n\n### Git Bash (MSYS2)\n- Comes with Git for Windows\n- Limited functionality compared to full Linux environment\n- Some features may not work due to path translation issues, including:\n  - Binary extraction paths may be incorrectly translated\n  - Symlink creation may fail\n  - Some shell-specific features may behave differently\n  - File permissions handling differs from Unix systems\n\n### Setup Instructions for Windows\n\n#### WSL2 (recommended)\n1. Install WSL2 using the official Microsoft guide: https://docs.microsoft.com/en-us/windows/wsl/install\n2. Install Ubuntu or preferred Linux distribution from Microsoft Store\n3. Follow standard Linux installation within WSL2\n\n#### Git Bash\n1. Install Git for Windows (includes Git Bash) from https://git-scm.com/download/win\n2. Open Git Bash terminal\n3. Run nvm installation script\n\n#### Cygwin\n1. Download and install Cygwin from https://www.cygwin.com/install.html\n2. Include bash, curl, git, tar, and wget packages during installation\n3. Run nvm installation in Cygwin terminal\n\nThis guide should help AI coding agents understand the nvm codebase structure, testing procedures, and development environment setup requirements.\n"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "content": "# Code of Conduct\n\n`nvm`, as a member project of the OpenJS Foundation, uses [Contributor Covenant v2.1](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) as their code of conduct. The full text is included [below](#contributor-covenant-code-of-conduct) in English, and translations are available from the Contributor Covenant organisation:\n\n- [contributor-covenant.org/translations](https://www.contributor-covenant.org/translations)\n- [github.com/ContributorCovenant](https://github.com/ContributorCovenant/contributor_covenant/tree/release/content/version/2/1)\n\nRefer to the sections on reporting and escalation in this document for the specific emails that can be used to report and escalate issues.\n\n## Reporting\n\n### Project Spaces\n\nFor reporting issues in spaces related to `nvm` please use the email `ljharb@gmail.com`. `nvm` handles CoC issues related to the spaces that it maintains. Projects maintainers commit to:\n\n- maintain the confidentiality with regard to the reporter of an incident\n- to participate in the path for escalation as outlined in the section on Escalation when required.\n\n### Foundation Spaces\n\nFor reporting issues in spaces managed by the OpenJS Foundation, for example, repositories within the OpenJS organization, use the email `report@lists.openjsf.org`.\nThe Cross Project Council (CPC) is responsible for managing these reports and commits to:\n\n- maintain the confidentiality with regard to the reporter of an incident\n- to participate in the path for escalation as outlined in the section on Escalation when required.\n\n## Escalation\n\nThe OpenJS Foundation maintains a Code of Conduct Panel (CoCP).\nThis is a foundation-wide team established to manage escalation when a reporter believes that a report to a member project or the CPC has not been properly handled.\nIn order to escalate to the CoCP send an email to `coc-escalation@lists.openjsf.org`.\n\nFor more information, refer to the full [Code of Conduct governance document](https://github.com/openjs-foundation/cross-project-council/blob/HEAD/CODE_OF_CONDUCT.md).\n\n---\n\n# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.\n\nWe pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.\n\n## Our Standards\n\nExamples of behavior that contributes to a positive environment for our community include:\n\n* Demonstrating empathy and kindness toward other people\n* Being respectful of differing opinions, viewpoints, and experiences\n* Giving and gracefully accepting constructive feedback\n* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience\n* Focusing on what is best not just for us as individuals, but for the overall community\n\nExamples of unacceptable behavior include:\n\n* The use of sexualized language or imagery, and sexual attention or advances of any kind\n* Trolling, insulting or derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or email address, without their explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Enforcement Responsibilities\n\nCommunity leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.\n\nCommunity leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.\n\n## Scope\n\nThis Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces.\nExamples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [@ljharb](ljharb@gmail.com).\nAll complaints will be reviewed and investigated promptly and fairly.\n\nAll community leaders are obligated to respect the privacy and security of the reporter of any incident.\n\n## Enforcement Guidelines\n\nCommunity leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:\n\n### 1. Correction\n\n**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.\n\n**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.\n\n### 2. Warning\n\n**Community Impact**: A violation through a single incident or series of actions.\n\n**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.\n\n### 3. Temporary Ban\n\n**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.\n\n**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.\n\n### 4. Permanent Ban\n\n**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.\n\n**Consequence**: A permanent ban from any sort of public interaction within the community.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at\n[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].\n\nCommunity Impact Guidelines were inspired by\n[Mozilla's code of conduct enforcement ladder][Mozilla CoC].\n\nFor answers to common questions about this code of conduct, see the FAQ at\n[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at\n[https://www.contributor-covenant.org/translations][translations].\n\n[homepage]: https://www.contributor-covenant.org\n[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html\n[Mozilla CoC]: https://github.com/mozilla/diversity\n[FAQ]: https://www.contributor-covenant.org/faq\n[translations]: https://www.contributor-covenant.org/translations\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing\n\n:+1::tada: First off, thanks for taking the time to contribute to `nvm`! :tada::+1:\n\nWe love pull requests and issues, they're our favorite.\n\nThe following is a set of guidelines for contributing to `nvm` managed by [@LJHarb](https://github.com/ljharb), which is hosted on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.\n\nHowever, before submitting, please review the following:\n\n# How Can I Contribute?\n\nThere are lots of ways to get involved. Here are some suggestions of things we'd love some help with.\n\n## Resolving existing issues\n\nYou can consider helping out with issues already requiring attention - look for a \"help wanted\" label.\n\n### How Do I Submit a (Good) Bug Report? :bug:\n\nExplain the problem and include additional details to help maintainers reproduce the problem:\n\n* **Use a clear and descriptive title** for the issue to identify the problem.\n\n* **Describe the exact steps which reproduce the problem** in as many details as possible. For example, start by explaining which command exactly you used in the terminal. When listing steps, **don't just say what you did, but explain how you did it**. For example, if you moved the cursor to the end of a line, explain if you used the mouse, or a keyboard shortcut or a command, and if so which one?\n* **Provide specific examples to demonstrate the steps**. Include links to files or Github projects, or copy/pasteable snippets, which you use in those examples. If you're providing snippets in the issue, use [Markdown code blocks](https://help.github.com/articles/markdown-basics/#multiple-lines).\n* **Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior.\n* **Explain which behavior you expected to see instead and why.**\n* **Provide as much context as possible** in order to help others verify and ultimately fix the issue. This includes giving us as much details as possible about your environment, so we can more easily confirm the problem.\n\n## Documentation\n\nWe are happy to welcome contributions from anyone willing to improve documentation by adding missing information or making it more consistent and coherent.\n\n# Dev Environment\n\nPlease refer to the [README](README.md) for complete instructions how to install, update, as well as troubleshoot `nvm` in your environment depending on your Operating System.\n\n# Style Guide / Coding conventions\n\n### Pull requests\n\n#### Before creating a pull request\n\n  - Please include tests. Changes with tests will be merged very quickly.\n  - Please manually confirm that your changes work in `bash`, `sh`/`dash`, `ksh`, and `zsh`. Fast tests do run in these shells, but it's nice to manually verify also.\n  - Please maintain consistent whitespace - 2-space indentation, trailing newlines in all files, etc.\n  - Any time you make a change to your PR, please rebase freshly on top of the default branch. Nobody likes merge commits.\n\nEven if you don't have all of these items covered, please still feel free to submit a PR/issue! Someone else may be inspired and volunteer to complete it for you.\n\n#### How to create a pull request\n\nCreate a new branch\n\n```\ngit checkout -b issue1234\n```\n\nCommit the changes to your branch, including a coherent commit message that follows our [standards](#commit-messages)\n\n```\ngit commit -a\n```\n\nBefore sending the pull request, make sure your code is running on the latest available code by rebasing onto the upstream source\n\n```\ngit fetch upstream\ngit rebase upstream/main\n```\n\nVerify your changes\n\n```\nnpm test\n```\n\nPush your changes\n\n```\ngit push origin issue1234\n```\n\nSend the [pull request](https://docs.github.com/en/pull-requests), make requested changes, and get merged.\n\n### Commit Messages\n\n* Limit the first line of the commit message (message summary) to 72 characters or less.\n* Use the present tense (\"Add feature\" not \"Added feature\") and imperative mood (\"Move cursor to...\" not \"Moves cursor to...\") when providing a description of what you did.\n* If your PR addresses an issue, reference it in the body of the commit message.\n* See the rest of the conventions [here](https://gist.github.com/ljharb/772b0334387a4bee89af24183114b3c7)\n\n#### Commit message example\n\n```\n[Tag]: Short description of what you did\n\nLonger description here if necessary\n\nFixes #1234\n```\n\n> **Note:**  Add co-authors to your commit message for commits with multiple authors\n\n```\nCo-authored-by: Name Here <email@here>\n```\n\n\n# Code of Conduct\n[Code of Conduct](https://github.com/nvm-sh/nvm/blob/HEAD/CODE_OF_CONDUCT.md)\n\n# Where can I ask for help?\nIf you have any questions, please contact [@LJHarb](mailto:ljharb@gmail.com).\n\n# Developer's Certificate of Origin 1.1\n\nBy making a contribution to this project, I certify that:\n  - The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or\n  - The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or\n  - The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.\n  - I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.\n"
  },
  {
    "path": "Dockerfile",
    "content": "# Dockerized nvm development environment\n#\n# This Dockerfile is for building nvm development environment only,\n# not for any distribution/production usage.\n#\n# Please note that it'll use about 1.2 GB disk space and about 15 minutes to\n# build this image, it depends on your hardware.\n\nFROM ubuntu:22.04\nLABEL maintainer=\"Peter Dave Hello <hsu@peterdavehello.org>\"\nLABEL name=\"nvm-dev-env\"\nLABEL version=\"latest\"\n\n# Set the SHELL to bash with pipefail option\nSHELL [\"/bin/bash\", \"-o\", \"pipefail\", \"-c\"]\n\n# Prevent dialog during apt install\nENV DEBIAN_FRONTEND noninteractive\n\n# ShellCheck version\nENV SHELLCHECK_VERSION=0.7.0\n\n# Pick a Ubuntu apt mirror site for better speed\n# ref: https://launchpad.net/ubuntu/+archivemirrors\nENV UBUNTU_APT_SITE ubuntu.cs.utah.edu\n\n# Replace origin apt package site with the mirror site\nRUN sed -E -i \"s/([a-z]+.)?archive.ubuntu.com/$UBUNTU_APT_SITE/g\" /etc/apt/sources.list\nRUN sed -i \"s/security.ubuntu.com/$UBUNTU_APT_SITE/g\" /etc/apt/sources.list\n\n# Install apt packages\nRUN apt update         && \\\n    apt upgrade -y -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\"  && \\\n    apt install -y -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\"     \\\n        coreutils             \\\n        util-linux            \\\n        bsdutils              \\\n        file                  \\\n        openssl               \\\n        libssl-dev            \\\n        locales               \\\n        ca-certificates       \\\n        ssh                   \\\n        wget                  \\\n        patch                 \\\n        sudo                  \\\n        htop                  \\\n        dstat                 \\\n        vim                   \\\n        tmux                  \\\n        curl                  \\\n        git                   \\\n        jq                    \\\n        zsh                   \\\n        ksh                   \\\n        gcc                   \\\n        g++                   \\\n        xz-utils              \\\n        build-essential       \\\n        bash-completion       && \\\n    apt-get clean\n\nRUN wget https://github.com/koalaman/shellcheck/releases/download/v$SHELLCHECK_VERSION/shellcheck-v$SHELLCHECK_VERSION.linux.x86_64.tar.xz -O- | \\\n    tar xJvf - shellcheck-v$SHELLCHECK_VERSION/shellcheck          && \\\n    mv shellcheck-v$SHELLCHECK_VERSION/shellcheck /bin             && \\\n    rmdir shellcheck-v$SHELLCHECK_VERSION\nRUN shellcheck -V\n\n# Set locale\nRUN locale-gen en_US.UTF-8\n\n# Print tool versions\nRUN bash --version | head -n 1\nRUN zsh --version\nRUN ksh --version || true\nRUN dpkg -s dash | grep ^Version | awk '{print $2}'\nRUN git --version\nRUN curl --version\nRUN wget --version\n\n# Add user \"nvm\" as non-root user\nRUN useradd -ms /bin/bash nvm\n\n# Copy and set permission for nvm directory\nCOPY . /home/nvm/.nvm/\nRUN chown nvm:nvm -R \"/home/nvm/.nvm\"\n\n# Set sudoer for \"nvm\"\nRUN echo 'nvm ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers\n\n# Switch to user \"nvm\" from now\nUSER nvm\n\n# Create a script file sourced by both interactive and non-interactive bash shells\nENV BASH_ENV /home/nvm/.bash_env\nRUN touch \"$BASH_ENV\"\nRUN echo '. \"$BASH_ENV\"' >> \"$HOME/.bashrc\"\n\n# nvm\nRUN echo 'export NVM_DIR=\"$HOME/.nvm\"'                                       >> \"$BASH_ENV\"\nRUN echo '[ -s \"$NVM_DIR/nvm.sh\" ] && . \"$NVM_DIR/nvm.sh\"  # This loads nvm' >> \"$BASH_ENV\"\nRUN echo '[ -s \"$NVM_DIR/bash_completion\" ] && . \"$NVM_DIR/bash_completion\" # This loads nvm bash_completion' >> \"$BASH_ENV\"\n\n# nodejs and tools\nRUN nvm install node\nRUN npm install -g doctoc urchin eclint dockerfile_lint\nRUN npm install --prefix \"$HOME/.nvm/\"\n\n# Set WORKDIR to nvm directory\nWORKDIR /home/nvm/.nvm\n\nENTRYPOINT [\"/bin/bash\"]\n"
  },
  {
    "path": "GOVERNANCE.md",
    "content": "# `nvm` Project Governance\n\n## Maintainers\n  - [@ljharb](https://github.com/ljharb)\n\nMaintainers are responsible for issue/PR triage, feature additions, maintenance, bugfixes, security fixes, releases, promoting existing contributors to maintainers, managing repo and CI configuration, etc.\n\n## Contributors\n\nAnyone who contributes code or content or time, via issues or pull requests or otherwise. Contributors do not have any additional permissions on the project.\n"
  },
  {
    "path": "LICENSE.md",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2010 Tim Caswell\n\nCopyright (c) 2014 Jordan Harband\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  {
    "path": "Makefile",
    "content": "\t# Since we rely on paths relative to the makefile location, abort if make isn't being run from there.\n$(if $(findstring /,$(MAKEFILE_LIST)),$(error Please only invoke this makefile from the directory it resides in))\n\t# Note: With Travis CI:\n\t#  - the path to urchin is passed via the command line.\n\t#  - the other utilities are NOT needed, so we skip the test for their existence.\nURCHIN := urchin\nifeq ($(findstring /,$(URCHIN)),) # urchin path was NOT passed in.\n\t\t# Add the local npm packages' bin folder to the PATH, so that `make` can find them, when invoked directly.\n\t\t# Note that rather than using `$(npm bin)` the 'node_modules/.bin' path component is hard-coded, so that invocation works even from an environment\n\t\t# where npm is (temporarily) unavailable due to having deactivated an nvm instance loaded into the calling shell in order to avoid interference with tests.\n\texport PATH := $(shell printf '%s' \"$$PWD/node_modules/.bin:$$PATH\")\n\t\t# The list of all supporting utilities, installed with `npm install`.\n\tUTILS := $(URCHIN) replace semver\n\t\t# Make sure that all required utilities can be located.\n\tUTIL_CHECK := $(or $(shell PATH=\"$(PATH)\" which $(UTILS) >/dev/null && echo 'ok'),$(error Did you forget to run `npm install` after cloning the repo? At least one of the required supporting utilities not found: $(UTILS)))\nendif\n\t# The files that need updating when incrementing the version number.\nVERSIONED_FILES := nvm.sh install.sh README.md package.json\n\t# Define all shells to test with. Can be overridden with `make SHELLS=... <target>`.\nSHELLS := sh bash dash zsh # ksh (#574)\n\t# Generate 'test-<shell>' target names from specified shells.\n\t# The embedded shell names are extracted on demand inside the recipes.\nSHELL_TARGETS := $(addprefix test-,$(SHELLS))\n\t# Define the default test suite(s). This can be overridden with `make TEST_SUITE=<...>  <target>`.\n\t# Test suites are the names of subfolders of './test'.\nTEST_SUITE := $(shell find ./test/* -type d -prune -exec basename {} \\;)\n\n\n# Default target (by virtue of being the first non '.'-prefixed in the file).\n.PHONY: _no-target-specified\n_no-target-specified:\n\t$(error Please specify the target to make - `make list` shows targets. Alternatively, use `npm test` to run the default tests; `npm run` shows all tests)\n\n# Lists all targets defined in this makefile.\n.PHONY: list\nlist:\n\t@$(MAKE) -pRrn : -f $(MAKEFILE_LIST) 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ \"^[#.]\") {print $$1}}' | egrep -v -e '^[^[:alnum:]]' -e '^$@$$' | sort\n\n# Set of test-<shell> targets; each runs the specified test suites for a single shell.\n# Note that preexisting NVM_* variables are unset to avoid interfering with tests, except when running the Travis tests (where NVM_DIR must be passed in and the env. is assumed to be pristine).\n.PHONY: $(SHELL_TARGETS)\n$(SHELL_TARGETS):\n\t@shell='$@'; shell=$${shell##*-}; \\\n\twhich \"$$shell\" >/dev/null || { printf '\\033[0;31m%s\\033[0m\\n' \"WARNING: Cannot test with shell '$$shell': not found.\" >&2; exit 0; } && \\\n\tprintf '\\n\\033[0;34m%s\\033[0m\\n' \"Running tests in $$shell\"; \\\n\t[ -z \"$$TRAVIS_BUILD_DIR\" ] && [ -z \"$$GITHUB_ACTIONS\" ] && for v in $$(set | awk -F'=' '$$1 ~ \"^NVM_\" { print $$1 }'); do unset $$v; done && unset v; \\\n\tfor suite in $(TEST_SUITE); do \\\n\t\techo \"Running test suite: $$suite\"; \\\n\t\t$(URCHIN) -f -s $$shell test/$$suite || exit; \\\n\tdone\n\n# All-tests target: invokes the specified test suites for ALL shells defined in $(SHELLS).\n.PHONY: test\ntest: $(SHELL_TARGETS)\n\n.PHONY: _ensure-tag\n_ensure-tag:\nifndef TAG\n\t$(error Please invoke with `make TAG=<new-version> release`, where <new-version> is either an increment specifier (patch, minor, major, prepatch, preminor, premajor, prerelease), or an explicit major.minor.patch version number)\nendif\n\n# Ensures there are version tags in repository\n.PHONY: _ensure-current-version\n\n_ensure-current-version:\nifeq ($(shell git tag),$(printf ''))\n\t@git fetch --tags\nendif\n\n# Ensures that the git workspace is clean.\n.PHONY: _ensure-clean\n_ensure-clean:\n\t@[ -z \"$$(git status --porcelain --untracked-files=no || echo err)\" ] || { echo \"Workspace is not clean; please commit changes first.\" >&2; exit 2; }\n\n# Makes a release; invoke with `make TAG=<versionOrIncrementSpec> release`.\n.PHONY: release\nrelease: _ensure-tag _ensure-clean _ensure-current-version\n\t@old_ver=`git describe --abbrev=0 --tags --match 'v[0-9]*.[0-9]*.[0-9]*'` || { echo \"Failed to determine current version.\" >&2; exit 1; }; old_ver=$${old_ver#v}; \\\n\tnew_ver=`echo \"$(TAG)\" | sed 's/^v//'`; new_ver=$${new_ver:-patch}; \\\n\tif printf \"$$new_ver\" | grep -q '^[0-9]'; then \\\n\t\tsemver \"$$new_ver\" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be major.minor.patch' >&2; exit 2; }; \\\n\t\tsemver -r \"> $$old_ver\" \"$$new_ver\" >/dev/null || { echo 'Invalid version number specified: $(TAG) - must be HIGHER than current one.' >&2; exit 2; } \\\n\telse \\\n\t\tnew_ver=`semver -i \"$$new_ver\" \"$$old_ver\"` || { echo 'Invalid version-increment specifier: $(TAG)' >&2; exit 2; } \\\n\tfi; \\\n\tprintf \"=== Bumping version **$$old_ver** to **$$new_ver** before committing and tagging:\\n=== TYPE 'proceed' TO PROCEED, anything else to abort: \" && read response && [ \"$$response\" = 'proceed' ] || { echo 'Aborted.' >&2; exit 2; }; \\\n\treplace \"$$old_ver\" \"$$new_ver\" $(VERSIONED_FILES) && \\\n\tgit commit -m \"v$$new_ver\" $(VERSIONED_FILES) && \\\n\tgit tag -a \"v$$new_ver\"\n"
  },
  {
    "path": "PROJECT_CHARTER.md",
    "content": "# `nvm` Charter\n\nnvm is a version manager for Node.js, designed to be installed per-user, and invoked per-shell. nvm works on any POSIX-compliant shell (sh, dash, ksh, zsh, bash), in particular on these platforms: unix, macOS, and Windows WSL.\n\n## Section 0: Guiding Principles\n\nThe `nvm` project is part of the [OpenJS Foundation][openjs foundation], which operates transparently, openly, collaboratively, and ethically. Project proposals, timelines, and status must not merely be open, but also easily visible to outsiders.\n\n## Section 1: Scope\n\n`nvm` is a node version manager, focused on making it easy to install and manage multiple Node.js versions. Any features related to managing the installation and removal of Node.js on any node-supported platform are potentially in scope.\n\n## Section 2: Relationship with OpenJS Foundation CPC.\n\nTechnical leadership for the projects within the [OpenJS Foundation][openjs foundation] is delegated to the projects through their project charters by the [OpenJS Foundation Cross-Project Council](https://openjsf.org/about/governance/) (CPC). In the case of the `nvm` project, it is delegated to the [`nvm` Maintainers](README.md#maintainers) (the “Maintainers”). The OpenJS Foundation's business leadership is the Board of Directors (the “Board”).\n\nThis `nvm` Charter reflects a carefully constructed balanced role for the Maintainers and the CPC in the governance of the OpenJS Foundation. The charter amendment process is for the Maintainers to propose changes using simple majority of the full Maintainers, the proposed changes being subject to review and approval by the CPC. The CPC may additionally make amendments to the project charter at any time, though the CPC will not interfere with day-to-day discussions, votes or meetings of the Maintainers.\n\n### 2.1 Other Formal Project Relationships\n\nSection Intentionally Left Blank\n\n## Section 3: `nvm`'s Maintainers Governing Body\n\n`nvm` is governed by its [maintainers](README.md#maintainers).\n\n## Section 4: Roles & Responsibilities\n\nThe roles and responsibilities of `nvm`'s Maintainers are described in [GOVERNANCE.md](./GOVERNANCE.md).\n\n### Section 4.1 Project Operations & Management\n\nSection Intentionally Left Blank\n\n### Section 4.2: Decision-making, Voting, and/or Elections\n\nSection Intentionally Left Blank\n\n### Section 4.3: Other Project Roles\n\nSection Intentionally Left Blank\n\n## Section 5: Definitions\n\n  - *Contributors*: contribute code or other artifacts, but do not have the right to commit to the codebase. Contributors work with the project’s maintainers to have code committed to the code base. A Contributor may be promoted to a Maintainer by the Maintainers. Contributors should rarely be encumbered by the Maintainers and never by the CPC or OpenJS Foundation Board.\n\n  - *Maintainers*: Contributors with any kind of decision-making authority in the project.\n\n[openjs foundation]: https://openjsf.org\n"
  },
  {
    "path": "README.md",
    "content": "<a href=\"https://github.com/nvm-sh/logos\">\n  <picture>\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/nvm-sh/logos/HEAD/nvm-logo-white.svg\" />\n    <img src=\"https://raw.githubusercontent.com/nvm-sh/logos/HEAD/nvm-logo-color.svg\" height=\"50\" alt=\"nvm project logo\" />\n  </picture>\n</a>\n\n\n# Node Version Manager [![Tests](https://github.com/nvm-sh/nvm/actions/workflows/tests-fast.yml/badge.svg?branch=master)][3] [![nvm version](https://img.shields.io/badge/version-v0.40.4-yellow.svg)][4] [![CII Best Practices](https://bestpractices.dev/projects/684/badge)](https://bestpractices.dev/projects/684)\n\n<!-- To update this table of contents, ensure you have run `npm install` then `npm run doctoc` -->\n<!-- START doctoc generated TOC please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n## Table of Contents\n\n- [Intro](#intro)\n- [About](#about)\n- [Installing and Updating](#installing-and-updating)\n  - [Install & Update Script](#install--update-script)\n    - [Additional Notes](#additional-notes)\n    - [Installing in Docker](#installing-in-docker)\n      - [Installing in Docker for CICD-Jobs](#installing-in-docker-for-cicd-jobs)\n    - [Troubleshooting on Linux](#troubleshooting-on-linux)\n    - [Troubleshooting on macOS](#troubleshooting-on-macos)\n    - [Ansible](#ansible)\n  - [Verify Installation](#verify-installation)\n  - [Important Notes](#important-notes)\n  - [Git Install](#git-install)\n  - [Manual Install](#manual-install)\n  - [Manual Upgrade](#manual-upgrade)\n- [Usage](#usage)\n  - [Long-term Support](#long-term-support)\n  - [Migrating Global Packages While Installing](#migrating-global-packages-while-installing)\n  - [Default Global Packages From File While Installing](#default-global-packages-from-file-while-installing)\n  - [io.js](#iojs)\n  - [System Version of Node](#system-version-of-node)\n  - [Listing Versions](#listing-versions)\n  - [Setting Custom Colors](#setting-custom-colors)\n    - [Persisting custom colors](#persisting-custom-colors)\n    - [Suppressing colorized output](#suppressing-colorized-output)\n  - [Restoring PATH](#restoring-path)\n  - [Set default node version](#set-default-node-version)\n  - [Use a mirror of node binaries](#use-a-mirror-of-node-binaries)\n    - [Pass Authorization header to mirror](#pass-authorization-header-to-mirror)\n  - [.nvmrc](#nvmrc)\n  - [Deeper Shell Integration](#deeper-shell-integration)\n    - [Calling `nvm use` automatically in a directory with a `.nvmrc` file](#calling-nvm-use-automatically-in-a-directory-with-a-nvmrc-file)\n      - [bash](#bash)\n      - [zsh](#zsh)\n      - [fish](#fish)\n- [Running Tests](#running-tests)\n- [Environment variables](#environment-variables)\n- [Bash Completion](#bash-completion)\n  - [Usage](#usage-1)\n- [Compatibility Issues](#compatibility-issues)\n- [Installing nvm on Alpine Linux](#installing-nvm-on-alpine-linux)\n  - [Alpine Linux 3.13+](#alpine-linux-313)\n  - [Alpine Linux 3.5 - 3.12](#alpine-linux-35---312)\n- [Uninstalling / Removal](#uninstalling--removal)\n  - [Manual Uninstall](#manual-uninstall)\n- [Docker For Development Environment](#docker-for-development-environment)\n- [Problems](#problems)\n- [macOS Troubleshooting](#macos-troubleshooting)\n- [WSL Troubleshooting](#wsl-troubleshooting)\n- [Maintainers](#maintainers)\n- [Project Support](#project-support)\n- [Enterprise Support](#enterprise-support)\n- [License](#license)\n- [Copyright notice](#copyright-notice)\n\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n\n## Intro\n\n`nvm` allows you to quickly install and use different versions of node via the command line.\n\n**Example:**\n```sh\n$ nvm use 16\nNow using node v16.9.1 (npm v7.21.1)\n$ node -v\nv16.9.1\n$ nvm use 14\nNow using node v14.18.0 (npm v6.14.15)\n$ node -v\nv14.18.0\n$ nvm install 12\nNow using node v12.22.6 (npm v6.14.5)\n$ node -v\nv12.22.6\n```\n\nSimple as that!\n\n\n## About\nnvm is a version manager for [node.js](https://nodejs.org/en/), designed to be installed per-user, and invoked per-shell. `nvm` works on any POSIX-compliant shell (sh, dash, ksh, zsh, bash), in particular on these platforms: unix, macOS, and [windows WSL](https://github.com/nvm-sh/nvm#important-notes).\n\n<a id=\"installation-and-update\"></a>\n<a id=\"install-script\"></a>\n## Installing and Updating\n\n### Install & Update Script\n\nTo **install** or **update** nvm, you should run the [install script][2]. To do that, you may either download and run the script manually, or use the following cURL or Wget command:\n```sh\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash\n```\n```sh\nwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash\n```\n\nRunning either of the above commands downloads a script and runs it. The script clones the nvm repository to `~/.nvm`, and attempts to add the source lines from the snippet below to the correct profile file (`~/.bashrc`, `~/.bash_profile`, `~/.zshrc`, or `~/.profile`). If you find the install script is updating the wrong profile file, set the `$PROFILE` env var to the profile file’s path, and then rerun the installation script.\n\n<a id=\"profile_snippet\"></a>\n```sh\nexport NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] && printf %s \"${HOME}/.nvm\" || printf %s \"${XDG_CONFIG_HOME}/nvm\")\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" # This loads nvm\n```\n\n#### Additional Notes\n\n- If the environment variable `$XDG_CONFIG_HOME` is present, it will place the `nvm` files there.</sub>\n\n- You can add `--no-use` to the end of the above script to postpone using `nvm` until you manually [`use`](#usage) it:\n\n```sh\nexport NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] && printf %s \"${HOME}/.nvm\" || printf %s \"${XDG_CONFIG_HOME}/nvm\")\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" --no-use # This loads nvm, without auto-using the default version\n```\n\n- You can customize the install source, directory, profile, and version using the `NVM_SOURCE`, `NVM_DIR`, `PROFILE`, and `NODE_VERSION` variables.\nEg: `curl ... | NVM_DIR=\"path/to/nvm\"`. Ensure that the `NVM_DIR` does not contain a trailing slash.\n\n- The installer can use `git`, `curl`, or `wget` to download `nvm`, whichever is available.\n\n- You can instruct the installer to not edit your shell config (for example if you already get completions via a [zsh nvm plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/nvm)) by setting `PROFILE=/dev/null` before running the `install.sh` script. Here's an example one-line command to do that: `PROFILE=/dev/null bash -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash'`\n\n#### Installing in Docker\n\nWhen invoking bash as a non-interactive shell, like in a Docker container, none of the regular profile files are sourced. In order to use `nvm`, `node`, and `npm` like normal, you can instead specify the special `BASH_ENV` variable, which bash sources when invoked non-interactively.\n\n```Dockerfile\n# Use bash for the shell\nSHELL [\"/bin/bash\", \"-o\", \"pipefail\", \"-c\"]\n\n# Create a script file sourced by both interactive and non-interactive bash shells\nENV BASH_ENV /home/user/.bash_env\nRUN touch \"${BASH_ENV}\"\nRUN echo '. \"${BASH_ENV}\"' >> ~/.bashrc\n\n# Download and install nvm\nRUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | PROFILE=\"${BASH_ENV}\" bash\nRUN echo node > .nvmrc\nRUN nvm install\n```\n\n##### Installing in Docker for CICD-Jobs\n\nMore robust, works in CI/CD-Jobs. Can be run in interactive and non-interactive containers.\nSee https://github.com/nvm-sh/nvm/issues/3531.\n\n```Dockerfile\nFROM ubuntu:latest\nARG NODE_VERSION=20\n\n# install curl\nRUN apt update && apt install curl -y\n\n# install nvm\nRUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash\n\n# set env\nENV NVM_DIR=/root/.nvm\n\n# install node\nRUN bash -c \"source $NVM_DIR/nvm.sh && nvm install $NODE_VERSION\"\n\n# set ENTRYPOINT for reloading nvm-environment\nENTRYPOINT [\"bash\", \"-c\", \"source $NVM_DIR/nvm.sh && exec \\\"$@\\\"\", \"--\"]\n\n# set cmd to bash\nCMD [\"/bin/bash\"]\n\n```\n\nThis example defaults to installation of nodejs version 20.x.y. Optionally you can easily override the version with docker build args like:\n```\ndocker build -t nvmimage --build-arg NODE_VERSION=19 .\n```\n\nAfter creation of the image you can start container interactively and run commands, for example:\n```\ndocker run --rm -it nvmimage\n\nroot@0a6b5a237c14:/# nvm -v\n0.40.4\n\nroot@0a6b5a237c14:/# node -v\nv19.9.0\n\nroot@0a6b5a237c14:/# npm -v\n9.6.3\n```\n\nNoninteractive example:\n```\nuser@host:/tmp/test $ docker run --rm -it nvmimage node -v\nv19.9.0\nuser@host:/tmp/test $ docker run --rm -it nvmimage npm -v\n9.6.3\n```\n\n#### Troubleshooting on Linux\n\nOn Linux, after running the install script, if you get `nvm: command not found` or see no feedback from your terminal after you type `command -v nvm`, simply close your current terminal, open a new terminal, and try verifying again.\nAlternatively, you can run the following commands for the different shells on the command line:\n\n*bash*: `source ~/.bashrc`\n\n*zsh*: `source ~/.zshrc`\n\n*ksh*: `. ~/.profile`\n\nThese should pick up the `nvm` command.\n\n#### Troubleshooting on macOS\n\nSince OS X 10.9, `/usr/bin/git` has been preset by Xcode command line tools, which means we can't properly detect if Git is installed or not. You need to manually install the Xcode command line tools before running the install script, otherwise, it'll fail. (see [#1782](https://github.com/nvm-sh/nvm/issues/1782))\n\nIf you get `nvm: command not found` after running the install script, one of the following might be the reason:\n\n  - Since macOS 10.15, the default shell is `zsh` and nvm will look for `.zshrc` to update, none is installed by default. Create one with `touch ~/.zshrc` and run the install script again.\n\n  - If you use bash, the previous default shell, your system may not have `.bash_profile` or `.bashrc` files where the command is set up. Create one of them with `touch ~/.bash_profile` or `touch ~/.bashrc` and run the install script again. Then, run `. ~/.bash_profile` or `. ~/.bashrc` to pick up the `nvm` command.\n\n  - You have previously used `bash`, but you have `zsh` installed. You need to manually add [these lines](#manual-install) to `~/.zshrc` and run `. ~/.zshrc`.\n\n  - You might need to restart your terminal instance or run `. ~/.nvm/nvm.sh`. Restarting your terminal/opening a new tab/window, or running the source command will load the command and the new configuration.\n\n  - If the above didn't help, you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry.\n\nIf the above doesn't fix the problem, you may try the following:\n\n  - If you use bash, it may be that your `.bash_profile` (or `~/.profile`) does not source your `~/.bashrc` properly. You could fix this by adding `source ~/<your_profile_file>` to it or following the next step below.\n\n  - Try adding [the snippet from the install section](#profile_snippet), that finds the correct nvm directory and loads nvm, to your usual profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).\n\n  - For more information about this issue and possible workarounds, please [refer here](https://github.com/nvm-sh/nvm/issues/576)\n\n**Note** For Macs with the Apple Silicon chip, node started offering **arm64** arch Darwin packages since v16.0.0 and experimental **arm64** support when compiling from source since v14.17.0. If you are facing issues installing node using `nvm`, you may want to update to one of those versions or later.\n\n#### Ansible\n\nYou can use a task:\n\n```yaml\n- name: Install nvm\n  ansible.builtin.shell: >\n    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash\n  args:\n    creates: \"{{ ansible_env.HOME }}/.nvm/nvm.sh\"\n```\n\n### Verify Installation\n\nTo verify that nvm has been installed, do:\n\n```sh\ncommand -v nvm\n```\n\nwhich should output `nvm` if the installation was successful. Please note that `which nvm` will not work, since `nvm` is a sourced shell function, not an executable binary.\n\n**Note:** On Linux, after running the install script, if you get `nvm: command not found` or see no feedback from your terminal after you type `command -v nvm`, simply close your current terminal, open a new terminal, and try verifying again.\n\n### Important Notes\n\nIf you're running a system without prepackaged binary available, which means you're going to install node or io.js from its source code, you need to make sure your system has a C++ compiler. For OS X, Xcode will work, for Debian/Ubuntu based GNU/Linux, the `build-essential` and `libssl-dev` packages work.\n\n**Note:** `nvm` also supports Windows in some cases. It should work through WSL (Windows Subsystem for Linux) depending on the version of WSL. It should also work with [GitBash](https://gitforwindows.org/) (MSYS) or [Cygwin](https://cygwin.com). Otherwise, for Windows, a few alternatives exist, which are neither supported nor developed by us:\n\n  - [nvm-windows](https://github.com/coreybutler/nvm-windows)\n  - [nodist](https://github.com/marcelklehr/nodist)\n  - [nvs](https://github.com/jasongin/nvs)\n\n**Note:** `nvm` does not support [Fish] either (see [#303](https://github.com/nvm-sh/nvm/issues/303)). Alternatives exist, which are neither supported nor developed by us:\n\n  - [bass](https://github.com/edc/bass) allows you to use utilities written for Bash in fish shell\n  - [fast-nvm-fish](https://github.com/brigand/fast-nvm-fish) only works with version numbers (not aliases) but doesn't significantly slow your shell startup\n  - [plugin-nvm](https://github.com/derekstavis/plugin-nvm) plugin for [Oh My Fish](https://github.com/oh-my-fish/oh-my-fish), which makes nvm and its completions available in fish shell\n  - [nvm.fish](https://github.com/jorgebucaran/nvm.fish) - The Node.js version manager you'll adore, crafted just for Fish\n  - [fish-nvm](https://github.com/FabioAntunes/fish-nvm) - Wrapper around nvm for fish, delays sourcing nvm until it's actually used.\n\n**Note:** We still have some problems with FreeBSD, because there is no official pre-built binary for FreeBSD, and building from source may need [patches](https://www.freshports.org/www/node/files/patch-deps_v8_src_base_platform_platform-posix.cc); see the issue ticket:\n\n  - [[#900] [Bug] node on FreeBSD may need to be patched](https://github.com/nvm-sh/nvm/issues/900)\n  - [nodejs/node#3716](https://github.com/nodejs/node/issues/3716)\n\n**Note:** On OS X, if you do not have Xcode installed and you do not wish to download the ~4.3GB file, you can install the `Command Line Tools`. You can check out this blog post on how to just that:\n\n  - [How to Install Command Line Tools in OS X Mavericks & Yosemite (Without Xcode)](https://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/)\n\n**Note:** On OS X, if you have/had a \"system\" node installed and want to install modules globally, keep in mind that:\n\n  - When using `nvm` you do not need `sudo` to globally install a module with `npm -g`, so instead of doing `sudo npm install -g grunt`, do instead `npm install -g grunt`\n  - If you have an `~/.npmrc` file, make sure it does not contain any `prefix` settings (which is not compatible with `nvm`)\n  - You can (but should not?) keep your previous \"system\" node install, but `nvm` will only be available to your user account (the one used to install nvm). This might cause version mismatches, as other users will be using `/usr/local/lib/node_modules/*` VS your user account using `~/.nvm/versions/node/vX.X.X/lib/node_modules/*`\n\nHomebrew installation is not supported. If you have issues with homebrew-installed `nvm`, please `brew uninstall` it, and install it using the instructions below, before filing an issue.\n\n**Note:** If you're using `zsh` you can easily install `nvm` as a zsh plugin. Install [`zsh-nvm`](https://github.com/lukechilds/zsh-nvm) and run `nvm upgrade` to upgrade ([you can set](https://github.com/lukechilds/zsh-nvm#auto-use) `NVM_AUTO_USE=true` to have it automatically detect and use `.nvmrc` files).\n\n**Note:** Git versions before v1.7 may face a problem of cloning `nvm` source from GitHub via https protocol, and there is also different behavior of git before v1.6, and git prior to [v1.17.10](https://github.com/git/git/commit/5a7d5b683f869d3e3884a89775241afa515da9e7) can not clone tags, so the minimum required git version is v1.7.10. If you are interested in the problem we mentioned here, please refer to GitHub's [HTTPS cloning errors](https://help.github.com/articles/https-cloning-errors/) article.\n\n### Git Install\n\nIf you have `git` installed (requires git v1.7.10+):\n\n1. clone this repo in the root of your user profile\n    - `cd ~/` from anywhere then `git clone https://github.com/nvm-sh/nvm.git .nvm`\n1. `cd ~/.nvm` and check out the latest version with `git checkout v0.40.4`\n1. activate `nvm` by sourcing it from your shell: `. ./nvm.sh`\n\nNow add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login:\n(you may have to add to more than one of the above files)\n\n```sh\nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\"  # This loads nvm\n[ -s \"$NVM_DIR/bash_completion\" ] && \\. \"$NVM_DIR/bash_completion\"  # This loads nvm bash_completion\n```\n\n### Manual Install\n\nFor a fully manual install, execute the following lines to first clone the `nvm` repository into `$HOME/.nvm`, and then load `nvm`:\n\n```sh\nexport NVM_DIR=\"$HOME/.nvm\" && (\n  git clone https://github.com/nvm-sh/nvm.git \"$NVM_DIR\"\n  cd \"$NVM_DIR\"\n  git checkout `git describe --abbrev=0 --tags --match \"v[0-9]*\" $(git rev-list --tags --max-count=1)`\n) && \\. \"$NVM_DIR/nvm.sh\"\n```\n\nNow add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login:\n(you may have to add to more than one of the above files)\n\n```sh\nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" # This loads nvm\n[ -s \"$NVM_DIR/bash_completion\" ] && \\. \"$NVM_DIR/bash_completion\"  # This loads nvm bash_completion\n```\n\n### Manual Upgrade\n\nFor manual upgrade with `git` (requires git v1.7.10+):\n\n1. change to the `$NVM_DIR`\n1. pull down the latest changes\n1. check out the latest version\n1. activate the new version\n\n```sh\n(\n  cd \"$NVM_DIR\"\n  git fetch --tags origin\n  git checkout `git describe --abbrev=0 --tags --match \"v[0-9]*\" $(git rev-list --tags --max-count=1)`\n) && \\. \"$NVM_DIR/nvm.sh\"\n```\n\n## Usage\n\nTo download, compile, and install the latest release of node, do this:\n\n```sh\nnvm install node # \"node\" is an alias for the latest version\n```\n\nTo install a specific version of node:\n\n```sh\nnvm install 14.7.0 # or 16.3.0, 12.22.1, etc\n```\n\nTo set an alias:\n\n```sh\nnvm alias my_alias v14.4.0\n```\nMake sure that your alias does not contain any spaces or slashes.\n\nThe first version installed becomes the default. New shells will start with the default version of node (e.g., `nvm alias default`).\n\nYou can list available versions using `ls-remote`:\n\n```sh\nnvm ls-remote\n```\n\nAnd then in any new shell just use the installed version:\n\n```sh\nnvm use node\n```\n\nOr you can just run it:\n\n```sh\nnvm run node --version\n```\n\nOr, you can run any arbitrary command in a subshell with the desired version of node:\n\n```sh\nnvm exec 4.2 node --version\n```\n\nYou can also get the path to the executable to where it was installed:\n\n```sh\nnvm which 12.22\n```\n\nIn place of a version pointer like \"14.7\" or \"16.3\" or \"12.22.1\", you can use the following special default aliases with `nvm install`, `nvm use`, `nvm run`, `nvm exec`, `nvm which`, etc:\n\n  - `node`: this installs the latest version of [`node`](https://nodejs.org/en/)\n  - `iojs`: this installs the latest version of [`io.js`](https://iojs.org/en/)\n  - `stable`: this alias is deprecated, and only truly applies to `node` `v0.12` and earlier. Currently, this is an alias for `node`.\n  - `unstable`: this alias points to `node` `v0.11` - the last \"unstable\" node release, since post-1.0, all node versions are stable. (in SemVer, versions communicate breakage, not stability).\n\n### Long-term Support\n\nNode has a [schedule](https://github.com/nodejs/Release#release-schedule) for long-term support (LTS) You can reference LTS versions in aliases and `.nvmrc` files with the notation `lts/*` for the latest LTS, and `lts/argon` for LTS releases from the \"argon\" line, for example. In addition, the following commands support LTS arguments:\n\n  - `nvm install --lts` / `nvm install --lts=argon` / `nvm install 'lts/*'` / `nvm install lts/argon`\n  - `nvm uninstall --lts` / `nvm uninstall --lts=argon` / `nvm uninstall 'lts/*'` / `nvm uninstall lts/argon`\n  - `nvm use --lts` / `nvm use --lts=argon` / `nvm use 'lts/*'` / `nvm use lts/argon`\n  - `nvm exec --lts` / `nvm exec --lts=argon` / `nvm exec 'lts/*'` / `nvm exec lts/argon`\n  - `nvm run --lts` / `nvm run --lts=argon` / `nvm run 'lts/*'` / `nvm run lts/argon`\n  - `nvm ls-remote --lts` / `nvm ls-remote --lts=argon` `nvm ls-remote 'lts/*'` / `nvm ls-remote lts/argon`\n  - `nvm version-remote --lts` / `nvm version-remote --lts=argon` / `nvm version-remote 'lts/*'` / `nvm version-remote lts/argon`\n\nAny time your local copy of `nvm` connects to https://nodejs.org, it will re-create the appropriate local aliases for all available LTS lines. These aliases (stored under `$NVM_DIR/alias/lts`), are managed by `nvm`, and you should not modify, remove, or create these files - expect your changes to be undone, and expect meddling with these files to cause bugs that will likely not be supported.\n\nTo get the latest LTS version of node and migrate your existing installed packages, use:\n\n```sh\nnvm install --reinstall-packages-from=current 'lts/*'\n```\n\n### Migrating Global Packages While Installing\n\nIf you want to install a new version of Node.js and migrate npm packages from a previous version:\n\n```sh\nnvm install --reinstall-packages-from=node node\n```\n\nThis will first use \"nvm version node\" to identify the current version you're migrating packages from. Then it resolves the new version to install from the remote server and installs it. Lastly, it runs \"nvm reinstall-packages\" to reinstall the npm packages from your prior version of Node to the new one.\n\nYou can also install and migrate npm packages from specific versions of Node like this:\n\n```sh\nnvm install --reinstall-packages-from=5 6\nnvm install --reinstall-packages-from=iojs v4.2\n```\n\nNote that reinstalling packages _explicitly does not update the npm version_ — this is to ensure that npm isn't accidentally upgraded to a broken version for the new node version.\n\nTo update npm at the same time add the `--latest-npm` flag, like this:\n\n```sh\nnvm install --reinstall-packages-from=default --latest-npm 'lts/*'\n```\n\nor, you can at any time run the following command to get the latest supported npm version on the current node version:\n```sh\nnvm install-latest-npm\n```\n\nIf you've already gotten an error to the effect of \"npm does not support Node.js\", you'll need to (1) revert to a previous node version (`nvm ls` & `nvm use <your latest _working_ version from the ls>`), (2) delete the newly created node version (`nvm uninstall <your _broken_ version of node from the ls>`), then (3) rerun your `nvm install` with the `--latest-npm` flag.\n\n\n### Offline Install\n\nIf you've previously downloaded a node version (or it's still in the cache), you can install it without any network access using the `--offline` flag:\n\n```sh\nnvm install --offline 14.7.0\n```\n\nThis resolves versions using only locally installed versions and cached downloads. It will not attempt to download anything. This is useful in air-gapped environments, on planes, or when you want to avoid network latency.\n\nYou can combine `--offline` with `--lts` to install the latest cached LTS version (as long as LTS aliases have been populated by a prior `nvm ls-remote --lts`):\n\n```sh\nnvm install --offline --lts\n```\n\n### Default Global Packages From File While Installing\n\nIf you have a list of default packages you want installed every time you install a new version, we support that too -- just add the package names, one per line, to the file `$NVM_DIR/default-packages`. You can add anything npm would accept as a package argument on the command line.\n\n```sh\n# $NVM_DIR/default-packages\n\nrimraf\nobject-inspect@1.0.2\nstevemao/left-pad\n```\n\n### io.js\n\n> [!WARNING]\n> io.js was a [fork of Node.js](https://en.wikipedia.org/wiki/Node.js#History), created in 2014 and merged back in 2015. io.js shipped v1, v2, and v3 release lines; post-merge, node.js began releasing with v4.\n\nIf you want to install io.js:\n\n```sh\nnvm install iojs\n```\n\nIf you want to install a new version of io.js and migrate npm packages from a previous version:\n\n```sh\nnvm install --reinstall-packages-from=iojs iojs\n```\n\nThe same guidelines mentioned for migrating npm packages in node are applicable to io.js.\n\n### System Version of Node\n\nIf you want to use the system-installed version of node, you can use the special default alias \"system\":\n\n```sh\nnvm use system\nnvm run system --version\n```\n\n### Listing Versions\n\nIf you want to see what versions are installed:\n\n```sh\nnvm ls\n```\n\nIf you want to see what versions are available to install:\n\n```sh\nnvm ls-remote\n```\n\n### Setting Custom Colors\n\nYou can set five colors that will be used to display version and alias information. These colors replace the default colors.\n  Initial colors are: g b y r e\n\n  Color codes:\n\n    r/R = red / bold red\n\n    g/G = green / bold green\n\n    b/B = blue / bold blue\n\n    c/C = cyan / bold cyan\n\n    m/M = magenta / bold magenta\n\n    y/Y = yellow / bold yellow\n\n    k/K = black / bold black\n\n    e/W = light grey / white\n\n```sh\nnvm set-colors rgBcm\n```\n\n#### Persisting custom colors\n\nIf you want the custom colors to persist after terminating the shell, export the `NVM_COLORS` variable in your shell profile. For example, if you want to use cyan, magenta, green, bold red and bold yellow, add the following line:\n\n```sh\nexport NVM_COLORS='cmgRY'\n```\n\n#### Suppressing colorized output\n\n`nvm help (or -h or --help)`, `nvm ls`, `nvm ls-remote` and `nvm alias` usually produce colorized output. You can disable colors with the `--no-colors` option (or by setting the environment variable `TERM=dumb`):\n\n```sh\nnvm ls --no-colors\nnvm help --no-colors\nTERM=dumb nvm ls\n```\n\n### Restoring PATH\nTo restore your PATH, you can deactivate it:\n\n```sh\nnvm deactivate\n```\n\n### Set default node version\nTo set a default Node version to be used in any new shell, use the alias 'default':\n\n```sh\nnvm alias default node # this refers to the latest installed version of node\nnvm alias default 18 # this refers to the latest installed v18.x version of node\nnvm alias default 18.12  # this refers to the latest installed v18.12.x version of node\n```\n\n### Use a mirror of node binaries\nTo use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`:\n\n```sh\nexport NVM_NODEJS_ORG_MIRROR=https://nodejs.org/dist\nnvm install node\n\nNVM_NODEJS_ORG_MIRROR=https://nodejs.org/dist nvm install 4.2\n```\n\nTo use a mirror of the io.js binaries, set `$NVM_IOJS_ORG_MIRROR`:\n\n```sh\nexport NVM_IOJS_ORG_MIRROR=https://iojs.org/dist\nnvm install iojs-v1.0.3\n\nNVM_IOJS_ORG_MIRROR=https://iojs.org/dist nvm install iojs-v1.0.3\n```\n\n`nvm use` will not, by default, create a \"current\" symlink. Set `$NVM_SYMLINK_CURRENT` to \"true\" to enable this behavior, which is sometimes useful for IDEs. Note that using `nvm` in multiple shell tabs with this environment variable enabled can cause race conditions.\n\n#### Pass Authorization header to mirror\nTo pass an Authorization header through to the mirror url, set `$NVM_AUTH_HEADER`\n\n```sh\nNVM_AUTH_HEADER=\"Bearer secret-token\" nvm install node\n```\n\n### .nvmrc\n\nYou can create a `.nvmrc` file containing a node version number (or any other string that `nvm` understands; see `nvm --help` for details) in the project root directory (or any parent directory).\nAfterwards, `nvm use`, `nvm install`, `nvm exec`, `nvm run`, and `nvm which` will use the version specified in the `.nvmrc` file if no version is supplied on the command line.\n\nFor example, to make nvm default to the latest 5.9 release, the latest LTS version, or the latest node version for the current directory:\n\n```sh\n$ echo \"5.9\" > .nvmrc\n\n$ echo \"lts/*\" > .nvmrc # to default to the latest LTS version\n\n$ echo \"node\" > .nvmrc # to default to the latest version\n```\n\n[NB these examples assume a POSIX-compliant shell version of `echo`. If you use a Windows `cmd` development environment, eg the `.nvmrc` file is used to configure a remote Linux deployment, then keep in mind the `\"`s will be copied leading to an invalid file. Remove them.]\n\nThen when you run nvm use:\n\n```sh\n$ nvm use\nFound '/path/to/project/.nvmrc' with version <5.9>\nNow using node v5.9.1 (npm v3.7.3)\n```\n\nRunning nvm install will also switch over to the correct version, but if the correct node version isn't already installed, it will install it for you.\n\n```sh\n$ nvm install\nFound '/path/to/project/.nvmrc' with version <5.9>\nDownloading and installing node v5.9.1...\nDownloading https://nodejs.org/dist/v5.9.1/node-v5.9.1-linux-x64.tar.xz...\n#################################################################################### 100.0%\nComputing checksum with sha256sum\nChecksums matched!\nNow using node v5.9.1 (npm v3.7.3)\n```\n\n`nvm use` et. al. will traverse directory structure upwards from the current directory looking for the `.nvmrc` file. In other words, running `nvm use` et. al. in any subdirectory of a directory with an `.nvmrc` will result in that `.nvmrc` being utilized.\n\nThe contents of a `.nvmrc` file **must** contain precisely one `<version>` (as described by `nvm --help`) followed by a newline. `.nvmrc` files may also have comments. The comment delimiter is `#`, and it and any text after it, as well as blank lines, and leading and trailing white space, will be ignored when parsing.\n\nKey/value pairs using `=` are also allowed and ignored, but are reserved for future use, and may cause validation errors in the future.\n\nRun [`npx nvmrc`](https://npmjs.com/nvmrc) to validate an `.nvmrc` file. If that tool’s results do not agree with nvm, one or the other has a bug - please file an issue.\n\n### Deeper Shell Integration\n\nYou can use [`nvshim`](https://github.com/iamogbz/nvshim) to shim the `node`, `npm`, and `npx` bins to automatically use the `nvm` config in the current directory. `nvshim` is **not** supported by the `nvm` maintainers. Please [report issues to the `nvshim` team](https://github.com/iamogbz/nvshim/issues/new).\n\nIf you prefer a lighter-weight solution, the recipes below have been contributed by `nvm` users. They are **not** supported by the `nvm` maintainers. We are, however, accepting pull requests for more examples.\n\n#### Calling `nvm use` automatically in a directory with a `.nvmrc` file\n\nIn your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`), add the following to `nvm use` whenever you enter a new directory:\n\n##### bash\n\nPut the following at the end of your `$HOME/.bashrc`:\n\n```bash\ncdnvm() {\n    command cd \"$@\" || return $?\n    nvm_path=\"$(nvm_find_up .nvmrc | command tr -d '\\n')\"\n\n    # If there are no .nvmrc file, use the default nvm version\n    if [[ ! $nvm_path = *[^[:space:]]* ]]; then\n\n        declare default_version\n        default_version=\"$(nvm version default)\"\n\n        # If there is no default version, set it to `node`\n        # This will use the latest version on your machine\n        if [ $default_version = 'N/A' ]; then\n            nvm alias default node\n            default_version=$(nvm version default)\n        fi\n\n        # If the current version is not the default version, set it to use the default version\n        if [ \"$(nvm current)\" != \"${default_version}\" ]; then\n            nvm use default\n        fi\n    elif [[ -s \"${nvm_path}/.nvmrc\" && -r \"${nvm_path}/.nvmrc\" ]]; then\n        declare nvm_version\n        nvm_version=$(<\"${nvm_path}\"/.nvmrc)\n\n        declare locally_resolved_nvm_version\n        # `nvm ls` will check all locally-available versions\n        # If there are multiple matching versions, take the latest one\n        # Remove the `->` and `*` characters and spaces\n        # `locally_resolved_nvm_version` will be `N/A` if no local versions are found\n        locally_resolved_nvm_version=$(nvm ls --no-colors \"${nvm_version}\" | command tail -1 | command tr -d '\\->*' | command tr -d '[:space:]')\n\n        # If it is not already installed, install it\n        # `nvm install` will implicitly use the newly-installed version\n        if [ \"${locally_resolved_nvm_version}\" = 'N/A' ]; then\n            nvm install \"${nvm_version}\";\n        elif [ \"$(nvm current)\" != \"${locally_resolved_nvm_version}\" ]; then\n            nvm use \"${nvm_version}\";\n        fi\n    fi\n}\n\nalias cd='cdnvm'\ncdnvm \"$PWD\" || exit\n```\n\nThis alias would search 'up' from your current directory in order to detect a `.nvmrc` file. If it finds it, it will switch to that version; if not, it will use the default version.\n\n##### zsh\n\nThis shell function will install (if needed) and `nvm use` the specified Node version when an `.nvmrc` is found, and `nvm use default` otherwise.\n\nPut this into your `$HOME/.zshrc` to call `nvm use` automatically whenever you enter a directory that contains an\n`.nvmrc` file with a string telling nvm which node to `use`:\n\n```zsh\n# place this after nvm initialization!\nautoload -U add-zsh-hook\n\nload-nvmrc() {\n  local nvmrc_path\n  nvmrc_path=\"$(nvm_find_nvmrc)\"\n\n  if [ -n \"$nvmrc_path\" ]; then\n    local nvmrc_node_version\n    nvmrc_node_version=$(nvm version \"$(cat \"${nvmrc_path}\")\")\n\n    if [ \"$nvmrc_node_version\" = \"N/A\" ]; then\n      nvm install\n    elif [ \"$nvmrc_node_version\" != \"$(nvm version)\" ]; then\n      nvm use\n    fi\n  elif [ -n \"$(PWD=$OLDPWD nvm_find_nvmrc)\" ] && [ \"$(nvm version)\" != \"$(nvm version default)\" ]; then\n    echo \"Reverting to nvm default version\"\n    nvm use default\n  fi\n}\n\nadd-zsh-hook chpwd load-nvmrc\nload-nvmrc\n```\n\nAfter saving the file, run `source ~/.zshrc` to reload the configuration with the latest changes made.\n\n##### fish\n\nThis requires that you have [bass](https://github.com/edc/bass) installed.\n```fish\n# ~/.config/fish/functions/nvm.fish\nfunction nvm\n  bass source ~/.nvm/nvm.sh --no-use ';' nvm $argv\nend\n\n# ~/.config/fish/functions/nvm_find_nvmrc.fish\nfunction nvm_find_nvmrc\n  bass source ~/.nvm/nvm.sh --no-use ';' nvm_find_nvmrc\nend\n\n# ~/.config/fish/functions/load_nvm.fish\nfunction load_nvm --on-variable=\"PWD\"\n  set -l default_node_version (nvm version default)\n  set -l node_version (nvm version)\n  set -l nvmrc_path (nvm_find_nvmrc)\n  if test -n \"$nvmrc_path\"\n    set -l nvmrc_node_version (nvm version (cat $nvmrc_path))\n    if test \"$nvmrc_node_version\" = \"N/A\"\n      nvm install (cat $nvmrc_path)\n    else if test \"$nvmrc_node_version\" != \"$node_version\"\n      nvm use $nvmrc_node_version\n    end\n  else if test \"$node_version\" != \"$default_node_version\"\n    echo \"Reverting to default Node version\"\n    nvm use default\n  end\nend\n\n# ~/.config/fish/config.fish\n# You must call it on initialization or listening to directory switching won't work\nload_nvm > /dev/stderr\n```\n\n## Running Tests\n\nTests are written in [Urchin]. Install Urchin (and other dependencies) like so:\n\n    npm install\n\nThere are slow tests and fast tests. The slow tests do things like install node\nand check that the right versions are used. The fast tests fake this to test\nthings like aliases and uninstalling. From the root of the nvm git repository,\nrun the fast tests like this:\n\n    npm run test/fast\n\nRun the slow tests like this:\n\n    npm run test/slow\n\nRun all of the tests like this:\n\n    npm test\n\nNota bene: Avoid running nvm while the tests are running.\n\n## Environment variables\n\nnvm exposes the following environment variables:\n\n- `NVM_DIR` - nvm's installation directory.\n- `NVM_BIN` - where node, npm, and global packages for the active version of node are installed.\n- `NVM_INC` - node's include file directory (useful for building C/C++ addons for node).\n- `NVM_CD_FLAGS` - used to maintain compatibility with zsh.\n- `NVM_RC_VERSION` - version from .nvmrc file if being used.\n\nAdditionally, nvm modifies `PATH`, and, if present, `MANPATH` and `NODE_PATH` when changing versions.\n\n\n## Bash Completion\n\nTo activate, you need to source `bash_completion`:\n\n```sh\n[[ -r $NVM_DIR/bash_completion ]] && \\. $NVM_DIR/bash_completion\n```\n\nPut the above sourcing line just below the sourcing line for nvm in your profile (`.bashrc`, `.bash_profile`).\n\n### Usage\n\nnvm:\n\n> `$ nvm` <kbd>Tab</kbd>\n```sh\nalias               deactivate          install             list-remote         reinstall-packages  uninstall           version\ncache               exec                install-latest-npm  ls                  run                 unload              version-remote\ncurrent             help                list                ls-remote           unalias             use                 which\n```\n\nnvm alias:\n\n> `$ nvm alias` <kbd>Tab</kbd>\n```sh\ndefault      iojs         lts/*        lts/argon    lts/boron    lts/carbon   lts/dubnium  lts/erbium   node         stable       unstable\n```\n\n\n> `$ nvm alias my_alias` <kbd>Tab</kbd>\n```sh\nv10.22.0       v12.18.3      v14.8.0\n```\n\nnvm use:\n> `$ nvm use` <kbd>Tab</kbd>\n\n```\nmy_alias        default        v10.22.0       v12.18.3      v14.8.0\n```\n\nnvm uninstall:\n> `$ nvm uninstall` <kbd>Tab</kbd>\n\n```\nmy_alias        default        v10.22.0       v12.18.3      v14.8.0\n```\n\n## Compatibility Issues\n\n`nvm` will encounter some issues if you have some non-default settings set. (see [#606](https://github.com/nvm-sh/nvm/issues/606))\nThe following are known to cause issues:\n\nInside `~/.npmrc`:\n\n```sh\nprefix='some/path'\n```\n\nEnvironment Variables:\n\n```sh\n$NPM_CONFIG_PREFIX\n$PREFIX\n```\n\nShell settings:\n\n```sh\nset -e\n```\n\n## Installing nvm on Alpine Linux\n\nIn order to provide the best performance (and other optimizations), nvm will download and install pre-compiled binaries for Node (and npm) when you run `nvm install X`. The Node project compiles, tests and hosts/provides these pre-compiled binaries which are built for mainstream/traditional Linux distributions (such as Debian, Ubuntu, CentOS, RedHat et al).\n\nAlpine Linux, unlike mainstream/traditional Linux distributions, is based on [BusyBox](https://www.busybox.net/), a very compact (~5MB) Linux distribution. BusyBox (and thus Alpine Linux) uses a different C/C++ stack to most mainstream/traditional Linux distributions - [musl](https://www.musl-libc.org/). This makes binary programs built for such mainstream/traditional incompatible with Alpine Linux, thus we cannot simply `nvm install X` on Alpine Linux and expect the downloaded binary to run correctly - you'll likely see \"...does not exist\" errors if you try that.\n\nThere is a `-s` flag for `nvm install` which requests nvm download Node source and compile it locally.\n\nIf installing nvm on Alpine Linux *is* still what you want or need to do, you should be able to achieve this by running the following from you Alpine Linux shell, depending on which version you are using:\n\n### Alpine Linux 3.13+\n```sh\napk add -U curl bash ca-certificates openssl ncurses coreutils python3 make gcc g++ libgcc linux-headers grep util-linux binutils findutils\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash\n```\n\n### Alpine Linux 3.5 - 3.12\n```sh\napk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers grep util-linux binutils findutils\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash\n```\n\n_Note: Alpine 3.5 can only install NodeJS versions up to v6.9.5, Alpine 3.6 can only install versions up to v6.10.3, Alpine 3.7 installs versions up to v8.9.3, Alpine 3.8 installs versions up to v8.14.0, Alpine 3.9 installs versions up to v10.19.0, Alpine 3.10 installs versions up to v10.24.1, Alpine 3.11 installs versions up to v12.22.6, Alpine 3.12 installs versions up to v12.22.12, Alpine 3.13 & 3.14 install versions up to v14.20.0, Alpine 3.15 & 3.16 install versions up to v16.16.0 (**These are all versions on the main branch**). Alpine 3.5 - 3.12 required the package `python2` to build NodeJS, as they are older versions to build. Alpine 3.13+ requires `python3` to successfully build newer NodeJS versions, but you can use `python2` with Alpine 3.13+ if you need to build versions of node supported in Alpine 3.5 - 3.15, you just need to specify what version of NodeJS you need to install in the package install script._\n\nThe Node project has some desire but no concrete plans (due to the overheads of building, testing and support) to offer Alpine-compatible binaries.\n\nAs a potential alternative, @mhart (a Node contributor) has some [Docker images for Alpine Linux with Node and optionally, npm, pre-installed](https://github.com/mhart/alpine-node).\n\n<a id=\"removal\"></a>\n## Uninstalling / Removal\n\n### Manual Uninstall\n\nTo remove `nvm` manually, execute the following:\n\nFirst, use `nvm unload` to remove the nvm command from your terminal session and delete the installation directory:\n\n```sh\n$ nvm_dir=\"${NVM_DIR:-~/.nvm}\"\n$ nvm unload\n$ rm -rf \"$nvm_dir\"\n```\n\nEdit `~/.bashrc` (or other shell resource config) and remove the lines below:\n\n```sh\nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" # This loads nvm\n[[ -r $NVM_DIR/bash_completion ]] && \\. $NVM_DIR/bash_completion\n```\n\n## Docker For Development Environment\n\nTo make the development and testing work easier, we have a Dockerfile for development usage, which is based on Ubuntu 18.04 base image, prepared with essential and useful tools for `nvm` development, to build the docker image of the environment, run the docker command at the root of `nvm` repository:\n\n```sh\n$ docker build -t nvm-dev .\n```\n\nThis will package your current nvm repository with our pre-defined development environment into a docker image named `nvm-dev`, once it's built with success, validate your image via `docker images`:\n\n```sh\n$ docker images\n\nREPOSITORY         TAG                 IMAGE ID            CREATED             SIZE\nnvm-dev            latest              9ca4c57a97d8        7 days ago          650 MB\n```\n\nIf you got no error message, now you can easily involve in:\n\n```sh\n$ docker run -h nvm-dev -it nvm-dev\n\nnvm@nvm-dev:~/.nvm$\n```\n\nPlease note that it'll take about 8 minutes to build the image and the image size would be about 650MB, so it's not suitable for production usage.\n\nFor more information and documentation about docker, please refer to its official website:\n\n  - https://www.docker.com/\n  - https://docs.docker.com/\n\n## Problems\n\n  - If you try to install a node version and the installation fails, be sure to run `nvm cache clear` to delete cached node downloads, or you might get an error like the following:\n\n    curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.\n\n  - Where's my `sudo node`? Check out [#43](https://github.com/nvm-sh/nvm/issues/43)\n\n  - After the v0.8.6 release of node, nvm tries to install from binary packages. But in some systems, the official binary packages don't work due to incompatibility of shared libs. In such cases, use `-s` option to force install from source:\n\n```sh\nnvm install -s 0.8.6\n```\n\n  - If setting the `default` alias does not establish the node version in new shells (i.e. `nvm current` yields `system`), ensure that the system's node `PATH` is set before the `nvm.sh` source line in your shell profile (see [#658](https://github.com/nvm-sh/nvm/issues/658))\n\n## macOS Troubleshooting\n\n**nvm node version not found in vim shell**\n\nIf you set node version to a version other than your system node version `nvm use 6.2.1` and open vim and run `:!node -v` you should see `v6.2.1` if you see your system version `v0.12.7`. You need to run:\n\n```shell\nsudo chmod ugo-x /usr/libexec/path_helper\n```\n\nMore on this issue in [dotphiles/dotzsh](https://github.com/dotphiles/dotzsh#mac-os-x).\n\n**nvm is not compatible with the npm config \"prefix\" option**\n\nSome solutions for this issue can be found [here](https://github.com/nvm-sh/nvm/issues/1245)\n\nThere is one more edge case causing this issue, and that's a **mismatch between the `$HOME` path and the user's home directory's actual name**.\n\nYou have to make sure that the user directory name in `$HOME` and the user directory name you'd see from running `ls /Users/` **are capitalized the same way** ([See this issue](https://github.com/nvm-sh/nvm/issues/2261)).\n\nTo change the user directory and/or account name follow the instructions [here](https://support.apple.com/en-us/HT201548)\n\n[1]: https://github.com/nvm-sh/nvm.git\n[2]: https://github.com/nvm-sh/nvm/blob/v0.40.4/install.sh\n[3]: https://github.com/nvm-sh/nvm/actions/workflows/tests-fast.yml\n[4]: https://github.com/nvm-sh/nvm/releases/tag/v0.40.4\n[Urchin]: https://git.sdf.org/tlevine/urchin\n[Fish]: https://fishshell.com\n\n**Homebrew makes zsh directories insecure**\n\n```shell\nzsh compinit: insecure directories, run compaudit for list.\nIgnore insecure directories and continue [y] or abort compinit [n]? y\n```\n\nHomebrew causes insecure directories like `/usr/local/share/zsh/site-functions` and `/usr/local/share/zsh`. This is **not** an `nvm` problem - it is a homebrew problem. Refer [here](https://github.com/zsh-users/zsh-completions/issues/680) for some solutions related to the issue.\n\n**Macs with Apple Silicon chips**\n\nExperimental support for the Apple Silicon chip architecture was added in node.js v15.3 and full support was added in v16.0.\nBecause of this, if you try to install older versions of node as usual, you will probably experience either compilation errors when installing node or out-of-memory errors while running your code.\n\nSo, if you want to run a version prior to v16.0 on an Apple Silicon Mac, it may be best to compile node targeting the `x86_64` Intel architecture so that Rosetta 2 can translate the `x86_64` processor instructions to ARM-based Apple Silicon instructions.\nHere's what you will need to do:\n\n- Install Rosetta, if you haven't already done so\n\n  ```sh\n  $ softwareupdate --install-rosetta\n  ```\n\n  You might wonder, \"how will my Apple Silicon Mac know to use Rosetta for a version of node compiled for an Intel chip?\".\n  If an executable contains only Intel instructions, macOS will automatically use Rosetta to translate the instructions.\n\n- Open a shell that's running using Rosetta\n\n  ```sh\n  $ arch -x86_64 zsh\n  ```\n\n  Note: This same thing can also be accomplished by finding the Terminal or iTerm App in Finder, right clicking, selecting \"Get Info\", and then checking the box labeled \"Open using Rosetta\".\n\n  Note: This terminal session is now running in `zsh`.\n  If `zsh` is not the shell you typically use, `nvm` may not be `source`'d automatically like it probably is for your usual shell through your dotfiles.\n  If that's the case, make sure to source `nvm`.\n\n  ```sh\n  $ source \"${NVM_DIR}/nvm.sh\"\n  ```\n\n- Install whatever older version of node you are interested in. Let's use 12.22.1 as an example.\n  This will fetch the node source code and compile it, which will take several minutes.\n\n  ```sh\n  $ nvm install v12.22.1 --shared-zlib\n  ```\n\n  Note: You're probably curious why `--shared-zlib` is included.\n  There's a bug in recent versions of Apple's system `clang` compiler.\n  If one of these broken versions is installed on your system, the above step will likely still succeed even if you didn't include the `--shared-zlib` flag.\n  However, later, when you attempt to `npm install` something using your old version of node.js, you will see `incorrect data check` errors.\n  If you want to avoid the possible hassle of dealing with this, include that flag.\n  For more details, see [this issue](https://github.com/nodejs/node/issues/39313) and [this comment](https://github.com/nodejs/node/issues/39313#issuecomment-90.40.476)\n\n- Exit back to your native shell.\n\n  ```sh\n  $ exit\n  $ arch\n  arm64\n  ```\n\n  Note: If you selected the box labeled \"Open using Rosetta\" rather than running the CLI command in the second step, you will see `i386` here.\n  Unless you have another reason to have that box selected, you can deselect it now.\n\n- Check to make sure the architecture is correct. `x64` is the abbreviation for `x86_64`, which is what you want to see.\n\n  ```sh\n  $ node -p process.arch\n  x64\n  ```\n\nNow you should be able to use node as usual.\n\n## WSL Troubleshooting\n\nIf you've encountered this error on WSL-2:\n\n  ```sh\n  curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash\n  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                  Dload  Upload  Total   Spent    Left  Speed\n  0     0    0     0    0     0      0      0 --:--:--  0:00:09 --:--:--     0curl: (6) Could not resolve host: raw.githubusercontent.com\n  ```\n\nIt may be due to your antivirus, VPN, or other reasons.\n\nWhere you can `ping 8.8.8.8` while you can't `ping google.com`\n\n\nThis could simply be solved by running this in your root directory:\n\n  ```sh\n  sudo rm /etc/resolv.conf\n  sudo bash -c 'echo \"nameserver 8.8.8.8\" > /etc/resolv.conf'\n  sudo bash -c 'echo \"[network]\" > /etc/wsl.conf'\n  sudo bash -c 'echo \"generateResolvConf = false\" >> /etc/wsl.conf'\n  sudo chattr +i /etc/resolv.conf\n  ```\n\nThis deletes your `resolv.conf` file that is automatically generated when you run WSL, creates a new file and puts `nameserver 8.8.8.8`, then creates a `wsl.conf` file and adds `[network]` and `generateResolveConf = false` to prevent auto-generation of that file.\n\nYou can check the contents of the file by running:\n\n  ```sh\n  cat /etc/resolv.conf\n  ```\n\n## Maintainers\n\nCurrently, the sole maintainer is [@ljharb](https://github.com/ljharb) - more maintainers are quite welcome, and we hope to add folks to the team over time. [Governance](./GOVERNANCE.md) will be re-evaluated as the project evolves.\n\n## Project Support\n\nOnly the latest version (v0.40.4 at this time) is supported.\n\n## Enterprise Support\n\nIf you are unable to update to the latest version of `nvm`, our [partners](https://openjsf.org/ecosystem-sustainability-program) provide commercial security fixes for all unsupported versions:\n\n  - [HeroDevs Never-Ending Support](https://www.herodevs.com/support?utm_source=OpenJS&utm_medium=Link&utm_campaign=nvm_openjs)\n\n## License\n\nSee [LICENSE.md](./LICENSE.md).\n\n## Copyright notice\n\nCopyright [OpenJS Foundation](https://openjsf.org) and `nvm` contributors. All rights reserved. The [OpenJS Foundation](https://openjsf.org) has registered trademarks and uses trademarks.  For a list of trademarks of the [OpenJS Foundation](https://openjsf.org), please see our [Trademark Policy](https://trademark-policy.openjsf.org/) and [Trademark List](https://trademark-list.openjsf.org/).  Trademarks and logos not indicated on the [list of OpenJS Foundation trademarks](https://trademark-list.openjsf.org) are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.\n[The OpenJS Foundation](https://openjsf.org/) | [Terms of Use](https://terms-of-use.openjsf.org/) | [Privacy Policy](https://privacy-policy.openjsf.org/) | [Bylaws](https://bylaws.openjsf.org/) | [Code of Conduct](https://code-of-conduct.openjsf.org) | [Trademark Policy](https://trademark-policy.openjsf.org/) | [Trademark List](https://trademark-list.openjsf.org/) | [Cookie Policy](https://www.linuxfoundation.org/cookies/)\n"
  },
  {
    "path": "ROADMAP.md",
    "content": "# nvm Road Map\n\nThis is a list of the primary features planned for `nvm`:\n\n- [x] Rewriting installation code paths to support installing `io.js` and `node` `v4+` [from source](https://github.com/nvm-sh/nvm/issues/1188).\n  - This will include [reusing previously downloaded tarballs](https://github.com/nvm-sh/nvm/issues/1193) that match checksums, which is a nice performance and bandwidth bonus.\n- [ ] Adding opt-in environment variable support to list, download, and install `node` [release candidates](https://github.com/nvm-sh/nvm/issues/779), and [nightly builds](https://github.com/nvm-sh/nvm/issues/1053).\n- [ ] [`nvm update`](https://github.com/nvm-sh/nvm/issues/400): the ability to autoupdate `nvm` itself\n- [ ] [v1.0.0](https://github.com/nvm-sh/nvm/milestone/1), including updating the [nvm on npm](https://github.com/nvm-sh/nvm/issues/304) to auto-install nvm properly\n"
  },
  {
    "path": "bash_completion",
    "content": "#!/usr/bin/env bash\n\n# bash completion for Node Version Manager (NVM)\n\nif ! command -v nvm &> /dev/null; then\n  return\nfi\n\n__nvm_generate_completion() {\n  declare current_word\n  current_word=\"${COMP_WORDS[COMP_CWORD]}\"\n  # shellcheck disable=SC2207\n  COMPREPLY=($(compgen -W \"$1\" -- \"${current_word}\"))\n  return 0\n}\n\n__nvm_commands() {\n  declare current_word\n  declare command\n\n  current_word=\"${COMP_WORDS[COMP_CWORD]}\"\n\n  COMMANDS='\n    help install uninstall use run exec\n    alias unalias reinstall-packages\n    current list ls list-remote ls-remote\n    install-latest-npm\n    cache deactivate unload\n    version version-remote which'\n\n  if [ ${#COMP_WORDS[@]} == 4 ]; then\n\n    command=\"${COMP_WORDS[COMP_CWORD - 2]}\"\n    case \"${command}\" in\n      alias) __nvm_installed_nodes ;;\n    esac\n\n  else\n\n    case \"${current_word}\" in\n      -*) __nvm_options ;;\n      *) __nvm_generate_completion \"${COMMANDS}\" ;;\n    esac\n\n  fi\n}\n\n__nvm_options() {\n  OPTIONS=''\n  __nvm_generate_completion \"${OPTIONS}\"\n}\n\n__nvm_installed_nodes() {\n  __nvm_generate_completion \"$(nvm_ls) $(__nvm_aliases)\"\n}\n\n__nvm_aliases() {\n  declare aliases\n  aliases=\"\"\n  if [ -d \"${NVM_DIR}/alias\" ]; then\n    aliases=\"$(command cd \"${NVM_DIR}/alias\" && command find \"${PWD}\" -type f | command sed \"s:${PWD}/::\")\"\n  fi\n  echo \"${aliases} node stable unstable iojs\"\n}\n\n__nvm_alias() {\n  __nvm_generate_completion \"$(__nvm_aliases)\"\n}\n\n__nvm() {\n  declare previous_word\n  previous_word=\"${COMP_WORDS[COMP_CWORD - 1]}\"\n\n  case \"${previous_word}\" in\n    use | run | exec | ls | list | uninstall) __nvm_installed_nodes ;;\n    alias | unalias) __nvm_alias ;;\n    *) __nvm_commands ;;\n  esac\n\n  return 0\n}\n\n# complete is a bash builtin, but recent versions of ZSH come with a function\n# called bashcompinit that will create a complete in ZSH. If the user is in\n# ZSH, load and run bashcompinit before calling the complete function.\nif [[ -n ${ZSH_VERSION-} ]]; then\n  # First calling compinit (only if not called yet!)\n  # and then bashcompinit as mentioned by zsh man page.\n  if ! command -v compinit > /dev/null; then\n    autoload -U +X compinit && if [[ ${ZSH_DISABLE_COMPFIX-} = true ]]; then\n      compinit -u\n    else\n      compinit\n    fi\n  fi\n  autoload -U +X bashcompinit && bashcompinit\nfi\n\ncomplete -o default -F __nvm nvm\n"
  },
  {
    "path": "install.sh",
    "content": "#!/usr/bin/env bash\n\n{ # this ensures the entire script is downloaded #\n\nnvm_has() {\n  type \"$1\" > /dev/null 2>&1\n}\n\nnvm_echo() {\n  command printf %s\\\\n \"$*\" 2>/dev/null\n}\n\nif [ -z \"${BASH_VERSION}\" ] || [ -n \"${ZSH_VERSION}\" ]; then\n  # shellcheck disable=SC2016\n  nvm_echo >&2 'Error: the install instructions explicitly say to pipe the install script to `bash`; please follow them'\n  exit 1\nfi\n\nnvm_grep() {\n  GREP_OPTIONS='' command grep \"$@\"\n}\n\nnvm_default_install_dir() {\n  [ -z \"${XDG_CONFIG_HOME-}\" ] && printf %s \"${HOME}/.nvm\" || printf %s \"${XDG_CONFIG_HOME}/nvm\"\n}\n\nnvm_install_dir() {\n  if [ -n \"$NVM_DIR\" ]; then\n    printf %s \"${NVM_DIR}\"\n  else\n    nvm_default_install_dir\n  fi\n}\n\nnvm_latest_version() {\n  nvm_echo \"v0.40.4\"\n}\n\nnvm_profile_is_bash_or_zsh() {\n  local TEST_PROFILE\n  TEST_PROFILE=\"${1-}\"\n  case \"${TEST_PROFILE-}\" in\n    *\"/.bashrc\" | *\"/.bash_profile\" | *\"/.zshrc\" | *\"/.zprofile\")\n      return\n    ;;\n    *)\n      return 1\n    ;;\n  esac\n}\n\n#\n# Outputs the location to NVM depending on:\n# * The availability of $NVM_SOURCE\n# * The presence of $NVM_INSTALL_GITHUB_REPO\n# * The method used (\"script\" or \"git\" in the script, defaults to \"git\")\n# NVM_SOURCE always takes precedence unless the method is \"script-nvm-exec\"\n#\nnvm_source() {\n  local NVM_GITHUB_REPO\n  NVM_GITHUB_REPO=\"${NVM_INSTALL_GITHUB_REPO:-nvm-sh/nvm}\"\n  if [ \"${NVM_GITHUB_REPO}\" != 'nvm-sh/nvm' ]; then\n    { nvm_echo >&2 \"$(cat)\" ; } << EOF\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n@    WARNING: REMOTE REPO IDENTIFICATION HAS CHANGED!     @\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\nIT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\n\nThe default repository for this install is \\`nvm-sh/nvm\\`,\nbut the environment variables \\`\\$NVM_INSTALL_GITHUB_REPO\\` is\ncurrently set to \\`${NVM_GITHUB_REPO}\\`.\n\nIf this is not intentional, interrupt this installation and\nverify your environment variables.\nEOF\n  fi\n  local NVM_VERSION\n  NVM_VERSION=\"${NVM_INSTALL_VERSION:-$(nvm_latest_version)}\"\n  local NVM_METHOD\n  NVM_METHOD=\"$1\"\n  local NVM_SOURCE_URL\n  NVM_SOURCE_URL=\"$NVM_SOURCE\"\n  if [ \"_$NVM_METHOD\" = \"_script-nvm-exec\" ]; then\n    NVM_SOURCE_URL=\"https://raw.githubusercontent.com/${NVM_GITHUB_REPO}/${NVM_VERSION}/nvm-exec\"\n  elif [ \"_$NVM_METHOD\" = \"_script-nvm-bash-completion\" ]; then\n    NVM_SOURCE_URL=\"https://raw.githubusercontent.com/${NVM_GITHUB_REPO}/${NVM_VERSION}/bash_completion\"\n  elif [ -z \"$NVM_SOURCE_URL\" ]; then\n    if [ \"_$NVM_METHOD\" = \"_script\" ]; then\n      NVM_SOURCE_URL=\"https://raw.githubusercontent.com/${NVM_GITHUB_REPO}/${NVM_VERSION}/nvm.sh\"\n    elif [ \"_$NVM_METHOD\" = \"_git\" ] || [ -z \"$NVM_METHOD\" ]; then\n      NVM_SOURCE_URL=\"https://github.com/${NVM_GITHUB_REPO}.git\"\n    else\n      nvm_echo >&2 \"Unexpected value \\\"$NVM_METHOD\\\" for \\$NVM_METHOD\"\n      return 1\n    fi\n  fi\n  nvm_echo \"$NVM_SOURCE_URL\"\n}\n\n#\n# Node.js version to install\n#\nnvm_node_version() {\n  nvm_echo \"$NODE_VERSION\"\n}\n\nnvm_download() {\n  if nvm_has \"curl\"; then\n    curl --fail --compressed -q \"$@\"\n  elif nvm_has \"wget\"; then\n    # Emulate curl with wget\n    ARGS=$(nvm_echo \"$@\" | command sed -e 's/--progress-bar /--progress=bar /' \\\n                            -e 's/--compressed //' \\\n                            -e 's/--fail //' \\\n                            -e 's/-L //' \\\n                            -e 's/-I /--server-response /' \\\n                            -e 's/-s /-q /' \\\n                            -e 's/-sS /-nv /' \\\n                            -e 's/-o /-O /' \\\n                            -e 's/-C - /-c /')\n    # shellcheck disable=SC2086\n    eval wget $ARGS\n  fi\n}\n\ninstall_nvm_from_git() {\n  local INSTALL_DIR\n  INSTALL_DIR=\"$(nvm_install_dir)\"\n  local NVM_VERSION\n  NVM_VERSION=\"${NVM_INSTALL_VERSION:-$(nvm_latest_version)}\"\n  if [ -n \"${NVM_INSTALL_VERSION:-}\" ]; then\n    # Check if version is an existing ref\n    if command git ls-remote \"$(nvm_source \"git\")\" \"$NVM_VERSION\" | nvm_grep -q \"$NVM_VERSION\" ; then\n      :\n    # Check if version is an existing changeset\n    elif ! nvm_download -o /dev/null \"$(nvm_source \"script-nvm-exec\")\"; then\n      nvm_echo >&2 \"Failed to find '$NVM_VERSION' version.\"\n      exit 1\n    fi\n  fi\n\n  local fetch_error\n  if [ -d \"$INSTALL_DIR/.git\" ]; then\n    # Updating repo\n    nvm_echo \"=> nvm is already installed in $INSTALL_DIR, trying to update using git\"\n    command printf '\\r=> '\n    fetch_error=\"Failed to update nvm with $NVM_VERSION, run 'git fetch' in $INSTALL_DIR yourself.\"\n  else\n    fetch_error=\"Failed to fetch origin with $NVM_VERSION. Please report this!\"\n    nvm_echo \"=> Downloading nvm from git to '$INSTALL_DIR'\"\n    command printf '\\r=> '\n    mkdir -p \"${INSTALL_DIR}\"\n    if [ \"$(ls -A \"${INSTALL_DIR}\")\" ]; then\n      # Initializing repo\n      command git init \"${INSTALL_DIR}\" || {\n        nvm_echo >&2 'Failed to initialize nvm repo. Please report this!'\n        exit 2\n      }\n      command git --git-dir=\"${INSTALL_DIR}/.git\" remote add origin \"$(nvm_source)\" 2> /dev/null \\\n        || command git --git-dir=\"${INSTALL_DIR}/.git\" remote set-url origin \"$(nvm_source)\" || {\n        nvm_echo >&2 'Failed to add remote \"origin\" (or set the URL). Please report this!'\n        exit 2\n      }\n    else\n      # Cloning repo\n      command git clone -o origin \"$(nvm_source)\" --depth=1 \"${INSTALL_DIR}\" || {\n        nvm_echo >&2 'Failed to clone nvm repo. Please report this!'\n        exit 2\n      }\n    fi\n  fi\n  # Try to fetch tag\n  if command git --git-dir=\"$INSTALL_DIR\"/.git --work-tree=\"$INSTALL_DIR\" fetch origin tag \"$NVM_VERSION\" --depth=1 2>/dev/null; then\n    :\n  # Fetch given version\n  elif ! command git --git-dir=\"$INSTALL_DIR\"/.git --work-tree=\"$INSTALL_DIR\" fetch origin \"$NVM_VERSION\" --depth=1; then\n    nvm_echo >&2 \"$fetch_error\"\n    exit 1\n  fi\n  command git -c advice.detachedHead=false --git-dir=\"$INSTALL_DIR\"/.git --work-tree=\"$INSTALL_DIR\" checkout -f --quiet FETCH_HEAD || {\n    nvm_echo >&2 \"Failed to checkout the given version $NVM_VERSION. Please report this!\"\n    exit 2\n  }\n  if [ -n \"$(command git --git-dir=\"$INSTALL_DIR\"/.git --work-tree=\"$INSTALL_DIR\" show-ref refs/heads/master)\" ]; then\n    if command git --no-pager --git-dir=\"$INSTALL_DIR\"/.git --work-tree=\"$INSTALL_DIR\" branch --quiet 2>/dev/null; then\n      command git --no-pager --git-dir=\"$INSTALL_DIR\"/.git --work-tree=\"$INSTALL_DIR\" branch --quiet -D master >/dev/null 2>&1\n    else\n      nvm_echo >&2 \"Your version of git is out of date. Please update it!\"\n      command git --no-pager --git-dir=\"$INSTALL_DIR\"/.git --work-tree=\"$INSTALL_DIR\" branch -D master >/dev/null 2>&1\n    fi\n  fi\n\n  nvm_echo \"=> Compressing and cleaning up git repository\"\n  if ! command git --git-dir=\"$INSTALL_DIR\"/.git --work-tree=\"$INSTALL_DIR\" reflog expire --expire=now --all; then\n    nvm_echo >&2 \"Your version of git is out of date. Please update it!\"\n  fi\n  if ! command git --git-dir=\"$INSTALL_DIR\"/.git --work-tree=\"$INSTALL_DIR\" gc --auto --aggressive --prune=now ; then\n    nvm_echo >&2 \"Your version of git is out of date. Please update it!\"\n  fi\n  return\n}\n\n#\n# Automatically install Node.js\n#\nnvm_install_node() {\n  local NODE_VERSION_LOCAL\n  NODE_VERSION_LOCAL=\"$(nvm_node_version)\"\n\n  if [ -z \"$NODE_VERSION_LOCAL\" ]; then\n    return 0\n  fi\n\n  nvm_echo \"=> Installing Node.js version $NODE_VERSION_LOCAL\"\n  nvm install \"$NODE_VERSION_LOCAL\"\n  local CURRENT_NVM_NODE\n\n  CURRENT_NVM_NODE=\"$(nvm_version current)\"\n  if [ \"$(nvm_version \"$NODE_VERSION_LOCAL\")\" == \"$CURRENT_NVM_NODE\" ]; then\n    nvm_echo \"=> Node.js version $NODE_VERSION_LOCAL has been successfully installed\"\n  else\n    nvm_echo >&2 \"Failed to install Node.js $NODE_VERSION_LOCAL\"\n  fi\n}\n\ninstall_nvm_as_script() {\n  local INSTALL_DIR\n  INSTALL_DIR=\"$(nvm_install_dir)\"\n  local NVM_SOURCE_LOCAL\n  NVM_SOURCE_LOCAL=\"$(nvm_source script)\"\n  local NVM_EXEC_SOURCE\n  NVM_EXEC_SOURCE=\"$(nvm_source script-nvm-exec)\"\n  local NVM_BASH_COMPLETION_SOURCE\n  NVM_BASH_COMPLETION_SOURCE=\"$(nvm_source script-nvm-bash-completion)\"\n\n  # Downloading to $INSTALL_DIR\n  mkdir -p \"$INSTALL_DIR\"\n  if [ -f \"$INSTALL_DIR/nvm.sh\" ]; then\n    nvm_echo \"=> nvm is already installed in $INSTALL_DIR, trying to update the script\"\n  else\n    nvm_echo \"=> Downloading nvm as script to '$INSTALL_DIR'\"\n  fi\n  nvm_download -s \"$NVM_SOURCE_LOCAL\" -o \"$INSTALL_DIR/nvm.sh\" || {\n    nvm_echo >&2 \"Failed to download '$NVM_SOURCE_LOCAL'\"\n    return 1\n  } &\n  nvm_download -s \"$NVM_EXEC_SOURCE\" -o \"$INSTALL_DIR/nvm-exec\" || {\n    nvm_echo >&2 \"Failed to download '$NVM_EXEC_SOURCE'\"\n    return 2\n  } &\n  nvm_download -s \"$NVM_BASH_COMPLETION_SOURCE\" -o \"$INSTALL_DIR/bash_completion\" || {\n    nvm_echo >&2 \"Failed to download '$NVM_BASH_COMPLETION_SOURCE'\"\n    return 2\n  } &\n  for job in $(jobs -p | command sort)\n  do\n    wait \"$job\" || return $?\n  done\n  chmod a+x \"$INSTALL_DIR/nvm-exec\" || {\n    nvm_echo >&2 \"Failed to mark '$INSTALL_DIR/nvm-exec' as executable\"\n    return 3\n  }\n}\n\nnvm_try_profile() {\n  if [ -z \"${1-}\" ] || [ ! -f \"${1}\" ]; then\n    return 1\n  fi\n  nvm_echo \"${1}\"\n}\n\n#\n# Detect profile file if not specified as environment variable\n# (eg: PROFILE=~/.myprofile)\n# The echo'ed path is guaranteed to be an existing file\n# Otherwise, an empty string is returned\n#\nnvm_detect_profile() {\n  if [ \"${PROFILE-}\" = '/dev/null' ]; then\n    # the user has specifically requested NOT to have nvm touch their profile\n    return\n  fi\n\n  if [ -n \"${PROFILE}\" ] && [ -f \"${PROFILE}\" ]; then\n    nvm_echo \"${PROFILE}\"\n    return\n  fi\n\n  local DETECTED_PROFILE\n  DETECTED_PROFILE=''\n\n  if [ \"${SHELL#*bash}\" != \"$SHELL\" ]; then\n    if [ -f \"$HOME/.bashrc\" ]; then\n      DETECTED_PROFILE=\"$HOME/.bashrc\"\n    elif [ -f \"$HOME/.bash_profile\" ]; then\n      DETECTED_PROFILE=\"$HOME/.bash_profile\"\n    fi\n  elif [ \"${SHELL#*zsh}\" != \"$SHELL\" ]; then\n    if [ -f \"${ZDOTDIR:-${HOME}}/.zshrc\" ]; then\n      DETECTED_PROFILE=\"${ZDOTDIR:-${HOME}}/.zshrc\"\n    elif [ -f \"${ZDOTDIR:-${HOME}}/.zprofile\" ]; then\n      DETECTED_PROFILE=\"${ZDOTDIR:-${HOME}}/.zprofile\"\n    fi\n  fi\n\n  if [ -z \"$DETECTED_PROFILE\" ]; then\n    for EACH_PROFILE in \".profile\" \".bashrc\" \".bash_profile\" \".zprofile\" \".zshrc\"\n    do\n      if DETECTED_PROFILE=\"$(nvm_try_profile \"${ZDOTDIR:-${HOME}}/${EACH_PROFILE}\")\"; then\n        break\n      fi\n    done\n  fi\n\n  if [ -n \"$DETECTED_PROFILE\" ]; then\n    nvm_echo \"$DETECTED_PROFILE\"\n  fi\n}\n\n#\n# Check whether the user has any globally-installed npm modules in their system\n# Node, and warn them if so.\n#\nnvm_check_global_modules() {\n  local NPM_COMMAND\n  NPM_COMMAND=\"$(command -v npm 2>/dev/null)\" || return 0\n  [ -n \"${NVM_DIR}\" ] && [ -z \"${NPM_COMMAND%%\"$NVM_DIR\"/*}\" ] && return 0\n\n  local NPM_VERSION\n  NPM_VERSION=\"$(npm --version)\"\n  NPM_VERSION=\"${NPM_VERSION:--1}\"\n  [ \"${NPM_VERSION%%[!-0-9]*}\" -gt 0 ] || return 0\n\n  local NPM_GLOBAL_MODULES\n  NPM_GLOBAL_MODULES=\"$(\n    npm list -g --depth=0 |\n    command sed -e '/ npm@/d' -e '/ (empty)$/d'\n  )\"\n\n  local MODULE_COUNT\n  MODULE_COUNT=\"$(\n    command printf %s\\\\n \"$NPM_GLOBAL_MODULES\" |\n    command sed -ne '1!p' |                     # Remove the first line\n    wc -l | command tr -d ' '                   # Count entries\n  )\"\n\n  if [ \"${MODULE_COUNT}\" != '0' ]; then\n    # shellcheck disable=SC2016\n    nvm_echo '=> You currently have modules installed globally with `npm`. These will no'\n    # shellcheck disable=SC2016\n    nvm_echo '=> longer be linked to the active version of Node when you install a new node'\n    # shellcheck disable=SC2016\n    nvm_echo '=> with `nvm`; and they may (depending on how you construct your `$PATH`)'\n    # shellcheck disable=SC2016\n    nvm_echo '=> override the binaries of modules installed with `nvm`:'\n    nvm_echo\n\n    command printf %s\\\\n \"$NPM_GLOBAL_MODULES\"\n    nvm_echo '=> If you wish to uninstall them at a later point (or re-install them under your'\n    # shellcheck disable=SC2016\n    nvm_echo '=> `nvm` node installs), you can remove them from the system Node as follows:'\n    nvm_echo\n    nvm_echo '     $ nvm use system'\n    nvm_echo '     $ npm uninstall -g a_module'\n    nvm_echo\n  fi\n}\n\nnvm_do_install() {\n  if [ -n \"${NVM_DIR-}\" ] && ! [ -d \"${NVM_DIR}\" ]; then\n    if [ -e \"${NVM_DIR}\" ]; then\n      nvm_echo >&2 \"File \\\"${NVM_DIR}\\\" has the same name as installation directory.\"\n      exit 1\n    fi\n\n    if [ \"${NVM_DIR}\" = \"$(nvm_default_install_dir)\" ]; then\n      mkdir \"${NVM_DIR}\"\n    else\n      nvm_echo >&2 \"You have \\$NVM_DIR set to \\\"${NVM_DIR}\\\", but that directory does not exist. Check your profile files and environment.\"\n      exit 1\n    fi\n  fi\n  # Disable the optional which check, https://www.shellcheck.net/wiki/SC2230\n  # shellcheck disable=SC2230\n  if nvm_has xcode-select && [ \"$(xcode-select -p >/dev/null 2>/dev/null ; echo $?)\" = '2' ] && [ \"$(which git)\" = '/usr/bin/git' ] && [ \"$(which curl)\" = '/usr/bin/curl' ]; then\n    nvm_echo >&2 'You may be on a Mac, and need to install the Xcode Command Line Developer Tools.'\n    # shellcheck disable=SC2016\n    nvm_echo >&2 'If so, run `xcode-select --install` and try again. If not, please report this!'\n    exit 1\n  fi\n  if [ -z \"${METHOD}\" ]; then\n    # Autodetect install method\n    if nvm_has git; then\n      install_nvm_from_git\n    elif nvm_has curl || nvm_has wget; then\n      install_nvm_as_script\n    else\n      nvm_echo >&2 'You need git, curl, or wget to install nvm'\n      exit 1\n    fi\n  elif [ \"${METHOD}\" = 'git' ]; then\n    if ! nvm_has git; then\n      nvm_echo >&2 \"You need git to install nvm\"\n      exit 1\n    fi\n    install_nvm_from_git\n  elif [ \"${METHOD}\" = 'script' ]; then\n    if ! nvm_has curl && ! nvm_has wget; then\n      nvm_echo >&2 \"You need curl or wget to install nvm\"\n      exit 1\n    fi\n    install_nvm_as_script\n  else\n    nvm_echo >&2 \"The environment variable \\$METHOD is set to \\\"${METHOD}\\\", which is not recognized as a valid installation method.\"\n    exit 1\n  fi\n\n  nvm_echo\n\n  local NVM_PROFILE\n  NVM_PROFILE=\"$(nvm_detect_profile)\"\n  local PROFILE_INSTALL_DIR\n  PROFILE_INSTALL_DIR=\"$(nvm_install_dir | command sed \"s:^$HOME:\\$HOME:\")\"\n\n  SOURCE_STR=\"\\\\nexport NVM_DIR=\\\"${PROFILE_INSTALL_DIR}\\\"\\\\n[ -s \\\"\\$NVM_DIR/nvm.sh\\\" ] && \\\\. \\\"\\$NVM_DIR/nvm.sh\\\"  # This loads nvm\\\\n\"\n\n  # shellcheck disable=SC2016\n  COMPLETION_STR='[ -s \"$NVM_DIR/bash_completion\" ] && \\. \"$NVM_DIR/bash_completion\"  # This loads nvm bash_completion\\n'\n  BASH_OR_ZSH=false\n\n  if [ \"${PROFILE-}\" = '/dev/null' ] ; then\n    # the user has specifically requested NOT to have nvm touch their profile\n    echo\n  elif [ -z \"${NVM_PROFILE-}\" ] ; then\n    local TRIED_PROFILE\n    if [ -n \"${PROFILE}\" ]; then\n      TRIED_PROFILE=\"${NVM_PROFILE} (as defined in \\$PROFILE), \"\n    fi\n    nvm_echo \"=> Profile not found. Tried ${TRIED_PROFILE-}~/.bashrc, ~/.bash_profile, ~/.zprofile, ~/.zshrc, and ~/.profile.\"\n    nvm_echo \"=> Create one of them and run this script again\"\n    nvm_echo \"   OR\"\n    nvm_echo \"=> Append the following lines to the correct file yourself:\"\n    command printf \"${SOURCE_STR}\"\n    nvm_echo\n  else\n    if nvm_profile_is_bash_or_zsh \"${NVM_PROFILE-}\"; then\n      BASH_OR_ZSH=true\n    fi\n    if ! command grep -qc '/nvm.sh' \"$NVM_PROFILE\"; then\n      nvm_echo \"=> Appending nvm source string to $NVM_PROFILE\"\n      command printf \"${SOURCE_STR}\" >> \"$NVM_PROFILE\"\n    else\n      nvm_echo \"=> nvm source string already in ${NVM_PROFILE}\"\n    fi\n    # shellcheck disable=SC2016\n    if ${BASH_OR_ZSH} && ! command grep -qc '$NVM_DIR/bash_completion' \"$NVM_PROFILE\"; then\n      nvm_echo \"=> Appending bash_completion source string to $NVM_PROFILE\"\n      command printf \"$COMPLETION_STR\" >> \"$NVM_PROFILE\"\n    else\n      nvm_echo \"=> bash_completion source string already in ${NVM_PROFILE}\"\n    fi\n  fi\n  if ${BASH_OR_ZSH} && [ -z \"${NVM_PROFILE-}\" ] ; then\n    nvm_echo \"=> Please also append the following lines to the if you are using bash/zsh shell:\"\n    command printf \"${COMPLETION_STR}\"\n  fi\n\n  # Source nvm\n  # shellcheck source=/dev/null\n  \\. \"$(nvm_install_dir)/nvm.sh\"\n\n  nvm_check_global_modules\n\n  nvm_install_node\n\n  nvm_reset\n\n  nvm_echo \"=> Close and reopen your terminal to start using nvm or run the following to use it now:\"\n  command printf \"${SOURCE_STR}\"\n  if ${BASH_OR_ZSH} ; then\n    command printf \"${COMPLETION_STR}\"\n  fi\n}\n\n#\n# Unsets the various functions defined\n# during the execution of the install script\n#\nnvm_reset() {\n  unset -f nvm_has nvm_install_dir nvm_latest_version nvm_profile_is_bash_or_zsh \\\n    nvm_source nvm_node_version nvm_download install_nvm_from_git nvm_install_node \\\n    install_nvm_as_script nvm_try_profile nvm_detect_profile nvm_check_global_modules \\\n    nvm_do_install nvm_reset nvm_default_install_dir nvm_grep\n}\n\n[ \"_$NVM_ENV\" = \"_testing\" ] || nvm_do_install\n\n} # this ensures the entire script is downloaded #\n"
  },
  {
    "path": "nvm-exec",
    "content": "#!/usr/bin/env bash\n\nDIR=\"$(command cd \"$( dirname \"${BASH_SOURCE[0]}\" )\" && pwd )\"\n\nunset NVM_CD_FLAGS\n\n# shellcheck disable=SC1090,SC1091\n\\. \"$DIR/nvm.sh\" --no-use\n\nif [ -n \"$NODE_VERSION\" ]; then\n  nvm use \"$NODE_VERSION\" > /dev/null || exit 127\nelse\n  nvm_rc_version > /dev/null && nvm_ensure_version_installed \"$NVM_RC_VERSION\";\n  if ! nvm use >/dev/null 2>&1; then\n    echo \"No NODE_VERSION provided; no .nvmrc file found\" >&2\n    exit 127\n  fi\nfi\n\nexec \"$@\"\n"
  },
  {
    "path": "nvm.sh",
    "content": "# Node Version Manager\n# Implemented as a POSIX-compliant function\n# Should work on sh, dash, bash, ksh, zsh\n# To use source this file from your bash profile\n#\n# Implemented by Tim Caswell <tim@creationix.com>\n# with much bash help from Matthew Ranney\n\n# \"local\" warning, quote expansion warning, sed warning, `local` warning\n# shellcheck disable=SC2039,SC2016,SC2001,SC3043\n{ # this ensures the entire script is downloaded #\n\n# shellcheck disable=SC3028\nNVM_SCRIPT_SOURCE=\"$_\"\n\nnvm_is_zsh() {\n  [ -n \"${ZSH_VERSION-}\" ]\n}\n\nnvm_stdout_is_terminal() {\n  [ -t 1 ]\n}\n\nnvm_echo() {\n  command printf %s\\\\n \"$*\" 2>/dev/null\n}\n\nnvm_echo_with_colors() {\n  command printf %b\\\\n \"$*\" 2>/dev/null\n}\n\nnvm_cd() {\n  \\cd \"$@\"\n}\n\nnvm_err() {\n  >&2 nvm_echo \"$@\"\n}\n\nnvm_err_with_colors() {\n  >&2 nvm_echo_with_colors \"$@\"\n}\n\nnvm_grep() {\n  GREP_OPTIONS='' command grep \"$@\"\n}\n\nnvm_has() {\n  type \"${1-}\" >/dev/null 2>&1\n}\n\nnvm_has_non_aliased() {\n  nvm_has \"${1-}\" && ! nvm_is_alias \"${1-}\"\n}\n\nnvm_is_alias() {\n  # this is intentionally not \"command alias\" so it works in zsh.\n  \\alias \"${1-}\" >/dev/null 2>&1\n}\n\nnvm_command_info() {\n  local COMMAND\n  local INFO\n  COMMAND=\"${1}\"\n  if type \"${COMMAND}\" | nvm_grep -q hashed; then\n    INFO=\"$(type \"${COMMAND}\" | command sed -E 's/\\(|\\)//g' | command awk '{print $4}')\"\n  elif type \"${COMMAND}\" | nvm_grep -q aliased; then\n    # shellcheck disable=SC2230\n    INFO=\"$(which \"${COMMAND}\") ($(type \"${COMMAND}\" | command awk '{ $1=$2=$3=$4=\"\" ;print }' | command sed -e 's/^\\ *//g' -Ee \"s/\\`|'//g\"))\"\n  elif type \"${COMMAND}\" | nvm_grep -q \"^${COMMAND} is an alias for\"; then\n    # shellcheck disable=SC2230\n    INFO=\"$(which \"${COMMAND}\") ($(type \"${COMMAND}\" | command awk '{ $1=$2=$3=$4=$5=\"\" ;print }' | command sed 's/^\\ *//g'))\"\n  elif type \"${COMMAND}\" | nvm_grep -q \"^${COMMAND} is /\"; then\n    INFO=\"$(type \"${COMMAND}\" | command awk '{print $3}')\"\n  else\n    INFO=\"$(type \"${COMMAND}\")\"\n  fi\n  nvm_echo \"${INFO}\"\n}\n\nnvm_has_colors() {\n  local NVM_NUM_COLORS\n  if nvm_has tput; then\n    NVM_NUM_COLORS=\"$(command tput -T \"${TERM:-vt100}\" colors)\"\n  fi\n  [ -t 1 ] && [ \"${NVM_NUM_COLORS:--1}\" -ge 8 ] && [ \"${NVM_NO_COLORS-}\" != '--no-colors' ]\n}\n\nnvm_curl_libz_support() {\n  curl -V 2>/dev/null | nvm_grep \"^Features:\" | nvm_grep -q \"libz\"\n}\n\nnvm_curl_use_compression() {\n  nvm_curl_libz_support && nvm_version_greater_than_or_equal_to \"$(nvm_curl_version)\" 7.21.0\n}\n\nnvm_get_latest() {\n  local NVM_LATEST_URL\n  local CURL_COMPRESSED_FLAG\n  if nvm_has \"curl\"; then\n    if nvm_curl_use_compression; then\n      CURL_COMPRESSED_FLAG=\"--compressed\"\n    fi\n    NVM_LATEST_URL=\"$(curl ${CURL_COMPRESSED_FLAG:-} -q -w \"%{url_effective}\\\\n\" -L -s -S https://latest.nvm.sh -o /dev/null)\"\n  elif nvm_has \"wget\"; then\n    NVM_LATEST_URL=\"$(wget -q https://latest.nvm.sh --server-response -O /dev/null 2>&1 | command awk '/^  Location: /{DEST=$2} END{ print DEST }')\"\n  else\n    nvm_err 'nvm needs curl or wget to proceed.'\n    return 1\n  fi\n  if [ -z \"${NVM_LATEST_URL}\" ]; then\n    nvm_err \"https://latest.nvm.sh did not redirect to the latest release on GitHub\"\n    return 2\n  fi\n  nvm_echo \"${NVM_LATEST_URL##*/}\"\n}\n\nnvm_download() {\n  if nvm_has \"curl\"; then\n    local CURL_COMPRESSED_FLAG=\"\"\n    local CURL_HEADER_FLAG=\"\"\n\n    if [ -n \"${NVM_AUTH_HEADER:-}\" ]; then\n      sanitized_header=$(nvm_sanitize_auth_header \"${NVM_AUTH_HEADER}\")\n      CURL_HEADER_FLAG=\"--header \\\"Authorization: ${sanitized_header}\\\"\"\n    fi\n\n    if nvm_curl_use_compression; then\n      CURL_COMPRESSED_FLAG=\"--compressed\"\n    fi\n    local NVM_DOWNLOAD_ARGS\n    NVM_DOWNLOAD_ARGS=''\n    for arg in \"$@\"; do\n      NVM_DOWNLOAD_ARGS=\"${NVM_DOWNLOAD_ARGS} \\\"$arg\\\"\"\n    done\n    eval \"curl -q --fail ${CURL_COMPRESSED_FLAG:-} ${CURL_HEADER_FLAG:-} ${NVM_DOWNLOAD_ARGS}\"\n  elif nvm_has \"wget\"; then\n    # Emulate curl with wget\n    ARGS=$(nvm_echo \"$@\" | command sed \"\n      s/--progress-bar /--progress=bar /\n      s/--compressed //\n      s/--fail //\n      s/-L //\n      s/-I /--server-response /\n      s/-s /-q /\n      s/-sS /-nv /\n      s/-o /-O /\n      s/-C - /-c /\n    \")\n\n    if [ -n \"${NVM_AUTH_HEADER:-}\" ]; then\n      sanitized_header=$(nvm_sanitize_auth_header \"${NVM_AUTH_HEADER}\")\n      ARGS=\"${ARGS} --header \\\"${sanitized_header}\\\"\"\n    fi\n    # shellcheck disable=SC2086\n    eval wget $ARGS\n  fi\n}\n\nnvm_sanitize_auth_header() {\n    # Remove potentially dangerous characters\n    nvm_echo \"$1\" | command sed 's/[^a-zA-Z0-9:;_. -]//g'\n}\n\nnvm_has_system_node() {\n  [ \"$(nvm deactivate >/dev/null 2>&1 && command -v node)\" != '' ]\n}\n\nnvm_has_system_iojs() {\n  [ \"$(nvm deactivate >/dev/null 2>&1 && command -v iojs)\" != '' ]\n}\n\nnvm_is_version_installed() {\n  if [ -z \"${1-}\" ]; then\n    return 1\n  fi\n  local NVM_NODE_BINARY\n  NVM_NODE_BINARY='node'\n  if [ \"_$(nvm_get_os)\" = '_win' ]; then\n    NVM_NODE_BINARY='node.exe'\n  fi\n  if [ -x \"$(nvm_version_path \"$1\" 2>/dev/null)/bin/${NVM_NODE_BINARY}\" ]; then\n    return 0\n  fi\n  return 1\n}\n\nnvm_print_npm_version() {\n  if nvm_has \"npm\"; then\n    local NPM_VERSION\n    NPM_VERSION=\"$(npm --version 2>/dev/null)\"\n    if [ -n \"${NPM_VERSION}\" ]; then\n      command printf \" (npm v${NPM_VERSION})\"\n    fi\n  fi\n}\n\nnvm_install_latest_npm() {\n  nvm_echo 'Attempting to upgrade to the latest working version of npm...'\n  local NODE_VERSION\n  NODE_VERSION=\"$(nvm_strip_iojs_prefix \"$(nvm_ls_current)\")\"\n  local NPM_VERSION\n  NPM_VERSION=\"$(npm --version 2>/dev/null)\"\n\n  if [ \"${NODE_VERSION}\" = 'system' ]; then\n    NODE_VERSION=\"$(node --version)\"\n  elif [ \"${NODE_VERSION}\" = 'none' ]; then\n    nvm_echo \"Detected node version ${NODE_VERSION}, npm version v${NPM_VERSION}\"\n    NODE_VERSION=''\n  fi\n  if [ -z \"${NODE_VERSION}\" ]; then\n    nvm_err 'Unable to obtain node version.'\n    return 1\n  fi\n  if [ -z \"${NPM_VERSION}\" ]; then\n    nvm_err 'Unable to obtain npm version.'\n    return 2\n  fi\n\n  local NVM_NPM_CMD\n  NVM_NPM_CMD='npm'\n  if [ \"${NVM_DEBUG-}\" = 1 ]; then\n    nvm_echo \"Detected node version ${NODE_VERSION}, npm version v${NPM_VERSION}\"\n    NVM_NPM_CMD='nvm_echo npm'\n  fi\n\n  local NVM_IS_0_6\n  NVM_IS_0_6=0\n  if nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 0.6.0 && nvm_version_greater 0.7.0 \"${NODE_VERSION}\"; then\n    NVM_IS_0_6=1\n  fi\n  local NVM_IS_0_9\n  NVM_IS_0_9=0\n  if nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 0.9.0 && nvm_version_greater 0.10.0 \"${NODE_VERSION}\"; then\n    NVM_IS_0_9=1\n  fi\n\n  if [ $NVM_IS_0_6 -eq 1 ]; then\n    nvm_echo '* `node` v0.6.x can only upgrade to `npm` v1.3.x'\n    $NVM_NPM_CMD install -g npm@1.3\n  elif [ $NVM_IS_0_9 -eq 0 ]; then\n    # node 0.9 breaks here, for some reason\n    if nvm_version_greater_than_or_equal_to \"${NPM_VERSION}\" 1.0.0 && nvm_version_greater 2.0.0 \"${NPM_VERSION}\"; then\n      nvm_echo '* `npm` v1.x needs to first jump to `npm` v1.4.28 to be able to upgrade further'\n      $NVM_NPM_CMD install -g npm@1.4.28\n    elif nvm_version_greater_than_or_equal_to \"${NPM_VERSION}\" 2.0.0 && nvm_version_greater 3.0.0 \"${NPM_VERSION}\"; then\n      nvm_echo '* `npm` v2.x needs to first jump to the latest v2 to be able to upgrade further'\n      $NVM_NPM_CMD install -g npm@2\n    fi\n  fi\n\n  if [ $NVM_IS_0_9 -eq 1 ] || [ $NVM_IS_0_6 -eq 1 ]; then\n    nvm_echo '* node v0.6 and v0.9 are unable to upgrade further'\n  elif nvm_version_greater 1.1.0 \"${NODE_VERSION}\"; then\n    nvm_echo '* `npm` v4.5.x is the last version that works on `node` versions < v1.1.0'\n    $NVM_NPM_CMD install -g npm@4.5\n  elif nvm_version_greater 4.0.0 \"${NODE_VERSION}\"; then\n    nvm_echo '* `npm` v5 and higher do not work on `node` versions below v4.0.0'\n    $NVM_NPM_CMD install -g npm@4\n  elif [ $NVM_IS_0_9 -eq 0 ] && [ $NVM_IS_0_6 -eq 0 ]; then\n    local NVM_IS_4_4_OR_BELOW\n    NVM_IS_4_4_OR_BELOW=0\n    if nvm_version_greater 4.5.0 \"${NODE_VERSION}\"; then\n      NVM_IS_4_4_OR_BELOW=1\n    fi\n\n    local NVM_IS_5_OR_ABOVE\n    NVM_IS_5_OR_ABOVE=0\n    if [ $NVM_IS_4_4_OR_BELOW -eq 0 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 5.0.0; then\n      NVM_IS_5_OR_ABOVE=1\n    fi\n\n    local NVM_IS_6_OR_ABOVE\n    NVM_IS_6_OR_ABOVE=0\n    local NVM_IS_6_2_OR_ABOVE\n    NVM_IS_6_2_OR_ABOVE=0\n    if [ $NVM_IS_5_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 6.0.0; then\n      NVM_IS_6_OR_ABOVE=1\n      if nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 6.2.0; then\n        NVM_IS_6_2_OR_ABOVE=1\n      fi\n    fi\n\n    local NVM_IS_9_OR_ABOVE\n    NVM_IS_9_OR_ABOVE=0\n    local NVM_IS_9_3_OR_ABOVE\n    NVM_IS_9_3_OR_ABOVE=0\n    if [ $NVM_IS_6_2_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 9.0.0; then\n      NVM_IS_9_OR_ABOVE=1\n      if nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 9.3.0; then\n        NVM_IS_9_3_OR_ABOVE=1\n      fi\n    fi\n\n    local NVM_IS_10_OR_ABOVE\n    NVM_IS_10_OR_ABOVE=0\n    if [ $NVM_IS_9_3_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 10.0.0; then\n      NVM_IS_10_OR_ABOVE=1\n    fi\n    local NVM_IS_12_LTS_OR_ABOVE\n    NVM_IS_12_LTS_OR_ABOVE=0\n    if [ $NVM_IS_10_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 12.13.0; then\n      NVM_IS_12_LTS_OR_ABOVE=1\n    fi\n    local NVM_IS_13_OR_ABOVE\n    NVM_IS_13_OR_ABOVE=0\n    if [ $NVM_IS_12_LTS_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 13.0.0; then\n      NVM_IS_13_OR_ABOVE=1\n    fi\n    local NVM_IS_14_LTS_OR_ABOVE\n    NVM_IS_14_LTS_OR_ABOVE=0\n    if [ $NVM_IS_13_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 14.15.0; then\n      NVM_IS_14_LTS_OR_ABOVE=1\n    fi\n    local NVM_IS_14_17_OR_ABOVE\n    NVM_IS_14_17_OR_ABOVE=0\n    if [ $NVM_IS_14_LTS_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 14.17.0; then\n      NVM_IS_14_17_OR_ABOVE=1\n    fi\n    local NVM_IS_15_OR_ABOVE\n    NVM_IS_15_OR_ABOVE=0\n    if [ $NVM_IS_14_LTS_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 15.0.0; then\n      NVM_IS_15_OR_ABOVE=1\n    fi\n    local NVM_IS_16_OR_ABOVE\n    NVM_IS_16_OR_ABOVE=0\n    if [ $NVM_IS_15_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 16.0.0; then\n      NVM_IS_16_OR_ABOVE=1\n    fi\n    local NVM_IS_16_LTS_OR_ABOVE\n    NVM_IS_16_LTS_OR_ABOVE=0\n    if [ $NVM_IS_16_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 16.13.0; then\n      NVM_IS_16_LTS_OR_ABOVE=1\n    fi\n    local NVM_IS_17_OR_ABOVE\n    NVM_IS_17_OR_ABOVE=0\n    if [ $NVM_IS_16_LTS_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 17.0.0; then\n      NVM_IS_17_OR_ABOVE=1\n    fi\n    local NVM_IS_18_OR_ABOVE\n    NVM_IS_18_OR_ABOVE=0\n    if [ $NVM_IS_17_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 18.0.0; then\n      NVM_IS_18_OR_ABOVE=1\n    fi\n    local NVM_IS_18_17_OR_ABOVE\n    NVM_IS_18_17_OR_ABOVE=0\n    if [ $NVM_IS_18_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 18.17.0; then\n      NVM_IS_18_17_OR_ABOVE=1\n    fi\n    local NVM_IS_19_OR_ABOVE\n    NVM_IS_19_OR_ABOVE=0\n    if [ $NVM_IS_18_17_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 19.0.0; then\n      NVM_IS_19_OR_ABOVE=1\n    fi\n    local NVM_IS_20_5_OR_ABOVE\n    NVM_IS_20_5_OR_ABOVE=0\n    if [ $NVM_IS_19_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 20.5.0; then\n      NVM_IS_20_5_OR_ABOVE=1\n    fi\n    local NVM_IS_20_17_OR_ABOVE\n    NVM_IS_20_17_OR_ABOVE=0\n    if [ $NVM_IS_20_5_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 20.17.0; then\n      NVM_IS_20_17_OR_ABOVE=1\n    fi\n    local NVM_IS_21_OR_ABOVE\n    NVM_IS_21_OR_ABOVE=0\n    if [ $NVM_IS_20_17_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 21.0.0; then\n      NVM_IS_21_OR_ABOVE=1\n    fi\n    local NVM_IS_22_9_OR_ABOVE\n    NVM_IS_22_9_OR_ABOVE=0\n    if [ $NVM_IS_21_OR_ABOVE -eq 1 ] && nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" 22.9.0; then\n      NVM_IS_22_9_OR_ABOVE=1\n    fi\n\n    if [ $NVM_IS_4_4_OR_BELOW -eq 1 ] || {\n      [ $NVM_IS_5_OR_ABOVE -eq 1 ] && nvm_version_greater 5.10.0 \"${NODE_VERSION}\"; \\\n    }; then\n      nvm_echo '* `npm` `v5.3.x` is the last version that works on `node` 4.x versions below v4.4, or 5.x versions below v5.10, due to `Buffer.alloc`'\n      $NVM_NPM_CMD install -g npm@5.3\n    elif [ $NVM_IS_4_4_OR_BELOW -eq 0 ] && nvm_version_greater 4.7.0 \"${NODE_VERSION}\"; then\n      nvm_echo '* `npm` `v5.4.1` is the last version that works on `node` `v4.5` and `v4.6`'\n      $NVM_NPM_CMD install -g npm@5.4.1\n    elif [ $NVM_IS_6_OR_ABOVE -eq 0 ]; then\n      nvm_echo '* `npm` `v5.x` is the last version that works on `node` below `v6.0.0`'\n      $NVM_NPM_CMD install -g npm@5\n    elif \\\n      { [ $NVM_IS_6_OR_ABOVE -eq 1 ] && [ $NVM_IS_6_2_OR_ABOVE -eq 0 ]; } \\\n      || { [ $NVM_IS_9_OR_ABOVE -eq 1 ] && [ $NVM_IS_9_3_OR_ABOVE -eq 0 ]; } \\\n    ; then\n      nvm_echo '* `npm` `v6.9` is the last version that works on `node` `v6.0.x`, `v6.1.x`, `v9.0.x`, `v9.1.x`, or `v9.2.x`'\n      $NVM_NPM_CMD install -g npm@6.9\n    elif [ $NVM_IS_10_OR_ABOVE -eq 0 ]; then\n      if nvm_version_greater 4.4.4 \"${NPM_VERSION}\"; then\n        nvm_echo '* `npm` `v4.4.4` or later is required to install npm v6.14.18'\n        $NVM_NPM_CMD install -g npm@4\n      fi\n      nvm_echo '* `npm` `v6.x` is the last version that works on `node` below `v10.0.0`'\n      $NVM_NPM_CMD install -g npm@6\n    elif \\\n      [ $NVM_IS_12_LTS_OR_ABOVE -eq 0 ] \\\n      || { [ $NVM_IS_13_OR_ABOVE -eq 1 ] && [ $NVM_IS_14_LTS_OR_ABOVE -eq 0 ]; } \\\n      || { [ $NVM_IS_15_OR_ABOVE -eq 1 ] && [ $NVM_IS_16_OR_ABOVE -eq 0 ]; } \\\n    ; then\n      nvm_echo '* `npm` `v7.x` is the last version that works on `node` `v13`, `v15`, below `v12.13`, or `v14.0` - `v14.15`'\n      $NVM_NPM_CMD install -g npm@7\n    elif \\\n      { [ $NVM_IS_12_LTS_OR_ABOVE -eq 1 ] && [ $NVM_IS_13_OR_ABOVE -eq 0 ]; } \\\n      || { [ $NVM_IS_14_LTS_OR_ABOVE -eq 1 ] && [ $NVM_IS_14_17_OR_ABOVE -eq 0 ]; } \\\n      || { [ $NVM_IS_16_OR_ABOVE -eq 1 ] && [ $NVM_IS_16_LTS_OR_ABOVE -eq 0 ]; } \\\n      || { [ $NVM_IS_17_OR_ABOVE -eq 1 ] && [ $NVM_IS_18_OR_ABOVE -eq 0 ]; } \\\n    ; then\n      nvm_echo '* `npm` `v8.6` is the last version that works on `node` `v12`, `v14.13` - `v14.16`, or `v16.0` - `v16.12`'\n      # ^8.7 breaks `npm ls` on file: deps\n      $NVM_NPM_CMD install -g npm@8.6\n    elif \\\n      [ $NVM_IS_18_17_OR_ABOVE -eq 0 ] \\\n      || { [ $NVM_IS_19_OR_ABOVE -eq 1 ] && [ $NVM_IS_20_5_OR_ABOVE -eq 0 ]; } \\\n    ; then\n      # TODO: 10.8.3 can run on 16.20.2?? https://github.com/nodejs/Release/issues/884#issuecomment-2558077691\n      nvm_echo '* `npm` `v9.x` is the last version that works on `node` `< v18.17`, `v19`, or `v20.0` - `v20.4`'\n      $NVM_NPM_CMD install -g npm@9\n    elif \\\n      [ $NVM_IS_20_17_OR_ABOVE -eq 0 ] \\\n      || { [ $NVM_IS_21_OR_ABOVE -eq 1 ] && [ $NVM_IS_22_9_OR_ABOVE -eq 0 ]; } \\\n    ; then\n      nvm_echo '* `npm` `v10.x` is the last version that works on `node` `< v20.17`, `v21`, or `v22.0` - `v22.8`'\n      $NVM_NPM_CMD install -g npm@10\n    else\n      nvm_echo '* Installing latest `npm`; if this does not work on your node version, please report a bug!'\n      $NVM_NPM_CMD install -g npm\n    fi\n  fi\n  nvm_echo \"* npm upgraded to: v$(npm --version 2>/dev/null)\"\n}\n\n# Make zsh glob matching behave same as bash\n# This fixes the \"zsh: no matches found\" errors\nif [ -z \"${NVM_CD_FLAGS-}\" ]; then\n  export NVM_CD_FLAGS=''\nfi\nif nvm_is_zsh; then\n  NVM_CD_FLAGS=\"-q\"\nfi\n\n# Auto detect the NVM_DIR when not set\nif [ -z \"${NVM_DIR-}\" ]; then\n  # shellcheck disable=SC2128\n  if [ -n \"${BASH_SOURCE-}\" ]; then\n    NVM_SCRIPT_SOURCE=\"${BASH_SOURCE}\"\n  fi\n  # shellcheck disable=SC2086\n  NVM_DIR=\"$(nvm_cd ${NVM_CD_FLAGS} \"$(dirname \"${NVM_SCRIPT_SOURCE:-$0}\")\" >/dev/null && \\pwd)\"\n  export NVM_DIR\nelse\n  # https://unix.stackexchange.com/a/198289\n  case $NVM_DIR in\n    *[!/]*/)\n      NVM_DIR=\"${NVM_DIR%\"${NVM_DIR##*[!/]}\"}\"\n      export NVM_DIR\n      nvm_err \"Warning: \\$NVM_DIR should not have trailing slashes\"\n    ;;\n  esac\nfi\nunset NVM_SCRIPT_SOURCE 2>/dev/null\n\nnvm_tree_contains_path() {\n  local tree\n  tree=\"${1-}\"\n  local node_path\n  node_path=\"${2-}\"\n\n  if [ \"@${tree}@\" = \"@@\" ] || [ \"@${node_path}@\" = \"@@\" ]; then\n    nvm_err \"both the tree and the node path are required\"\n    return 2\n  fi\n\n  local previous_pathdir\n  previous_pathdir=\"${node_path}\"\n  local pathdir\n  pathdir=$(dirname \"${previous_pathdir}\")\n  while [ \"${pathdir}\" != '' ] && [ \"${pathdir}\" != '.' ] && [ \"${pathdir}\" != '/' ] &&\n      [ \"${pathdir}\" != \"${tree}\" ] && [ \"${pathdir}\" != \"${previous_pathdir}\" ]; do\n    previous_pathdir=\"${pathdir}\"\n    pathdir=$(dirname \"${previous_pathdir}\")\n  done\n  [ \"${pathdir}\" = \"${tree}\" ]\n}\n\nnvm_find_project_dir() {\n  local path_\n  path_=\"${PWD}\"\n  while [ \"${path_}\" != \"\" ] && [ \"${path_}\" != '.' ] && [ ! -f \"${path_}/package.json\" ] && [ ! -d \"${path_}/node_modules\" ]; do\n    path_=${path_%/*}\n  done\n  nvm_echo \"${path_}\"\n}\n\n# Traverse up in directory tree to find containing folder\nnvm_find_up() {\n  local path_\n  path_=\"${PWD}\"\n  while [ \"${path_}\" != \"\" ] && [ \"${path_}\" != '.' ] && [ ! -f \"${path_}/${1-}\" ]; do\n    path_=${path_%/*}\n  done\n  nvm_echo \"${path_}\"\n}\n\nnvm_find_nvmrc() {\n  local dir\n  dir=\"$(nvm_find_up '.nvmrc')\"\n  if [ -e \"${dir}/.nvmrc\" ]; then\n    nvm_echo \"${dir}/.nvmrc\"\n  fi\n}\n\nnvm_nvmrc_invalid_msg() {\n  local error_text\n  error_text=\"invalid .nvmrc!\nall non-commented content (anything after # is a comment) must be either:\n  - a single bare nvm-recognized version-ish\n  - or, multiple distinct key-value pairs, each key/value separated by a single equals sign (=)\n\nadditionally, a single bare nvm-recognized version-ish must be present (after stripping comments).\"\n\n  local warn_text\n  warn_text=\"non-commented content parsed:\n${1}\"\n\n  nvm_err \"$(nvm_wrap_with_color_code 'r' \"${error_text}\")\n\n$(nvm_wrap_with_color_code 'y' \"${warn_text}\")\"\n}\n\nnvm_process_nvmrc() {\n  local NVMRC_PATH\n  NVMRC_PATH=\"$1\"\n  local lines\n\n  lines=$(command sed 's/#.*//' \"$NVMRC_PATH\" | command sed 's/^[[:space:]]*//;s/[[:space:]]*$//' | nvm_grep -v '^$')\n\n  if [ -z \"$lines\" ]; then\n    nvm_nvmrc_invalid_msg \"${lines}\"\n    return 1\n  fi\n\n  # Initialize key-value storage\n  local keys\n  keys=''\n  local values\n  values=''\n  local unpaired_line\n  unpaired_line=''\n\n  while IFS= read -r line; do\n    if [ -z \"${line}\" ]; then\n      continue\n    elif [ -z \"${line%%=*}\" ]; then\n      if [ -n \"${unpaired_line}\" ]; then\n        nvm_nvmrc_invalid_msg \"${lines}\"\n        return 1\n      fi\n      unpaired_line=\"${line}\"\n    elif case \"$line\" in *'='*) true;; *) false;; esac; then\n      key=\"${line%%=*}\"\n      value=\"${line#*=}\"\n\n      # Trim whitespace around key and value\n      key=$(nvm_echo \"${key}\" | command sed 's/^[[:space:]]*//;s/[[:space:]]*$//')\n      value=$(nvm_echo \"${value}\" | command sed 's/^[[:space:]]*//;s/[[:space:]]*$//')\n\n      # Check for invalid key \"node\"\n      if [ \"${key}\" = 'node' ]; then\n        nvm_nvmrc_invalid_msg \"${lines}\"\n        return 1\n      fi\n\n      # Check for duplicate keys\n      if nvm_echo \"${keys}\" | nvm_grep -q -E \"(^| )${key}( |$)\"; then\n        nvm_nvmrc_invalid_msg \"${lines}\"\n        return 1\n      fi\n      keys=\"${keys} ${key}\"\n      values=\"${values} ${value}\"\n    else\n      if [ -n \"${unpaired_line}\" ]; then\n        nvm_nvmrc_invalid_msg \"${lines}\"\n        return 1\n      fi\n      unpaired_line=\"${line}\"\n    fi\n  done <<EOF\n$lines\nEOF\n\n  if [ -z \"${unpaired_line}\" ]; then\n    nvm_nvmrc_invalid_msg \"${lines}\"\n    return 1\n  fi\n\n  nvm_echo \"${unpaired_line}\"\n}\n\nnvm_rc_version() {\n  local NVMRC_PATH\n  NVMRC_PATH=\"$(nvm_find_nvmrc)\"\n  if [ ! -e \"${NVMRC_PATH}\" ]; then\n    if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n      nvm_err \"No .nvmrc file found\"\n    fi\n    return 1\n  fi\n\n  local NVM_RC_VERSION\n  if ! NVM_RC_VERSION=\"$(nvm_process_nvmrc \"${NVMRC_PATH}\")\"; then\n    return 1\n  fi\n\n  if [ -z \"${NVM_RC_VERSION}\" ]; then\n    if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n      nvm_err \"Warning: empty .nvmrc file found at \\\"${NVMRC_PATH}\\\"\"\n    fi\n    return 2\n  fi\n  if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n    nvm_echo \"Found '${NVMRC_PATH}' with version <${NVM_RC_VERSION}>\"\n  fi\n  nvm_echo \"${NVM_RC_VERSION}\" >&3\n}\n\nnvm_clang_version() {\n  clang --version | command awk '{ if ($2 == \"version\") print $3; else if ($3 == \"version\") print $4 }' | command sed 's/-.*$//g'\n}\n\nnvm_curl_version() {\n  curl -V | command awk '{ if ($1 == \"curl\") print $2 }' | command sed 's/-.*$//g'\n}\n\nnvm_version_greater() {\n  command awk 'BEGIN {\n    if (ARGV[1] == \"\" || ARGV[2] == \"\") exit(1)\n    split(ARGV[1], a, /\\./);\n    split(ARGV[2], b, /\\./);\n    for (i=1; i<=3; i++) {\n      if (a[i] && a[i] !~ /^[0-9]+$/) exit(2);\n      if (b[i] && b[i] !~ /^[0-9]+$/) { exit(0); }\n      if (a[i] < b[i]) exit(3);\n      else if (a[i] > b[i]) exit(0);\n    }\n    exit(4)\n  }' \"${1#v}\" \"${2#v}\"\n}\n\nnvm_version_greater_than_or_equal_to() {\n  command awk 'BEGIN {\n    if (ARGV[1] == \"\" || ARGV[2] == \"\") exit(1)\n    split(ARGV[1], a, /\\./);\n    split(ARGV[2], b, /\\./);\n    for (i=1; i<=3; i++) {\n      if (a[i] && a[i] !~ /^[0-9]+$/) exit(2);\n      if (a[i] < b[i]) exit(3);\n      else if (a[i] > b[i]) exit(0);\n    }\n    exit(0)\n  }' \"${1#v}\" \"${2#v}\"\n}\n\nnvm_version_dir() {\n  local NVM_WHICH_DIR\n  NVM_WHICH_DIR=\"${1-}\"\n  if [ -z \"${NVM_WHICH_DIR}\" ] || [ \"${NVM_WHICH_DIR}\" = \"new\" ]; then\n    nvm_echo \"${NVM_DIR}/versions/node\"\n  elif [ \"_${NVM_WHICH_DIR}\" = \"_iojs\" ]; then\n    nvm_echo \"${NVM_DIR}/versions/io.js\"\n  elif [ \"_${NVM_WHICH_DIR}\" = \"_old\" ]; then\n    nvm_echo \"${NVM_DIR}\"\n  else\n    nvm_err 'unknown version dir'\n    return 3\n  fi\n}\n\nnvm_alias_path() {\n  nvm_echo \"$(nvm_version_dir old)/alias\"\n}\n\nnvm_version_path() {\n  local VERSION\n  VERSION=\"${1-}\"\n  if [ -z \"${VERSION}\" ]; then\n    nvm_err 'version is required'\n    return 3\n  elif nvm_is_iojs_version \"${VERSION}\"; then\n    nvm_echo \"$(nvm_version_dir iojs)/$(nvm_strip_iojs_prefix \"${VERSION}\")\"\n  elif nvm_version_greater 0.12.0 \"${VERSION}\"; then\n    nvm_echo \"$(nvm_version_dir old)/${VERSION}\"\n  else\n    nvm_echo \"$(nvm_version_dir new)/${VERSION}\"\n  fi\n}\n\nnvm_ensure_version_installed() {\n  local PROVIDED_VERSION\n  PROVIDED_VERSION=\"${1-}\"\n  local IS_VERSION_FROM_NVMRC\n  IS_VERSION_FROM_NVMRC=\"${2-}\"\n  if [ \"${PROVIDED_VERSION}\" = 'system' ]; then\n    if nvm_has_system_iojs || nvm_has_system_node; then\n      return 0\n    fi\n    nvm_err \"N/A: no system version of node/io.js is installed.\"\n    return 1\n  fi\n  local LOCAL_VERSION\n  local EXIT_CODE\n  LOCAL_VERSION=\"$(nvm_version \"${PROVIDED_VERSION}\")\"\n  EXIT_CODE=\"$?\"\n  local NVM_VERSION_DIR\n  if [ \"${EXIT_CODE}\" != \"0\" ] || ! nvm_is_version_installed \"${LOCAL_VERSION}\"; then\n    if VERSION=\"$(nvm_resolve_alias \"${PROVIDED_VERSION}\")\"; then\n      nvm_err \"N/A: version \\\"${PROVIDED_VERSION} -> ${VERSION}\\\" is not yet installed.\"\n    else\n      local PREFIXED_VERSION\n      PREFIXED_VERSION=\"$(nvm_ensure_version_prefix \"${PROVIDED_VERSION}\")\"\n      nvm_err \"N/A: version \\\"${PREFIXED_VERSION:-$PROVIDED_VERSION}\\\" is not yet installed.\"\n    fi\n    nvm_err \"\"\n    if [ \"${PROVIDED_VERSION}\" = 'lts' ]; then\n      nvm_err '`lts` is not an alias - you may need to run `nvm install --lts` to install and `nvm use --lts` to use it.'\n    elif [ \"${IS_VERSION_FROM_NVMRC}\" != '1' ]; then\n      nvm_err \"You need to run \\`nvm install ${PROVIDED_VERSION}\\` to install and use it.\"\n    else\n      nvm_err 'You need to run `nvm install` to install and use the node version specified in `.nvmrc`.'\n    fi\n    return 1\n  fi\n}\n\n# Expand a version using the version cache\nnvm_version() {\n  local PATTERN\n  PATTERN=\"${1-}\"\n  local VERSION\n  # The default version is the current one\n  if [ -z \"${PATTERN}\" ]; then\n    PATTERN='current'\n  fi\n\n  if [ \"${PATTERN}\" = \"current\" ]; then\n    nvm_ls_current\n    return $?\n  fi\n\n  local NVM_NODE_PREFIX\n  NVM_NODE_PREFIX=\"$(nvm_node_prefix)\"\n  case \"_${PATTERN}\" in\n    \"_${NVM_NODE_PREFIX}\" | \"_${NVM_NODE_PREFIX}-\")\n      PATTERN=\"stable\"\n    ;;\n  esac\n  VERSION=\"$(nvm_ls \"${PATTERN}\" | command tail -1)\"\n  case \"${VERSION}\" in\n    system[[:blank:]]*)\n      VERSION='system'\n    ;;\n  esac\n  if [ -z \"${VERSION}\" ] || [ \"_${VERSION}\" = \"_N/A\" ]; then\n    nvm_echo \"N/A\"\n    return 3\n  fi\n  nvm_echo \"${VERSION}\"\n}\n\nnvm_remote_version() {\n  local PATTERN\n  PATTERN=\"${1-}\"\n  local VERSION\n  if nvm_validate_implicit_alias \"${PATTERN}\" 2>/dev/null; then\n    case \"${PATTERN}\" in\n      \"$(nvm_iojs_prefix)\")\n        VERSION=\"$(NVM_LTS=\"${NVM_LTS-}\" nvm_ls_remote_iojs | command tail -1)\" &&:\n      ;;\n      *)\n        VERSION=\"$(NVM_LTS=\"${NVM_LTS-}\" nvm_ls_remote \"${PATTERN}\")\" &&:\n      ;;\n    esac\n  else\n    VERSION=\"$(NVM_LTS=\"${NVM_LTS-}\" nvm_remote_versions \"${PATTERN}\" | command tail -1)\"\n  fi\n\n  if [ -n \"${PATTERN}\" ] && [ \"_${VERSION}\" != \"_N/A\" ] && ! nvm_validate_implicit_alias \"${PATTERN}\" 2>/dev/null; then\n    local VERSION_NUM\n    VERSION_NUM=\"$(nvm_echo \"${VERSION}\" | command awk '{print $1}')\"\n    if ! nvm_echo \"${VERSION_NUM}\" | nvm_grep -q \"${PATTERN}\"; then\n      VERSION='N/A'\n    fi\n  fi\n\n  if [ -n \"${NVM_VERSION_ONLY-}\" ]; then\n    command awk 'BEGIN {\n      n = split(ARGV[1], a);\n      print a[1]\n    }' \"${VERSION}\"\n  else\n    nvm_echo \"${VERSION}\"\n  fi\n  if [ \"${VERSION}\" = 'N/A' ]; then\n    return 3\n  fi\n}\n\nnvm_remote_versions() {\n  local NVM_IOJS_PREFIX\n  NVM_IOJS_PREFIX=\"$(nvm_iojs_prefix)\"\n  local NVM_NODE_PREFIX\n  NVM_NODE_PREFIX=\"$(nvm_node_prefix)\"\n\n  local PATTERN\n  PATTERN=\"${1-}\"\n\n  local NVM_FLAVOR\n  if [ -n \"${NVM_LTS-}\" ]; then\n    NVM_FLAVOR=\"${NVM_NODE_PREFIX}\"\n  fi\n\n  case \"${PATTERN}\" in\n    \"${NVM_IOJS_PREFIX}\" | \"io.js\")\n      NVM_FLAVOR=\"${NVM_IOJS_PREFIX}\"\n      unset PATTERN\n    ;;\n    \"${NVM_NODE_PREFIX}\")\n      NVM_FLAVOR=\"${NVM_NODE_PREFIX}\"\n      unset PATTERN\n    ;;\n  esac\n\n  if nvm_validate_implicit_alias \"${PATTERN-}\" 2>/dev/null; then\n    nvm_err 'Implicit aliases are not supported in nvm_remote_versions.'\n    return 1\n  fi\n\n  local NVM_LS_REMOTE_EXIT_CODE\n  NVM_LS_REMOTE_EXIT_CODE=0\n  local NVM_LS_REMOTE_PRE_MERGED_OUTPUT\n  NVM_LS_REMOTE_PRE_MERGED_OUTPUT=''\n  local NVM_LS_REMOTE_POST_MERGED_OUTPUT\n  NVM_LS_REMOTE_POST_MERGED_OUTPUT=''\n  if [ -z \"${NVM_FLAVOR-}\" ] || [ \"${NVM_FLAVOR-}\" = \"${NVM_NODE_PREFIX}\" ]; then\n    local NVM_LS_REMOTE_OUTPUT\n    # extra space is needed here to avoid weird behavior when `nvm_ls_remote` ends in a `*`\n    NVM_LS_REMOTE_OUTPUT=\"$(NVM_LTS=\"${NVM_LTS-}\" nvm_ls_remote \"${PATTERN-}\") \" &&:\n    NVM_LS_REMOTE_EXIT_CODE=$?\n    # split output into two\n    NVM_LS_REMOTE_PRE_MERGED_OUTPUT=\"${NVM_LS_REMOTE_OUTPUT%%v4\\.0\\.0*}\"\n    NVM_LS_REMOTE_POST_MERGED_OUTPUT=\"${NVM_LS_REMOTE_OUTPUT#\"$NVM_LS_REMOTE_PRE_MERGED_OUTPUT\"}\"\n  fi\n\n  local NVM_LS_REMOTE_IOJS_EXIT_CODE\n  NVM_LS_REMOTE_IOJS_EXIT_CODE=0\n  local NVM_LS_REMOTE_IOJS_OUTPUT\n  NVM_LS_REMOTE_IOJS_OUTPUT=''\n  if [ -z \"${NVM_LTS-}\" ] && {\n    [ -z \"${NVM_FLAVOR-}\" ] || [ \"${NVM_FLAVOR-}\" = \"${NVM_IOJS_PREFIX}\" ];\n  }; then\n    NVM_LS_REMOTE_IOJS_OUTPUT=$(nvm_ls_remote_iojs \"${PATTERN-}\") &&:\n    NVM_LS_REMOTE_IOJS_EXIT_CODE=$?\n  fi\n\n  # the `sed` removes both blank lines, and only-whitespace lines (see \"weird behavior\" ~19 lines up)\n  VERSIONS=\"$(nvm_echo \"${NVM_LS_REMOTE_PRE_MERGED_OUTPUT}\n${NVM_LS_REMOTE_IOJS_OUTPUT}\n${NVM_LS_REMOTE_POST_MERGED_OUTPUT}\" | nvm_grep -v \"N/A\" | command sed '/^ *$/d')\"\n\n  if [ -z \"${VERSIONS}\" ]; then\n    nvm_echo 'N/A'\n    return 3\n  fi\n  # the `sed` is to remove trailing whitespaces (see \"weird behavior\" ~25 lines up)\n  nvm_echo \"${VERSIONS}\" | command sed 's/ *$//g'\n  # shellcheck disable=SC2317\n  return $NVM_LS_REMOTE_EXIT_CODE || $NVM_LS_REMOTE_IOJS_EXIT_CODE\n}\n\nnvm_is_valid_version() {\n  if nvm_validate_implicit_alias \"${1-}\" 2>/dev/null; then\n    return 0\n  fi\n  case \"${1-}\" in\n    \"$(nvm_iojs_prefix)\" | \\\n    \"$(nvm_node_prefix)\")\n      return 0\n    ;;\n    *)\n      local VERSION\n      VERSION=\"$(nvm_strip_iojs_prefix \"${1-}\")\"\n      nvm_version_greater_than_or_equal_to \"${VERSION}\" 0\n    ;;\n  esac\n}\n\nnvm_normalize_version() {\n  command awk 'BEGIN {\n    split(ARGV[1], a, /\\./);\n    printf \"%d%06d%06d\\n\", a[1], a[2], a[3];\n    exit;\n  }' \"${1#v}\"\n}\n\nnvm_normalize_lts() {\n  local LTS\n  LTS=\"${1-}\"\n\n  case \"${LTS}\" in\n    lts/-[123456789] | lts/-[123456789][0123456789]*)\n      local N\n      N=\"$(echo \"${LTS}\" | cut -d '-' -f 2)\"\n      N=$((N+1))\n      # shellcheck disable=SC2181\n      if [ $? -ne 0 ]; then\n        nvm_echo \"${LTS}\"\n        return 0\n      fi\n      local NVM_ALIAS_DIR\n      NVM_ALIAS_DIR=\"$(nvm_alias_path)\"\n      local RESULT\n      RESULT=\"$(command ls \"${NVM_ALIAS_DIR}/lts\" | command tail -n \"${N}\" | command head -n 1)\"\n      if [ \"${RESULT}\" != '*' ]; then\n        nvm_echo \"lts/${RESULT}\"\n      else\n        nvm_err 'That many LTS releases do not exist yet.'\n        return 2\n      fi\n    ;;\n    *)\n      if [ \"${LTS}\" != \"$(echo \"${LTS}\" | command tr '[:upper:]' '[:lower:]')\" ]; then\n        nvm_err 'LTS names must be lowercase'\n        return 3\n      fi\n      nvm_echo \"${LTS}\"\n    ;;\n  esac\n}\n\nnvm_ensure_version_prefix() {\n  local NVM_VERSION\n  NVM_VERSION=\"$(nvm_strip_iojs_prefix \"${1-}\" | command sed -e 's/^\\([0-9]\\)/v\\1/g')\"\n  if nvm_is_iojs_version \"${1-}\"; then\n    nvm_add_iojs_prefix \"${NVM_VERSION}\"\n  else\n    nvm_echo \"${NVM_VERSION}\"\n  fi\n}\n\nnvm_format_version() {\n  local VERSION\n  VERSION=\"$(nvm_ensure_version_prefix \"${1-}\")\"\n  local NUM_GROUPS\n  NUM_GROUPS=\"$(nvm_num_version_groups \"${VERSION}\")\"\n  if [ \"${NUM_GROUPS}\" -lt 3 ]; then\n    nvm_format_version \"${VERSION%.}.0\"\n  else\n    nvm_echo \"${VERSION}\" | command cut -f1-3 -d.\n  fi\n}\n\nnvm_num_version_groups() {\n  local VERSION\n  VERSION=\"${1-}\"\n  VERSION=\"${VERSION#v}\"\n  VERSION=\"${VERSION%.}\"\n  if [ -z \"${VERSION}\" ]; then\n    nvm_echo \"0\"\n    return\n  fi\n  local NVM_NUM_DOTS\n  NVM_NUM_DOTS=$(nvm_echo \"${VERSION}\" | command sed -e 's/[^\\.]//g')\n  local NVM_NUM_GROUPS\n  NVM_NUM_GROUPS=\".${NVM_NUM_DOTS}\" # add extra dot, since it's (n - 1) dots at this point\n  nvm_echo \"${#NVM_NUM_GROUPS}\"\n}\n\nnvm_strip_path() {\n  if [ -z \"${NVM_DIR-}\" ]; then\n    nvm_err '${NVM_DIR} not set!'\n    return 1\n  fi\n  local RESULT\n  RESULT=\"$(command printf %s \"${1-}\" | command awk -v NVM_DIR=\"${NVM_DIR}\" -v RS=: '\n  index($0, NVM_DIR) == 1 {\n    path = substr($0, length(NVM_DIR) + 1)\n    if (path ~ \"^(/versions/[^/]*)?/[^/]*'\"${2-}\"'.*$\") { next }\n  }\n  { printf \"%s%s\", sep, $0; sep=RS }')\"\n  # mawk does not support RT, so preserve trailing colon manually\n  case \"${1-}\" in\n    *:) command printf '%s:' \"${RESULT}\" ;;\n    *) command printf '%s' \"${RESULT}\" ;;\n  esac\n}\n\nnvm_change_path() {\n  # if there’s no initial path, just return the supplementary path\n  if [ -z \"${1-}\" ]; then\n    nvm_echo \"${3-}${2-}\"\n  # if the initial path doesn’t contain an nvm path, prepend the supplementary\n  # path\n  elif ! nvm_echo \"${1-}\" | nvm_grep -q \"${NVM_DIR}/[^/]*${2-}\" \\\n    && ! nvm_echo \"${1-}\" | nvm_grep -q \"${NVM_DIR}/versions/[^/]*/[^/]*${2-}\"; then\n    nvm_echo \"${3-}${2-}:${1-}\"\n  # if the initial path contains BOTH an nvm path (checked for above) and\n  # that nvm path is preceded by a system binary path, just prepend the\n  # supplementary path instead of replacing it.\n  # https://github.com/nvm-sh/nvm/issues/1652#issuecomment-342571223\n  elif nvm_echo \"${1-}\" | nvm_grep -Eq \"(^|:)(/usr(/local)?)?${2-}:.*${NVM_DIR}/[^/]*${2-}\" \\\n    || nvm_echo \"${1-}\" | nvm_grep -Eq \"(^|:)(/usr(/local)?)?${2-}:.*${NVM_DIR}/versions/[^/]*/[^/]*${2-}\"; then\n    nvm_echo \"${3-}${2-}:${1-}\"\n  # use sed to replace the existing nvm path with the supplementary path. This\n  # preserves the order of the path.\n  else\n    nvm_echo \"${1-}\" | command sed \\\n      -e \"s#${NVM_DIR}/[^/]*${2-}[^:]*#${3-}${2-}#\" \\\n      -e \"s#${NVM_DIR}/versions/[^/]*/[^/]*${2-}[^:]*#${3-}${2-}#\"\n  fi\n}\n\nnvm_binary_available() {\n  # binaries started with node 0.8.6\n  nvm_version_greater_than_or_equal_to \"$(nvm_strip_iojs_prefix \"${1-}\")\" v0.8.6\n}\n\nnvm_set_colors() {\n  if [ \"${#1}\" -eq 5 ] && nvm_echo \"$1\" | nvm_grep -E \"^[rRgGbBcCyYmMkKeW]{1,}$\" 1>/dev/null; then\n    local INSTALLED_COLOR\n    local LTS_AND_SYSTEM_COLOR\n    local CURRENT_COLOR\n    local NOT_INSTALLED_COLOR\n    local DEFAULT_COLOR\n\n    INSTALLED_COLOR=\"$(echo \"$1\" | awk '{ print substr($0, 1, 1); }')\"\n    LTS_AND_SYSTEM_COLOR=\"$(echo \"$1\" | awk '{ print substr($0, 2, 1); }')\"\n    CURRENT_COLOR=\"$(echo \"$1\" | awk '{ print substr($0, 3, 1); }')\"\n    NOT_INSTALLED_COLOR=\"$(echo \"$1\" | awk '{ print substr($0, 4, 1); }')\"\n    DEFAULT_COLOR=\"$(echo \"$1\" | awk '{ print substr($0, 5, 1); }')\"\n    if ! nvm_has_colors; then\n      nvm_echo \"Setting colors to: ${INSTALLED_COLOR} ${LTS_AND_SYSTEM_COLOR} ${CURRENT_COLOR} ${NOT_INSTALLED_COLOR} ${DEFAULT_COLOR}\"\n      nvm_echo \"WARNING: Colors may not display because they are not supported in this shell.\"\n    else\n      nvm_echo_with_colors \"Setting colors to: $(nvm_wrap_with_color_code \"${INSTALLED_COLOR}\" \"${INSTALLED_COLOR}\")$(nvm_wrap_with_color_code \"${LTS_AND_SYSTEM_COLOR}\" \"${LTS_AND_SYSTEM_COLOR}\")$(nvm_wrap_with_color_code \"${CURRENT_COLOR}\" \"${CURRENT_COLOR}\")$(nvm_wrap_with_color_code \"${NOT_INSTALLED_COLOR}\" \"${NOT_INSTALLED_COLOR}\")$(nvm_wrap_with_color_code \"${DEFAULT_COLOR}\" \"${DEFAULT_COLOR}\")\"\n    fi\n    export NVM_COLORS=\"$1\"\n  else\n    return 17\n  fi\n}\n\nnvm_get_colors() {\n  local COLOR\n  local SYS_COLOR\n  local COLORS\n  COLORS=\"${NVM_COLORS:-bygre}\"\n  case $1 in\n    1) COLOR=$(nvm_print_color_code \"$(echo \"$COLORS\" | awk '{ print substr($0, 1, 1); }')\");;\n    2) COLOR=$(nvm_print_color_code \"$(echo \"$COLORS\" | awk '{ print substr($0, 2, 1); }')\");;\n    3) COLOR=$(nvm_print_color_code \"$(echo \"$COLORS\" | awk '{ print substr($0, 3, 1); }')\");;\n    4) COLOR=$(nvm_print_color_code \"$(echo \"$COLORS\" | awk '{ print substr($0, 4, 1); }')\");;\n    5) COLOR=$(nvm_print_color_code \"$(echo \"$COLORS\" | awk '{ print substr($0, 5, 1); }')\");;\n    6)\n      SYS_COLOR=$(nvm_print_color_code \"$(echo \"$COLORS\" | awk '{ print substr($0, 2, 1); }')\")\n      COLOR=$(nvm_echo \"$SYS_COLOR\" | command tr '0;' '1;')\n      ;;\n    *)\n      nvm_err \"Invalid color index, ${1-}\"\n      return 1\n    ;;\n  esac\n\n  nvm_echo \"$COLOR\"\n}\n\nnvm_wrap_with_color_code() {\n  local CODE\n  CODE=\"$(nvm_print_color_code \"${1}\" 2>/dev/null ||:)\"\n  local TEXT\n  TEXT=\"${2-}\"\n  if nvm_has_colors && [ -n \"${CODE}\" ]; then\n    nvm_echo_with_colors \"\\033[${CODE}${TEXT}\\033[0m\"\n  else\n    nvm_echo \"${TEXT}\"\n  fi\n}\n\nnvm_print_color_code() {\n  case \"${1-}\" in\n    '0') return 0 ;;\n    'r') nvm_echo '0;31m' ;;\n    'R') nvm_echo '1;31m' ;;\n    'g') nvm_echo '0;32m' ;;\n    'G') nvm_echo '1;32m' ;;\n    'b') nvm_echo '0;34m' ;;\n    'B') nvm_echo '1;34m' ;;\n    'c') nvm_echo '0;36m' ;;\n    'C') nvm_echo '1;36m' ;;\n    'm') nvm_echo '0;35m' ;;\n    'M') nvm_echo '1;35m' ;;\n    'y') nvm_echo '0;33m' ;;\n    'Y') nvm_echo '1;33m' ;;\n    'k') nvm_echo '0;30m' ;;\n    'K') nvm_echo '1;30m' ;;\n    'e') nvm_echo '0;37m' ;;\n    'W') nvm_echo '1;37m' ;;\n    *)\n      nvm_err \"Invalid color code: ${1-}\";\n      return 1\n    ;;\n  esac\n}\n\nnvm_print_formatted_alias() {\n  local ALIAS\n  ALIAS=\"${1-}\"\n  local DEST\n  DEST=\"${2-}\"\n  local VERSION\n  VERSION=\"${3-}\"\n  if [ -z \"${VERSION}\" ]; then\n    VERSION=\"$(nvm_version \"${DEST}\")\" ||:\n  fi\n  local VERSION_FORMAT\n  local ALIAS_FORMAT\n  local DEST_FORMAT\n\n  local INSTALLED_COLOR\n  local SYSTEM_COLOR\n  local CURRENT_COLOR\n  local NOT_INSTALLED_COLOR\n  local DEFAULT_COLOR\n  local LTS_COLOR\n\n  INSTALLED_COLOR=$(nvm_get_colors 1)\n  SYSTEM_COLOR=$(nvm_get_colors 2)\n  CURRENT_COLOR=$(nvm_get_colors 3)\n  NOT_INSTALLED_COLOR=$(nvm_get_colors 4)\n  DEFAULT_COLOR=$(nvm_get_colors 5)\n  LTS_COLOR=$(nvm_get_colors 6)\n\n  ALIAS_FORMAT='%s'\n  DEST_FORMAT='%s'\n  VERSION_FORMAT='%s'\n  local NEWLINE\n  NEWLINE='\\n'\n  if [ \"_${DEFAULT}\" = '_true' ]; then\n    NEWLINE=' (default)\\n'\n  fi\n  local ARROW\n  ARROW='->'\n  if [ \"${NVM_HAS_COLORS-}\" = 1 ] || nvm_has_colors; then\n    ARROW='\\033[0;90m->\\033[0m'\n    if [ \"_${DEFAULT}\" = '_true' ]; then\n      NEWLINE=\" \\033[${DEFAULT_COLOR}(default)\\033[0m\\n\"\n    fi\n    if [ \"_${VERSION}\" = \"_${NVM_CURRENT-}\" ]; then\n      ALIAS_FORMAT=\"\\033[${CURRENT_COLOR}%s\\033[0m\"\n      DEST_FORMAT=\"\\033[${CURRENT_COLOR}%s\\033[0m\"\n      VERSION_FORMAT=\"\\033[${CURRENT_COLOR}%s\\033[0m\"\n    elif nvm_is_version_installed \"${VERSION}\"; then\n      ALIAS_FORMAT=\"\\033[${INSTALLED_COLOR}%s\\033[0m\"\n      DEST_FORMAT=\"\\033[${INSTALLED_COLOR}%s\\033[0m\"\n      VERSION_FORMAT=\"\\033[${INSTALLED_COLOR}%s\\033[0m\"\n    elif [ \"${VERSION}\" = '∞' ] || [ \"${VERSION}\" = 'N/A' ]; then\n      ALIAS_FORMAT=\"\\033[${NOT_INSTALLED_COLOR}%s\\033[0m\"\n      DEST_FORMAT=\"\\033[${NOT_INSTALLED_COLOR}%s\\033[0m\"\n      VERSION_FORMAT=\"\\033[${NOT_INSTALLED_COLOR}%s\\033[0m\"\n    fi\n    if [ \"_${NVM_LTS-}\" = '_true' ]; then\n      ALIAS_FORMAT=\"\\033[${LTS_COLOR}%s\\033[0m\"\n    fi\n    if [ \"_${DEST%/*}\" = \"_lts\" ]; then\n      DEST_FORMAT=\"\\033[${LTS_COLOR}%s\\033[0m\"\n    fi\n  elif [ \"_${VERSION}\" != '_∞' ] && [ \"_${VERSION}\" != '_N/A' ]; then\n    VERSION_FORMAT='%s *'\n  fi\n  if [ \"${DEST}\" = \"${VERSION}\" ]; then\n    command printf -- \"${ALIAS_FORMAT} ${ARROW} ${VERSION_FORMAT}${NEWLINE}\" \"${ALIAS}\" \"${DEST}\"\n  else\n    command printf -- \"${ALIAS_FORMAT} ${ARROW} ${DEST_FORMAT} (${ARROW} ${VERSION_FORMAT})${NEWLINE}\" \"${ALIAS}\" \"${DEST}\" \"${VERSION}\"\n  fi\n}\n\nnvm_print_alias_path() {\n  local NVM_ALIAS_DIR\n  NVM_ALIAS_DIR=\"${1-}\"\n  if [ -z \"${NVM_ALIAS_DIR}\" ]; then\n    nvm_err 'An alias dir is required.'\n    return 1\n  fi\n  local ALIAS_PATH\n  ALIAS_PATH=\"${2-}\"\n  if [ -z \"${ALIAS_PATH}\" ]; then\n    nvm_err 'An alias path is required.'\n    return 2\n  fi\n  local ALIAS\n  ALIAS=\"${ALIAS_PATH##\"${NVM_ALIAS_DIR}\"\\/}\"\n  local DEST\n  DEST=\"$(nvm_alias \"${ALIAS}\" 2>/dev/null)\" ||:\n  if [ -n \"${DEST}\" ]; then\n    NVM_NO_COLORS=\"${NVM_NO_COLORS-}\" NVM_LTS=\"${NVM_LTS-}\" DEFAULT=false nvm_print_formatted_alias \"${ALIAS}\" \"${DEST}\"\n  fi\n}\n\nnvm_print_default_alias() {\n  local ALIAS\n  ALIAS=\"${1-}\"\n  if [ -z \"${ALIAS}\" ]; then\n    nvm_err 'A default alias is required.'\n    return 1\n  fi\n  local DEST\n  DEST=\"$(nvm_print_implicit_alias local \"${ALIAS}\")\"\n  if [ -n \"${DEST}\" ]; then\n    NVM_NO_COLORS=\"${NVM_NO_COLORS-}\" DEFAULT=true nvm_print_formatted_alias \"${ALIAS}\" \"${DEST}\"\n  fi\n}\n\nnvm_make_alias() {\n  local ALIAS\n  ALIAS=\"${1-}\"\n  if [ -z \"${ALIAS}\" ]; then\n    nvm_err \"an alias name is required\"\n    return 1\n  fi\n  local VERSION\n  VERSION=\"${2-}\"\n  if [ -z \"${VERSION}\" ]; then\n    nvm_err \"an alias target version is required\"\n    return 2\n  fi\n  nvm_echo \"${VERSION}\" | tee \"$(nvm_alias_path)/${ALIAS}\" >/dev/null\n}\n\nnvm_list_aliases() {\n  local ALIAS\n  ALIAS=\"${1-}\"\n\n  local NVM_CURRENT\n  NVM_CURRENT=\"$(nvm_ls_current)\"\n  local NVM_ALIAS_DIR\n  NVM_ALIAS_DIR=\"$(nvm_alias_path)\"\n  command mkdir -p \"${NVM_ALIAS_DIR}/lts\"\n\n  if [ \"${ALIAS}\" != \"${ALIAS#lts/}\" ]; then\n    nvm_alias \"${ALIAS}\"\n    return $?\n  fi\n\n  local NVM_HAS_COLORS\n  NVM_HAS_COLORS=0\n  if nvm_has_colors; then\n    NVM_HAS_COLORS=1\n  fi\n\n  nvm_is_zsh && unsetopt local_options nomatch\n  (\n    local ALIAS_PATH\n    for ALIAS_PATH in \"${NVM_ALIAS_DIR}/${ALIAS}\"*; do\n      NVM_NO_COLORS=\"${NVM_NO_COLORS-}\" NVM_HAS_COLORS=\"${NVM_HAS_COLORS}\" NVM_CURRENT=\"${NVM_CURRENT}\" nvm_print_alias_path \"${NVM_ALIAS_DIR}\" \"${ALIAS_PATH}\" &\n    done\n    wait\n  ) | command sort\n\n  (\n    local ALIAS_NAME\n    for ALIAS_NAME in \"$(nvm_node_prefix)\" \"stable\" \"unstable\" \"$(nvm_iojs_prefix)\"; do\n      {\n        # shellcheck disable=SC2030,SC2031 # (https://github.com/koalaman/shellcheck/issues/2217)\n        if [ ! -f \"${NVM_ALIAS_DIR}/${ALIAS_NAME}\" ] && { [ -z \"${ALIAS}\" ] || [ \"${ALIAS_NAME}\" = \"${ALIAS}\" ]; }; then\n          NVM_NO_COLORS=\"${NVM_NO_COLORS-}\" NVM_HAS_COLORS=\"${NVM_HAS_COLORS}\" NVM_CURRENT=\"${NVM_CURRENT}\" nvm_print_default_alias \"${ALIAS_NAME}\"\n        fi\n      } &\n    done\n    wait\n  ) | command sort\n\n  (\n    local LTS_ALIAS\n    # shellcheck disable=SC2030,SC2031 # (https://github.com/koalaman/shellcheck/issues/2217)\n    for ALIAS_PATH in \"${NVM_ALIAS_DIR}/lts/${ALIAS}\"*; do\n      {\n        LTS_ALIAS=\"$(NVM_NO_COLORS=\"${NVM_NO_COLORS-}\" NVM_HAS_COLORS=\"${NVM_HAS_COLORS}\" NVM_LTS=true nvm_print_alias_path \"${NVM_ALIAS_DIR}\" \"${ALIAS_PATH}\")\"\n        if [ -n \"${LTS_ALIAS}\" ]; then\n          nvm_echo \"${LTS_ALIAS}\"\n        fi\n      } &\n    done\n    wait\n  ) | command sort\n  return\n}\n\nnvm_alias() {\n  local ALIAS\n  ALIAS=\"${1-}\"\n  if [ -z \"${ALIAS}\" ]; then\n    nvm_err 'An alias is required.'\n    return 1\n  fi\n  if ! ALIAS=\"$(nvm_normalize_lts \"${ALIAS}\")\"; then\n    return $?\n  fi\n\n  if [ -z \"${ALIAS}\" ]; then\n    return 2\n  fi\n\n  local NVM_ALIAS_PATH\n  NVM_ALIAS_PATH=\"$(nvm_alias_path)/${ALIAS}\"\n  if [ ! -f \"${NVM_ALIAS_PATH}\" ]; then\n    nvm_err 'Alias does not exist.'\n    return 2\n  fi\n\n  command sed 's/#.*//; s/[[:space:]]*$//' \"${NVM_ALIAS_PATH}\" | command awk 'NF'\n}\n\nnvm_ls_current() {\n  local NVM_LS_CURRENT_NODE_PATH\n  if ! NVM_LS_CURRENT_NODE_PATH=\"$(command which node 2>/dev/null)\"; then\n    nvm_echo 'none'\n  elif nvm_tree_contains_path \"$(nvm_version_dir iojs)\" \"${NVM_LS_CURRENT_NODE_PATH}\"; then\n    nvm_add_iojs_prefix \"$(iojs --version 2>/dev/null)\"\n  elif nvm_tree_contains_path \"${NVM_DIR}\" \"${NVM_LS_CURRENT_NODE_PATH}\"; then\n    local VERSION\n    VERSION=\"$(node --version 2>/dev/null)\"\n    if [ \"${VERSION}\" = \"v0.6.21-pre\" ]; then\n      nvm_echo 'v0.6.21'\n    else\n      nvm_echo \"${VERSION:-none}\"\n    fi\n  else\n    nvm_echo 'system'\n  fi\n}\n\nnvm_resolve_alias() {\n  if [ -z \"${1-}\" ]; then\n    return 1\n  fi\n\n  local PATTERN\n  PATTERN=\"${1-}\"\n\n  local ALIAS\n  ALIAS=\"${PATTERN}\"\n  local ALIAS_TEMP\n\n  local SEEN_ALIASES\n  SEEN_ALIASES=\"${ALIAS}\"\n  local NVM_ALIAS_INDEX\n  NVM_ALIAS_INDEX=1\n  while true; do\n    ALIAS_TEMP=\"$( (nvm_alias \"${ALIAS}\" 2>/dev/null | command head -n \"${NVM_ALIAS_INDEX}\" | command tail -n 1) || nvm_echo)\"\n\n    if [ -z \"${ALIAS_TEMP}\" ]; then\n      break\n    fi\n\n    if command printf \"${SEEN_ALIASES}\" | nvm_grep -q -e \"^${ALIAS_TEMP}$\"; then\n      ALIAS=\"∞\"\n      break\n    fi\n\n    SEEN_ALIASES=\"${SEEN_ALIASES}\\\\n${ALIAS_TEMP}\"\n    ALIAS=\"${ALIAS_TEMP}\"\n  done\n\n  if [ -n \"${ALIAS}\" ] && [ \"_${ALIAS}\" != \"_${PATTERN}\" ]; then\n    local NVM_IOJS_PREFIX\n    NVM_IOJS_PREFIX=\"$(nvm_iojs_prefix)\"\n    local NVM_NODE_PREFIX\n    NVM_NODE_PREFIX=\"$(nvm_node_prefix)\"\n    case \"${ALIAS}\" in\n      '∞' | \\\n      \"${NVM_IOJS_PREFIX}\" | \"${NVM_IOJS_PREFIX}-\" | \\\n      \"${NVM_NODE_PREFIX}\")\n        nvm_echo \"${ALIAS}\"\n      ;;\n      *)\n        nvm_ensure_version_prefix \"${ALIAS}\"\n      ;;\n    esac\n    return 0\n  fi\n\n  if nvm_validate_implicit_alias \"${PATTERN}\" 2>/dev/null; then\n    local IMPLICIT\n    IMPLICIT=\"$(nvm_print_implicit_alias local \"${PATTERN}\" 2>/dev/null)\"\n    if [ -n \"${IMPLICIT}\" ]; then\n      nvm_ensure_version_prefix \"${IMPLICIT}\"\n    fi\n  fi\n\n  return 2\n}\n\nnvm_resolve_local_alias() {\n  if [ -z \"${1-}\" ]; then\n    return 1\n  fi\n\n  local VERSION\n  local EXIT_CODE\n  VERSION=\"$(nvm_resolve_alias \"${1-}\")\"\n  EXIT_CODE=$?\n  if [ -z \"${VERSION}\" ]; then\n    return $EXIT_CODE\n  fi\n  if [ \"_${VERSION}\" != '_∞' ]; then\n    nvm_version \"${VERSION}\"\n  else\n    nvm_echo \"${VERSION}\"\n  fi\n}\n\nnvm_iojs_prefix() {\n  nvm_echo 'iojs'\n}\nnvm_node_prefix() {\n  nvm_echo 'node'\n}\n\nnvm_is_iojs_version() {\n  case \"${1-}\" in iojs-*) return 0 ;; esac\n  return 1\n}\n\nnvm_add_iojs_prefix() {\n  nvm_echo \"$(nvm_iojs_prefix)-$(nvm_ensure_version_prefix \"$(nvm_strip_iojs_prefix \"${1-}\")\")\"\n}\n\nnvm_strip_iojs_prefix() {\n  local NVM_IOJS_PREFIX\n  NVM_IOJS_PREFIX=\"$(nvm_iojs_prefix)\"\n\n  case \"${1-}\" in\n    \"${NVM_IOJS_PREFIX}\") nvm_echo ;;\n    *) nvm_echo \"${1#\"${NVM_IOJS_PREFIX}\"-}\" ;;\n  esac\n}\n\nnvm_ls() {\n  local PATTERN\n  PATTERN=\"${1-}\"\n  local VERSIONS\n  VERSIONS=''\n  if [ \"${PATTERN}\" = 'current' ]; then\n    nvm_ls_current\n    return\n  fi\n\n  local NVM_IOJS_PREFIX\n  NVM_IOJS_PREFIX=\"$(nvm_iojs_prefix)\"\n  local NVM_NODE_PREFIX\n  NVM_NODE_PREFIX=\"$(nvm_node_prefix)\"\n  local NVM_VERSION_DIR_IOJS\n  NVM_VERSION_DIR_IOJS=\"$(nvm_version_dir \"${NVM_IOJS_PREFIX}\")\"\n  local NVM_VERSION_DIR_NEW\n  NVM_VERSION_DIR_NEW=\"$(nvm_version_dir new)\"\n  local NVM_VERSION_DIR_OLD\n  NVM_VERSION_DIR_OLD=\"$(nvm_version_dir old)\"\n\n  case \"${PATTERN}\" in\n    \"${NVM_IOJS_PREFIX}\" | \"${NVM_NODE_PREFIX}\")\n      PATTERN=\"${PATTERN}-\"\n    ;;\n    *)\n      local ALIAS_TARGET\n      ALIAS_TARGET=\"$(nvm_resolve_alias \"${PATTERN}\" 2>/dev/null || nvm_echo)\"\n      if [ \"_${ALIAS_TARGET}\" = '_system' ] && (nvm_has_system_iojs || nvm_has_system_node); then\n        local SYSTEM_VERSION\n        SYSTEM_VERSION=\"$(nvm deactivate >/dev/null 2>&1 && node -v 2>/dev/null)\"\n        if [ -n \"${SYSTEM_VERSION}\" ]; then\n          nvm_echo \"system ${SYSTEM_VERSION}\"\n        else\n          nvm_echo \"system\"\n        fi\n        return\n      fi\n      if nvm_resolve_local_alias \"${PATTERN}\"; then\n        return\n      fi\n      PATTERN=\"$(nvm_ensure_version_prefix \"${PATTERN}\")\"\n    ;;\n  esac\n  if [ \"${PATTERN}\" = 'N/A' ]; then\n    return\n  fi\n  # If it looks like an explicit version, don't do anything funny\n  local NVM_PATTERN_STARTS_WITH_V\n  case $PATTERN in\n    v*) NVM_PATTERN_STARTS_WITH_V=true ;;\n    *) NVM_PATTERN_STARTS_WITH_V=false ;;\n  esac\n  if [ $NVM_PATTERN_STARTS_WITH_V = true ] && [ \"_$(nvm_num_version_groups \"${PATTERN}\")\" = \"_3\" ]; then\n    if nvm_is_version_installed \"${PATTERN}\"; then\n      VERSIONS=\"${PATTERN}\"\n    elif nvm_is_version_installed \"$(nvm_add_iojs_prefix \"${PATTERN}\")\"; then\n      VERSIONS=\"$(nvm_add_iojs_prefix \"${PATTERN}\")\"\n    fi\n  else\n    case \"${PATTERN}\" in\n      \"${NVM_IOJS_PREFIX}-\" | \"${NVM_NODE_PREFIX}-\" | \"system\") ;;\n      *)\n        local NUM_VERSION_GROUPS\n        NUM_VERSION_GROUPS=\"$(nvm_num_version_groups \"${PATTERN}\")\"\n        if [ \"${NUM_VERSION_GROUPS}\" = \"2\" ] || [ \"${NUM_VERSION_GROUPS}\" = \"1\" ]; then\n          PATTERN=\"${PATTERN%.}.\"\n        fi\n      ;;\n    esac\n\n    nvm_is_zsh && setopt local_options shwordsplit\n    nvm_is_zsh && unsetopt local_options markdirs\n\n    local NVM_DIRS_TO_SEARCH1\n    NVM_DIRS_TO_SEARCH1=''\n    local NVM_DIRS_TO_SEARCH2\n    NVM_DIRS_TO_SEARCH2=''\n    local NVM_DIRS_TO_SEARCH3\n    NVM_DIRS_TO_SEARCH3=''\n    local NVM_ADD_SYSTEM\n    NVM_ADD_SYSTEM=false\n    if nvm_is_iojs_version \"${PATTERN}\"; then\n      NVM_DIRS_TO_SEARCH1=\"${NVM_VERSION_DIR_IOJS}\"\n      PATTERN=\"$(nvm_strip_iojs_prefix \"${PATTERN}\")\"\n      if nvm_has_system_iojs; then\n        NVM_ADD_SYSTEM=true\n      fi\n    elif [ \"${PATTERN}\" = \"${NVM_NODE_PREFIX}-\" ]; then\n      NVM_DIRS_TO_SEARCH1=\"${NVM_VERSION_DIR_OLD}\"\n      NVM_DIRS_TO_SEARCH2=\"${NVM_VERSION_DIR_NEW}\"\n      PATTERN=''\n      if nvm_has_system_node; then\n        NVM_ADD_SYSTEM=true\n      fi\n    else\n      NVM_DIRS_TO_SEARCH1=\"${NVM_VERSION_DIR_OLD}\"\n      NVM_DIRS_TO_SEARCH2=\"${NVM_VERSION_DIR_NEW}\"\n      NVM_DIRS_TO_SEARCH3=\"${NVM_VERSION_DIR_IOJS}\"\n      if nvm_has_system_iojs || nvm_has_system_node; then\n        NVM_ADD_SYSTEM=true\n      fi\n    fi\n\n    if ! [ -d \"${NVM_DIRS_TO_SEARCH1}\" ] || ! (command ls -1qA \"${NVM_DIRS_TO_SEARCH1}\" | nvm_grep -q .); then\n      NVM_DIRS_TO_SEARCH1=''\n    fi\n    if ! [ -d \"${NVM_DIRS_TO_SEARCH2}\" ] || ! (command ls -1qA \"${NVM_DIRS_TO_SEARCH2}\" | nvm_grep -q .); then\n      NVM_DIRS_TO_SEARCH2=\"${NVM_DIRS_TO_SEARCH1}\"\n    fi\n    if ! [ -d \"${NVM_DIRS_TO_SEARCH3}\" ] || ! (command ls -1qA \"${NVM_DIRS_TO_SEARCH3}\" | nvm_grep -q .); then\n      NVM_DIRS_TO_SEARCH3=\"${NVM_DIRS_TO_SEARCH2}\"\n    fi\n\n    local SEARCH_PATTERN\n    if [ -z \"${PATTERN}\" ]; then\n      PATTERN='v'\n      SEARCH_PATTERN='.*'\n    else\n      SEARCH_PATTERN=\"$(nvm_echo \"${PATTERN}\" | command sed 's#\\.#\\\\\\.#g; s|#|\\\\#|g')\"\n    fi\n    if [ -n \"${NVM_DIRS_TO_SEARCH1}${NVM_DIRS_TO_SEARCH2}${NVM_DIRS_TO_SEARCH3}\" ]; then\n      VERSIONS=\"$(command find \"${NVM_DIRS_TO_SEARCH1}\"/* \"${NVM_DIRS_TO_SEARCH2}\"/* \"${NVM_DIRS_TO_SEARCH3}\"/* -name . -o -type d -prune -o -path \"${PATTERN}*\" \\\n        | command sed -e \"\n            s#${NVM_VERSION_DIR_IOJS}/#versions/${NVM_IOJS_PREFIX}/#;\n            s#^${NVM_DIR}/##;\n            \\\\#^[^v]# d;\n            \\\\#^versions\\$# d;\n            s#^versions/##;\n            s#^v#${NVM_NODE_PREFIX}/v#;\n            \\\\#${SEARCH_PATTERN}# !d;\n          \" \\\n          -e 's#^\\([^/]\\{1,\\}\\)/\\(.*\\)$#\\2.\\1#;' \\\n        | command sort -t. -u -k 1.2,1n -k 2,2n -k 3,3n \\\n        | command sed -e 's#\\(.*\\)\\.\\([^\\.]\\{1,\\}\\)$#\\2-\\1#;' \\\n                      -e \"s#^${NVM_NODE_PREFIX}-##;\" \\\n      )\"\n    fi\n  fi\n\n  if [ \"${NVM_ADD_SYSTEM-}\" = true ]; then\n    local SYSTEM_VERSION\n    SYSTEM_VERSION=\"$(nvm deactivate >/dev/null 2>&1 && node -v 2>/dev/null)\"\n    case \"${PATTERN}\" in\n      '' | v)\n        if [ -n \"${SYSTEM_VERSION}\" ]; then\n          VERSIONS=\"${VERSIONS}\nsystem ${SYSTEM_VERSION}\"\n        else\n          VERSIONS=\"${VERSIONS}\nsystem\"\n        fi\n      ;;\n      system)\n        if [ -n \"${SYSTEM_VERSION}\" ]; then\n          VERSIONS=\"system ${SYSTEM_VERSION}\"\n        else\n          VERSIONS=\"system\"\n        fi\n      ;;\n    esac\n  fi\n\n  if [ -z \"${VERSIONS}\" ]; then\n    nvm_echo 'N/A'\n    return 3\n  fi\n\n  nvm_echo \"${VERSIONS}\"\n}\n\nnvm_ls_remote() {\n  local PATTERN\n  PATTERN=\"${1-}\"\n  if nvm_validate_implicit_alias \"${PATTERN}\" 2>/dev/null ; then\n    local IMPLICIT\n    IMPLICIT=\"$(nvm_print_implicit_alias remote \"${PATTERN}\")\"\n    if [ -z \"${IMPLICIT-}\" ] || [ \"${IMPLICIT}\" = 'N/A' ]; then\n      nvm_echo \"N/A\"\n      return 3\n    fi\n    PATTERN=\"$(NVM_LTS=\"${NVM_LTS-}\" nvm_ls_remote \"${IMPLICIT}\" | command tail -1 | command awk '{ print $1 }')\"\n  elif [ -n \"${PATTERN}\" ]; then\n    PATTERN=\"$(nvm_ensure_version_prefix \"${PATTERN}\")\"\n  else\n    PATTERN=\".*\"\n  fi\n  NVM_LTS=\"${NVM_LTS-}\" nvm_ls_remote_index_tab node std \"${PATTERN}\"\n}\n\nnvm_ls_remote_iojs() {\n  NVM_LTS=\"${NVM_LTS-}\" nvm_ls_remote_index_tab iojs std \"${1-}\"\n}\n\n# args flavor, type, version\nnvm_ls_remote_index_tab() {\n  local LTS\n  LTS=\"${NVM_LTS-}\"\n  if [ \"$#\" -lt 3 ]; then\n    nvm_err 'not enough arguments'\n    return 5\n  fi\n\n  local FLAVOR\n  FLAVOR=\"${1-}\"\n\n  local TYPE\n  TYPE=\"${2-}\"\n\n  local MIRROR\n  MIRROR=\"$(nvm_get_mirror \"${FLAVOR}\" \"${TYPE}\")\"\n  if [ -z \"${MIRROR}\" ]; then\n    return 3\n  fi\n\n  local PREFIX\n  PREFIX=''\n  case \"${FLAVOR}-${TYPE}\" in\n    iojs-std) PREFIX=\"$(nvm_iojs_prefix)-\" ;;\n    node-std) PREFIX='' ;;\n    iojs-*)\n      nvm_err 'unknown type of io.js release'\n      return 4\n    ;;\n    *)\n      nvm_err 'unknown type of node.js release'\n      return 4\n    ;;\n  esac\n  local SORT_COMMAND\n  SORT_COMMAND='command sort'\n  case \"${FLAVOR}\" in\n    node) SORT_COMMAND='command sort -t. -u -k 1.2,1n -k 2,2n -k 3,3n' ;;\n  esac\n\n  local PATTERN\n  PATTERN=\"${3-}\"\n\n  if [ \"${PATTERN#\"${PATTERN%?}\"}\" = '.' ]; then\n    PATTERN=\"${PATTERN%.}\"\n  fi\n\n  local VERSIONS\n  if [ -n \"${PATTERN}\" ] && [ \"${PATTERN}\" != '*' ]; then\n    if [ \"${FLAVOR}\" = 'iojs' ]; then\n      PATTERN=\"$(nvm_ensure_version_prefix \"$(nvm_strip_iojs_prefix \"${PATTERN}\")\")\"\n    else\n      PATTERN=\"$(nvm_ensure_version_prefix \"${PATTERN}\")\"\n    fi\n  else\n    unset PATTERN\n  fi\n\n  nvm_is_zsh && setopt local_options shwordsplit\n  local VERSION_LIST\n  VERSION_LIST=\"$(nvm_download -L -s \"${MIRROR}/index.tab\" -o - \\\n    | command sed \"\n        1d;\n        s/^/${PREFIX}/;\n      \" \\\n  )\"\n  local LTS_ALIAS\n  local LTS_VERSION\n  command mkdir -p \"$(nvm_alias_path)/lts\"\n  { command awk '{\n        if ($10 ~ /^\\-?$/) { next }\n        if ($10 && !a[tolower($10)]++) {\n          if (alias) { print alias, version }\n          alias_name = \"lts/\" tolower($10)\n          if (!alias) { print \"lts/*\", alias_name }\n          alias = alias_name\n          version = $1\n        }\n      }\n      END {\n        if (alias) {\n          print alias, version\n        }\n      }' \\\n    | while read -r LTS_ALIAS_LINE; do\n      LTS_ALIAS=\"${LTS_ALIAS_LINE%% *}\"\n      LTS_VERSION=\"${LTS_ALIAS_LINE#* }\"\n      nvm_make_alias \"${LTS_ALIAS}\" \"${LTS_VERSION}\" >/dev/null 2>&1\n    done; } << EOF\n$VERSION_LIST\nEOF\n\n  if [ -n \"${LTS-}\" ]; then\n    if ! LTS=\"$(nvm_normalize_lts \"lts/${LTS}\")\"; then\n      return $?\n    fi\n    LTS=\"${LTS#lts/}\"\n  fi\n\n  VERSIONS=\"$( { command awk -v lts=\"${LTS-}\" '{\n        if (!$1) { next }\n        if (lts && $10 ~ /^\\-?$/) { next }\n        if (lts && lts != \"*\" && tolower($10) !~ tolower(lts)) { next }\n        if ($10 !~ /^\\-?$/) {\n          if ($10 && $10 != prev) {\n            print $1, $10, \"*\"\n          } else {\n            print $1, $10\n          }\n        } else {\n          print $1\n        }\n        prev=$10;\n      }' \\\n    | nvm_grep -w \"${PATTERN:-.*}\" \\\n    | $SORT_COMMAND; } << EOF\n$VERSION_LIST\nEOF\n)\"\n  if [ -z \"${VERSIONS}\" ]; then\n    nvm_echo 'N/A'\n    return 3\n  fi\n  nvm_echo \"${VERSIONS}\"\n}\n\nnvm_get_checksum_binary() {\n  if nvm_has_non_aliased 'sha256sum'; then\n    nvm_echo 'sha256sum'\n  elif nvm_has_non_aliased 'shasum'; then\n    nvm_echo 'shasum'\n  elif nvm_has_non_aliased 'sha256'; then\n    nvm_echo 'sha256'\n  elif nvm_has_non_aliased 'gsha256sum'; then\n    nvm_echo 'gsha256sum'\n  elif nvm_has_non_aliased 'openssl'; then\n    nvm_echo 'openssl'\n  elif nvm_has_non_aliased 'bssl'; then\n    nvm_echo 'bssl'\n  elif nvm_has_non_aliased 'sha1sum'; then\n    nvm_echo 'sha1sum'\n  elif nvm_has_non_aliased 'sha1'; then\n    nvm_echo 'sha1'\n  else\n    nvm_err 'Unaliased sha256sum, shasum, sha256, gsha256sum, openssl, or bssl not found.'\n    nvm_err 'Unaliased sha1sum or sha1 not found.'\n    return 1\n  fi\n}\n\nnvm_get_checksum_alg() {\n  local NVM_CHECKSUM_BIN\n  NVM_CHECKSUM_BIN=\"$(nvm_get_checksum_binary 2>/dev/null)\"\n  case \"${NVM_CHECKSUM_BIN-}\" in\n    sha256sum | shasum | sha256 | gsha256sum | openssl | bssl)\n      nvm_echo 'sha-256'\n    ;;\n    sha1sum | sha1)\n      nvm_echo 'sha-1'\n    ;;\n    *)\n      nvm_get_checksum_binary\n      return $?\n    ;;\n  esac\n}\n\nnvm_compute_checksum() {\n  local FILE\n  FILE=\"${1-}\"\n  if [ -z \"${FILE}\" ]; then\n    nvm_err 'Provided file to checksum is empty.'\n    return 2\n  elif ! [ -f \"${FILE}\" ]; then\n    nvm_err 'Provided file to checksum does not exist.'\n    return 1\n  fi\n\n  if nvm_has_non_aliased \"sha256sum\"; then\n    nvm_err 'Computing checksum with sha256sum'\n    command sha256sum \"${FILE}\" | command awk '{print $1}'\n  elif nvm_has_non_aliased \"shasum\"; then\n    nvm_err 'Computing checksum with shasum -a 256'\n    command shasum -a 256 \"${FILE}\" | command awk '{print $1}'\n  elif nvm_has_non_aliased \"sha256\"; then\n    nvm_err 'Computing checksum with sha256 -q'\n    command sha256 -q \"${FILE}\" | command awk '{print $1}'\n  elif nvm_has_non_aliased \"gsha256sum\"; then\n    nvm_err 'Computing checksum with gsha256sum'\n    command gsha256sum \"${FILE}\" | command awk '{print $1}'\n  elif nvm_has_non_aliased \"openssl\"; then\n    nvm_err 'Computing checksum with openssl dgst -sha256'\n    command openssl dgst -sha256 \"${FILE}\" | command awk '{print $NF}'\n  elif nvm_has_non_aliased \"bssl\"; then\n    nvm_err 'Computing checksum with bssl sha256sum'\n    command bssl sha256sum \"${FILE}\" | command awk '{print $1}'\n  elif nvm_has_non_aliased \"sha1sum\"; then\n    nvm_err 'Computing checksum with sha1sum'\n    command sha1sum \"${FILE}\" | command awk '{print $1}'\n  elif nvm_has_non_aliased \"sha1\"; then\n    nvm_err 'Computing checksum with sha1 -q'\n    command sha1 -q \"${FILE}\"\n  fi\n}\n\nnvm_compare_checksum() {\n  local FILE\n  FILE=\"${1-}\"\n  if [ -z \"${FILE}\" ]; then\n    nvm_err 'Provided file to checksum is empty.'\n    return 4\n  elif ! [ -f \"${FILE}\" ]; then\n    nvm_err 'Provided file to checksum does not exist.'\n    return 3\n  fi\n\n  local COMPUTED_SUM\n  COMPUTED_SUM=\"$(nvm_compute_checksum \"${FILE}\")\"\n\n  local CHECKSUM\n  CHECKSUM=\"${2-}\"\n  if [ -z \"${CHECKSUM}\" ]; then\n    nvm_err 'Provided checksum to compare to is empty.'\n    return 2\n  fi\n\n  if [ -z \"${COMPUTED_SUM}\" ]; then\n    nvm_err \"Computed checksum of '${FILE}' is empty.\" # missing in raspberry pi binary\n    nvm_err 'WARNING: Continuing *without checksum verification*'\n    return\n  elif [ \"${COMPUTED_SUM}\" != \"${CHECKSUM}\" ] && [ \"${COMPUTED_SUM}\" != \"\\\\${CHECKSUM}\" ]; then\n    nvm_err \"Checksums do not match: '${COMPUTED_SUM}' found, '${CHECKSUM}' expected.\"\n    return 1\n  fi\n  nvm_err 'Checksums matched!'\n}\n\n# args: flavor, type, version, slug, compression\nnvm_get_checksum() {\n  local FLAVOR\n  case \"${1-}\" in\n    node | iojs) FLAVOR=\"${1}\" ;;\n    *)\n      nvm_err 'supported flavors: node, iojs'\n      return 2\n    ;;\n  esac\n\n  local MIRROR\n  MIRROR=\"$(nvm_get_mirror \"${FLAVOR}\" \"${2-}\")\"\n  if [ -z \"${MIRROR}\" ]; then\n    return 1\n  fi\n\n  local SHASUMS_URL\n  if [ \"$(nvm_get_checksum_alg)\" = 'sha-256' ]; then\n    SHASUMS_URL=\"${MIRROR}/${3}/SHASUMS256.txt\"\n  else\n    SHASUMS_URL=\"${MIRROR}/${3}/SHASUMS.txt\"\n  fi\n\n  nvm_download -L -s \"${SHASUMS_URL}\" -o - | command awk \"{ if (\\\"${4}.${5}\\\" == \\$2) print \\$1}\"\n}\n\nnvm_print_versions() {\n  local NVM_CURRENT\n  NVM_CURRENT=$(nvm_ls_current)\n\n  local INSTALLED_COLOR\n  local SYSTEM_COLOR\n  local CURRENT_COLOR\n  local NOT_INSTALLED_COLOR\n  local DEFAULT_COLOR\n  local LTS_COLOR\n  local NVM_HAS_COLORS\n  NVM_HAS_COLORS=0\n\n  INSTALLED_COLOR=$(nvm_get_colors 1)\n  SYSTEM_COLOR=$(nvm_get_colors 2)\n  CURRENT_COLOR=$(nvm_get_colors 3)\n  NOT_INSTALLED_COLOR=$(nvm_get_colors 4)\n  DEFAULT_COLOR=$(nvm_get_colors 5)\n  LTS_COLOR=$(nvm_get_colors 6)\n\n  if nvm_has_colors; then\n    NVM_HAS_COLORS=1\n  fi\n\n  command awk \\\n    -v remote_versions=\"$(printf '%s' \"${1-}\" | tr '\\n' '|')\" \\\n    -v installed_versions=\"$(nvm_ls | tr '\\n' '|')\" -v current=\"$NVM_CURRENT\" \\\n    -v installed_color=\"$INSTALLED_COLOR\" -v system_color=\"$SYSTEM_COLOR\" \\\n    -v current_color=\"$CURRENT_COLOR\" -v default_color=\"$DEFAULT_COLOR\" \\\n    -v old_lts_color=\"$DEFAULT_COLOR\" -v has_colors=\"$NVM_HAS_COLORS\" '\nfunction alen(arr, i, len) { len=0; for(i in arr) len++; return len; }\nBEGIN {\n  fmt_installed = has_colors ? (installed_color ? \"\\033[\" installed_color \"%15s\\033[0m\" : \"%15s\") : \"%15s *\";\n  fmt_system = has_colors ? (system_color ? \"\\033[\" system_color \"%15s\\033[0m\" : \"%15s\") : \"%15s *\";\n  fmt_current = has_colors ? (current_color ? \"\\033[\" current_color \"->%13s\\033[0m\" : \"%15s\") : \"->%13s *\";\n\n  latest_lts_color = current_color;\n  sub(/0;/, \"1;\", latest_lts_color);\n\n  fmt_latest_lts = has_colors && latest_lts_color ? (\"\\033[\" latest_lts_color \" (Latest LTS: %s)\\033[0m\") : \" (Latest LTS: %s)\";\n  fmt_old_lts = has_colors && old_lts_color ? (\"\\033[\" old_lts_color \" (LTS: %s)\\033[0m\") : \" (LTS: %s)\";\n  fmt_system_target = has_colors && system_color ? (\" (\\033[\" system_color \"-> %s\\033[0m)\") : \" (-> %s)\";\n\n  split(remote_versions, lines, \"|\");\n  split(installed_versions, installed, \"|\");\n  rows = alen(lines);\n\n  for (n = 1; n <= rows; n++) {\n    split(lines[n], fields, \"[[:blank:]]+\");\n    cols = alen(fields);\n    version = fields[1];\n    is_installed = 0;\n\n    for (i in installed) {\n      if (version == installed[i]) {\n        is_installed = 1;\n        break;\n      }\n    }\n\n    fmt_version = \"%15s\";\n    if (version == current) {\n      fmt_version = fmt_current;\n    } else if (version == \"system\") {\n      fmt_version = fmt_system;\n    } else if (is_installed) {\n      fmt_version = fmt_installed;\n    }\n\n    padding = (!has_colors && is_installed) ? \"\" : \"  \";\n\n    if (cols == 1) {\n      formatted = sprintf(fmt_version, version);\n    } else if (version == \"system\" && cols >= 2) {\n      formatted = sprintf((fmt_version fmt_system_target), version, fields[2]);\n    } else if (cols == 2) {\n      formatted = sprintf((fmt_version padding fmt_old_lts), version, fields[2]);\n    } else if (cols == 3 && fields[3] == \"*\") {\n      formatted = sprintf((fmt_version padding fmt_latest_lts), version, fields[2]);\n    }\n\n    output[n] = formatted;\n  }\n\n  for (n = 1; n <= rows; n++) {\n    print output[n]\n  }\n\n  exit\n}'\n}\n\nnvm_validate_implicit_alias() {\n  local NVM_IOJS_PREFIX\n  NVM_IOJS_PREFIX=\"$(nvm_iojs_prefix)\"\n  local NVM_NODE_PREFIX\n  NVM_NODE_PREFIX=\"$(nvm_node_prefix)\"\n\n  case \"$1\" in\n    \"stable\" | \"unstable\" | \"${NVM_IOJS_PREFIX}\" | \"${NVM_NODE_PREFIX}\")\n      return\n    ;;\n    *)\n      nvm_err \"Only implicit aliases 'stable', 'unstable', '${NVM_IOJS_PREFIX}', and '${NVM_NODE_PREFIX}' are supported.\"\n      return 1\n    ;;\n  esac\n}\n\nnvm_print_implicit_alias() {\n  if [ \"_$1\" != \"_local\" ] && [ \"_$1\" != \"_remote\" ]; then\n    nvm_err \"nvm_print_implicit_alias must be specified with local or remote as the first argument.\"\n    return 1\n  fi\n\n  local NVM_IMPLICIT\n  NVM_IMPLICIT=\"$2\"\n  if ! nvm_validate_implicit_alias \"${NVM_IMPLICIT}\"; then\n    return 2\n  fi\n\n  local NVM_IOJS_PREFIX\n  NVM_IOJS_PREFIX=\"$(nvm_iojs_prefix)\"\n  local NVM_NODE_PREFIX\n  NVM_NODE_PREFIX=\"$(nvm_node_prefix)\"\n  local NVM_COMMAND\n  local NVM_ADD_PREFIX_COMMAND\n  local LAST_TWO\n  case \"${NVM_IMPLICIT}\" in\n    \"${NVM_IOJS_PREFIX}\")\n      NVM_COMMAND=\"nvm_ls_remote_iojs\"\n      NVM_ADD_PREFIX_COMMAND=\"nvm_add_iojs_prefix\"\n      if [ \"_$1\" = \"_local\" ]; then\n        NVM_COMMAND=\"nvm_ls ${NVM_IMPLICIT}\"\n      fi\n\n      nvm_is_zsh && setopt local_options shwordsplit\n\n      local NVM_IOJS_VERSION\n      local EXIT_CODE\n      NVM_IOJS_VERSION=\"$(${NVM_COMMAND})\" &&:\n      EXIT_CODE=\"$?\"\n      if [ \"_${EXIT_CODE}\" = \"_0\" ]; then\n        NVM_IOJS_VERSION=\"$(nvm_echo \"${NVM_IOJS_VERSION}\" | command sed \"s/^${NVM_IMPLICIT}-//\" | nvm_grep -e '^v' | command cut -c2- | command cut -d . -f 1,2 | uniq | command tail -1)\"\n      fi\n\n      if [ \"_$NVM_IOJS_VERSION\" = \"_N/A\" ]; then\n        nvm_echo 'N/A'\n      else\n        ${NVM_ADD_PREFIX_COMMAND} \"${NVM_IOJS_VERSION}\"\n      fi\n      return $EXIT_CODE\n    ;;\n    \"${NVM_NODE_PREFIX}\")\n      nvm_echo 'stable'\n      return\n    ;;\n    *)\n      NVM_COMMAND=\"nvm_ls_remote\"\n      if [ \"_$1\" = \"_local\" ]; then\n        NVM_COMMAND=\"nvm_ls node\"\n      fi\n\n      nvm_is_zsh && setopt local_options shwordsplit\n\n      LAST_TWO=$($NVM_COMMAND | nvm_grep -e '^v' | command cut -c2- | command cut -d . -f 1,2 | uniq)\n    ;;\n  esac\n  local MINOR\n  local STABLE\n  local UNSTABLE\n  local MOD\n  local NORMALIZED_VERSION\n\n  nvm_is_zsh && setopt local_options shwordsplit\n  for MINOR in $LAST_TWO; do\n    NORMALIZED_VERSION=\"$(nvm_normalize_version \"$MINOR\")\"\n    if [ \"_0${NORMALIZED_VERSION#?}\" != \"_$NORMALIZED_VERSION\" ]; then\n      STABLE=\"$MINOR\"\n    else\n      MOD=\"$(awk 'BEGIN { print int(ARGV[1] / 1000000) % 2 ; exit(0) }' \"${NORMALIZED_VERSION}\")\"\n      if [ \"${MOD}\" -eq 0 ]; then\n        STABLE=\"${MINOR}\"\n      elif [ \"${MOD}\" -eq 1 ]; then\n        UNSTABLE=\"${MINOR}\"\n      fi\n    fi\n  done\n\n  if [ \"_$2\" = '_stable' ]; then\n    nvm_echo \"${STABLE}\"\n  elif [ \"_$2\" = '_unstable' ]; then\n    nvm_echo \"${UNSTABLE:-\"N/A\"}\"\n  fi\n}\n\nnvm_get_os() {\n  local NVM_UNAME\n  NVM_UNAME=\"$(command uname -a)\"\n  local NVM_OS\n  case \"${NVM_UNAME}\" in\n    Linux\\ *) NVM_OS=linux ;;\n    Darwin\\ *) NVM_OS=darwin ;;\n    SunOS\\ *) NVM_OS=sunos ;;\n    FreeBSD\\ *) NVM_OS=freebsd ;;\n    OpenBSD\\ *) NVM_OS=openbsd ;;\n    AIX\\ *) NVM_OS=aix ;;\n    CYGWIN* | MSYS* | MINGW*) NVM_OS=win ;;\n  esac\n  nvm_echo \"${NVM_OS-}\"\n}\n\nnvm_get_arch() {\n  local HOST_ARCH\n  local NVM_OS\n  local EXIT_CODE\n  local LONG_BIT\n\n  NVM_OS=\"$(nvm_get_os)\"\n  # If the OS is SunOS, first try to use pkgsrc to guess\n  # the most appropriate arch. If it's not available, use\n  # isainfo to get the instruction set supported by the\n  # kernel.\n  if [ \"_${NVM_OS}\" = \"_sunos\" ]; then\n    if HOST_ARCH=$(pkg_info -Q MACHINE_ARCH pkg_install); then\n      HOST_ARCH=$(nvm_echo \"${HOST_ARCH}\" | command tail -1)\n    else\n      HOST_ARCH=$(isainfo -n)\n    fi\n  elif [ \"_${NVM_OS}\" = \"_aix\" ]; then\n    HOST_ARCH=ppc64\n  else\n    HOST_ARCH=\"$(command uname -m)\"\n    LONG_BIT=\"$(getconf LONG_BIT 2>/dev/null)\"\n  fi\n\n  local NVM_ARCH\n  case \"${HOST_ARCH}\" in\n    x86_64 | amd64) NVM_ARCH=\"x64\" ;;\n    i*86) NVM_ARCH=\"x86\" ;;\n    aarch64 | armv8l) NVM_ARCH=\"arm64\" ;;\n    *) NVM_ARCH=\"${HOST_ARCH}\" ;;\n  esac\n\n  # If running inside a 32Bit docker container the kernel still is 64bit\n  # change ARCH to 32bit if LONG_BIT is 32\n  if [ \"_${LONG_BIT}\" = \"_32\" ] && [ \"${NVM_ARCH}\" = \"x64\" ]; then\n    NVM_ARCH=\"x86\"\n  fi\n\n  # If running a 64bit ARM kernel but a 32bit ARM userland,\n  # change ARCH to 32bit ARM (armv7l) if /sbin/init is 32bit executable\n  if [ \"$(uname)\" = \"Linux\" ] \\\n    && [ \"${NVM_ARCH}\" = arm64 ] \\\n    && [ \"$(command od -An -t x1 -j 4 -N 1 \"/sbin/init\" 2>/dev/null)\" = ' 01' ]\\\n  ; then\n    NVM_ARCH=armv7l\n    HOST_ARCH=armv7l\n  fi\n\n  if [ -f \"/etc/alpine-release\" ]; then\n    NVM_ARCH=x64-musl\n  fi\n\n  nvm_echo \"${NVM_ARCH}\"\n}\n\nnvm_get_minor_version() {\n  local VERSION\n  VERSION=\"$1\"\n\n  if [ -z \"${VERSION}\" ]; then\n    nvm_err 'a version is required'\n    return 1\n  fi\n\n  case \"${VERSION}\" in\n    v | .* | *..* | v*[!.0123456789]* | [!v]*[!.0123456789]* | [!v0123456789]* | v[!0123456789]*)\n      nvm_err 'invalid version number'\n      return 2\n    ;;\n  esac\n\n  local PREFIXED_VERSION\n  PREFIXED_VERSION=\"$(nvm_format_version \"${VERSION}\")\"\n\n  local MINOR\n  MINOR=\"$(nvm_echo \"${PREFIXED_VERSION}\" | nvm_grep -e '^v' | command cut -c2- | command cut -d . -f 1,2)\"\n  if [ -z \"${MINOR}\" ]; then\n    nvm_err 'invalid version number! (please report this)'\n    return 3\n  fi\n  nvm_echo \"${MINOR}\"\n}\n\nnvm_ensure_default_set() {\n  local VERSION\n  VERSION=\"$1\"\n  if [ -z \"${VERSION}\" ]; then\n    nvm_err 'nvm_ensure_default_set: a version is required'\n    return 1\n  elif nvm_alias default >/dev/null 2>&1; then\n    # default already set\n    return 0\n  fi\n  local OUTPUT\n  OUTPUT=\"$(nvm alias default \"${VERSION}\")\"\n  local EXIT_CODE\n  EXIT_CODE=\"$?\"\n  nvm_echo \"Creating default alias: ${OUTPUT}\"\n  return $EXIT_CODE\n}\n\nnvm_is_merged_node_version() {\n  nvm_version_greater_than_or_equal_to \"$1\" v4.0.0\n}\n\nnvm_get_mirror() {\n  local NVM_MIRROR\n  NVM_MIRROR=''\n  case \"${1}-${2}\" in\n    node-std) NVM_MIRROR=\"${NVM_NODEJS_ORG_MIRROR:-https://nodejs.org/dist}\" ;;\n    iojs-std) NVM_MIRROR=\"${NVM_IOJS_ORG_MIRROR:-https://iojs.org/dist}\" ;;\n    *)\n      nvm_err 'unknown type of node.js or io.js release'\n      return 1\n    ;;\n  esac\n\n  case \"${NVM_MIRROR}\" in\n    *\\`* | *\\\\* | *\\'* | *\\(* | *' '* )\n      nvm_err '$NVM_NODEJS_ORG_MIRROR and $NVM_IOJS_ORG_MIRROR may only contain a URL'\n      return 2\n    ;;\n  esac\n\n\n  if ! nvm_echo \"${NVM_MIRROR}\" | command awk '{ $0 ~ \"^https?://[a-zA-Z0-9./_-]+$\" }'; then\n      nvm_err '$NVM_NODEJS_ORG_MIRROR and $NVM_IOJS_ORG_MIRROR may only contain a URL'\n      return 2\n  fi\n\n  nvm_echo \"${NVM_MIRROR}\"\n}\n\n# args: os, prefixed version, version, tarball, extract directory\nnvm_install_binary_extract() {\n  if [ \"$#\" -ne 5 ]; then\n    nvm_err 'nvm_install_binary_extract needs 5 parameters'\n    return 1\n  fi\n\n  local NVM_OS\n  local PREFIXED_VERSION\n  local VERSION\n  local TARBALL\n  local TMPDIR\n  NVM_OS=\"${1}\"\n  PREFIXED_VERSION=\"${2}\"\n  VERSION=\"${3}\"\n  TARBALL=\"${4}\"\n  TMPDIR=\"${5}\"\n\n  local VERSION_PATH\n\n  [ -n \"${TMPDIR-}\" ] && \\\n  command mkdir -p \"${TMPDIR}\" && \\\n  VERSION_PATH=\"$(nvm_version_path \"${PREFIXED_VERSION}\")\" || return 1\n\n  # For Windows system (GitBash with MSYS, Cygwin)\n  if [ \"${NVM_OS}\" = 'win' ]; then\n    VERSION_PATH=\"${VERSION_PATH}/bin\"\n    command unzip -q \"${TARBALL}\" -d \"${TMPDIR}\" || return 1\n  # For non Windows system (including WSL running on Windows)\n  else\n    nvm_extract_tarball \"${NVM_OS}\" \"${VERSION}\" \"${TARBALL}\" \"${TMPDIR}\"\n  fi\n\n  command mkdir -p \"${VERSION_PATH}\" || return 1\n\n  if [ \"${NVM_OS}\" = 'win' ]; then\n    command mv \"${TMPDIR}/\"*/* \"${VERSION_PATH}/\" || return 1\n    command chmod +x \"${VERSION_PATH}\"/node.exe || return 1\n    command chmod +x \"${VERSION_PATH}\"/npm || return 1\n    command chmod +x \"${VERSION_PATH}\"/npx 2>/dev/null\n  else\n    command mv \"${TMPDIR}/\"* \"${VERSION_PATH}\" || return 1\n  fi\n\n  command rm -rf \"${TMPDIR}\"\n\n  return 0\n}\n\n# args: flavor, type, version, reinstall\nnvm_install_binary() {\n  local FLAVOR\n  case \"${1-}\" in\n    node | iojs) FLAVOR=\"${1}\" ;;\n    *)\n      nvm_err 'supported flavors: node, iojs'\n      return 4\n    ;;\n  esac\n\n  local TYPE\n  TYPE=\"${2-}\"\n\n  local PREFIXED_VERSION\n  PREFIXED_VERSION=\"${3-}\"\n  if [ -z \"${PREFIXED_VERSION}\" ]; then\n    nvm_err 'A version number is required.'\n    return 3\n  fi\n\n  local nosource\n  nosource=\"${4-}\"\n\n  local VERSION\n  VERSION=\"$(nvm_strip_iojs_prefix \"${PREFIXED_VERSION}\")\"\n\n  local NVM_OS\n  NVM_OS=\"$(nvm_get_os)\"\n\n  if [ -z \"${NVM_OS}\" ]; then\n    return 2\n  fi\n\n  local TARBALL\n  local TMPDIR\n\n  local PROGRESS_BAR\n  local NODE_OR_IOJS\n  if [ \"${FLAVOR}\" = 'node' ]; then\n    NODE_OR_IOJS=\"${FLAVOR}\"\n  elif [ \"${FLAVOR}\" = 'iojs' ]; then\n    NODE_OR_IOJS=\"io.js\"\n  fi\n  if [ \"${NVM_NO_PROGRESS-}\" = \"1\" ]; then\n    # --silent, --show-error, use short option as @samrocketman mentions the compatibility issue.\n    PROGRESS_BAR=\"-sS\"\n  else\n    PROGRESS_BAR=\"--progress-bar\"\n  fi\n  nvm_echo \"Downloading and installing ${NODE_OR_IOJS-} ${VERSION}...\"\n  TARBALL=\"$(PROGRESS_BAR=\"${PROGRESS_BAR}\" nvm_download_artifact \"${FLAVOR}\" binary \"${TYPE-}\" \"${VERSION}\" | command tail -1)\"\n  if [ -f \"${TARBALL}\" ]; then\n    TMPDIR=\"$(dirname \"${TARBALL}\")/files\"\n  fi\n\n  if nvm_install_binary_extract \"${NVM_OS}\" \"${PREFIXED_VERSION}\" \"${VERSION}\" \"${TARBALL}\" \"${TMPDIR}\"; then\n    if [ -n \"${ALIAS-}\" ]; then\n      nvm alias \"${ALIAS}\" \"${provided_version}\"\n    fi\n    return 0\n  fi\n\n\n  # Read nosource from arguments\n  if [ \"${nosource-}\" = '1' ]; then\n    nvm_err 'Binary download failed. Download from source aborted.'\n    return 0\n  fi\n\n  nvm_err 'Binary download failed, trying source.'\n  if [ -n \"${TMPDIR-}\" ]; then\n    command rm -rf \"${TMPDIR}\"\n  fi\n  return 1\n}\n\n# args: flavor, kind, version\nnvm_get_download_slug() {\n  local FLAVOR\n  case \"${1-}\" in\n    node | iojs) FLAVOR=\"${1}\" ;;\n    *)\n      nvm_err 'supported flavors: node, iojs'\n      return 1\n    ;;\n  esac\n\n  local KIND\n  case \"${2-}\" in\n    binary | source) KIND=\"${2}\" ;;\n    *)\n      nvm_err 'supported kinds: binary, source'\n      return 2\n    ;;\n  esac\n\n  local VERSION\n  VERSION=\"${3-}\"\n\n  local NVM_OS\n  NVM_OS=\"$(nvm_get_os)\"\n\n  local NVM_ARCH\n  NVM_ARCH=\"$(nvm_get_arch)\"\n  if ! nvm_is_merged_node_version \"${VERSION}\"; then\n    if [ \"${NVM_ARCH}\" = 'armv6l' ] || [ \"${NVM_ARCH}\" = 'armv7l' ]; then\n      NVM_ARCH=\"arm-pi\"\n    fi\n  fi\n\n  # If running MAC M1 :: Node v14.17.0 was the first version to offer official experimental support:\n  # https://github.com/nodejs/node/issues/40126 (although binary distributions aren't available until v16)\n  if \\\n    nvm_version_greater '14.17.0' \"${VERSION}\" \\\n    || (nvm_version_greater_than_or_equal_to \"${VERSION}\" '15.0.0' && nvm_version_greater '16.0.0' \"${VERSION}\") \\\n  ; then\n    if [ \"_${NVM_OS}\" = '_darwin' ] && [ \"${NVM_ARCH}\" = 'arm64' ]; then\n      NVM_ARCH=x64\n    fi\n  fi\n\n  if [ \"${KIND}\" = 'binary' ]; then\n    nvm_echo \"${FLAVOR}-${VERSION}-${NVM_OS}-${NVM_ARCH}\"\n  elif [ \"${KIND}\" = 'source' ]; then\n    nvm_echo \"${FLAVOR}-${VERSION}\"\n  fi\n}\n\nnvm_get_artifact_compression() {\n  local VERSION\n  VERSION=\"${1-}\"\n\n  local NVM_OS\n  NVM_OS=\"$(nvm_get_os)\"\n\n  local COMPRESSION\n  COMPRESSION='tar.gz'\n  if [ \"_${NVM_OS}\" = '_win' ]; then\n    COMPRESSION='zip'\n  elif nvm_supports_xz \"${VERSION}\"; then\n    COMPRESSION='tar.xz'\n  fi\n\n  nvm_echo \"${COMPRESSION}\"\n}\n\n# args: flavor, kind, type, version\nnvm_download_artifact() {\n  local FLAVOR\n  case \"${1-}\" in\n    node | iojs) FLAVOR=\"${1}\" ;;\n    *)\n      nvm_err 'supported flavors: node, iojs'\n      return 1\n    ;;\n  esac\n\n  local KIND\n  case \"${2-}\" in\n    binary | source) KIND=\"${2}\" ;;\n    *)\n      nvm_err 'supported kinds: binary, source'\n      return 1\n    ;;\n  esac\n\n  local TYPE\n  TYPE=\"${3-}\"\n\n  local MIRROR\n  MIRROR=\"$(nvm_get_mirror \"${FLAVOR}\" \"${TYPE}\")\"\n  if [ -z \"${MIRROR}\" ]; then\n    return 2\n  fi\n\n  local VERSION\n  VERSION=\"${4}\"\n\n  if [ -z \"${VERSION}\" ]; then\n    nvm_err 'A version number is required.'\n    return 3\n  fi\n\n  if [ \"${KIND}\" = 'binary' ] && ! nvm_binary_available \"${VERSION}\"; then\n    nvm_err \"No precompiled binary available for ${VERSION}.\"\n    return\n  fi\n\n  local SLUG\n  SLUG=\"$(nvm_get_download_slug \"${FLAVOR}\" \"${KIND}\" \"${VERSION}\")\"\n\n  local COMPRESSION\n  COMPRESSION=\"$(nvm_get_artifact_compression \"${VERSION}\")\"\n\n  local tmpdir\n  if [ \"${KIND}\" = 'binary' ]; then\n    tmpdir=\"$(nvm_cache_dir)/bin/${SLUG}\"\n  else\n    tmpdir=\"$(nvm_cache_dir)/src/${SLUG}\"\n  fi\n\n  local TARBALL\n  TARBALL=\"${tmpdir}/${SLUG}.${COMPRESSION}\"\n\n  if [ \"${NVM_OFFLINE-}\" = 1 ]; then\n    # In offline mode, use cached tarball without checksum or download\n    if [ -r \"${TARBALL}\" ]; then\n      nvm_err \"Offline: using cached archive $(nvm_sanitize_path \"${TARBALL}\")\"\n      nvm_echo \"${TARBALL}\"\n      return 0\n    fi\n    nvm_err \"Offline: no cached archive found for ${SLUG}\"\n    return 4\n  fi\n\n  local CHECKSUM\n  CHECKSUM=\"$(nvm_get_checksum \"${FLAVOR}\" \"${TYPE}\" \"${VERSION}\" \"${SLUG}\" \"${COMPRESSION}\")\"\n\n  command mkdir -p \"${tmpdir}/files\" || (\n    nvm_err \"creating directory ${tmpdir}/files failed\"\n    return 3\n  )\n\n  local TARBALL_URL\n  if nvm_version_greater_than_or_equal_to \"${VERSION}\" 0.1.14; then\n    TARBALL_URL=\"${MIRROR}/${VERSION}/${SLUG}.${COMPRESSION}\"\n  else\n    # node <= 0.1.13 does not have a directory\n    TARBALL_URL=\"${MIRROR}/${SLUG}.${COMPRESSION}\"\n  fi\n\n  if [ -r \"${TARBALL}\" ]; then\n    nvm_err \"Local cache found: $(nvm_sanitize_path \"${TARBALL}\")\"\n    if nvm_compare_checksum \"${TARBALL}\" \"${CHECKSUM}\" >/dev/null 2>&1; then\n      nvm_err \"Checksums match! Using existing downloaded archive $(nvm_sanitize_path \"${TARBALL}\")\"\n      nvm_echo \"${TARBALL}\"\n      return 0\n    fi\n    nvm_compare_checksum \"${TARBALL}\" \"${CHECKSUM}\"\n    nvm_err \"Checksum check failed!\"\n    nvm_err \"Removing the broken local cache...\"\n    command rm -rf \"${TARBALL}\"\n  fi\n  nvm_err \"Downloading ${TARBALL_URL}...\"\n  nvm_download -L -C - \"${PROGRESS_BAR}\" \"${TARBALL_URL}\" -o \"${TARBALL}\" || (\n    command rm -rf \"${TARBALL}\" \"${tmpdir}\"\n    nvm_err \"download from ${TARBALL_URL} failed\"\n    return 4\n  )\n\n  if nvm_grep '404 Not Found' \"${TARBALL}\" >/dev/null; then\n    command rm -rf \"${TARBALL}\" \"${tmpdir}\"\n    nvm_err \"HTTP 404 at URL ${TARBALL_URL}\"\n    return 5\n  fi\n\n  nvm_compare_checksum \"${TARBALL}\" \"${CHECKSUM}\" || (\n    command rm -rf \"${tmpdir}/files\"\n    return 6\n  )\n\n  nvm_echo \"${TARBALL}\"\n}\n\n# args: nvm_os, version, tarball, tmpdir\nnvm_extract_tarball() {\n  if [ \"$#\" -ne 4 ]; then\n    nvm_err 'nvm_extract_tarball requires exactly 4 arguments'\n    return 5\n  fi\n\n  local NVM_OS\n  NVM_OS=\"${1-}\"\n\n  local VERSION\n  VERSION=\"${2-}\"\n\n  local TARBALL\n  TARBALL=\"${3-}\"\n\n  local TMPDIR\n  TMPDIR=\"${4-}\"\n\n  local tar_compression_flag\n  tar_compression_flag='z'\n  if nvm_supports_xz \"${VERSION}\"; then\n    tar_compression_flag='J'\n  fi\n\n  local tar\n  tar='tar'\n  if [ \"${NVM_OS}\" = 'aix' ]; then\n    tar='gtar'\n  fi\n\n  if [ \"${NVM_OS}\" = 'openbsd' ]; then\n    if [ \"${tar_compression_flag}\" = 'J' ]; then\n      command xzcat \"${TARBALL}\" | \"${tar}\" -xf - -C \"${TMPDIR}\" -s '/[^\\/]*\\///' || return 1\n    else\n      command \"${tar}\" -x${tar_compression_flag}f \"${TARBALL}\" -C \"${TMPDIR}\" -s '/[^\\/]*\\///' || return 1\n    fi\n  else\n    command \"${tar}\" -x${tar_compression_flag}f \"${TARBALL}\" -C \"${TMPDIR}\" --strip-components 1 || return 1\n  fi\n}\n\nnvm_get_make_jobs() {\n  if nvm_is_natural_num \"${1-}\"; then\n    NVM_MAKE_JOBS=\"$1\"\n    nvm_echo \"number of \\`make\\` jobs: ${NVM_MAKE_JOBS}\"\n    return\n  elif [ -n \"${1-}\" ]; then\n    unset NVM_MAKE_JOBS\n    nvm_err \"$1 is invalid for number of \\`make\\` jobs, must be a natural number\"\n  fi\n  local NVM_OS\n  NVM_OS=\"$(nvm_get_os)\"\n  local NVM_CPU_CORES\n  case \"_${NVM_OS}\" in\n    \"_linux\")\n      NVM_CPU_CORES=\"$(nvm_grep -c -E '^processor.+: [0-9]+' /proc/cpuinfo)\"\n    ;;\n    \"_freebsd\" | \"_darwin\" | \"_openbsd\")\n      NVM_CPU_CORES=\"$(sysctl -n hw.ncpu)\"\n    ;;\n    \"_sunos\")\n      NVM_CPU_CORES=\"$(psrinfo | wc -l)\"\n    ;;\n    \"_aix\")\n      NVM_CPU_CORES=\"$(pmcycles -m | wc -l)\"\n    ;;\n  esac\n  if ! nvm_is_natural_num \"${NVM_CPU_CORES}\"; then\n    nvm_err 'Can not determine how many core(s) are available, running in single-threaded mode.'\n    nvm_err 'Please report an issue on GitHub to help us make nvm run faster on your computer!'\n    NVM_MAKE_JOBS=1\n  else\n    nvm_echo \"Detected that you have ${NVM_CPU_CORES} CPU core(s)\"\n    if [ \"${NVM_CPU_CORES}\" -gt 2 ]; then\n      NVM_MAKE_JOBS=$((NVM_CPU_CORES - 1))\n      nvm_echo \"Running with ${NVM_MAKE_JOBS} threads to speed up the build\"\n    else\n      NVM_MAKE_JOBS=1\n      nvm_echo 'Number of CPU core(s) less than or equal to 2, running in single-threaded mode'\n    fi\n  fi\n}\n\n# args: flavor, type, version, make jobs, additional\nnvm_install_source() {\n  local FLAVOR\n  case \"${1-}\" in\n    node | iojs) FLAVOR=\"${1}\" ;;\n    *)\n      nvm_err 'supported flavors: node, iojs'\n      return 4\n    ;;\n  esac\n\n  local TYPE\n  TYPE=\"${2-}\"\n\n  local PREFIXED_VERSION\n  PREFIXED_VERSION=\"${3-}\"\n  if [ -z \"${PREFIXED_VERSION}\" ]; then\n    nvm_err 'A version number is required.'\n    return 3\n  fi\n\n  local VERSION\n  VERSION=\"$(nvm_strip_iojs_prefix \"${PREFIXED_VERSION}\")\"\n\n  local NVM_MAKE_JOBS\n  NVM_MAKE_JOBS=\"${4-}\"\n\n  local ADDITIONAL_PARAMETERS\n  ADDITIONAL_PARAMETERS=\"${5-}\"\n\n  local NVM_ARCH\n  NVM_ARCH=\"$(nvm_get_arch)\"\n  if [ \"${NVM_ARCH}\" = 'armv6l' ] || [ \"${NVM_ARCH}\" = 'armv7l' ]; then\n    if [ -n \"${ADDITIONAL_PARAMETERS}\" ]; then\n      ADDITIONAL_PARAMETERS=\"--without-snapshot ${ADDITIONAL_PARAMETERS}\"\n    else\n      ADDITIONAL_PARAMETERS='--without-snapshot'\n    fi\n  fi\n\n  if [ -n \"${ADDITIONAL_PARAMETERS}\" ]; then\n    nvm_echo \"Additional options while compiling: ${ADDITIONAL_PARAMETERS}\"\n  fi\n\n  local NVM_OS\n  NVM_OS=\"$(nvm_get_os)\"\n\n  local make\n  local MAKE_CXX\n  # For old Node.js versions (< 0.12), explicitly set SHELL=/bin/sh to avoid\n  # issues with zsh's strict glob handling in Makefiles with unquoted globs\n  local MAKE_SHELL_OVERRIDE\n  if nvm_version_greater \"0.12.0\" \"${VERSION}\"; then\n    MAKE_SHELL_OVERRIDE=' SHELL=/bin/sh'\n  fi\n  make=\"make${MAKE_SHELL_OVERRIDE-}\"\n  case \"${NVM_OS}\" in\n    'freebsd' | 'openbsd')\n      make=\"gmake${MAKE_SHELL_OVERRIDE-}\"\n      MAKE_CXX=\"CC=${CC:-cc} CXX=${CXX:-c++}\"\n    ;;\n    'darwin')\n      MAKE_CXX=\"CC=${CC:-cc} CXX=${CXX:-c++}\"\n    ;;\n    'aix')\n      make=\"gmake${MAKE_SHELL_OVERRIDE-}\"\n    ;;\n  esac\n  if nvm_has \"clang++\" && nvm_has \"clang\" && nvm_version_greater_than_or_equal_to \"$(nvm_clang_version)\" 3.5; then\n    if [ -z \"${CC-}\" ] || [ -z \"${CXX-}\" ]; then\n      nvm_echo \"Clang v3.5+ detected! CC or CXX not specified, will use Clang as C/C++ compiler!\"\n      MAKE_CXX=\"CC=${CC:-cc} CXX=${CXX:-c++}\"\n    fi\n  fi\n\n  local TARBALL\n  local TMPDIR\n  local VERSION_PATH\n\n  if [ \"${NVM_NO_PROGRESS-}\" = \"1\" ]; then\n    # --silent, --show-error, use short option as @samrocketman mentions the compatibility issue.\n    PROGRESS_BAR=\"-sS\"\n  else\n    PROGRESS_BAR=\"--progress-bar\"\n  fi\n\n  nvm_is_zsh && setopt local_options shwordsplit\n\n  TARBALL=\"$(PROGRESS_BAR=\"${PROGRESS_BAR}\" nvm_download_artifact \"${FLAVOR}\" source \"${TYPE}\" \"${VERSION}\" | command tail -1)\" && \\\n  [ -f \"${TARBALL}\" ] && \\\n  TMPDIR=\"$(dirname \"${TARBALL}\")/files\" && \\\n  if ! (\n    # shellcheck disable=SC2086\n    command mkdir -p \"${TMPDIR}\" && \\\n    nvm_extract_tarball \"${NVM_OS}\" \"${VERSION}\" \"${TARBALL}\" \"${TMPDIR}\" && \\\n    VERSION_PATH=\"$(nvm_version_path \"${PREFIXED_VERSION}\")\" && \\\n    nvm_cd \"${TMPDIR}\" && \\\n    nvm_echo '$>'./configure --prefix=\"${VERSION_PATH}\" $ADDITIONAL_PARAMETERS'<' && \\\n    ./configure --prefix=\"${VERSION_PATH}\" $ADDITIONAL_PARAMETERS && \\\n    $make -j \"${NVM_MAKE_JOBS}\" ${MAKE_CXX-} && \\\n    command rm -f \"${VERSION_PATH}\" 2>/dev/null && \\\n    $make -j \"${NVM_MAKE_JOBS}\" ${MAKE_CXX-} install\n  ); then\n    nvm_err \"nvm: install ${VERSION} failed!\"\n    command rm -rf \"${TMPDIR-}\"\n    return 1\n  fi\n}\n\nnvm_use_if_needed() {\n  if [ \"_${1-}\" = \"_$(nvm_ls_current)\" ]; then\n    return\n  fi\n  nvm use \"$@\"\n}\n\nnvm_install_npm_if_needed() {\n  local VERSION\n  VERSION=\"$(nvm_ls_current)\"\n  if ! nvm_has \"npm\"; then\n    nvm_echo 'Installing npm...'\n    if nvm_version_greater 0.2.0 \"${VERSION}\"; then\n      nvm_err 'npm requires node v0.2.3 or higher'\n    elif nvm_version_greater_than_or_equal_to \"${VERSION}\" 0.2.0; then\n      if nvm_version_greater 0.2.3 \"${VERSION}\"; then\n        nvm_err 'npm requires node v0.2.3 or higher'\n      else\n        nvm_download -L https://npmjs.org/install.sh -o - | clean=yes npm_install=0.2.19 sh\n      fi\n    else\n      nvm_download -L https://npmjs.org/install.sh -o - | clean=yes sh\n    fi\n  fi\n  return $?\n}\n\nnvm_match_version() {\n  local NVM_IOJS_PREFIX\n  NVM_IOJS_PREFIX=\"$(nvm_iojs_prefix)\"\n  local PROVIDED_VERSION\n  PROVIDED_VERSION=\"$1\"\n  case \"_${PROVIDED_VERSION}\" in\n    \"_${NVM_IOJS_PREFIX}\" | '_io.js')\n      nvm_version \"${NVM_IOJS_PREFIX}\"\n    ;;\n    '_system')\n      nvm_echo 'system'\n    ;;\n    *)\n      nvm_version \"${PROVIDED_VERSION}\"\n    ;;\n  esac\n}\n\nnvm_npm_global_modules() {\n  local NPMLIST\n  local VERSION\n  VERSION=\"$1\"\n  NPMLIST=$(nvm use \"${VERSION}\" >/dev/null && npm list -g --depth=0 2>/dev/null | command sed -e '1d' -e '/UNMET PEER DEPENDENCY/d')\n\n  local INSTALLS\n  INSTALLS=$(nvm_echo \"${NPMLIST}\" | command sed -e '/ -> / d' -e '/\\(empty\\)/ d' -e 's/^.* \\(.*@[^ ]*\\).*/\\1/' -e '/^npm@[^ ]*.*$/ d' -e '/^corepack@[^ ]*.*$/ d' | command xargs)\n\n  local LINKS\n  LINKS=\"$(nvm_echo \"${NPMLIST}\" | command sed -n 's/.* -> \\(.*\\)/\\1/ p')\"\n\n  nvm_echo \"${INSTALLS} //// ${LINKS}\"\n}\n\nnvm_npmrc_bad_news_bears() {\n  local NVM_NPMRC\n  NVM_NPMRC=\"${1-}\"\n  if [ -n \"${NVM_NPMRC}\" ] && [ -f \"${NVM_NPMRC}\" ] && nvm_grep -Ee '^(prefix|globalconfig) *=' <\"${NVM_NPMRC}\" >/dev/null; then\n    return 0\n  fi\n  return 1\n}\n\nnvm_die_on_prefix() {\n  local NVM_DELETE_PREFIX\n  NVM_DELETE_PREFIX=\"${1-}\"\n  case \"${NVM_DELETE_PREFIX}\" in\n    0 | 1) ;;\n    *)\n      nvm_err 'First argument \"delete the prefix\" must be zero or one'\n      return 1\n    ;;\n  esac\n  local NVM_COMMAND\n  NVM_COMMAND=\"${2-}\"\n  local NVM_VERSION_DIR\n  NVM_VERSION_DIR=\"${3-}\"\n  if [ -z \"${NVM_COMMAND}\" ] || [ -z \"${NVM_VERSION_DIR}\" ]; then\n    nvm_err 'Second argument \"nvm command\", and third argument \"nvm version dir\", must both be nonempty'\n    return 2\n  fi\n\n  # npm first looks at $PREFIX (case-sensitive)\n  # we do not bother to test the value here; if this env var is set, unset it to continue.\n  # however, `npm exec` in npm v7.2+ sets $PREFIX; if set, inherit it\n  if [ -n \"${PREFIX-}\" ] && [ \"$(nvm_version_path \"$(node -v)\")\" != \"${PREFIX}\" ]; then\n    nvm deactivate >/dev/null 2>&1\n    nvm_err \"nvm is not compatible with the \\\"PREFIX\\\" environment variable: currently set to \\\"${PREFIX}\\\"\"\n    nvm_err 'Run `unset PREFIX` to unset it.'\n    return 3\n  fi\n\n  local NVM_OS\n  NVM_OS=\"$(nvm_get_os)\"\n\n  # npm normalizes NPM_CONFIG_-prefixed env vars\n  # https://github.com/npm/npmconf/blob/22827e4038d6eebaafeb5c13ed2b92cf97b8fb82/npmconf.js#L331-L348\n  # https://github.com/npm/npm/blob/5e426a78ca02d0044f8dd26e0c5f881217081cbd/lib/config/core.js#L343-L359\n  #\n  # here, we avoid trying to replicate \"which one wins\" or testing the value; if any are defined, it errors\n  # until none are left.\n  local NVM_NPM_CONFIG_x_PREFIX_ENV\n  NVM_NPM_CONFIG_x_PREFIX_ENV=\"$(command awk 'BEGIN { for (name in ENVIRON) if (toupper(name) == \"NPM_CONFIG_PREFIX\") { print name; break } }')\"\n  if [ -n \"${NVM_NPM_CONFIG_x_PREFIX_ENV-}\" ]; then\n    local NVM_CONFIG_VALUE\n    eval \"NVM_CONFIG_VALUE=\\\"\\$${NVM_NPM_CONFIG_x_PREFIX_ENV}\\\"\"\n    if [ -n \"${NVM_CONFIG_VALUE-}\" ] && [ \"_${NVM_OS}\" = \"_win\" ]; then\n      NVM_CONFIG_VALUE=\"$(cd \"$NVM_CONFIG_VALUE\" 2>/dev/null && pwd)\"\n    fi\n    if [ -n \"${NVM_CONFIG_VALUE-}\" ] && ! nvm_tree_contains_path \"${NVM_DIR}\" \"${NVM_CONFIG_VALUE}\"; then\n      nvm deactivate >/dev/null 2>&1\n      nvm_err \"nvm is not compatible with the \\\"${NVM_NPM_CONFIG_x_PREFIX_ENV}\\\" environment variable: currently set to \\\"${NVM_CONFIG_VALUE}\\\"\"\n      nvm_err \"Run \\`unset ${NVM_NPM_CONFIG_x_PREFIX_ENV}\\` to unset it.\"\n      return 4\n    fi\n  fi\n\n  # here, npm config checks npmrc files.\n  # the stack is: cli, env, project, user, global, builtin, defaults\n  # cli does not apply; env is covered above, defaults don't exist for prefix\n  # there are 4 npmrc locations to check: project, global, user, and builtin\n  # project: find the closest node_modules or package.json-containing dir, `.npmrc`\n  # global: default prefix + `/etc/npmrc`\n  # user: $HOME/.npmrc\n  # builtin: npm install location, `npmrc`\n  #\n  # if any of them have a `prefix`, fail.\n  # if any have `globalconfig`, fail also, just in case, to avoid spidering configs.\n\n  local NVM_NPM_BUILTIN_NPMRC\n  NVM_NPM_BUILTIN_NPMRC=\"${NVM_VERSION_DIR}/lib/node_modules/npm/npmrc\"\n  if nvm_npmrc_bad_news_bears \"${NVM_NPM_BUILTIN_NPMRC}\"; then\n    if [ \"_${NVM_DELETE_PREFIX}\" = \"_1\" ]; then\n      npm config --loglevel=warn delete prefix --userconfig=\"${NVM_NPM_BUILTIN_NPMRC}\"\n      npm config --loglevel=warn delete globalconfig --userconfig=\"${NVM_NPM_BUILTIN_NPMRC}\"\n    else\n      nvm_err \"Your builtin npmrc file ($(nvm_sanitize_path \"${NVM_NPM_BUILTIN_NPMRC}\"))\"\n      nvm_err 'has a `globalconfig` and/or a `prefix` setting, which are incompatible with nvm.'\n      nvm_err \"Run \\`${NVM_COMMAND}\\` to unset it.\"\n      return 10\n    fi\n  fi\n\n  local NVM_NPM_GLOBAL_NPMRC\n  NVM_NPM_GLOBAL_NPMRC=\"${NVM_VERSION_DIR}/etc/npmrc\"\n  if nvm_npmrc_bad_news_bears \"${NVM_NPM_GLOBAL_NPMRC}\"; then\n    if [ \"_${NVM_DELETE_PREFIX}\" = \"_1\" ]; then\n      npm config --global --loglevel=warn delete prefix\n      npm config --global --loglevel=warn delete globalconfig\n    else\n      nvm_err \"Your global npmrc file ($(nvm_sanitize_path \"${NVM_NPM_GLOBAL_NPMRC}\"))\"\n      nvm_err 'has a `globalconfig` and/or a `prefix` setting, which are incompatible with nvm.'\n      nvm_err \"Run \\`${NVM_COMMAND}\\` to unset it.\"\n      return 10\n    fi\n  fi\n\n  local NVM_NPM_USER_NPMRC\n  NVM_NPM_USER_NPMRC=\"${HOME}/.npmrc\"\n  if nvm_npmrc_bad_news_bears \"${NVM_NPM_USER_NPMRC}\"; then\n    if [ \"_${NVM_DELETE_PREFIX}\" = \"_1\" ]; then\n      npm config --loglevel=warn delete prefix --userconfig=\"${NVM_NPM_USER_NPMRC}\"\n      npm config --loglevel=warn delete globalconfig --userconfig=\"${NVM_NPM_USER_NPMRC}\"\n    else\n      nvm_err \"Your user’s .npmrc file ($(nvm_sanitize_path \"${NVM_NPM_USER_NPMRC}\"))\"\n      nvm_err 'has a `globalconfig` and/or a `prefix` setting, which are incompatible with nvm.'\n      nvm_err \"Run \\`${NVM_COMMAND}\\` to unset it.\"\n      return 10\n    fi\n  fi\n\n  local NVM_NPM_PROJECT_NPMRC\n  NVM_NPM_PROJECT_NPMRC=\"$(nvm_find_project_dir)/.npmrc\"\n  if nvm_npmrc_bad_news_bears \"${NVM_NPM_PROJECT_NPMRC}\"; then\n    if [ \"_${NVM_DELETE_PREFIX}\" = \"_1\" ]; then\n      npm config --loglevel=warn delete prefix\n      npm config --loglevel=warn delete globalconfig\n    else\n      nvm_err \"Your project npmrc file ($(nvm_sanitize_path \"${NVM_NPM_PROJECT_NPMRC}\"))\"\n      nvm_err 'has a `globalconfig` and/or a `prefix` setting, which are incompatible with nvm.'\n      nvm_err \"Run \\`${NVM_COMMAND}\\` to unset it.\"\n      return 10\n    fi\n  fi\n}\n\n# Succeeds if $IOJS_VERSION represents an io.js version that has a\n# Solaris binary, fails otherwise.\n# Currently, only io.js 3.3.1 has a Solaris binary available, and it's the\n# latest io.js version available. The expectation is that any potential io.js\n# version later than v3.3.1 will also have Solaris binaries.\nnvm_iojs_version_has_solaris_binary() {\n  local IOJS_VERSION\n  IOJS_VERSION=\"$1\"\n  local STRIPPED_IOJS_VERSION\n  STRIPPED_IOJS_VERSION=\"$(nvm_strip_iojs_prefix \"${IOJS_VERSION}\")\"\n  if [ \"_${STRIPPED_IOJS_VERSION}\" = \"${IOJS_VERSION}\" ]; then\n    return 1\n  fi\n\n  # io.js started shipping Solaris binaries with io.js v3.3.1\n  nvm_version_greater_than_or_equal_to \"${STRIPPED_IOJS_VERSION}\" v3.3.1\n}\n\n# Succeeds if $NODE_VERSION represents a node version that has a\n# Solaris binary, fails otherwise.\n# Currently, node versions starting from v0.8.6 have a Solaris binary\n# available.\nnvm_node_version_has_solaris_binary() {\n  local NODE_VERSION\n  NODE_VERSION=\"$1\"\n  # Error out if $NODE_VERSION is actually an io.js version\n  local STRIPPED_IOJS_VERSION\n  STRIPPED_IOJS_VERSION=\"$(nvm_strip_iojs_prefix \"${NODE_VERSION}\")\"\n  if [ \"_${STRIPPED_IOJS_VERSION}\" != \"_${NODE_VERSION}\" ]; then\n    return 1\n  fi\n\n  # node (unmerged) started shipping Solaris binaries with v0.8.6 and\n  # node versions v1.0.0 or greater are not considered valid \"unmerged\" node\n  # versions.\n  nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" v0.8.6 \\\n  && ! nvm_version_greater_than_or_equal_to \"${NODE_VERSION}\" v1.0.0\n}\n\n# Succeeds if $VERSION represents a version (node, io.js or merged) that has a\n# Solaris binary, fails otherwise.\nnvm_has_solaris_binary() {\n  local VERSION=\"${1-}\"\n  if nvm_is_merged_node_version \"${VERSION}\"; then\n    return 0 # All merged node versions have a Solaris binary\n  elif nvm_is_iojs_version \"${VERSION}\"; then\n    nvm_iojs_version_has_solaris_binary \"${VERSION}\"\n  else\n    nvm_node_version_has_solaris_binary \"${VERSION}\"\n  fi\n}\n\nnvm_sanitize_path() {\n  local SANITIZED_PATH\n  SANITIZED_PATH=\"${1-}\"\n  if [ \"_${SANITIZED_PATH}\" != \"_${NVM_DIR}\" ]; then\n    SANITIZED_PATH=\"$(nvm_echo \"${SANITIZED_PATH}\" | command sed -e \"s#${NVM_DIR}#\\${NVM_DIR}#g\")\"\n  fi\n  if [ \"_${SANITIZED_PATH}\" != \"_${HOME}\" ]; then\n    SANITIZED_PATH=\"$(nvm_echo \"${SANITIZED_PATH}\" | command sed -e \"s#${HOME}#\\${HOME}#g\")\"\n  fi\n  nvm_echo \"${SANITIZED_PATH}\"\n}\n\nnvm_is_natural_num() {\n  if [ -z \"$1\" ]; then\n    return 4\n  fi\n  case \"$1\" in\n    0) return 1 ;;\n    -*) return 3 ;; # some BSDs return false positives for double-negated args\n    *)\n      [ \"$1\" -eq \"$1\" ] 2>/dev/null # returns 2 if it doesn't match\n    ;;\n  esac\n}\n\nnvm_write_nvmrc() {\n  local VERSION_STRING\n  VERSION_STRING=$(nvm_version \"${1-}\")\n  if [ \"${VERSION_STRING}\" = '∞' ] || [ \"${VERSION_STRING}\" = 'N/A' ]; then\n    return 1\n  fi\n  echo \"${VERSION_STRING}\" | tee \"$PWD\"/.nvmrc > /dev/null || {\n    if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n      nvm_err \"Warning: Unable to write version number ($VERSION_STRING) to .nvmrc\"\n    fi\n    return 3\n  }\n  if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n    nvm_echo \"Wrote version number ($VERSION_STRING) to .nvmrc\"\n  fi\n}\n\n# Check version dir permissions\nnvm_check_file_permissions() {\n  nvm_is_zsh && setopt local_options nonomatch\n  for FILE in \"$1\"/* \"$1\"/.[!.]* \"$1\"/..?* ; do\n    if [ -d \"$FILE\" ]; then\n      if [ -n \"${NVM_DEBUG-}\" ]; then\n        nvm_err \"${FILE}\"\n      fi\n      if [ ! -L \"${FILE}\" ] && ! nvm_check_file_permissions \"${FILE}\"; then\n        return 2\n      fi\n    elif [ -e \"$FILE\" ] && [ ! -w \"$FILE\" ] && [ -z \"$(command find \"${FILE}\" -prune -user \"$(command id -u)\")\" ]; then\n      # ^ file ownership check from https://www.shellcheck.net/wiki/SC3067\n      nvm_err \"file is not writable or self-owned: $(nvm_sanitize_path \"$FILE\")\"\n      return 1\n    fi\n  done\n  return 0\n}\n\nnvm_cache_dir() {\n  nvm_echo \"${NVM_DIR}/.cache\"\n}\n\n# args: pattern\n# Lists versions available in the local cache (not yet installed).\n# Returns version numbers like \"v18.20.4\", one per line, sorted.\nnvm_ls_cached() {\n  local PATTERN\n  PATTERN=\"${1-}\"\n  local CACHE_BIN_DIR\n  CACHE_BIN_DIR=\"$(nvm_cache_dir)/bin\"\n  if [ ! -d \"${CACHE_BIN_DIR}\" ]; then\n    return\n  fi\n  local NVM_OS\n  NVM_OS=\"$(nvm_get_os)\"\n  local NVM_ARCH\n  NVM_ARCH=\"$(nvm_get_arch)\"\n  local SUFFIX\n  SUFFIX=\"${NVM_OS}-${NVM_ARCH}\"\n  # shellcheck disable=SC2010\n  command ls -1 \"${CACHE_BIN_DIR}\" \\\n    | nvm_grep \"^node-v.*-${SUFFIX}\\$\" \\\n    | command sed \"s/^node-\\\\(v[0-9][0-9.]*\\\\)-${SUFFIX}\\$/\\\\1/\" \\\n    | nvm_grep \"$(nvm_ensure_version_prefix \"${PATTERN}\")\" \\\n    | command sort -t. -u -k 1.2,1n -k 2,2n -k 3,3n\n}\n\n# args: pattern\n# Resolves a version pattern to a single version using only locally\n# installed versions and cached downloads. No network access.\nnvm_offline_version() {\n  local PATTERN\n  PATTERN=\"${1-}\"\n\n  # First try locally installed versions\n  local VERSION\n  VERSION=\"$(nvm_version \"${PATTERN}\")\"\n  if [ \"_${VERSION}\" != '_N/A' ]; then\n    nvm_echo \"${VERSION}\"\n    return 0\n  fi\n\n  # Then try cached downloads\n  VERSION=\"$(nvm_ls_cached \"${PATTERN}\" | command tail -1)\"\n  if [ -n \"${VERSION}\" ]; then\n    nvm_echo \"${VERSION}\"\n    return 0\n  fi\n\n  nvm_echo 'N/A'\n  return 3\n}\n\nnvm() {\n  if [ \"$#\" -lt 1 ]; then\n    nvm --help\n    return\n  fi\n\n  local DEFAULT_IFS\n  DEFAULT_IFS=\" $(nvm_echo t | command tr t \\\\t)\n\"\n  if [ \"${-#*e}\" != \"$-\" ]; then\n    set +e\n    local EXIT_CODE\n    IFS=\"${DEFAULT_IFS}\" nvm \"$@\"\n    EXIT_CODE=\"$?\"\n    set -e\n    return \"$EXIT_CODE\"\n  elif [ \"${-#*a}\" != \"$-\" ]; then\n    set +a\n    local EXIT_CODE\n    IFS=\"${DEFAULT_IFS}\" nvm \"$@\"\n    EXIT_CODE=\"$?\"\n    set -a\n    return \"$EXIT_CODE\"\n  elif [ -n \"${BASH-}\" ] && [ \"${-#*E}\" != \"$-\" ]; then\n    # shellcheck disable=SC3041\n    set +E\n    local EXIT_CODE\n    IFS=\"${DEFAULT_IFS}\" nvm \"$@\"\n    EXIT_CODE=\"$?\"\n    # shellcheck disable=SC3041\n    set -E\n    return \"$EXIT_CODE\"\n  elif [ \"${IFS}\" != \"${DEFAULT_IFS}\" ]; then\n    IFS=\"${DEFAULT_IFS}\" nvm \"$@\"\n    return \"$?\"\n  fi\n\n  local i\n  for i in \"$@\"\n  do\n    case $i in\n      --) break ;;\n      '-h'|'help'|'--help')\n        NVM_NO_COLORS=\"\"\n        for j in \"$@\"; do\n          if [ \"${j}\" = '--no-colors' ]; then\n            NVM_NO_COLORS=\"${j}\"\n            break\n          fi\n        done\n\n        local NVM_IOJS_PREFIX\n        NVM_IOJS_PREFIX=\"$(nvm_iojs_prefix)\"\n        local NVM_NODE_PREFIX\n        NVM_NODE_PREFIX=\"$(nvm_node_prefix)\"\n        NVM_VERSION=\"$(nvm --version)\"\n        nvm_echo\n        nvm_echo \"Node Version Manager (v${NVM_VERSION})\"\n        nvm_echo\n        nvm_echo 'Note: <version> refers to any version-like string nvm understands. This includes:'\n        nvm_echo '  - full or partial version numbers, starting with an optional \"v\" (0.10, v0.1.2, v1)'\n        nvm_echo \"  - default (built-in) aliases: ${NVM_NODE_PREFIX}, stable, unstable, ${NVM_IOJS_PREFIX}, system\"\n        nvm_echo '  - custom aliases you define with `nvm alias foo`'\n        nvm_echo\n        nvm_echo ' Any options that produce colorized output should respect the `--no-colors` option.'\n        nvm_echo\n        nvm_echo 'Usage:'\n        nvm_echo '  nvm --help                                  Show this message'\n        nvm_echo '    --no-colors                               Suppress colored output'\n        nvm_echo '  nvm --version                               Print out the installed version of nvm'\n        nvm_echo '  nvm install [<version>]                     Download and install a <version>. Uses .nvmrc if available and version is omitted.'\n        nvm_echo '   The following optional arguments, if provided, must appear directly after `nvm install`:'\n        nvm_echo '    -s                                        Skip binary download, install from source only.'\n        nvm_echo '    -b                                        Skip source download, install from binary only.'\n        nvm_echo '    --reinstall-packages-from=<version>       When installing, reinstall packages installed in <node|iojs|node version number>'\n        nvm_echo '    --lts                                     When installing, only select from LTS (long-term support) versions'\n        nvm_echo '    --lts=<LTS name>                          When installing, only select from versions for a specific LTS line'\n        nvm_echo '    --skip-default-packages                   When installing, skip the default-packages file if it exists'\n        nvm_echo '    --latest-npm                              After installing, attempt to upgrade to the latest working npm on the given node version'\n        nvm_echo '    --no-progress                             Disable the progress bar on any downloads'\n        nvm_echo '    --offline                                  Install from cache only, without downloading anything'\n        nvm_echo '    --alias=<name>                            After installing, set the alias specified to the version specified. (same as: nvm alias <name> <version>)'\n        nvm_echo '    --default                                 After installing, set default alias to the version specified. (same as: nvm alias default <version>)'\n        nvm_echo '    --save                                    After installing, write the specified version to .nvmrc'\n        nvm_echo '  nvm uninstall <version>                     Uninstall a version'\n        nvm_echo '  nvm uninstall --lts                         Uninstall using automatic LTS (long-term support) alias `lts/*`, if available.'\n        nvm_echo '  nvm uninstall --lts=<LTS name>              Uninstall using automatic alias for provided LTS line, if available.'\n        nvm_echo '  nvm use [<version>]                         Modify PATH to use <version>. Uses .nvmrc if available and version is omitted.'\n        nvm_echo '   The following optional arguments, if provided, must appear directly after `nvm use`:'\n        nvm_echo '    --silent                                  Silences stdout/stderr output'\n        nvm_echo '    --lts                                     Uses automatic LTS (long-term support) alias `lts/*`, if available.'\n        nvm_echo '    --lts=<LTS name>                          Uses automatic alias for provided LTS line, if available.'\n        nvm_echo '    --save                                    Writes the specified version to .nvmrc.'\n        nvm_echo '  nvm exec [<version>] [<command>]            Run <command> on <version>. Uses .nvmrc if available and version is omitted.'\n        nvm_echo '   The following optional arguments, if provided, must appear directly after `nvm exec`:'\n        nvm_echo '    --silent                                  Silences stdout/stderr output'\n        nvm_echo '    --lts                                     Uses automatic LTS (long-term support) alias `lts/*`, if available.'\n        nvm_echo '    --lts=<LTS name>                          Uses automatic alias for provided LTS line, if available.'\n        nvm_echo '  nvm run [<version>] [<args>]                Run `node` on <version> with <args> as arguments. Uses .nvmrc if available and version is omitted.'\n        nvm_echo '   The following optional arguments, if provided, must appear directly after `nvm run`:'\n        nvm_echo '    --silent                                  Silences stdout/stderr output'\n        nvm_echo '    --lts                                     Uses automatic LTS (long-term support) alias `lts/*`, if available.'\n        nvm_echo '    --lts=<LTS name>                          Uses automatic alias for provided LTS line, if available.'\n        nvm_echo '  nvm current                                 Display currently activated version of Node'\n        nvm_echo '  nvm ls [<version>]                          List installed versions, matching a given <version> if provided'\n        nvm_echo '    --no-colors                               Suppress colored output'\n        nvm_echo '    --no-alias                                Suppress `nvm alias` output'\n        nvm_echo '  nvm ls-remote [<version>]                   List remote versions available for install, matching a given <version> if provided'\n        nvm_echo '    --lts                                     When listing, only show LTS (long-term support) versions'\n        nvm_echo '    --lts=<LTS name>                          When listing, only show versions for a specific LTS line'\n        nvm_echo '    --no-colors                               Suppress colored output'\n        nvm_echo '  nvm version <version>                       Resolve the given description to a single local version'\n        nvm_echo '  nvm version-remote <version>                Resolve the given description to a single remote version'\n        nvm_echo '    --lts                                     When listing, only select from LTS (long-term support) versions'\n        nvm_echo '    --lts=<LTS name>                          When listing, only select from versions for a specific LTS line'\n        nvm_echo '  nvm deactivate                              Undo effects of `nvm` on current shell'\n        nvm_echo '    --silent                                  Silences stdout/stderr output'\n        nvm_echo '  nvm alias [<pattern>]                       Show all aliases beginning with <pattern>'\n        nvm_echo '    --no-colors                               Suppress colored output'\n        nvm_echo '  nvm alias <name> <version>                  Set an alias named <name> pointing to <version>'\n        nvm_echo '  nvm unalias <name>                          Deletes the alias named <name>'\n        nvm_echo '  nvm install-latest-npm                      Attempt to upgrade to the latest working `npm` on the current node version'\n        nvm_echo '  nvm reinstall-packages <version>            Reinstall global `npm` packages contained in <version> to current version'\n        nvm_echo '  nvm unload                                  Unload `nvm` from shell'\n        nvm_echo '  nvm which [current | <version>]             Display path to installed node version. Uses .nvmrc if available and version is omitted.'\n        nvm_echo '    --silent                                  Silences stdout/stderr output when a version is omitted'\n        nvm_echo '  nvm cache dir                               Display path to the cache directory for nvm'\n        nvm_echo '  nvm cache clear                             Empty cache directory for nvm'\n        nvm_echo '  nvm set-colors [<color codes>]              Set five text colors using format \"yMeBg\". Available when supported.'\n        nvm_echo '                                               Initial colors are:'\n        nvm_echo_with_colors \"                                                  $(nvm_wrap_with_color_code 'b' 'b')$(nvm_wrap_with_color_code 'y' 'y')$(nvm_wrap_with_color_code 'g' 'g')$(nvm_wrap_with_color_code 'r' 'r')$(nvm_wrap_with_color_code 'e' 'e')\"\n        nvm_echo '                                               Color codes:'\n        nvm_echo_with_colors \"                                                $(nvm_wrap_with_color_code 'r' 'r')/$(nvm_wrap_with_color_code 'R' 'R') = $(nvm_wrap_with_color_code 'r' 'red') / $(nvm_wrap_with_color_code 'R' 'bold red')\"\n        nvm_echo_with_colors \"                                                $(nvm_wrap_with_color_code 'g' 'g')/$(nvm_wrap_with_color_code 'G' 'G') = $(nvm_wrap_with_color_code 'g' 'green') / $(nvm_wrap_with_color_code 'G' 'bold green')\"\n        nvm_echo_with_colors \"                                                $(nvm_wrap_with_color_code 'b' 'b')/$(nvm_wrap_with_color_code 'B' 'B') = $(nvm_wrap_with_color_code 'b' 'blue') / $(nvm_wrap_with_color_code 'B' 'bold blue')\"\n        nvm_echo_with_colors \"                                                $(nvm_wrap_with_color_code 'c' 'c')/$(nvm_wrap_with_color_code 'C' 'C') = $(nvm_wrap_with_color_code 'c' 'cyan') / $(nvm_wrap_with_color_code 'C' 'bold cyan')\"\n        nvm_echo_with_colors \"                                                $(nvm_wrap_with_color_code 'm' 'm')/$(nvm_wrap_with_color_code 'M' 'M') = $(nvm_wrap_with_color_code 'm' 'magenta') / $(nvm_wrap_with_color_code 'M' 'bold magenta')\"\n        nvm_echo_with_colors \"                                                $(nvm_wrap_with_color_code 'y' 'y')/$(nvm_wrap_with_color_code 'Y' 'Y') = $(nvm_wrap_with_color_code 'y' 'yellow') / $(nvm_wrap_with_color_code 'Y' 'bold yellow')\"\n        nvm_echo_with_colors \"                                                $(nvm_wrap_with_color_code 'k' 'k')/$(nvm_wrap_with_color_code 'K' 'K') = $(nvm_wrap_with_color_code 'k' 'black') / $(nvm_wrap_with_color_code 'K' 'bold black')\"\n        nvm_echo_with_colors \"                                                $(nvm_wrap_with_color_code 'e' 'e')/$(nvm_wrap_with_color_code 'W' 'W') = $(nvm_wrap_with_color_code 'e' 'light grey') / $(nvm_wrap_with_color_code 'W' 'white')\"\n        nvm_echo 'Example:'\n        nvm_echo '  nvm install 8.0.0                     Install a specific version number'\n        nvm_echo '  nvm use 8.0                           Use the latest available 8.0.x release'\n        nvm_echo '  nvm run 6.10.3 app.js                 Run app.js using node 6.10.3'\n        nvm_echo '  nvm exec 4.8.3 node app.js            Run `node app.js` with the PATH pointing to node 4.8.3'\n        nvm_echo '  nvm alias default 8.1.0               Set default node version on a shell'\n        nvm_echo '  nvm alias default node                Always default to the latest available node version on a shell'\n        nvm_echo\n        nvm_echo '  nvm install node                      Install the latest available version'\n        nvm_echo '  nvm use node                          Use the latest version'\n        nvm_echo '  nvm install --lts                     Install the latest LTS version'\n        nvm_echo '  nvm use --lts                         Use the latest LTS version'\n        nvm_echo\n        nvm_echo '  nvm set-colors cgYmW                  Set text colors to cyan, green, bold yellow, magenta, and white'\n        nvm_echo\n        nvm_echo 'Note:'\n        nvm_echo '  to remove, delete, or uninstall nvm - just remove the `$NVM_DIR` folder (usually `~/.nvm`)'\n        nvm_echo\n        return 0;\n      ;;\n    esac\n  done\n\n  local COMMAND\n  COMMAND=\"${1-}\"\n  shift\n\n  # initialize local variables\n  local VERSION\n  local ADDITIONAL_PARAMETERS\n\n  case $COMMAND in\n    \"cache\")\n      case \"${1-}\" in\n        dir) nvm_cache_dir ;;\n        clear)\n          local DIR\n          DIR=\"$(nvm_cache_dir)\"\n          if command rm -rf \"${DIR}\" && command mkdir -p \"${DIR}\"; then\n            nvm_echo 'nvm cache cleared.'\n          else\n            nvm_err \"Unable to clear nvm cache: ${DIR}\"\n            return 1\n          fi\n        ;;\n        *)\n          >&2 nvm --help\n          return 127\n        ;;\n      esac\n    ;;\n\n    \"debug\")\n      local OS_VERSION\n      nvm_is_zsh && setopt local_options shwordsplit\n      nvm_err \"nvm --version: v$(nvm --version)\"\n      if [ -n \"${TERM_PROGRAM-}\" ]; then\n        nvm_err \"\\$TERM_PROGRAM: ${TERM_PROGRAM}\"\n      fi\n      nvm_err \"\\$SHELL: ${SHELL}\"\n      # shellcheck disable=SC2169,SC3028\n      nvm_err \"\\$SHLVL: ${SHLVL-}\"\n      nvm_err \"whoami: '$(whoami)'\"\n      nvm_err \"\\${HOME}: ${HOME}\"\n      nvm_err \"\\${NVM_DIR}: '$(nvm_sanitize_path \"${NVM_DIR}\")'\"\n      nvm_err \"\\${PATH}: $(nvm_sanitize_path \"${PATH}\")\"\n      nvm_err \"\\$PREFIX: '$(nvm_sanitize_path \"${PREFIX}\")'\"\n      nvm_err \"\\${NPM_CONFIG_PREFIX}: '$(nvm_sanitize_path \"${NPM_CONFIG_PREFIX}\")'\"\n      nvm_err \"\\$NVM_NODEJS_ORG_MIRROR: '${NVM_NODEJS_ORG_MIRROR}'\"\n      nvm_err \"\\$NVM_IOJS_ORG_MIRROR: '${NVM_IOJS_ORG_MIRROR}'\"\n      nvm_err \"shell version: '$(${SHELL} --version | command head -n 1)'\"\n      nvm_err \"uname -a: '$(command uname -a | command awk '{$2=\"\"; print}' | command xargs)'\"\n      nvm_err \"checksum binary: '$(nvm_get_checksum_binary 2>/dev/null)'\"\n      if [ \"$(nvm_get_os)\" = \"darwin\" ] && nvm_has sw_vers; then\n        OS_VERSION=\"$(sw_vers | command awk '{print $2}' | command xargs)\"\n      elif [ -r \"/etc/issue\" ]; then\n        OS_VERSION=\"$(command head -n 1 /etc/issue | command sed 's/\\\\.//g')\"\n        if [ -z \"${OS_VERSION}\" ] && [ -r \"/etc/os-release\" ]; then\n          # shellcheck disable=SC1091\n          OS_VERSION=\"$(. /etc/os-release && echo \"${NAME}\" \"${VERSION}\")\"\n        fi\n      fi\n      if [ -n \"${OS_VERSION}\" ]; then\n        nvm_err \"OS version: ${OS_VERSION}\"\n      fi\n      if nvm_has \"awk\"; then\n        nvm_err \"awk: $(nvm_command_info awk), $({ command awk --version 2>/dev/null || command awk -W version; } \\\n          | command head -n 1)\"\n      else\n        nvm_err \"awk: not found\"\n      fi\n      if nvm_has \"curl\"; then\n        nvm_err \"curl: $(nvm_command_info curl), $(command curl -V | command head -n 1)\"\n      else\n        nvm_err \"curl: not found\"\n      fi\n      if nvm_has \"wget\"; then\n        nvm_err \"wget: $(nvm_command_info wget), $(command wget -V | command head -n 1)\"\n      else\n        nvm_err \"wget: not found\"\n      fi\n\n      local TEST_TOOLS ADD_TEST_TOOLS\n      TEST_TOOLS=\"git grep\"\n      ADD_TEST_TOOLS=\"sed cut basename rm mkdir xargs\"\n      if [ \"darwin\" != \"$(nvm_get_os)\" ] && [ \"freebsd\" != \"$(nvm_get_os)\" ]; then\n        TEST_TOOLS=\"${TEST_TOOLS} ${ADD_TEST_TOOLS}\"\n      else\n        for tool in ${ADD_TEST_TOOLS} ; do\n          if nvm_has \"${tool}\"; then\n            nvm_err \"${tool}: $(nvm_command_info \"${tool}\")\"\n          else\n            nvm_err \"${tool}: not found\"\n          fi\n        done\n      fi\n      for tool in ${TEST_TOOLS} ; do\n        local NVM_TOOL_VERSION\n        if nvm_has \"${tool}\"; then\n          if command ls -l \"$(nvm_command_info \"${tool}\" | command awk '{print $1}')\" | command grep -q busybox; then\n            NVM_TOOL_VERSION=\"$(command \"${tool}\" --help 2>&1 | command head -n 1)\"\n          else\n            NVM_TOOL_VERSION=\"$(command \"${tool}\" --version 2>&1 | command head -n 1)\"\n          fi\n          nvm_err \"${tool}: $(nvm_command_info \"${tool}\"), ${NVM_TOOL_VERSION}\"\n        else\n          nvm_err \"${tool}: not found\"\n        fi\n        unset NVM_TOOL_VERSION\n      done\n      unset TEST_TOOLS ADD_TEST_TOOLS\n\n      local NVM_DEBUG_OUTPUT\n      for NVM_DEBUG_COMMAND in 'nvm current' 'which node' 'which iojs' 'which npm' 'npm config get prefix' 'npm root -g'; do\n        NVM_DEBUG_OUTPUT=\"$(${NVM_DEBUG_COMMAND} 2>&1)\"\n        nvm_err \"${NVM_DEBUG_COMMAND}: $(nvm_sanitize_path \"${NVM_DEBUG_OUTPUT}\")\"\n      done\n      return 42\n    ;;\n\n    \"install\" | \"i\")\n      local version_not_provided\n      version_not_provided=0\n      local NVM_OS\n      NVM_OS=\"$(nvm_get_os)\"\n\n      if [ $# -lt 1 ]; then\n        version_not_provided=1\n      fi\n\n      local nobinary\n      local nosource\n      local noprogress\n      local NVM_OFFLINE\n      nobinary=0\n      noprogress=0\n      nosource=0\n      NVM_OFFLINE=0\n      local LTS\n      local ALIAS\n      local NVM_UPGRADE_NPM\n      NVM_UPGRADE_NPM=0\n      local NVM_WRITE_TO_NVMRC\n      NVM_WRITE_TO_NVMRC=0\n\n      local PROVIDED_REINSTALL_PACKAGES_FROM\n      local REINSTALL_PACKAGES_FROM\n      local SKIP_DEFAULT_PACKAGES\n\n      while [ $# -ne 0 ]; do\n        case \"$1\" in\n          ---*)\n            nvm_err 'arguments with `---` are not supported - this is likely a typo'\n            return 55;\n          ;;\n          -s)\n            shift # consume \"-s\"\n            nobinary=1\n            if [ $nosource -eq 1 ]; then\n                nvm err '-s and -b cannot be set together since they would skip install from both binary and source'\n                return 6\n            fi\n          ;;\n          -b)\n            shift # consume \"-b\"\n            nosource=1\n            if [ $nobinary -eq 1 ]; then\n                nvm err '-s and -b cannot be set together since they would skip install from both binary and source'\n                return 6\n            fi\n          ;;\n          -j)\n            shift # consume \"-j\"\n            nvm_get_make_jobs \"$1\"\n            shift # consume job count\n          ;;\n          --no-progress)\n            noprogress=1\n            shift\n          ;;\n          --offline)\n            NVM_OFFLINE=1\n            shift\n          ;;\n          --lts)\n            LTS='*'\n            shift\n          ;;\n          --lts=*)\n            LTS=\"${1##--lts=}\"\n            shift\n          ;;\n          --latest-npm)\n            NVM_UPGRADE_NPM=1\n            shift\n          ;;\n          --default)\n            if [ -n \"${ALIAS-}\" ]; then\n              nvm_err '--default and --alias are mutually exclusive, and may not be provided more than once'\n              return 6\n            fi\n            ALIAS='default'\n            shift\n          ;;\n          --alias=*)\n            if [ -n \"${ALIAS-}\" ]; then\n              nvm_err '--default and --alias are mutually exclusive, and may not be provided more than once'\n              return 6\n            fi\n            ALIAS=\"${1##--alias=}\"\n            shift\n          ;;\n          --reinstall-packages-from=*)\n            if [ -n \"${PROVIDED_REINSTALL_PACKAGES_FROM-}\" ]; then\n              nvm_err '--reinstall-packages-from may not be provided more than once'\n              return 6\n            fi\n            PROVIDED_REINSTALL_PACKAGES_FROM=\"$(nvm_echo \"$1\" | command cut -c 27-)\"\n            if [ -z \"${PROVIDED_REINSTALL_PACKAGES_FROM}\" ]; then\n              nvm_err 'If --reinstall-packages-from is provided, it must point to an installed version of node.'\n              return 6\n            fi\n            REINSTALL_PACKAGES_FROM=\"$(nvm_version \"${PROVIDED_REINSTALL_PACKAGES_FROM}\")\" ||:\n            shift\n          ;;\n          --copy-packages-from=*)\n            if [ -n \"${PROVIDED_REINSTALL_PACKAGES_FROM-}\" ]; then\n              nvm_err '--reinstall-packages-from may not be provided more than once, or combined with `--copy-packages-from`'\n              return 6\n            fi\n            PROVIDED_REINSTALL_PACKAGES_FROM=\"$(nvm_echo \"$1\" | command cut -c 22-)\"\n            if [ -z \"${PROVIDED_REINSTALL_PACKAGES_FROM}\" ]; then\n              nvm_err 'If --copy-packages-from is provided, it must point to an installed version of node.'\n              return 6\n            fi\n            REINSTALL_PACKAGES_FROM=\"$(nvm_version \"${PROVIDED_REINSTALL_PACKAGES_FROM}\")\" ||:\n            shift\n          ;;\n          --reinstall-packages-from | --copy-packages-from)\n            nvm_err \"If ${1} is provided, it must point to an installed version of node using \\`=\\`.\"\n            return 6\n          ;;\n          --skip-default-packages)\n            SKIP_DEFAULT_PACKAGES=true\n            shift\n          ;;\n          --save | -w)\n            if [ $NVM_WRITE_TO_NVMRC -eq 1 ]; then\n              nvm_err '--save and -w may only be provided once'\n              return 6\n            fi\n            NVM_WRITE_TO_NVMRC=1\n            shift\n          ;;\n          *)\n            break # stop parsing args\n          ;;\n        esac\n      done\n\n      if [ \"${NVM_OFFLINE}\" != 1 ] && ! nvm_has \"curl\" && ! nvm_has \"wget\"; then\n        nvm_err 'nvm needs curl or wget to proceed.'\n        return 1\n      fi\n\n      local provided_version\n      provided_version=\"${1-}\"\n\n      if [ -z \"${provided_version}\" ]; then\n        if [ \"_${LTS-}\" = '_*' ]; then\n          nvm_echo 'Installing latest LTS version.'\n          if [ $# -gt 0 ]; then\n            shift\n          fi\n        elif [ \"_${LTS-}\" != '_' ]; then\n          nvm_echo \"Installing with latest version of LTS line: ${LTS}\"\n          if [ $# -gt 0 ]; then\n            shift\n          fi\n        else\n          { provided_version=\"$(nvm_rc_version 3>&1 1>&4)\"; } 4>&1\n          if [ $version_not_provided -eq 1 ] && [ -z \"${provided_version}\" ]; then\n            >&2 nvm --help\n            return 127\n          fi\n        fi\n      elif [ $# -gt 0 ]; then\n        shift\n      fi\n\n      case \"${provided_version}\" in\n        'lts/*')\n          LTS='*'\n          provided_version=''\n        ;;\n        lts/*)\n          LTS=\"${provided_version##lts/}\"\n          provided_version=''\n        ;;\n      esac\n\n      local EXIT_CODE\n\n      if [ \"${NVM_OFFLINE}\" = 1 ]; then\n        local OFFLINE_PATTERN\n        OFFLINE_PATTERN=\"${provided_version}\"\n        if [ -n \"${LTS-}\" ]; then\n          if [ \"${LTS}\" = '*' ]; then\n            OFFLINE_PATTERN=\"$(nvm_resolve_alias 'lts/*' 2>/dev/null || nvm_echo)\"\n          else\n            OFFLINE_PATTERN=\"$(nvm_resolve_alias \"lts/${LTS}\" 2>/dev/null || nvm_echo)\"\n          fi\n          if [ -z \"${OFFLINE_PATTERN}\" ]; then\n            nvm_err \"LTS alias '${LTS}' not found locally. Run \\`nvm ls-remote --lts\\` first to populate LTS aliases.\"\n            return 3\n          fi\n        fi\n        VERSION=\"$(nvm_offline_version \"${OFFLINE_PATTERN}\")\"\n        EXIT_CODE=\"$?\"\n      else\n        VERSION=\"$(NVM_VERSION_ONLY=true NVM_LTS=\"${LTS-}\" nvm_remote_version \"${provided_version}\")\"\n        EXIT_CODE=\"$?\"\n      fi\n\n      if [ \"${VERSION}\" = 'N/A' ] || [ $EXIT_CODE -ne 0 ]; then\n        local LTS_MSG\n        local REMOTE_CMD\n        if [ \"${LTS-}\" = '*' ]; then\n          LTS_MSG='(with LTS filter) '\n          REMOTE_CMD='nvm ls-remote --lts'\n        elif [ -n \"${LTS-}\" ]; then\n          LTS_MSG=\"(with LTS filter '${LTS}') \"\n          REMOTE_CMD=\"nvm ls-remote --lts=${LTS}\"\n          if [ -z \"${provided_version}\" ]; then\n            nvm_err \"Version with LTS filter '${LTS}' not found - try \\`${REMOTE_CMD}\\` to browse available versions.\"\n            return 3\n          fi\n        else\n          if [ \"${NVM_OFFLINE}\" = 1 ]; then\n            REMOTE_CMD='nvm ls'\n          else\n            REMOTE_CMD='nvm ls-remote'\n          fi\n        fi\n        if [ \"${NVM_OFFLINE}\" = 1 ]; then\n          nvm_err \"Version '${provided_version}' ${LTS_MSG-}not found locally or in cache - try \\`${REMOTE_CMD}\\` to browse available versions.\"\n        else\n          nvm_err \"Version '${provided_version}' ${LTS_MSG-}not found - try \\`${REMOTE_CMD}\\` to browse available versions.\"\n        fi\n        return 3\n      fi\n\n      ADDITIONAL_PARAMETERS=''\n\n      while [ $# -ne 0 ]; do\n        case \"$1\" in\n          --reinstall-packages-from=*)\n            if [ -n \"${PROVIDED_REINSTALL_PACKAGES_FROM-}\" ]; then\n              nvm_err '--reinstall-packages-from may not be provided more than once'\n              return 6\n            fi\n            PROVIDED_REINSTALL_PACKAGES_FROM=\"$(nvm_echo \"$1\" | command cut -c 27-)\"\n            if [ -z \"${PROVIDED_REINSTALL_PACKAGES_FROM}\" ]; then\n              nvm_err 'If --reinstall-packages-from is provided, it must point to an installed version of node.'\n              return 6\n            fi\n            REINSTALL_PACKAGES_FROM=\"$(nvm_version \"${PROVIDED_REINSTALL_PACKAGES_FROM}\")\" ||:\n          ;;\n          --copy-packages-from=*)\n            if [ -n \"${PROVIDED_REINSTALL_PACKAGES_FROM-}\" ]; then\n              nvm_err '--reinstall-packages-from may not be provided more than once, or combined with `--copy-packages-from`'\n              return 6\n            fi\n            PROVIDED_REINSTALL_PACKAGES_FROM=\"$(nvm_echo \"$1\" | command cut -c 22-)\"\n            if [ -z \"${PROVIDED_REINSTALL_PACKAGES_FROM}\" ]; then\n              nvm_err 'If --copy-packages-from is provided, it must point to an installed version of node.'\n              return 6\n            fi\n            REINSTALL_PACKAGES_FROM=\"$(nvm_version \"${PROVIDED_REINSTALL_PACKAGES_FROM}\")\" ||:\n          ;;\n          --reinstall-packages-from | --copy-packages-from)\n            nvm_err \"If ${1} is provided, it must point to an installed version of node using \\`=\\`.\"\n            return 6\n          ;;\n          --skip-default-packages)\n            SKIP_DEFAULT_PACKAGES=true\n          ;;\n          *)\n            ADDITIONAL_PARAMETERS=\"${ADDITIONAL_PARAMETERS} $1\"\n          ;;\n        esac\n        shift\n      done\n\n      if [ -n \"${PROVIDED_REINSTALL_PACKAGES_FROM-}\" ] && [ \"$(nvm_ensure_version_prefix \"${PROVIDED_REINSTALL_PACKAGES_FROM}\")\" = \"${VERSION}\" ]; then\n        nvm_err \"You can't reinstall global packages from the same version of node you're installing.\"\n        return 4\n      elif [ \"${REINSTALL_PACKAGES_FROM-}\" = 'N/A' ]; then\n        nvm_err \"If --reinstall-packages-from is provided, it must point to an installed version of node.\"\n        return 5\n      fi\n\n      local FLAVOR\n      if nvm_is_iojs_version \"${VERSION}\"; then\n        FLAVOR=\"$(nvm_iojs_prefix)\"\n      else\n        FLAVOR=\"$(nvm_node_prefix)\"\n      fi\n\n      EXIT_CODE=0\n\n      if nvm_is_version_installed \"${VERSION}\"; then\n        nvm_err \"${VERSION} is already installed.\"\n        nvm use \"${VERSION}\"\n        EXIT_CODE=$?\n        if [ $EXIT_CODE -eq 0 ]; then\n          if [ \"${NVM_UPGRADE_NPM}\" = 1 ]; then\n            nvm install-latest-npm\n            EXIT_CODE=$?\n          fi\n          if [ $EXIT_CODE -ne 0 ] && [ -z \"${SKIP_DEFAULT_PACKAGES-}\" ]; then\n            nvm_install_default_packages\n          fi\n          if [ $EXIT_CODE -ne 0 ] && [ -n \"${REINSTALL_PACKAGES_FROM-}\" ] && [ \"_${REINSTALL_PACKAGES_FROM}\" != \"_N/A\" ]; then\n            nvm reinstall-packages \"${REINSTALL_PACKAGES_FROM}\"\n            EXIT_CODE=$?\n          fi\n        fi\n\n        if [ -n \"${LTS-}\" ]; then\n          LTS=\"$(echo \"${LTS}\" | tr '[:upper:]' '[:lower:]')\"\n          nvm_ensure_default_set \"lts/${LTS}\"\n        else\n          nvm_ensure_default_set \"${provided_version}\"\n        fi\n\n        if [ $NVM_WRITE_TO_NVMRC -eq 1 ]; then\n          nvm_write_nvmrc \"${VERSION}\"\n          EXIT_CODE=$?\n        fi\n\n        if [ $EXIT_CODE -ne 0 ] && [ -n \"${ALIAS-}\" ]; then\n          nvm alias \"${ALIAS}\" \"${provided_version}\"\n          EXIT_CODE=$?\n        fi\n\n        return $EXIT_CODE\n      fi\n\n      if [ -n \"${NVM_INSTALL_THIRD_PARTY_HOOK-}\" ]; then\n        nvm_err '** $NVM_INSTALL_THIRD_PARTY_HOOK env var set; dispatching to third-party installation method **'\n        local NVM_METHOD_PREFERENCE\n        NVM_METHOD_PREFERENCE='binary'\n        if [ $nobinary -eq 1 ]; then\n          NVM_METHOD_PREFERENCE='source'\n        fi\n        local VERSION_PATH\n        VERSION_PATH=\"$(nvm_version_path \"${VERSION}\")\"\n        \"${NVM_INSTALL_THIRD_PARTY_HOOK}\" \"${VERSION}\" \"${FLAVOR}\" std \"${NVM_METHOD_PREFERENCE}\" \"${VERSION_PATH}\" || {\n          EXIT_CODE=$?\n          nvm_err '*** Third-party $NVM_INSTALL_THIRD_PARTY_HOOK env var failed to install! ***'\n          return $EXIT_CODE\n        }\n        if ! nvm_is_version_installed \"${VERSION}\"; then\n          nvm_err '*** Third-party $NVM_INSTALL_THIRD_PARTY_HOOK env var claimed to succeed, but failed to install! ***'\n          return 33\n        fi\n        EXIT_CODE=0\n      else\n\n        if [ \"_${NVM_OS}\" = \"_freebsd\" ]; then\n          # node.js and io.js do not have a FreeBSD binary\n          nobinary=1\n          nvm_err \"Currently, there is no binary for FreeBSD\"\n        elif [ \"_$NVM_OS\" = \"_openbsd\" ]; then\n          # node.js and io.js do not have a OpenBSD binary\n          nobinary=1\n          nvm_err \"Currently, there is no binary for OpenBSD\"\n        elif [ \"_${NVM_OS}\" = \"_sunos\" ]; then\n          # Not all node/io.js versions have a Solaris binary\n          if ! nvm_has_solaris_binary \"${VERSION}\"; then\n            nobinary=1\n            nvm_err \"Currently, there is no binary of version ${VERSION} for SunOS\"\n          fi\n        fi\n\n        # skip binary install if \"nobinary\" option specified.\n        if [ $nobinary -ne 1 ] && nvm_binary_available \"${VERSION}\"; then\n          NVM_NO_PROGRESS=\"${NVM_NO_PROGRESS:-${noprogress}}\" NVM_OFFLINE=\"${NVM_OFFLINE}\" nvm_install_binary \"${FLAVOR}\" std \"${VERSION}\" \"${nosource}\"\n          EXIT_CODE=$?\n        else\n          EXIT_CODE=-1\n          if [ $nosource -eq 1 ]; then\n            nvm_err \"Binary download is not available for ${VERSION}\"\n            EXIT_CODE=3\n          fi\n        fi\n\n        if [ $EXIT_CODE -ne 0 ] && [ $nosource -ne 1 ]; then\n          if [ -z \"${NVM_MAKE_JOBS-}\" ]; then\n            nvm_get_make_jobs\n          fi\n\n          if [ \"_${NVM_OS}\" = \"_win\" ]; then\n            nvm_err 'Installing from source on non-WSL Windows is not supported'\n            EXIT_CODE=87\n          else\n            NVM_NO_PROGRESS=\"${NVM_NO_PROGRESS:-${noprogress}}\" NVM_OFFLINE=\"${NVM_OFFLINE}\" nvm_install_source \"${FLAVOR}\" std \"${VERSION}\" \"${NVM_MAKE_JOBS}\" \"${ADDITIONAL_PARAMETERS}\"\n            EXIT_CODE=$?\n          fi\n        fi\n      fi\n\n      if [ $EXIT_CODE -eq 0 ]; then\n        if nvm_use_if_needed \"${VERSION}\" && nvm_install_npm_if_needed \"${VERSION}\"; then\n          if [ -n \"${LTS-}\" ]; then\n            nvm_ensure_default_set \"lts/${LTS}\"\n          else\n            nvm_ensure_default_set \"${provided_version}\"\n          fi\n          if [ \"${NVM_UPGRADE_NPM}\" = 1 ]; then\n            nvm install-latest-npm\n            EXIT_CODE=$?\n          fi\n          if [ $EXIT_CODE -eq 0 ] && [ -z \"${SKIP_DEFAULT_PACKAGES-}\" ]; then\n            nvm_install_default_packages\n          fi\n          if [ $EXIT_CODE -eq 0 ] && [ -n \"${REINSTALL_PACKAGES_FROM-}\" ] && [ \"_${REINSTALL_PACKAGES_FROM}\" != \"_N/A\" ]; then\n            nvm reinstall-packages \"${REINSTALL_PACKAGES_FROM}\"\n            EXIT_CODE=$?\n          fi\n        else\n          EXIT_CODE=$?\n        fi\n      fi\n\n      return $EXIT_CODE\n    ;;\n    \"uninstall\")\n      if [ $# -ne 1 ]; then\n        >&2 nvm --help\n        return 127\n      fi\n\n      local PATTERN\n      PATTERN=\"${1-}\"\n      case \"${PATTERN-}\" in\n        --) ;;\n        --lts | 'lts/*')\n          VERSION=\"$(nvm_match_version \"lts/*\")\"\n        ;;\n        lts/*)\n          VERSION=\"$(nvm_match_version \"lts/${PATTERN##lts/}\")\"\n        ;;\n        --lts=*)\n          VERSION=\"$(nvm_match_version \"lts/${PATTERN##--lts=}\")\"\n        ;;\n        *)\n          VERSION=\"$(nvm_version \"${PATTERN}\")\"\n        ;;\n      esac\n\n      if [ \"_${VERSION}\" = \"_$(nvm_ls_current)\" ]; then\n        if nvm_is_iojs_version \"${VERSION}\"; then\n          nvm_err \"nvm: Cannot uninstall currently-active io.js version, ${VERSION} (inferred from ${PATTERN}).\"\n        else\n          nvm_err \"nvm: Cannot uninstall currently-active node version, ${VERSION} (inferred from ${PATTERN}).\"\n        fi\n        return 1\n      fi\n\n      if ! nvm_is_version_installed \"${VERSION}\"; then\n        local REQUESTED_VERSION\n        REQUESTED_VERSION=\"${PATTERN}\"\n        if [ \"_${VERSION}\" != \"_N/A\" ] && [ \"_${VERSION}\" != \"_${PATTERN}\" ]; then\n          nvm_err \"Version '${VERSION}' (inferred from ${PATTERN}) is not installed.\"\n        else\n          nvm_err \"Version '${REQUESTED_VERSION}' is not installed.\"\n        fi\n        return\n      fi\n\n      local SLUG_BINARY\n      local SLUG_SOURCE\n      if nvm_is_iojs_version \"${VERSION}\"; then\n        SLUG_BINARY=\"$(nvm_get_download_slug iojs binary std \"${VERSION}\")\"\n        SLUG_SOURCE=\"$(nvm_get_download_slug iojs source std \"${VERSION}\")\"\n      else\n        SLUG_BINARY=\"$(nvm_get_download_slug node binary std \"${VERSION}\")\"\n        SLUG_SOURCE=\"$(nvm_get_download_slug node source std \"${VERSION}\")\"\n      fi\n\n      local NVM_SUCCESS_MSG\n      if nvm_is_iojs_version \"${VERSION}\"; then\n        NVM_SUCCESS_MSG=\"Uninstalled io.js $(nvm_strip_iojs_prefix \"${VERSION}\")\"\n      else\n        NVM_SUCCESS_MSG=\"Uninstalled node ${VERSION}\"\n      fi\n\n      local VERSION_PATH\n      VERSION_PATH=\"$(nvm_version_path \"${VERSION}\")\"\n      if ! nvm_check_file_permissions \"${VERSION_PATH}\"; then\n        nvm_err 'Cannot uninstall, incorrect permissions on installation folder.'\n        nvm_err 'This is usually caused by running `npm install -g` as root. Run the following commands as root to fix the permissions and then try again.'\n        nvm_err\n        nvm_err \"  chown -R $(whoami) \\\"$(nvm_sanitize_path \"${VERSION_PATH}\")\\\"\"\n        nvm_err \"  chmod -R u+w \\\"$(nvm_sanitize_path \"${VERSION_PATH}\")\\\"\"\n        return 1\n      fi\n\n      # Delete all files related to target version.\n      local CACHE_DIR\n      CACHE_DIR=\"$(nvm_cache_dir)\"\n      command rm -rf \\\n        \"${CACHE_DIR}/bin/${SLUG_BINARY}/files\" \\\n        \"${CACHE_DIR}/src/${SLUG_SOURCE}/files\" \\\n        \"${VERSION_PATH}\" 2>/dev/null\n      nvm_echo \"${NVM_SUCCESS_MSG}\"\n\n      # rm any aliases that point to uninstalled version.\n      for ALIAS in $(nvm_grep -l \"${VERSION}\" \"$(nvm_alias_path)/*\" 2>/dev/null); do\n        nvm unalias \"$(command basename \"${ALIAS}\")\"\n      done\n    ;;\n    \"deactivate\")\n      local NVM_SILENT\n      while [ $# -ne 0 ]; do\n        case \"${1}\" in\n          --silent) NVM_SILENT=1 ;;\n          --) ;;\n        esac\n        shift\n      done\n      local NEWPATH\n      NEWPATH=\"$(nvm_strip_path \"${PATH}\" \"/bin\")\"\n      if [ \"_${PATH}\" = \"_${NEWPATH}\" ]; then\n        if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n          nvm_err \"Could not find ${NVM_DIR}/*/bin in \\${PATH}\"\n        fi\n      else\n        export PATH=\"${NEWPATH}\"\n        \\hash -r\n        if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n          nvm_echo \"${NVM_DIR}/*/bin removed from \\${PATH}\"\n        fi\n      fi\n\n      if [ -n \"${MANPATH-}\" ]; then\n        NEWPATH=\"$(nvm_strip_path \"${MANPATH}\" \"/share/man\")\"\n        if [ \"_${MANPATH}\" = \"_${NEWPATH}\" ]; then\n          if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n            nvm_err \"Could not find ${NVM_DIR}/*/share/man in \\${MANPATH}\"\n          fi\n        else\n          export MANPATH=\"${NEWPATH}\"\n          if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n            nvm_echo \"${NVM_DIR}/*/share/man removed from \\${MANPATH}\"\n          fi\n        fi\n      fi\n\n      if [ -n \"${NODE_PATH-}\" ]; then\n        NEWPATH=\"$(nvm_strip_path \"${NODE_PATH}\" \"/lib/node_modules\")\"\n        if [ \"_${NODE_PATH}\" != \"_${NEWPATH}\" ]; then\n          export NODE_PATH=\"${NEWPATH}\"\n          if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n            nvm_echo \"${NVM_DIR}/*/lib/node_modules removed from \\${NODE_PATH}\"\n          fi\n        fi\n      fi\n      unset NVM_BIN\n      unset NVM_INC\n    ;;\n    \"use\")\n      local PROVIDED_VERSION\n      local NVM_SILENT\n      local NVM_SILENT_ARG\n      local NVM_DELETE_PREFIX\n      NVM_DELETE_PREFIX=0\n      local NVM_LTS\n      local IS_VERSION_FROM_NVMRC\n      IS_VERSION_FROM_NVMRC=0\n      local NVM_WRITE_TO_NVMRC\n      NVM_WRITE_TO_NVMRC=0\n\n      while [ $# -ne 0 ]; do\n        case \"$1\" in\n          --silent)\n            NVM_SILENT=1\n            NVM_SILENT_ARG='--silent'\n          ;;\n          --delete-prefix) NVM_DELETE_PREFIX=1 ;;\n          --) ;;\n          --lts) NVM_LTS='*' ;;\n          --lts=*) NVM_LTS=\"${1##--lts=}\" ;;\n          --save | -w)\n            if [ $NVM_WRITE_TO_NVMRC -eq 1 ]; then\n              nvm_err '--save and -w may only be provided once'\n              return 6\n            fi\n            NVM_WRITE_TO_NVMRC=1\n          ;;\n          --*) ;;\n          *)\n            if [ -n \"${1-}\" ]; then\n              PROVIDED_VERSION=\"$1\"\n            fi\n          ;;\n        esac\n        shift\n      done\n\n      if [ -n \"${NVM_LTS-}\" ]; then\n        VERSION=\"$(nvm_match_version \"lts/${NVM_LTS:-*}\")\"\n      elif [ -z \"${PROVIDED_VERSION-}\" ]; then\n        { PROVIDED_VERSION=\"$(NVM_SILENT=\"${NVM_SILENT:-0}\" nvm_rc_version 3>&1 1>&4)\"; } 4>&1\n        if [ -n \"${PROVIDED_VERSION}\" ]; then\n          IS_VERSION_FROM_NVMRC=1\n          VERSION=\"$(nvm_version \"${PROVIDED_VERSION}\")\"\n        fi\n        if [ -z \"${VERSION}\" ]; then\n          nvm_err 'Please see `nvm --help` or https://github.com/nvm-sh/nvm#nvmrc for more information.'\n          return 127\n        fi\n      else\n        VERSION=\"$(nvm_match_version \"${PROVIDED_VERSION}\")\"\n      fi\n\n      if [ -z \"${VERSION}\" ]; then\n        >&2 nvm --help\n        return 127\n      fi\n\n      if [ $NVM_WRITE_TO_NVMRC -eq 1 ]; then\n        nvm_write_nvmrc \"${VERSION}\"\n      fi\n\n      if [ \"_${VERSION}\" = '_system' ]; then\n        if nvm_has_system_node && nvm deactivate \"${NVM_SILENT_ARG-}\" >/dev/null 2>&1; then\n          if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n            nvm_echo \"Now using system version of node: $(node -v 2>/dev/null)$(nvm_print_npm_version)\"\n          fi\n          return\n        elif nvm_has_system_iojs && nvm deactivate \"${NVM_SILENT_ARG-}\" >/dev/null 2>&1; then\n          if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n            nvm_echo \"Now using system version of io.js: $(iojs --version 2>/dev/null)$(nvm_print_npm_version)\"\n          fi\n          return\n        elif [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n          nvm_err 'System version of node not found.'\n        fi\n        return 127\n      elif [ \"_${VERSION}\" = '_∞' ]; then\n        if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n          nvm_err \"The alias \\\"${PROVIDED_VERSION}\\\" leads to an infinite loop. Aborting.\"\n        fi\n        return 8\n      fi\n      if [ \"${VERSION}\" = 'N/A' ]; then\n        if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n          nvm_ensure_version_installed \"${PROVIDED_VERSION}\" \"${IS_VERSION_FROM_NVMRC}\"\n        fi\n        return 3\n      # This nvm_ensure_version_installed call can be a performance bottleneck\n      # on shell startup. Perhaps we can optimize it away or make it faster.\n      elif ! nvm_ensure_version_installed \"${VERSION}\" \"${IS_VERSION_FROM_NVMRC}\"; then\n        return $?\n      fi\n\n      local NVM_VERSION_DIR\n      NVM_VERSION_DIR=\"$(nvm_version_path \"${VERSION}\")\"\n\n      # Change current version\n      PATH=\"$(nvm_change_path \"${PATH}\" \"/bin\" \"${NVM_VERSION_DIR}\")\"\n      if nvm_has manpath; then\n        if [ -z \"${MANPATH-}\" ]; then\n          local MANPATH\n          MANPATH=$(manpath)\n        fi\n        # Change current version\n        MANPATH=\"$(nvm_change_path \"${MANPATH}\" \"/share/man\" \"${NVM_VERSION_DIR}\")\"\n        export MANPATH\n      fi\n      export PATH\n      \\hash -r\n      export NVM_BIN=\"${NVM_VERSION_DIR}/bin\"\n      export NVM_INC=\"${NVM_VERSION_DIR}/include/node\"\n      if [ \"${NVM_SYMLINK_CURRENT-}\" = true ]; then\n        command rm -f \"${NVM_DIR}/current\" && ln -s \"${NVM_VERSION_DIR}\" \"${NVM_DIR}/current\"\n      fi\n      local NVM_USE_OUTPUT\n      NVM_USE_OUTPUT=''\n      if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n        if nvm_is_iojs_version \"${VERSION}\"; then\n          NVM_USE_OUTPUT=\"Now using io.js $(nvm_strip_iojs_prefix \"${VERSION}\")$(nvm_print_npm_version)\"\n        else\n          NVM_USE_OUTPUT=\"Now using node ${VERSION}$(nvm_print_npm_version)\"\n        fi\n      fi\n      if [ \"_${VERSION}\" != \"_system\" ]; then\n        local NVM_USE_CMD\n        NVM_USE_CMD=\"nvm use --delete-prefix\"\n        if [ -n \"${PROVIDED_VERSION}\" ]; then\n          NVM_USE_CMD=\"${NVM_USE_CMD} ${VERSION}\"\n        fi\n        if [ \"${NVM_SILENT:-0}\" -eq 1 ]; then\n          NVM_USE_CMD=\"${NVM_USE_CMD} --silent\"\n        fi\n        if ! nvm_die_on_prefix \"${NVM_DELETE_PREFIX}\" \"${NVM_USE_CMD}\" \"${NVM_VERSION_DIR}\"; then\n          return 11\n        fi\n      fi\n      if [ -n \"${NVM_USE_OUTPUT-}\" ] && [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n        nvm_echo \"${NVM_USE_OUTPUT}\"\n      fi\n    ;;\n    \"run\")\n      local provided_version\n      local has_checked_nvmrc\n      has_checked_nvmrc=0\n      local IS_VERSION_FROM_NVMRC\n      IS_VERSION_FROM_NVMRC=0\n      # run given version of node\n\n      local NVM_SILENT\n      local NVM_SILENT_ARG\n      local NVM_LTS\n      while [ $# -gt 0 ]; do\n        case \"$1\" in\n          --silent)\n            NVM_SILENT=1\n            NVM_SILENT_ARG='--silent'\n            shift\n          ;;\n          --lts) NVM_LTS='*' ; shift ;;\n          --lts=*) NVM_LTS=\"${1##--lts=}\" ; shift ;;\n          *)\n            if [ -n \"$1\" ]; then\n              break\n            else\n              shift\n            fi\n          ;; # stop processing arguments\n        esac\n      done\n\n      if [ $# -lt 1 ] && [ -z \"${NVM_LTS-}\" ]; then\n        local NVM_RC_VERSION\n        { NVM_RC_VERSION=\"$(NVM_SILENT=\"${NVM_SILENT:-0}\" nvm_rc_version 3>&1 1>&4)\"; } 4>&1 && has_checked_nvmrc=1\n        if [ -n \"${NVM_RC_VERSION}\" ]; then\n          VERSION=\"$(nvm_version \"${NVM_RC_VERSION}\")\" ||:\n        fi\n        if [ \"${VERSION:-N/A}\" = 'N/A' ]; then\n          >&2 nvm --help\n          return 127\n        fi\n      fi\n\n      if [ -z \"${NVM_LTS-}\" ]; then\n        provided_version=\"$1\"\n        if [ -n \"${provided_version}\" ]; then\n          VERSION=\"$(nvm_version \"${provided_version}\")\" ||:\n          if [ \"_${VERSION:-N/A}\" = '_N/A' ] && ! nvm_is_valid_version \"${provided_version}\"; then\n            provided_version=''\n            if [ $has_checked_nvmrc -ne 1 ]; then\n              { NVM_RC_VERSION=\"$(NVM_SILENT=\"${NVM_SILENT:-0}\" nvm_rc_version 3>&1 1>&4)\"; } 4>&1 && has_checked_nvmrc=1\n            fi\n            provided_version=\"${NVM_RC_VERSION}\"\n            IS_VERSION_FROM_NVMRC=1\n            VERSION=\"$(nvm_version \"${NVM_RC_VERSION}\")\" ||:\n          else\n            shift\n          fi\n        fi\n      fi\n\n      local NVM_IOJS\n      if nvm_is_iojs_version \"${VERSION}\"; then\n        NVM_IOJS=true\n      fi\n\n      local EXIT_CODE\n\n      nvm_is_zsh && setopt local_options shwordsplit\n      local LTS_ARG\n      if [ -n \"${NVM_LTS-}\" ]; then\n        LTS_ARG=\"--lts=${NVM_LTS-}\"\n        VERSION=''\n      fi\n      if [ \"_${VERSION}\" = \"_N/A\" ]; then\n        nvm_ensure_version_installed \"${provided_version}\" \"${IS_VERSION_FROM_NVMRC}\"\n      elif [ \"${NVM_IOJS}\" = true ]; then\n        nvm exec \"${NVM_SILENT_ARG-}\" \"${LTS_ARG-}\" \"${VERSION}\" iojs \"$@\"\n      else\n        nvm exec \"${NVM_SILENT_ARG-}\" \"${LTS_ARG-}\" \"${VERSION}\" node \"$@\"\n      fi\n      EXIT_CODE=\"$?\"\n      return $EXIT_CODE\n    ;;\n    \"exec\")\n      local NVM_SILENT\n      local NVM_LTS\n      while [ $# -gt 0 ]; do\n        case \"$1\" in\n          --silent) NVM_SILENT=1 ; shift ;;\n          --lts) NVM_LTS='*' ; shift ;;\n          --lts=*) NVM_LTS=\"${1##--lts=}\" ; shift ;;\n          --) break ;;\n          --*)\n            nvm_err \"Unsupported option \\\"$1\\\".\"\n            return 55\n          ;;\n          *)\n            if [ -n \"$1\" ]; then\n              break\n            else\n              shift\n            fi\n          ;; # stop processing arguments\n        esac\n      done\n\n      local provided_version\n      provided_version=\"$1\"\n      if [ \"${NVM_LTS-}\" != '' ]; then\n        provided_version=\"lts/${NVM_LTS:-*}\"\n        VERSION=\"${provided_version}\"\n      elif [ -n \"${provided_version}\" ]; then\n        VERSION=\"$(nvm_version \"${provided_version}\")\" ||:\n        if [ \"_${VERSION}\" = '_N/A' ] && ! nvm_is_valid_version \"${provided_version}\"; then\n          { provided_version=\"$(NVM_SILENT=\"${NVM_SILENT:-0}\" nvm_rc_version 3>&1 1>&4)\"; } 4>&1 && has_checked_nvmrc=1\n          VERSION=\"$(nvm_version \"${provided_version}\")\" ||:\n        else\n          shift\n        fi\n      fi\n\n      nvm_ensure_version_installed \"${provided_version}\"\n      EXIT_CODE=$?\n      if [ \"${EXIT_CODE}\" != \"0\" ]; then\n        # shellcheck disable=SC2086\n        return $EXIT_CODE\n      fi\n\n      if [ \"${NVM_SILENT:-0}\" -ne 1 ]; then\n        if [ \"${NVM_LTS-}\" = '*' ]; then\n          nvm_echo \"Running node latest LTS -> $(nvm_version \"${VERSION}\")$(nvm use --silent \"${VERSION}\" && nvm_print_npm_version)\"\n        elif [ -n \"${NVM_LTS-}\" ]; then\n          nvm_echo \"Running node LTS \\\"${NVM_LTS-}\\\" -> $(nvm_version \"${VERSION}\")$(nvm use --silent \"${VERSION}\" && nvm_print_npm_version)\"\n        elif nvm_is_iojs_version \"${VERSION}\"; then\n          nvm_echo \"Running io.js $(nvm_strip_iojs_prefix \"${VERSION}\")$(nvm use --silent \"${VERSION}\" && nvm_print_npm_version)\"\n        else\n          nvm_echo \"Running node ${VERSION}$(nvm use --silent \"${VERSION}\" && nvm_print_npm_version)\"\n        fi\n      fi\n      NODE_VERSION=\"${VERSION}\" \"${NVM_DIR}/nvm-exec\" \"$@\"\n    ;;\n    \"ls\" | \"list\")\n      local PATTERN\n      local NVM_NO_COLORS\n      local NVM_NO_ALIAS\n\n      while [ $# -gt 0 ]; do\n        case \"${1}\" in\n          --) ;;\n          --no-colors) NVM_NO_COLORS=\"${1}\" ;;\n          --no-alias) NVM_NO_ALIAS=\"${1}\" ;;\n          --*)\n            nvm_err \"Unsupported option \\\"${1}\\\".\"\n            return 55\n          ;;\n          *)\n            PATTERN=\"${PATTERN:-$1}\"\n          ;;\n        esac\n        shift\n      done\n      if [ -n \"${PATTERN-}\" ] && [ -n \"${NVM_NO_ALIAS-}\" ]; then\n        nvm_err '`--no-alias` is not supported when a pattern is provided.'\n        return 55\n      fi\n      local NVM_LS_OUTPUT\n      local NVM_LS_EXIT_CODE\n      NVM_LS_OUTPUT=$(nvm_ls \"${PATTERN-}\")\n      NVM_LS_EXIT_CODE=$?\n      NVM_NO_COLORS=\"${NVM_NO_COLORS-}\" nvm_print_versions \"${NVM_LS_OUTPUT}\"\n      if [ -z \"${NVM_NO_ALIAS-}\" ] && [ -z \"${PATTERN-}\" ]; then\n        if [ -n \"${NVM_NO_COLORS-}\" ]; then\n          nvm alias --no-colors\n        else\n          nvm alias\n        fi\n      fi\n      return $NVM_LS_EXIT_CODE\n    ;;\n    \"ls-remote\" | \"list-remote\")\n      local NVM_LTS\n      local PATTERN\n      local NVM_NO_COLORS\n\n      while [ $# -gt 0 ]; do\n        case \"${1-}\" in\n          --) ;;\n          --lts)\n            NVM_LTS='*'\n          ;;\n          --lts=*)\n            NVM_LTS=\"${1##--lts=}\"\n          ;;\n          --no-colors) NVM_NO_COLORS=\"${1}\" ;;\n          --*)\n            nvm_err \"Unsupported option \\\"${1}\\\".\"\n            return 55\n          ;;\n          *)\n            if [ -z \"${PATTERN-}\" ]; then\n              PATTERN=\"${1-}\"\n              if [ -z \"${NVM_LTS-}\" ]; then\n                case \"${PATTERN}\" in\n                  'lts/*')\n                    NVM_LTS='*'\n                    PATTERN=''\n                  ;;\n                  lts/*)\n                    NVM_LTS=\"${PATTERN##lts/}\"\n                    PATTERN=''\n                  ;;\n                esac\n              fi\n            fi\n          ;;\n        esac\n        shift\n      done\n\n      local NVM_OUTPUT\n      local EXIT_CODE\n      NVM_OUTPUT=\"$(NVM_LTS=\"${NVM_LTS-}\" nvm_remote_versions \"${PATTERN}\" &&:)\"\n      EXIT_CODE=$?\n      if [ -n \"${NVM_OUTPUT}\" ]; then\n        NVM_NO_COLORS=\"${NVM_NO_COLORS-}\" nvm_print_versions \"${NVM_OUTPUT}\"\n        return $EXIT_CODE\n      fi\n      NVM_NO_COLORS=\"${NVM_NO_COLORS-}\" nvm_print_versions \"N/A\"\n      return 3\n    ;;\n    \"current\")\n      nvm_version current\n    ;;\n    \"which\")\n      local NVM_SILENT\n      local provided_version\n      while [ $# -ne 0 ]; do\n        case \"${1}\" in\n          --silent) NVM_SILENT=1 ;;\n          --) ;;\n          *) provided_version=\"${1-}\" ;;\n        esac\n        shift\n      done\n      if [ -z \"${provided_version-}\" ]; then\n        { provided_version=\"$(NVM_SILENT=\"${NVM_SILENT:-0}\" nvm_rc_version 3>&1 1>&4)\"; } 4>&1\n        if [ -n \"${provided_version}\" ]; then\n          VERSION=$(nvm_version \"${provided_version}\") ||:\n        fi\n      elif [ \"${provided_version}\" != 'system' ]; then\n        VERSION=\"$(nvm_version \"${provided_version}\")\" ||:\n      else\n        VERSION=\"${provided_version-}\"\n      fi\n      if [ -z \"${VERSION}\" ]; then\n        >&2 nvm --help\n        return 127\n      fi\n\n      if [ \"_${VERSION}\" = '_system' ]; then\n        if nvm_has_system_iojs >/dev/null 2>&1 || nvm_has_system_node >/dev/null 2>&1; then\n          local NVM_BIN\n          NVM_BIN=\"$(nvm use system >/dev/null 2>&1 && command which node)\"\n          if [ -n \"${NVM_BIN}\" ]; then\n            nvm_echo \"${NVM_BIN}\"\n            return\n          fi\n          return 1\n        fi\n        nvm_err 'System version of node not found.'\n        return 127\n      elif [ \"${VERSION}\" = '∞' ]; then\n        nvm_err \"The alias \\\"${2}\\\" leads to an infinite loop. Aborting.\"\n        return 8\n      fi\n\n      nvm_ensure_version_installed \"${provided_version}\"\n      EXIT_CODE=$?\n      if [ \"${EXIT_CODE}\" != \"0\" ]; then\n        # shellcheck disable=SC2086\n        return $EXIT_CODE\n      fi\n      local NVM_VERSION_DIR\n      NVM_VERSION_DIR=\"$(nvm_version_path \"${VERSION}\")\"\n      nvm_echo \"${NVM_VERSION_DIR}/bin/node\"\n    ;;\n    \"alias\")\n      local NVM_ALIAS_DIR\n      NVM_ALIAS_DIR=\"$(nvm_alias_path)\"\n      local NVM_CURRENT\n      NVM_CURRENT=\"$(nvm_ls_current)\"\n\n      command mkdir -p \"${NVM_ALIAS_DIR}/lts\"\n\n      local ALIAS\n      local TARGET\n      local NVM_NO_COLORS\n      ALIAS='--'\n      TARGET='--'\n\n      while [ $# -gt 0 ]; do\n        case \"${1-}\" in\n          --) ;;\n          --no-colors) NVM_NO_COLORS=\"${1}\" ;;\n          --*)\n            nvm_err \"Unsupported option \\\"${1}\\\".\"\n            return 55\n          ;;\n          *)\n            if [ \"${ALIAS}\" = '--' ]; then\n              ALIAS=\"${1-}\"\n            elif [ \"${TARGET}\" = '--' ]; then\n              TARGET=\"${1-}\"\n            fi\n          ;;\n        esac\n        shift\n      done\n\n      if [ -z \"${TARGET}\" ]; then\n        # for some reason the empty string was explicitly passed as the target\n        # so, unalias it.\n        nvm unalias \"${ALIAS}\"\n        return $?\n      elif echo \"${ALIAS}\" | grep -q \"#\"; then\n        nvm_err 'Aliases with a comment delimiter (#) are not supported.'\n        return 1\n      elif [ \"${TARGET}\" != '--' ]; then\n        # a target was passed: create an alias\n        if [ \"${ALIAS#*\\/}\" != \"${ALIAS}\" ]; then\n          nvm_err 'Aliases in subdirectories are not supported.'\n          return 1\n        fi\n        VERSION=\"$(nvm_version \"${TARGET}\")\" ||:\n        if [ \"${VERSION}\" = 'N/A' ]; then\n          nvm_err \"! WARNING: Version '${TARGET}' does not exist.\"\n        fi\n        nvm_make_alias \"${ALIAS}\" \"${TARGET}\"\n        NVM_NO_COLORS=\"${NVM_NO_COLORS-}\" NVM_CURRENT=\"${NVM_CURRENT-}\" DEFAULT=false nvm_print_formatted_alias \"${ALIAS}\" \"${TARGET}\" \"${VERSION}\"\n      else\n        if [ \"${ALIAS-}\" = '--' ]; then\n          unset ALIAS\n        fi\n\n        nvm_list_aliases \"${ALIAS-}\"\n      fi\n    ;;\n    \"unalias\")\n      local NVM_ALIAS_DIR\n      NVM_ALIAS_DIR=\"$(nvm_alias_path)\"\n      command mkdir -p \"${NVM_ALIAS_DIR}\"\n      if [ $# -ne 1 ]; then\n        >&2 nvm --help\n        return 127\n      fi\n      if [ \"${1#*\\/}\" != \"${1-}\" ]; then\n        nvm_err 'Aliases in subdirectories are not supported.'\n        return 1\n      fi\n\n      local NVM_IOJS_PREFIX\n      local NVM_NODE_PREFIX\n      NVM_IOJS_PREFIX=\"$(nvm_iojs_prefix)\"\n      NVM_NODE_PREFIX=\"$(nvm_node_prefix)\"\n      local NVM_ALIAS_EXISTS\n      NVM_ALIAS_EXISTS=0\n      if [ -f \"${NVM_ALIAS_DIR}/${1-}\" ]; then\n        NVM_ALIAS_EXISTS=1\n      fi\n\n      if [ $NVM_ALIAS_EXISTS -eq 0 ]; then\n        case \"$1\" in\n          \"stable\" | \"unstable\" | \"${NVM_IOJS_PREFIX}\" | \"${NVM_NODE_PREFIX}\" | \"system\")\n            nvm_err \"${1-} is a default (built-in) alias and cannot be deleted.\"\n            return 1\n          ;;\n        esac\n\n        nvm_err \"Alias ${1-} doesn't exist!\"\n        return\n      fi\n\n      local NVM_ALIAS_ORIGINAL\n      NVM_ALIAS_ORIGINAL=\"$(nvm_alias \"${1}\")\"\n      command rm -f \"${NVM_ALIAS_DIR}/${1}\"\n      nvm_echo \"Deleted alias ${1} - restore it with \\`nvm alias \\\"${1}\\\" \\\"${NVM_ALIAS_ORIGINAL}\\\"\\`\"\n    ;;\n    \"install-latest-npm\")\n      if [ $# -ne 0 ]; then\n        >&2 nvm --help\n        return 127\n      fi\n\n      nvm_install_latest_npm\n    ;;\n    \"reinstall-packages\" | \"copy-packages\")\n      if [ $# -ne 1 ]; then\n        >&2 nvm --help\n        return 127\n      fi\n\n      local PROVIDED_VERSION\n      PROVIDED_VERSION=\"${1-}\"\n\n      if [ \"${PROVIDED_VERSION}\" = \"$(nvm_ls_current)\" ] || [ \"$(nvm_version \"${PROVIDED_VERSION}\" ||:)\" = \"$(nvm_ls_current)\" ]; then\n        nvm_err 'Can not reinstall packages from the current version of node.'\n        return 2\n      fi\n\n      local VERSION\n      if [ \"_${PROVIDED_VERSION}\" = \"_system\" ]; then\n        if ! nvm_has_system_node && ! nvm_has_system_iojs; then\n          nvm_err 'No system version of node or io.js detected.'\n          return 3\n        fi\n        VERSION=\"system\"\n      else\n        VERSION=\"$(nvm_version \"${PROVIDED_VERSION}\")\" ||:\n      fi\n\n      local NPMLIST\n      NPMLIST=\"$(nvm_npm_global_modules \"${VERSION}\")\"\n      local INSTALLS\n      local LINKS\n      INSTALLS=\"${NPMLIST%% //// *}\"\n      LINKS=\"${NPMLIST##* //// }\"\n\n      nvm_echo \"Reinstalling global packages from ${VERSION}...\"\n      if [ -n \"${INSTALLS}\" ]; then\n        nvm_echo \"${INSTALLS}\" | command xargs npm install -g --quiet\n      else\n        nvm_echo \"No installed global packages found...\"\n      fi\n\n      nvm_echo \"Linking global packages from ${VERSION}...\"\n      if [ -n \"${LINKS}\" ]; then\n        (\n          set -f; IFS='\n' # necessary to turn off variable expansion except for newlines\n          for LINK in ${LINKS}; do\n            set +f; unset IFS # restore variable expansion\n            if [ -n \"${LINK}\" ]; then\n              case \"${LINK}\" in\n                '/'*) (nvm_cd \"${LINK}\" && npm link) ;;\n                *) (nvm_cd \"$(npm root -g)/../${LINK}\" && npm link)\n              esac\n            fi\n          done\n        )\n      else\n        nvm_echo \"No linked global packages found...\"\n      fi\n    ;;\n    \"clear-cache\")\n      command rm -f \"${NVM_DIR}/v*\" \"$(nvm_version_dir)\" 2>/dev/null\n      nvm_echo 'nvm cache cleared.'\n    ;;\n    \"version\")\n      nvm_version \"${1}\"\n    ;;\n    \"version-remote\")\n      local NVM_LTS\n      local PATTERN\n      while [ $# -gt 0 ]; do\n        case \"${1-}\" in\n          --) ;;\n          --lts)\n            NVM_LTS='*'\n          ;;\n          --lts=*)\n            NVM_LTS=\"${1##--lts=}\"\n          ;;\n          --*)\n            nvm_err \"Unsupported option \\\"${1}\\\".\"\n            return 55\n          ;;\n          *)\n            PATTERN=\"${PATTERN:-${1}}\"\n          ;;\n        esac\n        shift\n      done\n      case \"${PATTERN-}\" in\n        'lts/*')\n          NVM_LTS='*'\n          unset PATTERN\n        ;;\n        lts/*)\n          NVM_LTS=\"${PATTERN##lts/}\"\n          unset PATTERN\n        ;;\n      esac\n      NVM_VERSION_ONLY=true NVM_LTS=\"${NVM_LTS-}\" nvm_remote_version \"${PATTERN:-node}\"\n    ;;\n    \"--version\" | \"-v\")\n      nvm_echo '0.40.4'\n    ;;\n    \"unload\")\n      nvm deactivate >/dev/null 2>&1\n      unset -f nvm \\\n        nvm_iojs_prefix nvm_node_prefix \\\n        nvm_add_iojs_prefix nvm_strip_iojs_prefix \\\n        nvm_is_iojs_version nvm_is_alias nvm_has_non_aliased \\\n        nvm_ls_remote nvm_ls_remote_iojs nvm_ls_remote_index_tab \\\n        nvm_ls nvm_remote_version nvm_remote_versions \\\n        nvm_install_binary nvm_install_source nvm_clang_version \\\n        nvm_get_mirror nvm_get_download_slug nvm_download_artifact \\\n        nvm_install_npm_if_needed nvm_use_if_needed nvm_check_file_permissions \\\n        nvm_print_versions nvm_compute_checksum \\\n        nvm_get_checksum_binary \\\n        nvm_get_checksum_alg nvm_get_checksum nvm_compare_checksum \\\n        nvm_version nvm_rc_version nvm_match_version \\\n        nvm_ensure_default_set nvm_get_arch nvm_get_os \\\n        nvm_print_implicit_alias nvm_validate_implicit_alias \\\n        nvm_resolve_alias nvm_ls_current nvm_alias \\\n        nvm_binary_available nvm_change_path nvm_strip_path \\\n        nvm_num_version_groups nvm_format_version nvm_ensure_version_prefix \\\n        nvm_normalize_version nvm_is_valid_version nvm_normalize_lts \\\n        nvm_ensure_version_installed nvm_cache_dir nvm_ls_cached nvm_offline_version \\\n        nvm_version_path nvm_alias_path nvm_version_dir \\\n        nvm_find_nvmrc nvm_find_up nvm_find_project_dir nvm_tree_contains_path \\\n        nvm_version_greater nvm_version_greater_than_or_equal_to \\\n        nvm_print_npm_version nvm_install_latest_npm nvm_npm_global_modules \\\n        nvm_has_system_node nvm_has_system_iojs \\\n        nvm_download nvm_get_latest nvm_has nvm_install_default_packages nvm_get_default_packages \\\n        nvm_curl_use_compression nvm_curl_version \\\n        nvm_auto nvm_supports_xz \\\n        nvm_echo nvm_err nvm_grep nvm_cd \\\n        nvm_die_on_prefix nvm_get_make_jobs nvm_get_minor_version \\\n        nvm_has_solaris_binary nvm_is_merged_node_version \\\n        nvm_is_natural_num nvm_is_version_installed \\\n        nvm_list_aliases nvm_make_alias nvm_print_alias_path \\\n        nvm_print_default_alias nvm_print_formatted_alias nvm_resolve_local_alias \\\n        nvm_sanitize_path nvm_has_colors nvm_process_parameters \\\n        nvm_node_version_has_solaris_binary nvm_iojs_version_has_solaris_binary \\\n        nvm_curl_libz_support nvm_command_info nvm_is_zsh nvm_stdout_is_terminal \\\n        nvm_npmrc_bad_news_bears nvm_sanitize_auth_header \\\n        nvm_get_colors nvm_set_colors nvm_print_color_code nvm_wrap_with_color_code nvm_format_help_message_colors \\\n        nvm_echo_with_colors nvm_err_with_colors \\\n        nvm_get_artifact_compression nvm_install_binary_extract nvm_extract_tarball \\\n        nvm_process_nvmrc nvm_nvmrc_invalid_msg \\\n        nvm_write_nvmrc \\\n        >/dev/null 2>&1\n      unset NVM_NODEJS_ORG_MIRROR NVM_IOJS_ORG_MIRROR NVM_DIR \\\n        NVM_CD_FLAGS NVM_BIN NVM_INC NVM_MAKE_JOBS \\\n        NVM_COLORS INSTALLED_COLOR SYSTEM_COLOR \\\n        CURRENT_COLOR NOT_INSTALLED_COLOR DEFAULT_COLOR LTS_COLOR \\\n        >/dev/null 2>&1\n    ;;\n    \"set-colors\")\n      local EXIT_CODE\n      nvm_set_colors \"${1-}\"\n      EXIT_CODE=$?\n      if [ \"$EXIT_CODE\" -eq 17 ]; then\n        >&2 nvm --help\n        nvm_echo\n        nvm_err_with_colors \"\\033[1;37mPlease pass in five \\033[1;31mvalid color codes\\033[1;37m. Choose from: rRgGbBcCyYmMkKeW\\033[0m\"\n      fi\n    ;;\n    *)\n      >&2 nvm --help\n      return 127\n    ;;\n  esac\n}\n\nnvm_get_default_packages() {\n  local NVM_DEFAULT_PACKAGE_FILE\n  NVM_DEFAULT_PACKAGE_FILE=\"${NVM_DIR}/default-packages\"\n  if [ -f \"${NVM_DEFAULT_PACKAGE_FILE}\" ]; then\n    command awk -v filename=\"${NVM_DEFAULT_PACKAGE_FILE}\" '\n      /^[ \\t]*#/ { next }                           # Skip lines that begin with #\n      /^[ \\t]*$/ { next }                           # Skip empty lines\n      /[ \\t]/ && !/^[ \\t]*#/ {\n        print \"Only one package per line is allowed in `\" filename \"`. Please remove any lines with multiple space-separated values.\" > \"/dev/stderr\"\n        err = 1\n        exit 1\n      }\n      {\n        if (NR > 1 && !prev_space) printf \" \"\n        printf \"%s\", $0\n        prev_space = 0\n      }\n    ' \"${NVM_DEFAULT_PACKAGE_FILE}\"\n  fi\n}\n\nnvm_install_default_packages() {\n  local DEFAULT_PACKAGES\n  DEFAULT_PACKAGES=\"$(nvm_get_default_packages)\"\n  EXIT_CODE=$?\n  if [ $EXIT_CODE -ne 0 ] || [ -z \"${DEFAULT_PACKAGES}\" ]; then\n    return $EXIT_CODE\n  fi\n  nvm_echo \"Installing default global packages from ${NVM_DIR}/default-packages...\"\n  nvm_echo \"npm install -g --quiet ${DEFAULT_PACKAGES}\"\n\n  if ! nvm_echo \"${DEFAULT_PACKAGES}\" | command xargs npm install -g --quiet; then\n    nvm_err \"Failed installing default packages. Please check if your default-packages file or a package in it has problems!\"\n    return 1\n  fi\n}\n\nnvm_supports_xz() {\n  if [ -z \"${1-}\" ]; then\n    return 1\n  fi\n\n  local NVM_OS\n  NVM_OS=\"$(nvm_get_os)\"\n  if [ \"_${NVM_OS}\" = '_darwin' ]; then\n    local MACOS_VERSION\n    MACOS_VERSION=\"$(sw_vers -productVersion)\"\n    if nvm_version_greater \"10.9.0\" \"${MACOS_VERSION}\"; then\n      # macOS 10.8 and earlier doesn't support extracting xz-compressed tarballs with tar\n      return 1\n    fi\n  elif [ \"_${NVM_OS}\" = '_freebsd' ]; then\n    if ! [ -e '/usr/lib/liblzma.so' ]; then\n      # FreeBSD without /usr/lib/liblzma.so doesn't support extracting xz-compressed tarballs with tar\n      return 1\n    fi\n  else\n    if ! command which xz >/dev/null 2>&1; then\n      # Most OSes without xz on the PATH don't support extracting xz-compressed tarballs with tar\n      # (Should correctly handle Linux, SmartOS, maybe more)\n      return 1\n    fi\n  fi\n\n  # all node versions v4.0.0 and later have xz\n  if nvm_is_merged_node_version \"${1}\"; then\n    return 0\n  fi\n\n  # 0.12x: node v0.12.10 and later have xz\n  if nvm_version_greater_than_or_equal_to \"${1}\" \"0.12.10\" && nvm_version_greater \"0.13.0\" \"${1}\"; then\n    return 0\n  fi\n\n  # 0.10x: node v0.10.42 and later have xz\n  if nvm_version_greater_than_or_equal_to \"${1}\" \"0.10.42\" && nvm_version_greater \"0.11.0\" \"${1}\"; then\n    return 0\n  fi\n\n  case \"${NVM_OS}\" in\n    darwin)\n      # darwin only has xz for io.js v2.3.2 and later\n      nvm_version_greater_than_or_equal_to \"${1}\" \"2.3.2\"\n    ;;\n    *)\n      nvm_version_greater_than_or_equal_to \"${1}\" \"1.0.0\"\n    ;;\n  esac\n  return $?\n}\n\nnvm_auto() {\n  local NVM_MODE\n  NVM_MODE=\"${1-}\"\n\n  case \"${NVM_MODE}\" in\n    none) return 0 ;;\n    use)\n      local VERSION\n      local NVM_CURRENT\n      NVM_CURRENT=\"$(nvm_ls_current)\"\n      if [ \"_${NVM_CURRENT}\" = '_none' ] || [ \"_${NVM_CURRENT}\" = '_system' ]; then\n        VERSION=\"$(nvm_resolve_local_alias default 2>/dev/null || nvm_echo)\"\n        if [ -n \"${VERSION}\" ]; then\n          if [ \"_${VERSION}\" != '_N/A' ] && nvm_is_valid_version \"${VERSION}\"; then\n            nvm use --silent \"${VERSION}\" >/dev/null\n          else\n            return 0\n          fi\n        elif nvm_rc_version 3>/dev/null >/dev/null 2>&1; then\n          nvm use --silent >/dev/null\n        fi\n      else\n        nvm use --silent \"${NVM_CURRENT}\" >/dev/null\n      fi\n    ;;\n    install)\n      local VERSION\n      VERSION=\"$(nvm_alias default 2>/dev/null || nvm_echo)\"\n      if [ -n \"${VERSION}\" ] && [ \"_${VERSION}\" != '_N/A' ] && nvm_is_valid_version \"${VERSION}\"; then\n        nvm install \"${VERSION}\" >/dev/null\n      elif nvm_rc_version 3>/dev/null >/dev/null 2>&1; then\n        nvm install >/dev/null\n      else\n        return 0\n      fi\n    ;;\n    *)\n      nvm_err 'Invalid auto mode supplied.'\n      return 1\n    ;;\n  esac\n}\n\nnvm_process_parameters() {\n  local NVM_AUTO_MODE\n  NVM_AUTO_MODE='use'\n  while [ \"$#\" -ne 0 ]; do\n    case \"$1\" in\n      --install) NVM_AUTO_MODE='install' ;;\n      --no-use) NVM_AUTO_MODE='none' ;;\n    esac\n    shift\n  done\n  nvm_auto \"${NVM_AUTO_MODE}\"\n}\n\nnvm_process_parameters \"$@\"\n\n} # this ensures the entire script is downloaded #\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"nvm\",\n  \"version\": \"0.40.4\",\n  \"description\": \"Node Version Manager - Simple bash script to manage multiple active node.js versions\",\n  \"directories\": {\n    \"test\": \"test\"\n  },\n  \"scripts\": {\n    \"test\": \"shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make test-$shell\",\n    \"test/fast\": \"shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); env -i TERM=\\\"$TERM\\\" bash -lc \\\"make TEST_SUITE=fast test-$shell\\\"\",\n    \"test/slow\": \"shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=slow test-$shell\",\n    \"test/install_script\": \"shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=install_script test-$shell\",\n    \"test/installation\": \"npm run --silent test/installation/node && npm run --silent test/installation/iojs\",\n    \"test/installation/node\": \"shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_node test-$shell\",\n    \"test/installation/iojs\": \"shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_iojs test-$shell\",\n    \"test/sourcing\": \"shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=sourcing test-$shell\",\n    \"test:check-exec\": \"(IFS=$'\\\\n'; for file in $(git ls-files test); do if [ ! -x \\\"$file\\\" ] && [[ \\\"$file\\\" != *.* ]] && [[ \\\"$file\\\" != test/fixtures/* ]]; then echo \\\"$file\\\"; fi; done) | tee /dev/stderr | awk 'END {if (NR > 0) exit 1}'\",\n    \"test:check-nonexec\": \"(IFS=$'\\\\n'; for file in $(git ls-files test); do if [ -x \\\"$file\\\" ] && [ ! -d \\\"$file\\\" ] && { [[ \\\"$file\\\" =~ '\\\\.(json|txt|sh|js|log)$' ]] || [[ \\\"$file\\\" =~ '^test/(mocks|fixtures)/.*' ]]; }; then echo \\\"$file\\\"; fi; done) | tee /dev/stderr | awk 'END {if (NR > 0) exit 1}'\",\n    \"doctoc\": \"doctoc --title='## Table of Contents' --github README.md\",\n    \"predoctoc:check\": \"cp README.md v-README.md.orig && npm run doctoc\",\n    \"doctoc:check\": \"diff -q README.md v-README.md.orig\",\n    \"postdoctoc:check\": \"mv v-README.md.orig README.md\",\n    \"eclint\": \"eclint check $(git ls-tree --name-only HEAD | xargs)\",\n    \"dockerfile_lint\": \"dockerfile_lint\",\n    \"markdown-link-check\": \"git ls-files | command grep -E '\\\\.md$' | xargs -n 1 markdown-link-check -p\"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"git://github.com/nvm-sh/nvm.git\"\n  },\n  \"keywords\": [\n    \"nvm\",\n    \"node\",\n    \"iojs\",\n    \"version\",\n    \"manager\"\n  ],\n  \"author\": \"Tim Caswell <tim@creationix.com>\",\n  \"license\": \"MIT\",\n  \"bugs\": {\n    \"url\": \"https://github.com/nvm-sh/nvm/issues\"\n  },\n  \"homepage\": \"https://github.com/nvm-sh/nvm\",\n  \"devDependencies\": {\n    \"dockerfile_lint\": \"^0.3.4\",\n    \"doctoc\": \"^2.2.1\",\n    \"eclint\": \"^2.8.1\",\n    \"markdown-link-check\": \"^3.14.2\",\n    \"replace\": \"^1.2.2\",\n    \"semver\": \"^7.7.3\",\n    \"urchin\": \"^0.0.5\"\n  }\n}\n"
  },
  {
    "path": "rename_test.sh",
    "content": "#! /usr/bin/env bash\n\nfind_name(){\n  find test -name \"*[\\\\/:\\*\\?\\\"<>\\|]*\" -o -name \"*.\"\n}\n\ncheck_name() {\n  if [ \"$(find_name | wc -l)\" != \"0\" ]; then\n    printf '%s\\n\\n' \"The following filenames contain unwanted characters:\"\n    find_name\n    printf '\\n%s\\n%s\\n' \"Please run ./rename_test.sh\" \"If the problem persist, please open an issue.\"\n    exit 1\n  else\n    echo \"Ok\"\n  fi\n}\n\nrename_test() {\n  local filename\n  local new_filename\n  while read -r filename; do\n    # Even though it looks < and > are replaced by the same < and >, the latters are not ASCII code\n    # If you check with 'cat -v rename_test.sh' you would see 's/</M-KM-^B/g' and 's/>/M-KM-^C/g'\n    # M-KM-^B -> U+02C2\n    # M-KM-^C -> U+02C3\n    new_filename=$(echo \"$filename\" | sed -r \\\n      -e \"s/\\\"/'/g\" \\\n      -e 's/</˂/g' \\\n      -e 's/>/˃/g' \\\n      -e 's/^(.*)\\.$/\\1/'\n      )\n    printf '%s\\n%s\\n\\n' \"$filename\" \"$new_filename\"\n    [ \"$filename\" != \"$new_filename\" ] && git mv \"$filename\" \"$new_filename\"\n  done < <(find_name)\n\n  if [ \"$(find_name | wc -l)\" != \"0\" ]; then\n    echo \"Still some files to treat:\"\n    find_name\n  else\n    echo \"Done\"\n  fi\n}\n\nmain() {\n  if [ \"$1\" = \"--check\" ]; then\n    check_name\n  else\n    rename_test\n  fi\n}\n\nmain \"$@\"\n"
  },
  {
    "path": "test/common.sh",
    "content": "# Runs a command once and captures stdout and exit code.\n# Suppresses xtrace in the subshell. Discards stderr.\n#\n# Sets: CAPTURED_STDOUT, CAPTURED_EXIT_CODE\n#\n# Usage:\n#   try nvm_version current\n#   [ \"$CAPTURED_STDOUT\" = \"v20.0.0\" ] || die \"wrong output\"\n#   [ \"$CAPTURED_EXIT_CODE\" = 0 ] || die \"wrong exit code\"\ntry() {\n  CAPTURED_STDOUT=\"$(set +x; \"$@\" 2>/dev/null)\" && CAPTURED_EXIT_CODE=0 || CAPTURED_EXIT_CODE=$?\n}\n\n# Runs a command once and captures stderr and exit code.\n# Suppresses xtrace in the subshell. Discards stdout.\n#\n# Sets: CAPTURED_STDERR, CAPTURED_EXIT_CODE\n#\n# Usage:\n#   try_err nvm_alias\n#   [ \"$CAPTURED_STDERR\" = \"An alias is required.\" ] || die \"wrong error\"\n#   [ \"$CAPTURED_EXIT_CODE\" = 1 ] || die \"wrong exit code\"\ntry_err() {\n  CAPTURED_STDERR=\"$(set +x; \"$@\" 2>&1 >/dev/null)\" && CAPTURED_EXIT_CODE=0 || CAPTURED_EXIT_CODE=$?\n}\n\nassert_ok() {\n  local FUNCTION=$1\n  shift\n\n  $($FUNCTION $@) || die '\"'\"$FUNCTION $@\"'\" should have succeeded, but failed'\n}\n\nassert_not_ok() {\n  local FUNCTION=$1\n  shift\n\n  ! $($FUNCTION $@) || die '\"'\"$FUNCTION $@\"'\" should have failed, but succeeded'\n}\n\nstrip_colors() {\n  while read -r line; do\n    echo \"$line\" | LC_ALL=C command sed 's/\u001b\\[[ -?]*[@-~]//g'\n  done\n}\n\nmake_echo() {\n  echo \"#!/bin/sh\" > \"$1\"\n  echo \"echo \\\"${2}\\\"\" > \"$1\"\n  chmod a+x \"$1\"\n}\n\nmake_fake_node() {\n  local VERSION\n  VERSION=\"${1-}\"\n  [ -n \"${VERSION}\" ] || return 1\n\n  local FORMATTED_VERSION\n  FORMATTED_VERSION=\"$(nvm_format_version \"${VERSION}\")\"\n\n  local BIN_PATH\n  BIN_PATH=\"$(nvm_version_path \"${FORMATTED_VERSION}\")/bin\"\n  [ \"${BIN_PATH}\" != \"/bin\" ] || {\n    echo >&2 'nvm_version_path was empty'\n    return 5\n  }\n\n  mkdir -p \"${BIN_PATH}\" || {\n    echo >&2 'unable to make bin dir'\n    return 2\n  }\n\n  make_echo \"${BIN_PATH}/node\" \"${VERSION}\" || {\n    echo >&2 'unable to make fake node bin'\n    return 3\n  }\n\n  nvm_is_version_installed \"${FORMATTED_VERSION}\" || {\n    echo >&2 'fake node is not installed'\n    return 4\n  }\n}\n\nmake_fake_iojs() {\n  local VERSION\n  VERSION=\"${1-}\"\n  [ -n \"${VERSION}\" ] || return 1\n\n  local FORMATTED_VERSION\n  FORMATTED_VERSION=\"$(nvm_format_version \"iojs-${VERSION}\")\"\n\n  local BIN_PATH\n  BIN_PATH=\"$(nvm_version_path \"${FORMATTED_VERSION}\")/bin\"\n  [ \"${BIN_PATH}\" != \"/bin\" ] || {\n    echo >&2 'nvm_version_path was empty'\n    return 5\n  }\n\n  mkdir -p \"${BIN_PATH}\" || {\n    echo >&2 'unable to make bin dir'\n    return 2\n  }\n\n  make_echo \"${BIN_PATH}/node\" \"${VERSION}\" || {\n    echo >&2 'unable to make fake node bin'\n    return 3\n  }\n  make_echo \"${BIN_PATH}/iojs\" \"${VERSION}\" || {\n    echo >&2 'unable to make fake iojs bin'\n    return 3\n  }\n\n  nvm_is_version_installed \"${FORMATTED_VERSION}\" || {\n    echo >&2 'fake iojs is not installed'\n    return 4\n  }\n}\n\nwatch() {\n  $@ &\n  local JOB\n  JOB=$!\n  while true; do sleep 15; >&2 echo '* ping *'; done &\n  wait $JOB;\n  local EXIT_CODE\n  EXIT_CODE=$?\n  kill %2;\n  return $EXIT_CODE\n}\n\n\n# JSON parsing from https://gist.github.com/assaf/ee377a186371e2e269a7\nnvm_json_throw() {\n  nvm_err \"$*\"\n  exit 1\n}\n\nnvm_json_awk_egrep() {\n  local pattern_string\n  pattern_string=\"${1}\"\n\n  awk '{\n    while ($0) {\n      start=match($0, pattern);\n      token=substr($0, start, RLENGTH);\n      print token;\n      $0=substr($0, start+RLENGTH);\n    }\n  }' \"pattern=${pattern_string}\"\n}\n\nnvm_json_tokenize() {\n  local GREP\n  GREP='grep -Eao'\n\n  local ESCAPE\n  local CHAR\n\n  # if echo \"test string\" | grep -Eo \"test\" > /dev/null 2>&1; then\n  #   ESCAPE='(\\\\[^u[:cntrl:]]|\\\\u[0-9a-fA-F]{4})'\n  #   CHAR='[^[:cntrl:]\"\\\\]'\n  # else\n    GREP=nvm_json_awk_egrep\n    ESCAPE='(\\\\\\\\[^u[:cntrl:]]|\\\\u[0-9a-fA-F]{4})'\n    CHAR='[^[:cntrl:]\"\\\\\\\\]'\n  # fi\n\n  local STRING\n  STRING=\"\\\"${CHAR}*(${ESCAPE}${CHAR}*)*\\\"\"\n  local NUMBER\n  NUMBER='-?(0|[1-9][0-9]*)([.][0-9]*)?([eE][+-]?[0-9]*)?'\n  local KEYWORD\n  KEYWORD='null|false|true'\n  local SPACE\n  SPACE='[[:space:]]+'\n\n  $GREP \"${STRING}|${NUMBER}|${KEYWORD}|${SPACE}|.\" | TERM=dumb grep -Ev \"^${SPACE}$\"\n}\n\n_json_parse_array() {\n  local index=0\n  local ary=''\n  read -r token\n  case \"$token\" in\n    ']') ;;\n    *)\n      while :; do\n        _json_parse_value \"${1}\" \"${index}\"\n        index=$((index+1))\n        ary=\"${ary}${value}\"\n        read -r token\n        case \"${token}\" in\n          ']') break ;;\n          ',') ary=\"${ary},\" ;;\n          *) nvm_json_throw \"EXPECTED , or ] GOT ${token:-EOF}\" ;;\n        esac\n        read -r token\n      done\n      ;;\n  esac\n  :\n}\n\n_json_parse_object() {\n  local key\n  local obj=''\n  read -r token\n  case \"$token\" in\n    '}') ;;\n    *)\n      while :; do\n        case \"${token}\" in\n          '\"'*'\"') key=\"${token}\" ;;\n          *) nvm_json_throw \"EXPECTED string GOT ${token:-EOF}\" ;;\n        esac\n        read -r token\n        case \"${token}\" in\n          ':') ;;\n          *) nvm_json_throw \"EXPECTED : GOT ${token:-EOF}\" ;;\n        esac\n        read -r token\n        _json_parse_value \"${1}\" \"${key}\"\n        obj=\"${obj}${key}:${value}\"\n        read -r token\n        case \"${token}\" in\n          '}') break ;;\n          ',') obj=\"${obj},\" ;;\n          *) nvm_json_throw \"EXPECTED , or } GOT ${token:-EOF}\" ;;\n        esac\n        read -r token\n      done\n    ;;\n  esac\n  :\n}\n\n_json_parse_value() {\n  local jpath=\"${1:+$1,}$2\"\n  local isleaf=0\n  local isempty=0\n  local print=0\n\n  case \"$token\" in\n    '{') _json_parse_object \"${jpath}\" ;;\n    '[') _json_parse_array  \"${jpath}\" ;;\n    # At this point, the only valid single-character tokens are digits.\n    ''|[!0-9]) nvm_json_throw \"EXPECTED value GOT >${token:-EOF}<\" ;;\n    *)\n      value=$token\n      isleaf=1\n      [ \"${value}\" = '\"\"' ] && isempty=1\n    ;;\n  esac\n\n  [ \"${value}\" = '' ] && return\n  [ \"${isleaf}\" -eq 1 ] && [ $isempty -eq 0 ] && print=1\n  [ \"${print}\" -eq 1 ] && printf \"[%s]\\t%s\\n\" \"${jpath}\" \"${value}\"\n  :\n}\n\n_json_parse() {\n  read -r token\n  _json_parse_value\n  read -r token\n  case \"${token}\" in\n    '') ;;\n    *) nvm_json_throw \"EXPECTED EOF GOT >${token}<\" ;;\n  esac\n}\n\nnvm_json_extract() {\n  nvm_json_tokenize | _json_parse | grep -e \"${1}\" | awk '{print $2 $3}'\n}\n"
  },
  {
    "path": "test/fast/Aliases/'nvm alias' should ignore leading blank lines in the file",
    "content": "#!/bin/sh\n\ndie() { echo \"$@\" ; exit 1; }\n\nexport NVM_DIR=\"$(cd ../../.. && pwd)\"\n\n: nvm.sh\n\\. \"${NVM_DIR}/nvm.sh\"\n\\. ../../common.sh\n\necho \"\n\nv0.0.1\n\" > ../../../alias/test-blank-lines\n\nEXPECTED='v0.0.1'\nACTUAL=\"$(nvm_alias test-blank-lines)\"\nEXIT_CODE=\"$(nvm_alias test-blank-lines 2>&1 >/dev/null; echo $?)\"\n\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n[ \"${EXIT_CODE}\" = '0' ] || die \"expected exit code 0, got ${EXIT_CODE}\"\n"
  },
  {
    "path": "test/fast/Aliases/'nvm alias' should not accept aliases with a hash",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\ntry_err nvm alias foo#bar baz\nEXPECTED_OUTPUT=\"Aliases with a comment delimiter (#) are not supported.\"\n[ \"$CAPTURED_STDERR\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to create an alias with a hash should fail with '$EXPECTED_OUTPUT', got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" = \"1\" ] || die \"trying to create an alias with a hash should fail with code 1, got '$CAPTURED_EXIT_CODE'\"\n\ntry_err nvm alias foo# baz\nEXPECTED_OUTPUT=\"Aliases with a comment delimiter (#) are not supported.\"\n[ \"$CAPTURED_STDERR\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to create an alias ending with a hash should fail with '$EXPECTED_OUTPUT', got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" = \"1\" ] || die \"trying to create an alias ending with a hash should fail with code 1, got '$CAPTURED_EXIT_CODE'\"\n\ntry_err nvm alias \\#bar baz\nEXPECTED_OUTPUT=\"Aliases with a comment delimiter (#) are not supported.\"\n[ \"$CAPTURED_STDERR\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to create an alias starting with a hash should fail with '$EXPECTED_OUTPUT', got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" = \"1\" ] || die \"trying to create an alias starting with a hash should fail with code 1, got '$CAPTURED_EXIT_CODE'\"\n"
  },
  {
    "path": "test/fast/Aliases/'nvm alias' should not accept aliases with slashes",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\ntry_err nvm alias foo/bar baz\nEXPECTED_OUTPUT=\"Aliases in subdirectories are not supported.\"\n[ \"$CAPTURED_STDERR\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to create an alias with a slash should fail with '$EXPECTED_OUTPUT', got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" = \"1\" ] || die \"trying to create an alias with a slash should fail with code 1, got '$CAPTURED_EXIT_CODE'\"\n\ntry_err nvm alias foo/ baz\nEXPECTED_OUTPUT=\"Aliases in subdirectories are not supported.\"\n[ \"$CAPTURED_STDERR\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to create an alias ending with a slash should fail with '$EXPECTED_OUTPUT', got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" = \"1\" ] || die \"trying to create an alias ending with a slash should fail with code 1, got '$CAPTURED_EXIT_CODE'\"\n\ntry_err nvm alias /bar baz\nEXPECTED_OUTPUT=\"Aliases in subdirectories are not supported.\"\n[ \"$CAPTURED_STDERR\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to create an alias starting with a slash should fail with '$EXPECTED_OUTPUT', got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" = \"1\" ] || die \"trying to create an alias starting with a slash should fail with code 1, got '$CAPTURED_EXIT_CODE'\"\n"
  },
  {
    "path": "test/fast/Aliases/'nvm unalias' should accept aliases when they shadow a built-in alias",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nOUTPUT=\"$(nvm unalias node 2>&1)\"\nEXPECTED_OUTPUT=\"node is a default (built-in) alias and cannot be deleted.\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to remove a built-in alias should fail with '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\nnvm alias node stable || die '`nvm alias node stable` failed'\n\nnvm unalias node || die '`nvm unalias node` failed'\n\nOUTPUT=\"$(nvm unalias node 2>&1)\"\nEXPECTED_OUTPUT=\"node is a default (built-in) alias and cannot be deleted.\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to remove a built-in alias should fail with '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n"
  },
  {
    "path": "test/fast/Aliases/'nvm unalias' should not accept aliases with names equal to built-in alias",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nOUTPUT=\"$(nvm unalias node 2>&1)\"\nEXPECTED_OUTPUT=\"node is a default (built-in) alias and cannot be deleted.\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to remove a built-in alias should fail with '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm unalias stable 2>&1)\"\nEXPECTED_OUTPUT=\"stable is a default (built-in) alias and cannot be deleted.\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to remove a built-in alias should fail with '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm unalias unstable 2>&1)\"\nEXPECTED_OUTPUT=\"unstable is a default (built-in) alias and cannot be deleted.\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to remove a built-in alias should fail with '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm unalias iojs 2>&1)\"\nEXPECTED_OUTPUT=\"iojs is a default (built-in) alias and cannot be deleted.\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to remove a built-in alias should fail with '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm unalias system 2>&1)\"\nEXPECTED_OUTPUT=\"system is a default (built-in) alias and cannot be deleted.\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to remove a built-in alias should fail with '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n"
  },
  {
    "path": "test/fast/Aliases/'nvm unalias' should not accept aliases with slashes",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\ntry_err nvm unalias foo/bar\nEXPECTED_OUTPUT=\"Aliases in subdirectories are not supported.\"\n[ \"$CAPTURED_STDERR\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to remove an alias with a slash should fail with '$EXPECTED_OUTPUT', got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" = \"1\" ] || die \"trying to remove an alias with a slash should fail with code 1, got '$CAPTURED_EXIT_CODE'\"\n\ntry_err nvm unalias foo/\nEXPECTED_OUTPUT=\"Aliases in subdirectories are not supported.\"\n[ \"$CAPTURED_STDERR\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to remove an alias ending with a slash should fail with '$EXPECTED_OUTPUT', got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" = \"1\" ] || die \"trying to remove an alias ending with a slash should fail with code 1, got '$CAPTURED_EXIT_CODE'\"\n\ntry_err nvm unalias /bar\nEXPECTED_OUTPUT=\"Aliases in subdirectories are not supported.\"\n[ \"$CAPTURED_STDERR\" = \"$EXPECTED_OUTPUT\" ] || die \"trying to remove an alias starting with a slash should fail with '$EXPECTED_OUTPUT', got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" = \"1\" ] || die \"trying to remove an alias starting with a slash should fail with code 1, got '$CAPTURED_EXIT_CODE'\"\n"
  },
  {
    "path": "test/fast/Aliases/Running 'nvm alias ˂aliasname˃ ˂target˃' again should change the target",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nif [ -n \"$ZSH_VERSION\" ]; then\n  # set clobber option in order to test that this does not produce any\n  # incompatibilities\n  setopt noclobber\nfi\n\nnvm alias test-stable-1 0.0.2 || die '`nvm alias test-stable-1 0.0.2` failed'\n\nOUTPUT=\"$(nvm alias test-stable-1 | strip_colors)\"\nEXPECTED_OUTPUT='test-stable-1 -> 0.0.2 (-> v0.0.2 *)'\necho \"$OUTPUT\" | \\grep -F \"$EXPECTED_OUTPUT\" || die \"nvm alias test-stable-1 0.0.2 did not set test-stable-1 to 0.0.2: got '$OUTPUT'\"\n\nnvm alias test-stable-1 0.0.1 || die '`nvm alias test-stable-1 0.0.1` failed'\n\nOUTPUT=\"$(nvm alias test-stable-1 | strip_colors)\"\nEXPECTED_OUTPUT='test-stable-1 -> 0.0.1 (-> v0.0.1 *)'\necho \"$OUTPUT\" | \\grep -F \"$EXPECTED_OUTPUT\" || die \"nvm alias test-stable-1 0.0.1 did not set test-stable-1 to 0.0.1: got '$OUTPUT'\"\n"
  },
  {
    "path": "test/fast/Aliases/Running 'nvm alias ˂aliasname˃' should list but one alias",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n[ $(nvm alias test-stable-1 | wc -l) = '2' ]\n"
  },
  {
    "path": "test/fast/Aliases/Running 'nvm alias' lists implicit aliases when they do not exist",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nNVM_ALIAS_OUTPUT=$(nvm alias | strip_colors)\n\nEXPECTED_STABLE=\"$(nvm_print_implicit_alias local stable)\"\nSTABLE_VERSION=\"$(nvm_version \"$EXPECTED_STABLE\")\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F \"stable -> $EXPECTED_STABLE (-> $STABLE_VERSION *) (default)\" \\\n  || die \"nvm alias did not contain the default local stable node version; got '$NVM_ALIAS_OUTPUT'\"\n\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F \"node -> stable (-> $STABLE_VERSION *) (default)\" \\\n  || die \"nvm alias did not contain the default local stable node version under 'node'; got '$NVM_ALIAS_OUTPUT'\"\n\nEXPECTED_UNSTABLE=\"$(nvm_print_implicit_alias local unstable)\"\nUNSTABLE_VERSION=\"$(nvm_version \"$EXPECTED_UNSTABLE\")\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F \"unstable -> $EXPECTED_UNSTABLE (-> $UNSTABLE_VERSION *) (default)\" \\\n  || die \"nvm alias did not contain the default local unstable node version; got '$NVM_ALIAS_OUTPUT'\"\n\nEXPECTED_IOJS=\"$(nvm_print_implicit_alias local iojs)\"\nIOJS_VERSION=\"$(nvm_version \"$EXPECTED_IOJS\")\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F \"iojs -> $EXPECTED_IOJS (-> $IOJS_VERSION *) (default)\" \\\n  || die \"nvm alias did not contain the default local iojs version; got '$NVM_ALIAS_OUTPUT'\"\n"
  },
  {
    "path": "test/fast/Aliases/Running 'nvm alias' lists manual aliases instead of implicit aliases when present",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\ncleanup () {\n  rm -rf \"$(nvm_alias_path)/stable\"\n  rm -rf \"$(nvm_alias_path)/unstable\"\n  rm -rf \"$(nvm_alias_path)/node\"\n  rm -rf \"$(nvm_alias_path)/iojs\"\n  rm -rf \"${NVM_DIR}/v0.8.1\"\n  rm -rf \"${NVM_DIR}/v0.9.1\"\n  rm -rf \"${NVM_DIR}/versions/io.js/v0.2.1\"\n}\n\nmake_fake_node v0.8.1\nmake_fake_node v0.9.1\nmake_fake_iojs v0.2.1\n\nEXPECTED_STABLE=\"$(nvm_print_implicit_alias local stable)\"\nSTABLE_VERSION=\"$(nvm_version \"$EXPECTED_STABLE\")\"\n\nEXPECTED_UNSTABLE=\"$(nvm_print_implicit_alias local unstable)\"\nUNSTABLE_VERSION=\"$(nvm_version \"$EXPECTED_UNSTABLE\")\"\n\n[ \"_$STABLE_VERSION\" != \"_$UNSTABLE_VERSION\" ] \\\n  || die \"stable and unstable versions are the same!\"\n\nnvm alias stable \"$EXPECTED_UNSTABLE\"\nnvm alias unstable \"$EXPECTED_STABLE\"\nnvm alias node stable\nnvm alias iojs unstable\n\nNVM_ALIAS_OUTPUT=$(nvm alias | strip_colors)\n\necho \"$NVM_ALIAS_OUTPUT\" | command grep -F \"stable -> $EXPECTED_UNSTABLE (-> $UNSTABLE_VERSION *)\" \\\n  || die \"nvm alias did not contain the overridden 'stable' alias; got '$NVM_ALIAS_OUTPUT'\"\n\necho \"$NVM_ALIAS_OUTPUT\" | command grep -F \"unstable -> $EXPECTED_STABLE (-> $STABLE_VERSION *)\" \\\n  || die \"nvm alias did not contain the overridden 'unstable' alias; got '$NVM_ALIAS_OUTPUT'\"\n\necho \"$NVM_ALIAS_OUTPUT\" | command grep -F \"node -> stable (-> $UNSTABLE_VERSION *)\" \\\n  || die \"nvm alias did not contain the overridden 'node' alias; got '$NVM_ALIAS_OUTPUT'\"\n\necho \"$NVM_ALIAS_OUTPUT\" | command grep -F \"iojs -> unstable (-> $STABLE_VERSION *)\" \\\n  || die \"nvm alias did not contain the overridden 'iojs' alias; got '$NVM_ALIAS_OUTPUT'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Aliases/Running 'nvm alias' should list all aliases",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nNVM_ALIAS_OUTPUT=\"$(nvm alias | strip_colors)\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-stable-1 -> 0.0.1 (-> v0.0.1 *)' \\\n  || die \"did not find test-stable-1 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-stable-2 -> 0.0.2 (-> v0.0.2 *)' \\\n  || die \"did not find test-stable-2 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-stable-3 -> 0.0.3 (-> v0.0.3 *)' \\\n  || die \"did not find test-stable-3 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-stable-4 -> 0.0.4 (-> v0.0.4 *)' \\\n  || die \"did not find test-stable-4 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-stable-5 -> 0.0.5 (-> v0.0.5 *)' \\\n  || die \"did not find test-stable-5 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-stable-6 -> 0.0.6 (-> v0.0.6 *)' \\\n  || die \"did not find test-stable-6 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-stable-7 -> 0.0.7 (-> v0.0.7 *)' \\\n  || die \"did not find test-stable-7 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-stable-8 -> 0.0.8 (-> v0.0.8 *)' \\\n  || die \"did not find test-stable-8 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-stable-9 -> 0.0.9 (-> v0.0.9 *)' \\\n  || die \"did not find test-stable-9 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-stable-10 -> 0.0.10 (-> v0.0.10 *)' \\\n  || die \"did not find test-stable-10 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-unstable-1 -> 0.1.1 (-> v0.1.1 *)' \\\n  || die \"did not find test-unstable-1 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-unstable-2 -> 0.1.2 (-> v0.1.2 *)' \\\n  || die \"did not find test-unstable-2 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-unstable-3 -> 0.1.3 (-> v0.1.3 *)' \\\n  || die \"did not find test-unstable-3 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-unstable-4 -> 0.1.4 (-> v0.1.4 *)' \\\n  || die \"did not find test-unstable-4 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-unstable-5 -> 0.1.5 (-> v0.1.5 *)' \\\n  || die \"did not find test-unstable-5 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-unstable-6 -> 0.1.6 (-> v0.1.6 *)' \\\n  || die \"did not find test-unstable-6 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-unstable-7 -> 0.1.7 (-> v0.1.7 *)' \\\n  || die \"did not find test-unstable-7 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-unstable-8 -> 0.1.8 (-> v0.1.8 *)' \\\n  || die \"did not find test-unstable-8 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-unstable-9 -> 0.1.9 (-> v0.1.9 *)' \\\n  || die \"did not find test-unstable-9 alias; got '$NVM_ALIAS_OUTPUT'\"\necho \"$NVM_ALIAS_OUTPUT\" | \\grep -F 'test-unstable-10 -> 0.1.10 (-> v0.1.10 *)' \\\n  || die \"did not find test-unstable-10 alias; got '$NVM_ALIAS_OUTPUT'\"\n"
  },
  {
    "path": "test/fast/Aliases/circular/nvm_resolve_alias",
    "content": "#!/bin/sh\n\\. ../../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../../nvm.sh\n\nALIAS=\"$(nvm_resolve_alias loopback | strip_colors)\"\n[ \"_$ALIAS\" = \"_∞\" ] || die \"nvm_resolve_alias loopback was not ∞; got $ALIAS\"\nOUTPUT=\"$(nvm alias loopback | strip_colors)\"\nEXPECTED_OUTPUT=\"loopback -> loopback (-> ∞)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm alias loopback was not $EXPECTED_OUTPUT; got $OUTPUT\"\n\nALIAS=\"$(nvm_resolve_alias one | strip_colors)\"\n[ \"_$ALIAS\" = \"_∞\" ] || die \"nvm_resolve_alias one was not ∞; got $ALIAS\"\nOUTPUT=\"$(nvm alias one | strip_colors)\"\nEXPECTED_OUTPUT=\"one -> two (-> ∞)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm alias one was not $EXPECTED_OUTPUT; got $OUTPUT\"\n\nALIAS=\"$(nvm_resolve_alias two | strip_colors)\"\n[ \"_$ALIAS\" = \"_∞\" ] || die \"nvm_resolve_alias two was not ∞; got $ALIAS\"\nOUTPUT=\"$(nvm alias two | strip_colors)\"\nEXPECTED_OUTPUT=\"two -> three (-> ∞)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm alias two was not $EXPECTED_OUTPUT; got $OUTPUT\"\n\nALIAS=\"$(nvm_resolve_alias three | strip_colors)\"\n[ \"_$ALIAS\" = \"_∞\" ] || die \"nvm_resolve_alias three was not ∞; got $ALIAS\"\nOUTPUT=\"$(nvm alias three | strip_colors)\"\nEXPECTED_OUTPUT=\"three -> one (-> ∞)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm alias three was not $EXPECTED_OUTPUT; got $OUTPUT\"\n\nALIAS=\"$(nvm_resolve_alias four | strip_colors)\"\n[ \"_$ALIAS\" = \"_∞\" ] || die \"nvm_resolve_alias four was not ∞; got $ALIAS\"\nOUTPUT=\"$(nvm alias four | strip_colors)\"\nEXPECTED_OUTPUT=\"four -> two (-> ∞)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm alias four was not $EXPECTED_OUTPUT; got $OUTPUT\"\n"
  },
  {
    "path": "test/fast/Aliases/circular/nvm_resolve_local_alias",
    "content": "#!/bin/sh\n\\. ../../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../../nvm.sh\n\nALIAS=\"$(nvm_resolve_local_alias loopback | strip_colors)\"\n[ \"_$ALIAS\" = \"_∞\" ] || die \"nvm_resolve_local_alias loopback was not ∞; got $ALIAS\"\nOUTPUT=\"$(nvm alias loopback | strip_colors)\"\nEXPECTED_OUTPUT=\"loopback -> loopback (-> ∞)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm alias loopback was not $EXPECTED_OUTPUT; got $OUTPUT\"\n\nALIAS=\"$(nvm_resolve_local_alias one | strip_colors)\"\n[ \"_$ALIAS\" = \"_∞\" ] || die \"nvm_resolve_local_alias one was not ∞; got $ALIAS\"\nOUTPUT=\"$(nvm alias one | strip_colors)\"\nEXPECTED_OUTPUT=\"one -> two (-> ∞)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm alias one was not $EXPECTED_OUTPUT; got $OUTPUT\"\n\nALIAS=\"$(nvm_resolve_local_alias two | strip_colors)\"\n[ \"_$ALIAS\" = \"_∞\" ] || die \"nvm_resolve_local_alias two was not ∞; got $ALIAS\"\nOUTPUT=\"$(nvm alias two | strip_colors)\"\nEXPECTED_OUTPUT=\"two -> three (-> ∞)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm alias two was not $EXPECTED_OUTPUT; got $OUTPUT\"\n\nALIAS=\"$(nvm_resolve_local_alias three | strip_colors)\"\n[ \"_$ALIAS\" = \"_∞\" ] || die \"nvm_resolve_local_alias three was not ∞; got $ALIAS\"\nOUTPUT=\"$(nvm alias three | strip_colors)\"\nEXPECTED_OUTPUT=\"three -> one (-> ∞)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm alias three was not $EXPECTED_OUTPUT; got $OUTPUT\"\n\nALIAS=\"$(nvm_resolve_local_alias four | strip_colors)\"\n[ \"_$ALIAS\" = \"_∞\" ] || die \"nvm_resolve_local_alias four was not ∞; got $ALIAS\"\nOUTPUT=\"$(nvm alias four | strip_colors)\"\nEXPECTED_OUTPUT=\"four -> two (-> ∞)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm alias four was not $EXPECTED_OUTPUT; got $OUTPUT\"\n"
  },
  {
    "path": "test/fast/Aliases/circular/setup",
    "content": "#!/bin/sh\n\necho loopback > ../../../../alias/loopback\n\necho two > ../../../../alias/one\necho three > ../../../../alias/two\necho one > ../../../../alias/three\n\necho two > ../../../../alias/four\n"
  },
  {
    "path": "test/fast/Aliases/circular/teardown",
    "content": "#!/bin/sh\n\nrm -f ../../../../alias/loopback\n\nrm -f ../../../../alias/one\nrm -f ../../../../alias/two\nrm -f ../../../../alias/three\n\nrm -f ../../../../alias/four\n"
  },
  {
    "path": "test/fast/Aliases/lts/'nvm alias' should ensure LTS alias dir exists",
    "content": "#!/bin/sh\n\nset -ex\n\n: nvm.sh\n\\. ../../../../nvm.sh\n\\. ../../../common.sh\n\nLTS_ALIAS_PATH=\"$(nvm_alias_path)/lts\"\n\nrm -rf \"${LTS_ALIAS_PATH}\"\n\ndie () { echo \"$@\" ; exit 1; }\n\n[ ! -d \"${LTS_ALIAS_PATH}\" ] || die \"'${LTS_ALIAS_PATH}' exists and should not\"\n\nnvm alias >/dev/null 2>&1\n\n[ -d \"${LTS_ALIAS_PATH}\" ] || die \"'${LTS_ALIAS_PATH}' does not exist and should\"\n"
  },
  {
    "path": "test/fast/Aliases/lts/setup_dir",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../../nvm.sh\n\nLTS_ALIAS_PATH=\"$(nvm_alias_path)/lts\"\n\nif [ -d \"${LTS_ALIAS_PATH}\" ]; then\n  mv \"${LTS_ALIAS_PATH}\" \"${LTS_ALIAS_PATH}.bak\"\n  rm -rf \"${LTS_ALIAS_PATH}\"\nfi\n"
  },
  {
    "path": "test/fast/Aliases/lts/teardown_dir",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../../nvm.sh\n\nLTS_ALIAS_PATH=\"$(nvm_alias_path)/lts\"\n\nif [ -d \"${LTS_ALIAS_PATH}.bak\" ]; then\n  rm -rf \"${LTS_ALIAS_PATH}\"\n  mv \"${LTS_ALIAS_PATH}.bak\" \"${LTS_ALIAS_PATH}\"\nfi\n"
  },
  {
    "path": "test/fast/Aliases/nvm_ensure_default_set",
    "content": "#!/bin/sh\n\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm alias default 0.1 >/dev/null || die \"'nvm alias default 0.1' failed\"\n\nnvm_ensure_default_set 0.3 || die \"'nvm_ensure_default_set' with an existing default alias exits 0\"\n\nnvm unalias default || die \"'nvm unalias default' failed\"\n\nOUTPUT=\"$(nvm_ensure_default_set 0.2)\"\nEXPECTED_OUTPUT=\"Creating default alias: default -> 0.2 (-> iojs-v0.2.10 *)\"\nEXIT_CODE=\"$?\"\n\n[ \"_$(echo \"$OUTPUT\" | strip_colors)\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_ensure_default_set 0.2' did not output '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n[ \"_$EXIT_CODE\" = \"_0\" ] || die \"'nvm_ensure_default_set 0.2' did not exit with 0, got $EXIT_CODE\"\n"
  },
  {
    "path": "test/fast/Aliases/nvm_list_aliases calls nvm_get_colors",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nset -e\n\nnvm_has_colors() { return 0; }\n\nnvm_get_colors(){\n  echo \"0;95m\"\n}\n\nnvm_alias_path() {\n  nvm_echo \"../../../alias\"\n}\n\nOUTPUT=$(command printf %b $(nvm_list_aliases test-stable-1) | awk '{ print substr($0, 1, 19); }')\n\nEXPECTED_OUTPUT=$(command printf %b \"\\033[0;95mtest-stable-1\" | awk '{ print substr($0, 1, 19); }')\necho \"\\033[0m\"\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"nvm_list_aliases did not call nvm_get_colors. Expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n"
  },
  {
    "path": "test/fast/Aliases/nvm_list_aliases works with LTS aliases",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\ndie () {\n  echo \"$@\"\n  exit 1\n}\n\nset -e\n\nMOCKS_DIR=\"../Unit tests/mocks\"\n\n# sample output at the time the test was written\nTAB_PATH=\"$MOCKS_DIR/nodejs.org-dist-index.tab\"\nnvm_download() {\n  cat \"$TAB_PATH\"\n}\n\nnvm_alias_path() {\n  nvm_echo \"../../../alias\"\n}\n\nnvm ls-remote >/dev/null || die 'nvm ls-remote (to populate LTS aliases) failed'\n\nEXPECTED_OUTPUT=\"$(cat \"$MOCKS_DIR/lts-star.txt\")\"\nSTDOUT_OUTPUT=\"$(nvm_list_aliases \"lts/*\")\"\nSTDERR_OUTPUT=\"$(nvm_list_aliases \"lts/*\" 2>&1 >/dev/null)\"\n\n[ -z \"${STDERR_OUTPUT}\" ] || die \"expected no stderr output, got >${STDERR_OUTPUT}<\"\n[ \"${STDOUT_OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected ${EXPECTED_OUTPUT}, got >${STDOUT_OUTPUT}<\"\n"
  },
  {
    "path": "test/fast/Aliases/nvm_list_aliases works with no LTS aliases present",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\ndie () {\n  mv \"$(nvm_alias_path)/_lts.bak\" \"$(nvm_alias_path)/lts\"\n  echo \"$@\"\n  exit 1\n}\n\nset -e\n\nnvm_alias_path() {\n  nvm_echo \"../../../alias\"\n}\n\nmv \"$(nvm_alias_path)/lts\" \"$(nvm_alias_path)/_lts.bak\"\n\nSTDERR_OUTPUT=\"$(nvm_list_aliases 2>&1 >/dev/null)\"\n\n[ -z \"${STDERR_OUTPUT}\" ] || die \"expected no stderr output, got >${STDERR_OUTPUT}<\"\n"
  },
  {
    "path": "test/fast/Aliases/nvm_print_alias_path calls nvm_get_colors",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\ndie () {\n  # echo \"$@\" ;\n  echo \"Expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n  exit 1\n}\n\nset -e\n\nnvm_has_colors() { return 0; }\n\nnvm_get_colors(){\n  echo \"0;95m\"\n}\n\n# nvm_print_alias_path call nvm_print_formatted_alias which calls nvm_get-colors\n# the output of nvm_print_alias_path uses the color code returned by nvm_get_colors (redefined above)\nNVM_ALIAS_DIR='../../../alias'\n\nOUTPUT=$(command printf %b $(nvm_print_alias_path \"$NVM_ALIAS_DIR\" \"$NVM_ALIAS_DIR\"/test-stable-1) | awk '{ print substr($0, 1, 24); }')\n\nEXPECTED_OUTPUT=$(command printf %b \"\\033[0;95mtest-stable-1\\033[0m\")\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die\n\n\nset +e\n"
  },
  {
    "path": "test/fast/Aliases/nvm_print_formatted_alias calls nvm_get_colors",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\ndie () {\n  echo \"Expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n  exit 1\n}\n\nset -e\n\nnvm_has_colors() { return 0; }\n\n# # # expecting in red and two grays:\nOUTPUT=$(echo $(nvm_print_formatted_alias fakealias fakedest) | awk '{ print substr($0, 1, 21); }')\nEXPECTED_OUTPUT=\"$(command printf %b \"\\033[0;31mfakealias\\033[0m \")\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die\n\n# expecting in bold yellow and two grays:\nnvm set-colors bbbYb\nOUTPUT=$(echo $(nvm_print_formatted_alias fakealias fakedest) | awk '{ print substr($0, 1, 21); }')\nEXPECTED_OUTPUT=\"$(command printf %b \"\\033[1;33mfakealias\\033[0m \")\"\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die\n"
  },
  {
    "path": "test/fast/Aliases/nvm_resolve_alias",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nexport NVM_DIR=\"$(cd ../../.. && pwd)\"\n\n: nvm.sh\n\\. \"${NVM_DIR}/nvm.sh\"\n\nEXIT_CODE=$(nvm_resolve_alias ; echo $?)\n[ $EXIT_CODE = \"1\" ] || die \"nvm_resolve_alias without an argument did not return 1; got $EXIT_CODE\"\n\nfor i in $(seq 1 10)\n  do\n  STABLE_ALIAS=\"$(nvm_resolve_alias test-stable-$i)\"\n  [ \"_$STABLE_ALIAS\" = \"_v0.0.$i\" ] \\\n    || die \"'nvm_resolve_alias test-stable-$i' was not v0.0.$i; got $STABLE_ALIAS\"\n  UNSTABLE_ALIAS=\"$(nvm_resolve_alias test-unstable-$i)\"\n  [ \"_$UNSTABLE_ALIAS\" = \"_v0.1.$i\" ] \\\n    || die \"'nvm_resolve_alias test-unstable-$i' was not v0.1.$i; got $UNSTABLE_ALIAS\"\ndone\n\nEXIT_CODE=$(nvm_resolve_alias nonexistent ; echo $?)\n[ $EXIT_CODE = \"2\" ] || die \"'nvm_resolve_alias nonexistent' did not return 2; got $EXIT_CODE\"\n\nSTABLE=\"$(nvm_resolve_alias stable)\"\n[ \"_$STABLE\" = \"_v0.0\" ] || die \"'nvm_resolve_alias stable' was not v0.0; got $STABLE\"\n\nNODE=\"$(nvm_resolve_alias node)\"\n[ \"_$NODE\" = \"_stable\" ] || die \"'nvm_resolve_alias node' was not stable; got $NODE\"\n\nUNSTABLE=\"$(nvm_resolve_alias unstable)\"\n[ \"_$UNSTABLE\" = \"_v0.1\" ] || die \"'nvm_resolve_alias unstable' was not v0.1; got $UNSTABLE\"\n\nIOJS=\"$(nvm_resolve_alias iojs)\"\n[ \"_$IOJS\" = \"_iojs-v0.2\" ] || die \"'nvm_resolve_alias iojs' was not iojs-v0.2; got $IOJS\"\n\necho \"\n\nv0.0.1\nv0.0.2\nv0.0.3\n\" > ../../../alias/test-multi-lines\n\nEXPECTED='v0.0.1'\nACTUAL=\"$(nvm_resolve_alias test-multi-lines)\"\nEXIT_CODE=\"$(nvm_resolve_alias test-multi-lines 2>&1 >/dev/null; echo $?)\"\n\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n[ \"${EXIT_CODE}\" = '0' ] || die \"expected exit code 0, got ${EXIT_CODE}\"\n"
  },
  {
    "path": "test/fast/Aliases/nvm_resolve_local_alias",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nEXIT_CODE=$(nvm_resolve_local_alias ; echo $?)\n[ \"_$EXIT_CODE\" = \"_1\" ] || die \"nvm_resolve_local_alias without an argument did not return 1; got $EXIT_CODE\"\n\nfor i in $(seq 1 10)\n  do\n  STABLE_ALIAS=\"$(nvm_resolve_local_alias test-stable-$i)\"\n  [ \"_$STABLE_ALIAS\" = \"_v0.0.$i\" ] \\\n    || die \"'nvm_resolve_local_alias test-stable-$i' was not v0.0.$i; got $STABLE_ALIAS\"\n  UNSTABLE_ALIAS=\"$(nvm_resolve_local_alias test-unstable-$i)\"\n  [ \"_$UNSTABLE_ALIAS\" = \"_v0.1.$i\" ] \\\n    || die \"'nvm_resolve_local_alias test-unstable-$i' was not v0.1.$i; got $UNSTABLE_ALIAS\"\ndone\n\nOUTPUT=\"$(nvm_resolve_local_alias nonexistent)\"\nEXIT_CODE=$(nvm_resolve_local_alias nonexistent > /dev/null 2>&1 ; echo $?)\n[ \"_$EXIT_CODE\" = \"_2\" ] || die \"'nvm_resolve_local_alias nonexistent' did not return 2; got $EXIT_CODE\"\n[ \"_$OUTPUT\" = \"_\" ] || die \"'nvm_resolve_local_alias nonexistent' did not have empty output; got $OUTPUT\"\n\nSTABLE=\"$(nvm_resolve_local_alias stable)\"\n[ \"_$STABLE\" = \"_v0.0.10\" ] || die \"'nvm_resolve_local_alias stable' was not v0.0.10; got $STABLE\"\n\nNODE=\"$(nvm_resolve_local_alias node)\"\n[ \"_$NODE\" = \"_v0.0.10\" ] || die \"'nvm_resolve_local_alias node' was not v0.0.10; got $NODE\"\n\nUNSTABLE=\"$(nvm_resolve_local_alias unstable)\"\n[ \"_$UNSTABLE\" = \"_v0.1.10\" ] || die \"'nvm_resolve_local_alias unstable' was not v0.1.10; got $UNSTABLE\"\n\nIOJS=\"$(nvm_resolve_local_alias iojs)\"\n[ \"_$IOJS\" = \"_iojs-v0.2.10\" ] || die \"'nvm_resolve_local_alias iojs' was not iojs-v0.2.10; got $IOJS\"\n"
  },
  {
    "path": "test/fast/Aliases/setup",
    "content": "#!/bin/sh\n\nexport NVM_DIR=\"$(cd ../../.. && pwd)\"\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nfor i in $(seq 1 10)\n  do\n  echo 0.0.$i > ../../../alias/test-stable-$i\n  make_fake_node v0.0.$i\n  echo 0.1.$i > ../../../alias/test-unstable-$i\n  make_fake_node v0.1.$i\n  echo 0.2.$i > ../../../alias/test-iojs-$i\n  make_fake_iojs v0.2.$i\ndone\n"
  },
  {
    "path": "test/fast/Aliases/teardown",
    "content": "#!/bin/sh\n\nfor i in $(seq 1 10)\n  do\n  rm -f \"../../../alias/test-stable-$i\"\n  rm -rf \"../../../v0.0.$i\"\n  rm -f \"../../../alias/test-unstable-$i\"\n  rm -rf \"../../../v0.1.$i\"\n  rm -rf \"../../../alias/test-iojs-$i\"\n  rm -rf \"../../../versions/io.js/v0.2.$i\"\ndone\n\nrm -f \"../../../alias/stable\"\nrm -f \"../../../alias/unstable\"\nrm -f \"../../../alias/node\"\nrm -f \"../../../alias/iojs\"\nrm -f \"../../../alias/default\"\nrm -f \"../../../alias/test-blank-lines\"\nrm -f \"../../../alias/test-multi-lines\"\n"
  },
  {
    "path": "test/fast/Listing paths/Running 'nvm which 0.0.2' should display only version 0.0.2",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.0.2\nmake_fake_node v0.0.20\nmake_fake_node v0.12.0\n\ndie () { echo \"$@\" ; exit 1; }\n\n# The result should contain only the appropriate version numbers.\n\nnvm which 0.0.2 || die \"v0.0.2 not found\"\nNVM_BIN=\"$(nvm which 0.0.2)\"\n[ \"_$NVM_BIN\" = \"_$(nvm_version_path v0.0.2)/bin/node\" ] \\\n  || die \"'nvm which 0.0.2' did not contain the correct path: got '$NVM_BIN'\"\n\nnvm which 0.0.20 || die \"v0.0.20 not found\"\nNVM_BIN=\"$(nvm which 0.0.20)\"\n[ \"_$NVM_BIN\" = \"_$(nvm_version_path v0.0.20)/bin/node\" ] \\\n  || die \"'nvm which 0.20.0' did not contain the correct path: got '$NVM_BIN'\"\n\nnvm which 0.12.0 || die \"v0.0.20 not found\"\nNVM_BIN=\"$(nvm which 0.12.0)\"\n[ \"_$NVM_BIN\" = \"_$(nvm_version_path v0.12.0)/bin/node\" ] \\\n  || die \"'nvm which 0.12.0' did not contain the correct path: got '$NVM_BIN'\"\n"
  },
  {
    "path": "test/fast/Listing paths/Running 'nvm which foo' should return a nonzero exit code when not found",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm which nonexistent_version\n[ \"_$?\" = \"_1\" ]\n"
  },
  {
    "path": "test/fast/Listing paths/Running 'nvm which' should respect alias pointing to system",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\ncleanup() {\n  rm -f \"$(nvm_alias_path)/default\"\n  if [ -n \"${SYSTEM_DIR-}\" ]; then\n    rm -rf \"${SYSTEM_DIR}\"\n  fi\n  if [ -n \"${ORIG_PATH-}\" ]; then\n    PATH=\"${ORIG_PATH}\"\n  fi\n}\n\n\\. ../../../nvm.sh\n\nnvm_make_alias default system\n\nORIG_PATH=\"${PATH}\"\nSYSTEM_DIR=\"$(mktemp -d)\"\ncat > \"${SYSTEM_DIR}/node\" <<'EOF'\n#!/bin/sh\necho v0.0.0\nEOF\nchmod +x \"${SYSTEM_DIR}/node\"\nPATH=\"${SYSTEM_DIR}:${PATH}\"\nexport PATH\n\nEXPECTED_OUTPUT=\"$(command which node)\"\nset +ex # since stderr is needed\nOUTPUT=\"$(nvm which default 2>&1)\"\nset -ex\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"Could not use system via alias for nvm which. Got >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Listing paths/teardown",
    "content": "rm -rf ../../../v0.0.2\nrm -rf ../../../v0.0.20\nrm -rf ../../../v0.12.0\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls --no-alias' does not call into nvm_alias",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; unset -f nvm_ls nvm_list_aliases; exit 1; }\n\nmake_fake_node v0.12.87 || die 'fake v0.12.87 could not be made'\nmake_fake_node v0.12.9 || die 'fake v0.12.9 could not be made'\nmake_fake_iojs v0.1.2 || die 'fake iojs-v0.1.2 could not be made'\nmake_fake_iojs v0.10.2 || die 'fake iojs-v0.10.2 could not be made'\n\nset -e\n\nnvm_list_aliases() {\n  echo 'sd-6'\n}\n# sanity check\nOUTPUT=\"$(nvm alias)\"\nEXPECTED_OUTPUT='sd-6'\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"1: expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n\nnvm_ls() {\n  echo v0.12.87\n  echo v0.12.9\n  echo iojs-v0.1.2\n  echo iojs-v0.10.2\n}\nOUTPUT=\"$(nvm ls --no-colors --no-alias)\"\nEXPECTED_OUTPUT=\"       v0.12.87 *\n        v0.12.9 *\n    iojs-v0.1.2 *\n   iojs-v0.10.2 *\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"2: expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls --no-alias' with a pattern errors",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; unset -f nvm_ls nvm_list_aliases; exit 1; }\n\nset -e\n\nOUTPUT=\"$(nvm ls --no-colors --no-alias pattern 2>&1 ||:)\"\nEXPECTED_OUTPUT='`--no-alias` is not supported when a pattern is provided.'\nEXIT_CODE=\"$(nvm ls --no-colors --no-alias pattern >/dev/null 2>&1 || echo $?)\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n\n[ \"${EXIT_CODE}\" = 55 ] || die \"expected 55; got >${EXIT_CODE}<\"\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls 0.0.2' should display only version 0.0.2",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.0.2\nmake_fake_node v0.0.20\n\ndie () { echo \"$@\" ; exit 1; }\n\n# The result should contain only the appropriate version numbers.\n\nnvm ls 0.0.2 | grep 'v0.0.2' > /dev/null\nif [ $? -eq 0 ]; then\n  echo '\"nvm ls 0.0.2\" contained v0.0.2'\nfi\n\nnvm ls 0.0.2 | grep 'v0.0.20' > /dev/null\nif [ $? -eq 0 ]; then\n  die '\"nvm ls 0.0.2\" contained v0.0.20'\nfi\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls 0.2' should display only 0.2.x versions",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.1.3\nmake_fake_node v0.2.3\nmake_fake_node v0.20.3\n\ndie () { echo \"$@\" ; exit 1; }\n\n# The result should contain only the appropriate version numbers.\n\nnvm ls 0.1 | grep 'v0.2.3' > /dev/null\nif [ $? -eq 0 ]; then\n  echo '\"nvm ls 0.1\" contained v0.2.3'\nfi\n\nnvm ls 0.1 | grep 'v0.20.3' > /dev/null\nif [ $? -eq 0 ]; then\n  die '\"nvm ls 0.1\" contained v0.20.3'\nfi\n\nnvm ls 0.1 | grep 'v0.1.3' > /dev/null\nif [ $? -ne 0  ]; then\n  die '\"nvm ls 0.1\" did not contain v0.1.3'\nfi\n\nnvm ls 0.2 | grep 'v0.2.3' > /dev/null\nif [ $? -ne 0  ]; then\n  die '\"nvm ls 0.2\" did not contain v0.2.3'\nfi\n\nnvm ls 0.2 | grep 'v0.20.3' > /dev/null\nif [ $? -eq 0  ]; then\n  die '\"nvm ls 0.2\" contained v0.20.3'\nfi\n\nnvm ls 0.2 | grep 'v0.2.3' > /dev/null\nif [ $? -ne 0  ]; then\n  die '\"nvm ls 0.2\" did not contain v0.2.3'\nfi\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls default' should show system version when available",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\ncleanup () {\n  rm -f \"$(nvm_alias_path)/default\"\n  unset -f nvm_has_system_node node\n}\n\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nnvm_make_alias default system\nnvm_has_system_node() { return 0; }\nnode() { command printf 'v0.0.0'; }\n\nOUTPUT=\"$(nvm ls default | strip_colors)\"\necho \"${OUTPUT}\" | command grep -q 'system' \\\n  || die \"Could not list system via alias. Got >${OUTPUT}<\"\necho \"${OUTPUT}\" | command grep -q 'v0.0.0' \\\n  || die \"Could not list system version via alias. Got >${OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls foo' should return a nonzero exit code when not found",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm ls nonexistent_version\n[ \"$?\" = \"3\" ]\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls io' should return NA",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm ls io\n[ \"$?\" = \"3\" ]\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls node_' should return a nonzero exit code when not found",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm ls node_\n[ \"$?\" = \"3\" ]\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls stable' and 'nvm ls unstable' should return the appropriate implicit alias",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nmake_fake_node v0.2.3\nmake_fake_node v0.3.3\n\nEXPECTED_STABLE=\"$(nvm_print_implicit_alias local stable)\"\nSTABLE_VERSION=\"$(nvm_version \"$EXPECTED_STABLE\")\"\n\nEXPECTED_UNSTABLE=\"$(nvm_print_implicit_alias local unstable)\"\nUNSTABLE_VERSION=\"$(nvm_version \"$EXPECTED_UNSTABLE\")\"\n\nnvm ls stable | \\grep \"$STABLE_VERSION\" >/dev/null \\\n  || die \"expected 'nvm ls stable' to give $STABLE_VERSION, got $(nvm ls stable)\"\n\nnvm ls unstable | \\grep \"$UNSTABLE_VERSION\" >/dev/null \\\n  || die \"expected 'nvm ls unstable' to give $UNSTABLE_VERSION, got $(nvm ls unstable)\"\n\nmake_fake_node v0.1.4\nnvm alias stable 0.1\n\nnvm ls stable | \\grep -v \"$STABLE_VERSION\" >/dev/null \\\n  || die \"'nvm ls stable' contained $STABLE_VERSION instead of v0.1.4\"\nnvm ls stable | \\grep v0.1.4 >/dev/null \\\n  || die \"'nvm ls stable' did not contain v0.1.4\"\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls system' should include 'system' when appropriate",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.0.1\nmake_fake_node v0.0.3\nmake_fake_node v0.0.9\nmake_fake_node v0.3.1\nmake_fake_node v0.3.3\nmake_fake_node v0.3.9\n\nnvm_has_system_node() { return 0; }\nnvm ls system | grep system 2>&1 > /dev/null\n[ $? -eq 0 ] || die '\"nvm ls system\" did not contain \"system\" when system node is present'\n\nnvm_has_system_node() { return 1; }\nnvm ls system | grep system 2>&1 > /dev/null\n[ $? -ne 0 ] || die '\"nvm ls system\" contained \"system\" when system node is not present'\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls' calls into nvm_alias",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; unset -f nvm_ls nvm_list_aliases; exit 1; }\n\nmake_fake_node v0.12.87 || die 'fake v0.12.87 could not be made'\nmake_fake_node v0.12.9 || die 'fake v0.12.9 could not be made'\nmake_fake_iojs v0.1.2 || die 'fake iojs-v0.1.2 could not be made'\nmake_fake_iojs v0.10.2 || die 'fake iojs-v0.10.2 could not be made'\n\nset -e\n\nnvm_list_aliases() {\n  echo 'sd-6'\n}\n# sanity check\nOUTPUT=\"$(nvm alias)\"\nEXPECTED_OUTPUT='sd-6'\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"1: expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n\nnvm_ls() {\n  echo v0.12.87\n  echo v0.12.9\n  echo iojs-v0.1.2\n  echo iojs-v0.10.2\n}\nOUTPUT=\"$(nvm ls --no-colors)\"\nEXPECTED_OUTPUT=\"       v0.12.87 *\n        v0.12.9 *\n    iojs-v0.1.2 *\n   iojs-v0.10.2 *\nsd-6\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"2: expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls' should display all installed versions",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nmake_fake_node v0.0.1\nmake_fake_node v0.0.3\nmake_fake_node v0.0.9\nmake_fake_node v0.3.1\nmake_fake_node v0.3.3\nmake_fake_node v0.3.9\nmake_fake_node v0.12.87\nmake_fake_node v0.12.9\nmake_fake_iojs v0.1.2\nmake_fake_iojs v0.10.2\n\n# The result should contain the version numbers.\nnvm ls | grep v0.0.1 >/dev/null || die \"v0.0.1 not found in: $(nvm ls)\"\nnvm ls | grep v0.0.3 >/dev/null || die \"v0.0.3 not found in: $(nvm ls)\"\nnvm ls | grep v0.0.9 >/dev/null || die \"v0.0.9 not found in: $(nvm ls)\"\nnvm ls | grep v0.3.1 >/dev/null || die \"v0.3.1 not found in: $(nvm ls)\"\nnvm ls | grep v0.3.3 >/dev/null || die \"v0.3.3 not found in: $(nvm ls)\"\nnvm ls | grep v0.3.9 >/dev/null || die \"v0.3.9 not found in: $(nvm ls)\"\nnvm ls | grep v0.12.87 >/dev/null || die \"v0.12.87 not found in: $(nvm ls)\"\nnvm ls | grep iojs-v0.1.2 >/dev/null || die \"iojs-v0.1.2 not found in: $(nvm ls)\"\n\nOUTPUT=\"$(nvm_ls)\"\nEXPECTED_OUTPUT=\"v0.0.1\nv0.0.3\nv0.0.9\niojs-v0.1.2\nv0.3.1\nv0.3.3\nv0.3.9\niojs-v0.10.2\nv0.12.9\nv0.12.87\"\nif nvm_has_system_node || nvm_has_system_iojs; then\n  SYSTEM_VERSION=\"$(nvm deactivate >/dev/null 2>&1 && node -v 2>/dev/null)\"\n  if [ -n \"${SYSTEM_VERSION}\" ]; then\n    EXPECTED_OUTPUT=\"${EXPECTED_OUTPUT}\nsystem ${SYSTEM_VERSION}\"\n  else\n    EXPECTED_OUTPUT=\"${EXPECTED_OUTPUT}\nsystem\"\n  fi\nfi\n[ \"${OUTPUT-}\" = \"${EXPECTED_OUTPUT-}\" ] || die \"expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls' should filter out '.nvm'",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.1.3\nmake_fake_node v0.2.3\n\n[ -z `nvm ls | grep '^ *\\.'` ]\n# The result should contain only the appropriate version numbers.\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls' should filter out 'versions'",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.1.3\nmake_fake_node v0.2.3\n\n[ -z \"$(nvm ls | \\grep 'versions')\" ]\n# The result should contain only the appropriate version numbers.\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls' should include 'system' when appropriate",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.0.1\nmake_fake_node v0.0.3\nmake_fake_node v0.0.9\nmake_fake_node v0.3.1\nmake_fake_node v0.3.3\nmake_fake_node v0.3.9\n\nnvm_has_system_node() { return 0; }\nnvm ls | grep system 2>&1 > /dev/null\n[ $? -eq 0 ] || die '\"nvm ls\" did not contain \"system\" when system node is present'\n\nnvm_has_system_node() { return 1; }\nnvm ls | grep system 2>&1 > /dev/null\n[ $? -ne 0 ] || die '\"nvm ls\" contained \"system\" when system node is not present'\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls' should list versions in the 'versions' directory",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.12.1\nmake_fake_node v0.1.3\n\nnvm ls 0.12 | grep v0.12.1 || die '\"nvm ls\" did not list a version in the versions/ directory'\nnvm ls 0.1 | grep v0.1.3 || die '\"nvm ls\" did not list a version not in the versions/ directory'\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls' should not show a trailing slash",
    "content": "#!/bin/zsh\n\nexport NVM_DIR=\"$(cd ../../.. && pwd)\"\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nif type setopt >/dev/null 2>&1; then setopt local_options markdirs; fi\n\ndie () {\n  if type unsetopt >/dev/null 2>&1; then unsetopt local_options markdirs; fi\n  echo \"$@\";\n  exit 1;\n}\n\nmake_fake_node v0.0.1\nmake_fake_node v0.0.3\nmake_fake_node v0.0.9\nmake_fake_node v0.3.1\nmake_fake_node v0.3.3\nmake_fake_node v0.3.9\nmake_fake_node v0.12.87\nmake_fake_node v0.12.9\nmake_fake_iojs v0.1.2\nmake_fake_iojs v0.10.2\n\nOUTPUT=\"$(nvm_ls)\"\nEXPECTED_OUTPUT=\"v0.0.1\nv0.0.3\nv0.0.9\niojs-v0.1.2\nv0.3.1\nv0.3.3\nv0.3.9\niojs-v0.10.2\nv0.12.9\nv0.12.87\"\nif nvm_has_system_node || nvm_has_system_iojs; then\n  SYSTEM_VERSION=\"$(nvm deactivate >/dev/null 2>&1 && node -v 2>/dev/null)\"\n  if [ -n \"${SYSTEM_VERSION}\" ]; then\n    EXPECTED_OUTPUT=\"${EXPECTED_OUTPUT}\nsystem ${SYSTEM_VERSION}\"\n  else\n    EXPECTED_OUTPUT=\"${EXPECTED_OUTPUT}\nsystem\"\n  fi\nfi\n[ \"${OUTPUT-}\" = \"${EXPECTED_OUTPUT-}\" ] || die \"expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls' with node-like versioning vx.x.x should only list a matched version",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.1.2\n\nnvm ls v0.1 | grep v0.1.2 &&\nnvm ls v0.1.2 | grep v0.1.2 &&\nnvm ls v0.1. | grep v0.1.2 &&\nnvm ls v0.1.1 | grep N/A\n"
  },
  {
    "path": "test/fast/Listing versions/Running 'nvm ls' with nounset should not fail",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.12.34 || die 'fake v0.12.34 could not be made'\n\n# Enable no unset variable\nset -u\n\n# Try an alias that does not exist\noutput=$(nvm ls 99 2>&1 1>/dev/null || true)\ntest -z \"${output}\" || die \"1: expected empty; got >${output}\"\n\n# Try a version that does not exist\noutput=$(nvm ls 0.12.00 2>&1 1>/dev/null || true)\ntest -z \"${output}\" || die \"2: expected empty; got >${output}\"\n\n# Try a version that does exist\noutput=$(nvm ls 0.12.34 2>&1 1>/dev/null || true)\ntest -z \"${output}\" || die \"3: expected empty; got >${output}\"\n"
  },
  {
    "path": "test/fast/Listing versions/Using a nonstandard IFS should not break",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.0.1\nmake_fake_node v0.0.3\nmake_fake_node v0.0.9\nmake_fake_node v0.3.1\nmake_fake_node v0.3.3\nmake_fake_node v0.3.9\nmake_fake_node v0.12.87\nmake_fake_node v0.12.9\nmake_fake_iojs v0.1.2\nmake_fake_iojs v0.10.2\n\nset -e\n\nIFS='' nvm ls\n"
  },
  {
    "path": "test/fast/Listing versions/teardown",
    "content": "rm -rf ../../../v0.0.1\nrm -rf ../../../v0.0.2\nrm -rf ../../../v0.0.3\nrm -rf ../../../v0.0.9\nrm -rf ../../../v0.0.20\nrm -rf ../../../v0.1.2\nrm -rf ../../../v0.1.3\nrm -rf ../../../v0.1.4\nrm -rf ../../../v0.2.3\nrm -rf ../../../v0.3.1\nrm -rf ../../../v0.3.3\nrm -rf ../../../v0.3.9\nrm -rf ../../../v0.20.3\nrm -rf ../../../versions\nrm -f ../../../alias/stable\nrm -f ../../../alias/unstable\n"
  },
  {
    "path": "test/fast/Running 'nvm alias' should create a file in the alias directory",
    "content": "#!/bin/sh\n\nset -ex\n\nexport NVM_DIR=\"$(cd ../.. && pwd)\"\n\n: nvm.sh\n\\. ../../nvm.sh\n\nnvm alias test v0.1.2\n\n[ \"$(cat \"$(nvm_alias_path)/test\")\" = \"v0.1.2\" ]\n"
  },
  {
    "path": "test/fast/Running 'nvm current' should display current nvm environment",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nexport NVM_DIR=\"$(cd ../.. && pwd)\"\n\n: nvm.sh\n\\. ../../nvm.sh\n\nnvm deactivate 2>&1\n\n[ \"$(nvm current)\" = \"system\" ] || [ \"$(nvm current)\" = \"none\" ] || die '\"nvm current\" did not report \"system\" or \"none\" when deactivated'\n"
  },
  {
    "path": "test/fast/Running 'nvm deactivate' should unset the nvm environment variables",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nexport NVM_DIR=\"$(cd ../.. && pwd)\"\n\n: nvm.sh\n\\. ../../nvm.sh\n\\. ../common.sh\n\nmake_fake_node v0.2.3\n\n[ `expr $PATH : \".*v0.2.3/.*/bin.*\"` = 0 ] || echo \"WARNING: Unexpectedly found v0.2.3 already active\" >&2\n\nnvm use --delete-prefix v0.2.3 || die \"Failed to activate v0.2.3\"\n[ `expr \"$PATH\" : \".*v0.2.3/.*/bin.*\"` != 0 ] || die \"PATH not set up properly\"\n[ `expr \"$NODE_PATH\" : \".*v0.2.3/.*/lib/node_modules.*\"` = 0 ] || die \"NODE_PATH should not contain (npm root -g)\"\n# ^ note: NODE_PATH should not contain `npm root -g` since globals should not be requireable\n[ `expr \"$NVM_BIN\" : \".*v0.2.3/bin\"` != 0 ] || die \"NODE_BIN should contain bin directory path\"\n\nnvm deactivate || die \"Failed to deactivate v0.2.3\"\n[ `expr \"$PATH\" : \".*v0.2.3/.*/bin.*\"` = 0 ] || die \"PATH not cleaned properly\"\n[ `expr \"$NODE_PATH\" : \".*v0.2.3/.*/lib/node_modules.*\"` = 0 ] || die \"NODE_PATH not cleaned properly\"\n[ \"_$NVM_BIN\" = \"_\" ] || die \"NVM_BIN should be unset: got '$NVM_BIN'\"\n"
  },
  {
    "path": "test/fast/Running 'nvm install' with '--reinstall-packages-from' requires a valid version",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\ncleanup () {\n  rm -rf \"${NVM_DIR}/v0.10.4\"\n}\n\nexport NVM_DIR=\"$(cd ../.. && pwd)\"\n\n: nvm.sh\n\\. ../../nvm.sh\n\\. ../common.sh\n\nmake_fake_node v0.10.4\n\nnvm deactivate >/dev/null 2>&1\n\nset +ex # needed for stderr\nINSTALL_ERROR_MSG=\"$(nvm install v0.10.5 --reinstall-packages-from=0.11 2>&1)\"\nset -ex\nEXPECTED_ERROR_MSG=\"If --reinstall-packages-from is provided, it must point to an installed version of node.\"\n[ \"~$INSTALL_ERROR_MSG\" = \"~$EXPECTED_ERROR_MSG\" ] \\\n  || die \"\"nvm install --reinstall-packages-from\" should fail when given an uninstalled version: expected '$EXPECTED_ERROR_MSG', got '$INSTALL_ERROR_MSG'\"\n\nset +e # TODO: fix\nINSTALL_EXIT_CODE=\"$(nvm install v0.10.5 --reinstall-packages-from=0.11 >/dev/null 2>&1; echo $?)\"\nset -e\n[ $INSTALL_EXIT_CODE -eq 5 ] \\\n  || die \"\"nvm install --reinstall-packages-from\" should exit with code 5 when given an uninstalled version, got ${INSTALL_EXIT_CODE}\"\n\nset +ex # needed for stderr\nINSTALL_ERROR_MSG=\"$(nvm install v0.10.5 --reinstall-packages-from=0.10.5 2>&1)\"\nset -ex\nEXPECTED_ERROR_MSG=\"You can't reinstall global packages from the same version of node you're installing.\"\n[ \"~$INSTALL_ERROR_MSG\" = \"~$EXPECTED_ERROR_MSG\" ] \\\n  || die \"\"nvm install --reinstall-packages-from\" should fail when given the same version: expected '$EXPECTED_ERROR_MSG', got '$INSTALL_ERROR_MSG'\"\n\nset +e # TODO: fix\nINSTALL_EXIT_CODE=\"$(nvm install v0.10.5 --reinstall-packages-from=0.10.5 >/dev/null 2>&1; echo $?)\"\nset -e\n[ $INSTALL_EXIT_CODE -eq 4 ] \\\n  || die \"\"nvm install --reinstall-packages-from\" should exit with code 4 when given the same version, got $INSTALL_EXIT_CODE\"\n\nset +ex # needed for stderr\nINSTALL_ERROR_MSG=\"$(nvm install v0.10.5 --reinstall-packages-from 2>&1)\"\nset -ex\nEXPECTED_ERROR_MSG='If --reinstall-packages-from is provided, it must point to an installed version of node using `=`.'\n[ \"~$INSTALL_ERROR_MSG\" = \"~$EXPECTED_ERROR_MSG\" ] \\\n  || die \"\"nvm install --reinstall-packages-from\" should fail when given an uninstalled version: expected '$EXPECTED_ERROR_MSG', got '$INSTALL_ERROR_MSG'\"\n\nset +ex # needed for stderr\nINSTALL_ERROR_MSG=\"$(nvm install v0.10.5 --reinstall-packages-from= 2>&1)\"\nset -ex\nEXPECTED_ERROR_MSG=\"If --reinstall-packages-from is provided, it must point to an installed version of node.\"\n[ \"~$INSTALL_ERROR_MSG\" = \"~$EXPECTED_ERROR_MSG\" ] \\\n  || die \"\"nvm install --reinstall-packages-from\" should fail when given an uninstalled version: expected '$EXPECTED_ERROR_MSG', got '$INSTALL_ERROR_MSG'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Running 'nvm install' with an invalid version fails nicely",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nexport NVM_DIR=\"$(cd ../.. && pwd)\"\n\n: nvm.sh\n\\. ../../nvm.sh\n\nset +ex # needed for stderr\nOUTPUT=\"$(nvm install invalid.invalid 2>&1)\"\nset -ex\nEXPECTED_OUTPUT=\"Version 'invalid.invalid' not found - try \\`nvm ls-remote\\` to browse available versions.\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"nvm installing an invalid version did not print a nice error message\"\n"
  },
  {
    "path": "test/fast/Running 'nvm unalias' should remove the alias file",
    "content": "#!/bin/sh\n\nset -ex\n\nALIAS_PATH=\"../../alias\"\n\necho v0.1.2 > \"${ALIAS_PATH}/test\"\n\n: nvm.sh\n\\. ../../nvm.sh\n\nnvm unalias test\n\n! [ -e \"${ALIAS_PATH}/test\" ]\n"
  },
  {
    "path": "test/fast/Running 'nvm uninstall' should remove the appropriate directory",
    "content": "#!/bin/sh\n\nset -ex\n\n: nvm.sh\n\\. ../../nvm.sh\n\\. ../common.sh\n\nmake_fake_node v0.0.1\n\nnvm uninstall v0.0.1\n\n[ ! -d 'v0.0.1' ]\n"
  },
  {
    "path": "test/fast/Running 'nvm uninstall' with an inferred version shows the inferred message",
    "content": "#!/bin/sh\n\nset -ex\n\n\\. ../../nvm.sh\n\\. ../common.sh\n\nVERSION='v0.0.1'\nPATTERN='0.0'\n\nmkdir -p \"${NVM_DIR}/${VERSION}\"\n\nset +ex # needed for stderr\nRETURN_MESSAGE=\"$(nvm uninstall \"${PATTERN}\" 2>&1 || echo)\"\nset -ex\nEXPECTED_MESSAGE=\"Version '${VERSION}' (inferred from ${PATTERN}) is not installed.\"\n\n[ \"${RETURN_MESSAGE}\" = \"${EXPECTED_MESSAGE}\" ]\n"
  },
  {
    "path": "test/fast/Running 'nvm uninstall' with an uninstalled version shows the requested version",
    "content": "#!/bin/sh\n\nset -ex\n\n\\. ../../nvm.sh\n\\. ../common.sh\n\nset +ex # needed for stderr\nRETURN_MESSAGE=\"$(nvm uninstall 22 2>&1 || echo)\"\nset -ex\nEXPECTED_MESSAGE=\"Version '22' is not installed.\"\n\n[ \"${RETURN_MESSAGE}\" = \"${EXPECTED_MESSAGE}\" ]\n"
  },
  {
    "path": "test/fast/Running 'nvm uninstall' with incorrect file permissions fails nicely",
    "content": "#!/bin/sh\n\nset -ex\n\n: nvm.sh\n\\. ../../nvm.sh\n\\. ../common.sh\n\nmake_fake_node v0.0.1\nsudo touch \"\"$(nvm_version_path v0.0.1)\"/sudo\"\n\nRETURN_MESSAGE=\"$(nvm uninstall v0.0.1 2>&1 || echo)\"\nCHECK_FOR=\"Cannot uninstall, incorrect permissions on installation folder\"\n\n[ \"${RETURN_MESSAGE#*$CHECK_FOR}\" != \"$RETURN_MESSAGE\" ] || exit 1\n"
  },
  {
    "path": "test/fast/Running 'nvm unload' should unset all function and variables",
    "content": "#!/bin/sh\n\nset -ex\n\nBEFORE=\"./before.tmp\"\nAFTER=\"./after.tmp\"\n\ncleanup () { rm -f \"${BEFORE}\" \"${AFTER}\"; }\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ntypeset -f | awk '/ \\(\\) $/ && !/^main / {print $1}' > \"${BEFORE}\"\nenv | grep -v PATH= | grep -v IFS= | grep -v NVM_ | grep -v TRAVIS_ | sort >> \"${BEFORE}\"\n\nset +e # TODO: fix\n: nvm.sh\n\\. ../../nvm.sh\nset -e\n\ntype nvm > /dev/null 2>&1 || die \"nvm not loaded\"\n\nnvm unload\n\ntypeset -f | awk '/ \\(\\) $/ && !/^main / {print $1}' > \"${AFTER}\"\nenv | grep -v PATH= | grep -v IFS= | grep -v TRAVIS_ | sort >> \"${AFTER}\"\n\n! type nvm > /dev/null 2>&1 || die \"nvm not unloaded\"\n\nDIFF=\"$(diff \"${BEFORE}\" \"${AFTER}\" ||:)\"\n[ -z \"${DIFF}\" ] || die \"function pollution found: >${DIFF}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Running 'nvm use foo' where 'foo' is circular aborts",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  rm -rf \"$(nvm_alias_path)/foo\"\n}\n\n: nvm.sh\n\\. ../../nvm.sh\n\n\\. ../common.sh\n\nnvm_make_alias foo foo\n\ntry_err nvm use foo\nEXPECTED_OUTPUT='The alias \"foo\" leads to an infinite loop. Aborting.'\n[ \"_${CAPTURED_STDERR}\" = \"_${EXPECTED_OUTPUT}\" ] \\\n  || die \"'nvm use foo' did not output >${EXPECTED_OUTPUT}<; got >${CAPTURED_STDERR}<\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_8\" ] || die \"Expected exit code 8; got ${CAPTURED_EXIT_CODE}\"\n\ntry_err nvm use --silent foo\nEXPECTED_OUTPUT=''\n[ \"_${CAPTURED_STDERR}\" = \"_${EXPECTED_OUTPUT}\" ] \\\n  || die \"'nvm use --silent foo' did not output >${EXPECTED_OUTPUT}<; got >${CAPTURED_STDERR}<\"\n[ $CAPTURED_EXIT_CODE -eq 8 ] || die \"Expected exit code 8 from 'nvm use --silent foo'; got ${CAPTURED_EXIT_CODE}\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Running 'nvm use iojs' uses latest io.js version",
    "content": "#!/bin/sh\n\nset -ex\n\n\\. ../common.sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\nVERSION=\"v3.99.0\"\n\ncleanup() {\n  unset -f make_echo cleanup\n  rm -rf \"$(nvm_version_path \"iojs-${VERSION}\")\"\n}\n\n: nvm.sh\n\\. ../../nvm.sh\n\nnvm deactivate || die \"unable to deactivate; current: >$(nvm current)<\"\n\nmake_fake_iojs \"${VERSION}\" || die \"unable to make_fake_iojs ${VERSION}\"\n\nIOJS_VERSION=\"$(nvm_version iojs)\"\n[ -n \"${IOJS_VERSION}\" ] || die 'expected an io.js version; got none'\n\nEXPECTED_OUTPUT=\"$(nvm_add_iojs_prefix ${VERSION})\"\n[ \"${IOJS_VERSION}\" = \"${EXPECTED_OUTPUT}\" ] || die \"iojs version was not >${EXPECTED_OUTPUT}; got >${IOJS_VERSION}<\"\n\nnvm use --delete-prefix iojs || die '`nvm use iojs` failed'\n\n# Remove node_modules/.bin from the path so that the system version `which` is\n# used in nvm_ls_current\nPATH=$(echo \"$PATH\" | tr \":\" \"\\n\" | grep -v \"node_modules/.bin\" | tr \"\\n\" \":\") CURRENT=\"$(nvm current)\"\necho \"current: ${CURRENT}\"\n\n[ \"${CURRENT}\" = \"${IOJS_VERSION}\" ] || die \"expected >${IOJS_VERSION}<; got >${CURRENT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Running 'nvm use system' should work as expected",
    "content": "#!/bin/sh\n\nset -eux\n\ncleanup() {\n  unset -f nvm_has_system_node nvm_print_npm_version\n}\ndie() { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../nvm.sh\n\nnvm_has_system_node() { return 0; }\nnvm_print_npm_version() { command printf ' (npm v1.2.3)'; }\n\nEXPECTED_OUTPUT=\"Now using system version of node: $(node -v)$(nvm_print_npm_version)\"\nset +x # since stderr is needed\nOUTPUT=\"$(nvm use system 2>&1)\"\nset -x\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"Could not use system version of node. Got >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\nEXPECTED_OUTPUT=\"\"\nset +x # since stderr is needed\nOUTPUT=\"$(nvm use --silent system 2>&1 | tail -1)\"\nset -x\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"Could not use system version of node or --silent was not silent\"\n\nnvm_has_system_node() { return 1; }\nnvm_print_npm_version() { command printf ''; }\n\nEXPECTED_OUTPUT=\"System version of node not found.\"\nset +x # since stderr is needed\nOUTPUT=\"$(nvm use system 2>&1 | tail -1)\"\nset -x\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"Did not report error, system node not found\"\n\nnvm use system 2>&1 > /dev/null || [ $? -eq 127 ] || die \"Did not return error code, system node not found\"\nEXPECTED_OUTPUT=\"\"\nset +x # since stderr is needed\nOUTPUT=\"$(nvm use --silent system 2>&1 | tail -1)\"\nset -x\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"Did not report error, system node not found or --silent was not silent\"\nnvm use --silent system 2>&1 > /dev/null || [ $? -eq 127 ] || die \"Did not return error code, system node not found or --silent was not silent\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Running 'nvm use x' should create and change the 'current' symlink",
    "content": "#!/bin/sh\n\nset -ex\n\nexport NVM_SYMLINK_CURRENT=true\n: nvm.sh\n\\. ../../nvm.sh\n\\. ../common.sh\n\nrm -rf \"${NVM_DIR}/v0.10.29\"\nmake_fake_node v0.10.29\nnvm use --delete-prefix 0.10.29\nrm -rf \"${NVM_DIR}/v0.10.29\"\n\nif [ ! -L \"${NVM_DIR}/current\" ];then\n  echo \"Expected 'current' symlink to be created!\"\n  exit 1\nfi\n\noldLink=\"$(readlink \"${NVM_DIR}/current\")\"\n\nif [ \"$(basename \"${oldLink}\")\" != 'v0.10.29' ];then\n  echo \"Expected 'current' to point to v0.10.29 but was ${oldLink}\"\n  exit 1\nfi\n\nrm -rf \"${NVM_DIR}/v0.11.13\"\nmake_fake_node v0.11.13\nnvm use --delete-prefix 0.11.13\nrm -rf \"${NVM_DIR}/v0.11.13\"\n\nnewLink=\"$(readlink \"${NVM_DIR}/current\")\"\n\nif [ \"$(basename \"${newLink}\")\" != 'v0.11.13' ];then\n  echo \"Expected 'current' to point to v0.11.13 but was $newLink\"\n  exit 1\nfi\n"
  },
  {
    "path": "test/fast/Running 'nvm use x' should not create the 'current' symlink if $NVM_SYMLINK_CURRENT is false",
    "content": "#!/bin/sh\n\nset -ex\n\n: nvm.sh\n\\. ../../nvm.sh\n\\. ../common.sh\n\nTEST_NODE_VERSION=\"v0.10.29\"\n\nTEST_COUNT=0\nTEST_PASSED=0\nTEST_FAILED=0\n\nregisterExpectedSymlink() {\n  registerResult ${1}\n}\n\nregisterExpectedNoSymlink() {\n  [ $1 -ne 0 ]\n  registerResult $?\n}\n\nregisterResult() {\n  result=\"${1}\"\n\n  TEST_COUNT=$(($TEST_COUNT + 1))\n\n  [ ${result} -eq 0 ] \\\n    && TEST_PASSED=$(($TEST_PASSED + 1)) \\\n    || TEST_FAILED=$(($TEST_FAILED + 1))\n}\n\ncleanup() {\n  rm -rf \"${NVM_DIR}/${TEST_NODE_VERSION}\"\n  rm -f \"${NVM_DIR}/current\"\n}\n\nrunNvmUse() {\n  make_fake_node \"$TEST_NODE_VERSION\"\n  nvm use --delete-prefix \"${TEST_NODE_VERSION}\" > /dev/null 2>&1\n  rm -rf \"${NVM_DIR}/${TEST_NODE_VERSION}\"\n}\n\nisCurrentSymlinkPresent() {\n  [ -L \"${NVM_DIR}/current\" ]\n}\n\nNVM_SYMLINK_CURRENT=false\ncleanup\nrunNvmUse\nisCurrentSymlinkPresent && echo >&2 \"Expected 'current' symlink not to be created when NVM_SYMLINK_CURRENT=false!\"\nregisterExpectedNoSymlink $?\n\nNVM_SYMLINK_CURRENT=true\ncleanup\nrunNvmUse\nisCurrentSymlinkPresent || echo >&2 \"Expected 'current' symlink to be created when NVM_SYMLINK_CURRENT=true!\"\nregisterExpectedSymlink $?\n\nNVM_SYMLINK_CURRENT=garbagevalue\ncleanup\nrunNvmUse\nisCurrentSymlinkPresent && echo >&2 \"Expected 'current' symlink not to be created when NVM_SYMLINK_CURRENT contains a string!\"\nregisterExpectedNoSymlink $?\n\nNVM_SYMLINK_CURRENT=0\ncleanup\nrunNvmUse\nisCurrentSymlinkPresent && echo >&2 \"Expected 'current' symlink not to be created when NVM_SYMLINK_CURRENT=0!\"\nregisterExpectedNoSymlink $?\n\nNVM_SYMLINK_CURRENT=1\ncleanup\nrunNvmUse\nisCurrentSymlinkPresent && echo >&2 \"Expected 'current' symlink not to be created when NVM_SYMLINK_CURRENT=1!\"\nregisterExpectedNoSymlink $?\n\nunset NVM_SYMLINK_CURRENT\ncleanup\nrunNvmUse\nisCurrentSymlinkPresent && echo >&2 \"Expected 'current' symlink not to be created when NVM_SYMLINK_CURRENT has been unset (default behaviour)!\"\nregisterExpectedNoSymlink $?\n\ncleanup\n\n[ $TEST_FAILED -ne 0 ] && echo \"${TEST_COUNT} tested, ${TEST_PASSED} passed, ${TEST_FAILED} failed\" && exit 1 || true\n"
  },
  {
    "path": "test/fast/Running 'nvm use' should drop CR char automatically",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset VERSION1 VERSION2 VERSION3\n  rm .nvmrc\n}\n\n: nvm.sh\n\\. ../../nvm.sh\n\n# normal .nvmrc\nprintf '0.999.0\\n'   > .nvmrc\n{ VERSION1=\"$(nvm_rc_version 3>&1 1>&4)\"; } 4>&1\n\n# .nvmrc with CR char\nprintf '0.999.0\\r\\n' > .nvmrc\n{ VERSION2=\"$(nvm_rc_version 3>&1 1>&4)\"; } 4>&1\n\n[ \"${VERSION1}\" = \"${VERSION2}\" ]\n\n# .nvmrc without any newline char\nprintf '0.999.0' > .nvmrc\n{ VERSION3=\"$(nvm_rc_version 3>&1 1>&4)\"; } 4>&1\n\n[ \"${VERSION1}\" = \"${VERSION3}\" ]\n\ncleanup\n"
  },
  {
    "path": "test/fast/Running 'nvm use' should respect alias pointing to system",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\ncleanup () {\n  rm -f \"$(nvm_alias_path)/default\"\n  if [ -n \"${SYSTEM_DIR-}\" ]; then\n    rm -rf \"${SYSTEM_DIR}\"\n  fi\n  if [ -n \"${ORIG_PATH-}\" ]; then\n    PATH=\"${ORIG_PATH}\"\n  fi\n  unset -f nvm_print_npm_version\n}\n\n\\. ../../nvm.sh\n\nnvm_make_alias default system\n\nORIG_PATH=\"${PATH}\"\nSYSTEM_VERSION=\"v0.0.0\"\nSYSTEM_DIR=\"$(mktemp -d)\"\ncat > \"${SYSTEM_DIR}/node\" <<EOF\n#!/bin/sh\ncommand printf '%s\\n' \"${SYSTEM_VERSION}\"\nEOF\nchmod +x \"${SYSTEM_DIR}/node\"\nPATH=\"${SYSTEM_DIR}:${PATH}\"\nnvm_print_npm_version() { command printf ' (npm v1.2.3)'; }\n\nEXPECTED_OUTPUT=\"Now using system version of node: ${SYSTEM_VERSION}$(nvm_print_npm_version)\"\nset +ex # since stderr is needed\nOUTPUT=\"$(nvm use default 2>&1)\"\nset -ex\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"Could not use system via alias. Got >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Running 'nvm use' should respect system in .nvmrc",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\ncleanup () {\n  rm -f .nvmrc\n  if [ -f .nvmrc.orig ]; then\n    mv .nvmrc.orig .nvmrc\n  fi\n  if [ -n \"${SYSTEM_DIR-}\" ]; then\n    rm -rf \"${SYSTEM_DIR}\"\n  fi\n  if [ -n \"${ORIG_PATH-}\" ]; then\n    PATH=\"${ORIG_PATH}\"\n  fi\n  unset -f nvm_print_npm_version\n}\n\n\\. ../../nvm.sh\n\nif [ -f .nvmrc ]; then mv .nvmrc .nvmrc.orig; fi\nprintf 'system\\n' > .nvmrc\nORIG_PATH=\"${PATH}\"\nSYSTEM_VERSION=\"v0.0.0\"\nSYSTEM_DIR=\"$(mktemp -d)\"\ncat > \"${SYSTEM_DIR}/node\" <<EOF\n#!/bin/sh\ncommand printf '%s\\n' \"${SYSTEM_VERSION}\"\nEOF\nchmod +x \"${SYSTEM_DIR}/node\"\nPATH=\"${SYSTEM_DIR}:${PATH}\"\nnvm_print_npm_version() { command printf ' (npm v1.2.3)'; }\n\nNVMRC_PATH=\"${PWD}/.nvmrc\"\nEXPECTED_OUTPUT=\"Found '${NVMRC_PATH}' with version <system>\nNow using system version of node: ${SYSTEM_VERSION}$(nvm_print_npm_version)\"\nset +ex # since stderr is needed\nOUTPUT=\"$(nvm use 2>&1)\"\nset -ex\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"Could not use system via .nvmrc. Got >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Running 'nvm-exec' should display required node version",
    "content": "#!/bin/bash\n\nset -x\n: nvm.sh\n\\. ../../nvm.sh\n\ncleanup() { rm -f .nvmrc; }\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\nNVM_TEST_VERSION=v0.42\n\n# Write it to nvmrc\necho \"$NVM_TEST_VERSION\" > .nvmrc\n\nOUTPUT=\"$(../../nvm-exec 2>&1)\";\nEXPECTED=\"N/A: version \\\"${NVM_TEST_VERSION}\\\" is not yet installed.\n\nYou need to run \\`nvm install ${NVM_TEST_VERSION}\\` to install and use it.\nNo NODE_VERSION provided; no .nvmrc file found\";\n\n# Skip install, we want to test the error message\n[ \"${EXPECTED}\" = \"${OUTPUT}\" ] || die \"expected >${EXPECTED}<, got >${OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Set Colors/nvm_echo_with_colors",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () {\n  echo \"Expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n  exit 1\n}\n\ncleanup() {\n  echo \"Tested nvm_echo_with_colors\"\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nOUTPUT=\"$(nvm_echo_with_colors \"\\033[0;36mCyan-colored text\")\"\nEXPECTED_OUTPUT=$(printf \"\\033[0;36mCyan-colored text\")\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die\n\ncleanup\n"
  },
  {
    "path": "test/fast/Set Colors/nvm_err_with_colors",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  echo \"Tested nvm_err_with_colors\"\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nset +ex\nOUTPUT=\"$(nvm_err_with_colors \"\\033[0;35mMagenta-colored text\" 2>&1)\"\nset -ex\nEXPECTED_OUTPUT=$(printf \"\\033[0;35mMagenta-colored text\")\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die\n\ncleanup\n"
  },
  {
    "path": "test/fast/Set Colors/nvm_print_default_alias calls nvm_get_colors",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\ndie () {\n  # echo \"$@\" ;\n  echo \"Expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n  exit 1\n}\n\nset -e\n\nnvm_has_colors() { return 0; }\n\nnvm_get_colors(){\n    echo \"0;95m\"\n}\n\n# nvm_print_default_alias call nvm_print_formatted_alias which calls nvm_get-colors\n# the output of nvm_print_default_alias uses the color code returned by nvm_get_colors (redefined above)\nOUTPUT=$(command printf %b $(nvm_print_default_alias node ./alias v14.7.0) | awk '{ print substr($0, 1, 11); }')\nEXPECTED_OUTPUT=$(command printf %b \"\\033[0;95mnode\")\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die\n\nset +e\n"
  },
  {
    "path": "test/fast/Set Colors/nvm_print_versions calls nvm_get_colors",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n#set -e #nvm use system returns 127 and No system set message\n\ndie () {\n  # echo \"$@\" ;\n  echo \"Expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n  exit 1\n}\ncleanup() {\n  if [ -n TEMP_NVM_COLORS ]; then\n    export NVM_COLORS=TEMP_NVM_COLORS\n  fi\n  unset TEMP_NVM_COLORS\n}\n\nif [ -n ${NVM_COLORS} ]; then\n  export TEMP_NVM_COLORS=NVM_COLORS\n  unset NVM_COLORS\nfi\n\nnvm_has_colors() { return 0; }\n\n# default system color\nnvm use system\nOUTPUT=$(nvm_print_versions system)\nFORMAT=\"\\033[0;33m%15s\\033[0m\"\nVERSION='system'\nEXPECTED_OUTPUT=$(command printf -- \"${FORMAT}\\\\n\" \"${VERSION}\")\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die\n\nnvm_ls_current() { echo \"current\";}\n\n# default current color\nOUTPUT=$(nvm_print_versions current)\nFORMAT=\"\\033[0;32m->%13s\\033[0m\"\nVERSION=\"current\"\nEXPECTED_OUTPUT=$(command printf -- \"${FORMAT}\\\\n\" \"${VERSION}\")\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die\n\n# custom current color\nnvm set-colors YCMGR\nOUTPUT=$(nvm_print_versions current)\nFORMAT=\"\\033[1;35m->%13s\\033[0m\"\nVERSION=\"current\"\nEXPECTED_OUTPUT=$(command printf -- \"${FORMAT}\\\\n\" \"${VERSION}\")\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die\n\ncleanup\n"
  },
  {
    "path": "test/fast/Sourcing nvm.sh should make the nvm command available",
    "content": "#!/bin/sh\n\nset -ex\n\n: nvm.sh\n\\. ../../nvm.sh\n\nnvm\n"
  },
  {
    "path": "test/fast/Sourcing nvm.sh should not modify parameters of caller",
    "content": "#!/bin/sh\n\nset -ex\n\nset -- yes\n: nvm.sh\n\\. ../../nvm.sh\n[ \"$1\" = yes ]\n"
  },
  {
    "path": "test/fast/Unit tests/Running 'nvm install --save' works as expected'",
    "content": "#!/bin/sh\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nset -e\n\nTEST_VERSION='v0.2.4'\n\nif [ -f .nvmrc ]; then mv .nvmrc .nvmrc.orig; fi\n\ncleanup() {\n  nvm cache clear\n  nvm deactivate\n  nvm unalias default\n  rm -rf \"${NVM_DIR}/v0.2.4\" .nvmrc\n  if [ -f .nvmrc.orig ]; then mv .nvmrc.orig .nvmrc; fi\n  unset -f nvm_ls_remote nvm_ls_remote_iojs\n}\n\ndie() {\n  echo \"$@\"\n  cleanup\n  exit 1\n}\n\nREMOTE=\"${PWD}/mocks/nvm_ls_remote.txt\"\nnvm_ls_remote() {\n  if [ -n \"${PATTERN}\" ]; then\n    cat \"${REMOTE}\" | \\grep \"${PATTERN}\"\n  else\n    cat \"${REMOTE}\"\n  fi\n}\nREMOTE_IOJS=\"$PWD/mocks/nvm_ls_remote_iojs.txt\"\nnvm_ls_remote_iojs() {\n  local PATTERN\n  PATTERN=\"${1-}\"\n  if [ -n \"${PATTERN}\" ]; then\n    cat \"${REMOTE_IOJS}\" | \\grep \"${PATTERN}\"\n  else\n    cat \"${REMOTE_IOJS}\"\n  fi\n}\n\nmake_fake_node \"${TEST_VERSION}\"\n\nnvm install -w \"${TEST_VERSION}\" || die \"\\`nvm install -w ${TEST_VERSION}\\` failed\"\nOUTPUT=\"$(cat .nvmrc)\"\n\nnvm_is_valid_version \"${OUTPUT}\" \\\n  || die \"\\`nvm install -w ${TEST_VERSION}\\`+ \\`cat .nvmrc\\` outputted invalid version: got '${OUTPUT}'\"\n\nrm .nvmrc || die 'removing of .nvmrc failed'\n\nnvm install --save \"${TEST_VERSION}\" || die \"\\`nvm install --save ${TEST_VERSION}\\` failed\"\nOUTPUT=\"$(cat .nvmrc)\"\n\nnvm_is_valid_version \"${OUTPUT}\" \\\n  || die \"\\`nvm install --save ${TEST_VERSION}\\`+ \\`cat .nvmrc\\` outputted invalid version: got '${OUTPUT}'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/Running 'nvm use --save' works as expected'",
    "content": "#!/bin/sh\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nset -e\n\nTEST_VERSION='v0.2.4'\n\nif [ -f .nvmrc ]; then mv .nvmrc .nvmrc.orig; fi\n\ncleanup() {\n  nvm cache clear\n  nvm deactivate\n  nvm unalias default\n  rm -rf \"${NVM_DIR}/v0.2.4\" .nvmrc\n  if [ -f .nvmrc.orig ]; then mv .nvmrc.orig .nvmrc; fi\n  unset -f nvm_ls_remote nvm_ls_remote_iojs\n}\n\ndie() {\n  echo \"$@\"\n  cleanup\n  exit 1\n}\n\nREMOTE=\"${PWD}/mocks/nvm_ls_remote.txt\"\nnvm_ls_remote() {\n  if [ -n \"${PATTERN}\" ]; then\n    cat \"${REMOTE}\" | \\grep \"${PATTERN}\"\n  else\n    cat \"${REMOTE}\"\n  fi\n}\nREMOTE_IOJS=\"$PWD/mocks/nvm_ls_remote_iojs.txt\"\nnvm_ls_remote_iojs() {\n  local PATTERN\n  PATTERN=\"${1-}\"\n  if [ -n \"${PATTERN}\" ]; then\n    cat \"${REMOTE_IOJS}\" | \\grep \"${PATTERN}\"\n  else\n    cat \"${REMOTE_IOJS}\"\n  fi\n}\n\nmake_fake_node \"${TEST_VERSION}\"\n\nnvm use -w \"${TEST_VERSION}\" || die \"\\`nvm install -w ${TEST_VERSION}\\` failed\"\nOUTPUT=\"$(cat .nvmrc)\"\n\nnvm_is_valid_version \"${OUTPUT}\" \\\n  || die \"\\`nvm install -w ${TEST_VERSION}\\`+ \\`cat .nvmrc\\` outputted invalid version: got '${OUTPUT}'\"\n\nrm .nvmrc || die 'removing of .nvmrc failed'\n\nnvm use --save \"${TEST_VERSION}\" || die \"\\`nvm install --save ${TEST_VERSION}\\` failed\"\nOUTPUT=\"$(cat .nvmrc)\"\n\nnvm_is_valid_version \"${OUTPUT}\" \\\n  || die \"\\`nvm install --save ${TEST_VERSION}\\`+ \\`cat .nvmrc\\` outputted invalid version: got '${OUTPUT}'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/Running 'nvm use --save' works with a .nvmrc in the parent dir",
    "content": "#!/bin/sh\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nset -e\n\nTEST_VERSION=\"v0.2.4\"\n\nif [ -f .nvmrc ]; then mv .nvmrc .nvmrc.orig; fi\nif [ -f ../.nvmrc ]; then mv ../.nvmrc ../.nvmrc.orig; fi\n\ndel_nvmrc () {\n  rm -f .nvmrc ../.nvmrc\n}\n\ncleanup () {\n  del_nvmrc\n  nvm cache clear\n  nvm deactivate\n  nvm unalias default\n  rm -rf ${NVM_DIR}/v*\n  if [ -f .nvmrc.orig ]; then mv .nvmrc.orig .nvmrc; fi\n  if [ -f ../.nvmrc.orig ]; then mv ../.nvmrc.orig ../.nvmrc; fi\n  unset -f nvm_ls_remote nvm_ls_remote_iojs\n}\n\ndie () {\n  echo \"$@\"\n  cleanup\n  exit 1\n}\n\nREMOTE=\"$PWD/mocks/nvm_ls_remote.txt\"\nnvm_ls_remote() {\n  cat \"$REMOTE\"\n}\nREMOTE_IOJS=\"$PWD/mocks/nvm_ls_remote_iojs.txt\"\nnvm_ls_remote_iojs() {\n  cat \"$REMOTE_IOJS\"\n}\n\ndel_nvmrc\nmake_fake_node \"$TEST_VERSION\"\n\n(cd ..\nnvm use --save \"$TEST_VERSION\" || die \"\\`nvm use --save $TEST_VERSION\\` failed in the parent dir\")\nnvm use --save || die \"\\`nvm use --save\\` failed\"\n\n[ -f ../.nvmrc ] && [ -f .nvmrc ] || die \"expected two .nvmrc files to be generated\"\n\nOUTPUT=$(cat .nvmrc)\nEXPECTED_OUTPUT=\"$(cat ../.nvmrc)\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"invalid \\`nvm use --save \\` output: expected '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/Running 'nvm use --silent --save' doesn't output anything",
    "content": "#!/bin/sh\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nset -e\n\nTEST_VERSION=\"v0.2.4\"\n\nif [ -f .nvmrc ]; then mv .nvmrc .nvmrc.orig; fi\n\ncleanup () {\n  nvm cache clear\n  nvm deactivate\n  nvm unalias default\n  rm -rf \"${NVM_DIR}/${TEST_VERSION:?}\" .nvmrc\n  if [ -f .nvmrc.orig ]; then mv .nvmrc.orig .nvmrc; fi\n  unset -f nvm_ls_remote nvm_ls_remote_iojs\n}\n\ndie () {\n  echo \"$@\"\n  cleanup\n  exit 1\n}\n\nREMOTE=\"${PWD}/mocks/nvm_ls_remote.txt\"\nnvm_ls_remote() {\n  cat \"${REMOTE}\"\n}\nREMOTE_IOJS=\"${PWD}/mocks/nvm_ls_remote_iojs.txt\"\nnvm_ls_remote_iojs() {\n  cat \"${REMOTE_IOJS}\"\n}\n\nmake_fake_node \"${TEST_VERSION}\"\n\nOUTPUT=$(nvm use --save --silent \"${TEST_VERSION}\" || die \"\\`nvm use --save --silent ${TEST_VERSION}\\` failed\")\nEXPECTED_OUTPUT=''\n\n[ \"_${OUTPUT}\" = \"_${EXPECTED_OUTPUT}\" ] \\\n  || die \"\\`nvm use --save --silent ${TEST_VERSION}\\` output was not silenced to '${EXPECTED_OUTPUT}'; got '${OUTPUT}'\"\n\nrm .nvmrc || die 'removing of .nvmrc failed'\n\nOUTPUT=$(nvm use -w --silent \"${TEST_VERSION}\" || die \"\\`nvm use -w --silent ${TEST_VERSION}\\` failed\")\nEXPECTED_OUTPUT=''\n\n[ \"_${OUTPUT}\" = \"_${EXPECTED_OUTPUT}\" ] \\\n  || die \"\\`nvm use -w --silent ${TEST_VERSION}\\` output was not silenced to '${EXPECTED_OUTPUT}'; got '${OUTPUT}'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/LTS_names.txt",
    "content": "jod\niron\nhydrogen\ngallium\nfermium\nerbium\ndubnium\ncarbon\nboron\nargon\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/iojs.org-dist-index.tab",
    "content": "version\tdate\tfiles\tnpm\tv8\tuv\tzlib\topenssl\tmodules\nv3.3.1\t2015-09-15\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.3\t4.4.63.30\t1.7.4\t1.2.8\t1.0.2d\t45\nv3.3.0\t2015-09-02\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.13.3\t4.4.63.30\t1.7.3\t1.2.8\t1.0.2d\t45\nv3.2.0\t2015-08-25\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.13.3\t4.4.63.26\t1.6.1\t1.2.8\t1.0.2d\t45\nv3.1.0\t2015-08-19\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.13.3\t4.4.63.26\t1.6.1\t1.2.8\t1.0.2d\t45\nv3.0.0\t2015-08-04\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.13.3\t4.4.63.26\t1.6.1\t1.2.8\t1.0.2d\t45\nv2.5.0\t2015-07-28\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.13.2\t4.2.77.21\t1.6.1\t1.2.8\t1.0.2d\t44\nv2.4.0\t2015-07-17\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.13.0\t4.2.77.20\t1.6.1\t1.2.8\t1.0.2d\t44\nv2.3.4\t2015-07-12\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.12.1\t4.2.77.20\t1.6.1\t1.2.8\t1.0.2d\t44\nv2.3.3\t2015-07-04\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.11.3\t4.2.77.20\t1.6.1\t1.2.8\t1.0.2c\t44\nv2.3.2\t2015-07-02\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.11.3\t4.2.77.20\t1.6.1\t1.2.8\t1.0.2c\t44\nv2.3.1\t2015-06-23\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.11.3\t4.2.77.20\t1.6.1\t1.2.8\t1.0.2c\t44\nv2.3.0\t2015-06-13\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.11.1\t4.2.77.20\t1.6.1\t1.2.8\t1.0.2c\t44\nv2.2.1\t2015-06-01\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.11.0\t4.2.77.20\t1.5.0\t1.2.8\t1.0.2a\t44\nv2.2.0\t2015-06-01\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.11.0\t4.2.77.20\t1.5.0\t1.2.8\t1.0.2a\t44\nv2.1.0\t2015-05-24\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.10.1\t4.2.77.20\t1.5.0\t1.2.8\t1.0.2a\t44\nv2.0.2\t2015-05-15\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.9.0\t4.2.77.20\t1.5.0\t1.2.8\t1.0.2a\t44\nv2.0.1\t2015-05-08\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.9.0\t4.2.77.20\t1.5.0\t1.2.8\t1.0.2a\t44\nv2.0.0\t2015-05-04\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.9.0\t4.2.77.18\t1.4.2\t1.2.8\t1.0.2a\t44\nv1.8.4\t2015-07-12\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.9.0\t4.1.0.27\t1.4.2\t1.2.8\t1.0.2d\t43\nv1.8.3\t2015-07-04\theaders,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.9.0\t4.1.0.27\t1.4.2\t1.2.8\t1.0.2c\t43\nv1.8.2\t2015-05-18\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.9.0\t4.1.0.27\t1.4.2\t1.2.8\t1.0.2a\t43\nv1.8.1\t2015-04-21\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.8.3\t4.1.0.27\t1.4.2\t1.2.8\t1.0.2a\t43\nv1.7.1\t2015-04-17\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.7.6\t4.1.0.27\t1.4.2\t1.2.8\t1.0.1m\t43\nv1.6.4\t2015-04-06\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.7.5\t4.1.0.27\t1.4.2\t1.2.8\t1.0.1m\t43\nv1.6.3\t2015-03-31\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.7.4\t4.1.0.27\t1.4.2\t1.2.8\t1.0.1m\t43\nv1.6.2\t2015-03-23\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.7.1\t4.1.0.25\t1.4.2\t1.2.8\t1.0.1m\t43\nv1.6.1\t2015-03-20\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.7.1\t4.1.0.21\t1.4.2\t1.2.8\t1.0.1m\t43\nv1.6.0\t2015-03-20\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.7.1\t4.1.0.21\t1.4.2\t1.2.8\t1.0.1m\t43\nv1.5.1\t2015-03-09\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.7.0\t4.1.0.21\t1.4.2\t1.2.8\t1.0.1k\t43\nv1.5.0\t2015-03-06\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.7.0\t4.1.0.21\t1.4.2\t1.2.8\t1.0.1k\t43\nv1.4.3\t2015-03-03\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.6.1\t4.1.0.21\t1.4.2\t1.2.8\t1.0.1k\t43\nv1.4.2\t2015-02-28\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.6.1\t4.1.0.21\t1.4.2\t1.2.8\t1.0.1k\t43\nv1.4.1\t2015-02-27\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.6.0\t4.1.0.21\t1.4.2\t1.2.8\t1.0.1k\t43\nv1.3.0\t2015-02-20\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.5.1\t4.1.0.14\t1.4.0\t1.2.8\t1.0.1k\t43\nv1.2.0\t2015-02-11\tlinux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.5.1\t4.1.0.14\t1.4.0\t1.2.8\t1.0.1k\t43\nv1.1.0\t2015-02-03\tlinux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.4.1\t4.1.0.14\t1.3.0\t1.2.8\t1.0.1k\t43\nv1.0.4\t2015-01-24\tlinux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.3.0\t4.1.0.12\t1.2.1\t1.2.8\t1.0.1k\t42\nv1.0.3\t2015-01-20\tlinux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.2.0\t4.1.0.7\t1.2.1\t1.2.8\t1.0.1k\t42\nv1.0.2\t2015-01-16\tlinux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.1.18\t3.31.74.1\t1.2.1\t1.2.8\t1.0.1k\t42\nv1.0.1\t2015-01-14\tlinux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.1.18\t3.31.74.1\t1.2.0\t1.2.8\t1.0.1k\t42\nv1.0.0\t2015-01-14\tlinux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.1.18\t3.31.74.1\t1.2.0\t1.2.8\t1.0.1k\t42\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/lts-star.txt",
    "content": "lts/jod\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nodejs.org-dist-index.tab",
    "content": "version\tdate\tfiles\tnpm\tv8\tuv\tzlib\topenssl\tmodules\tlts\tsecurity\nv23.1.0\t2024-10-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0\t2024-10-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.26\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv22.11.0\t2024-10-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.9.0\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t127\tJod\t-\nv22.10.0\t2024-10-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.9.0\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t127\t-\t-\nv22.9.0\t2024-09-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.3\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.8.0\t2024-09-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.7.0\t2024-08-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.6.0\t2024-08-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.5.1\t2024-07-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.5.0\t2024-07-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.4.1\t2024-07-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\ttrue\nv22.4.0\t2024-07-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.3.0\t2024-06-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.2.0\t2024-05-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.1.0\t2024-05-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.0.0\t2024-04-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.1\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv21.7.3\t2024-04-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.8.172.17\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t120\t-\ttrue\nv21.7.2\t2024-04-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.8.172.17\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t120\t-\ttrue\nv21.7.1\t2024-03-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.8.172.17\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t120\t-\t-\nv21.7.0\t2024-03-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.8.172.17\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t120\t-\t-\nv21.6.2\t2024-02-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t120\t-\ttrue\nv21.6.1\t2024-01-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv21.6.0\t2024-01-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv21.5.0\t2023-12-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv21.4.0\t2023-12-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv21.3.0\t2023-11-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv21.2.0\t2023-11-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv21.1.0\t2023-10-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0\t2023-10-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.13\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv20.18.0\t2024-10-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.2\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\t-\nv20.17.0\t2024-08-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.2\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\t-\nv20.16.0\t2024-07-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.1\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\t-\nv20.15.1\t2024-07-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\ttrue\nv20.15.0\t2024-06-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\t-\nv20.14.0\t2024-05-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\t-\nv20.13.1\t2024-05-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\t-\nv20.13.0\t2024-05-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\t-\nv20.12.2\t2024-04-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\ttrue\nv20.12.1\t2024-04-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\ttrue\nv20.12.0\t2024-03-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.3.244.8\t1.46.0\t1.3.0.1-motley\t3.0.13+quic\t115\tIron\t-\nv20.11.1\t2024-02-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.13+quic\t115\tIron\ttrue\nv20.11.0\t2024-01-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t115\tIron\t-\nv20.10.0\t2023-11-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t115\tIron\t-\nv20.9.0\t2023-10-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\tIron\t-\nv20.8.1\t2023-10-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\ttrue\nv20.8.0\t2023-09-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv20.7.0\t2023-09-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv20.6.1\t2023-09-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv20.6.0\t2023-08-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv20.5.1\t2023-08-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\ttrue\nv20.5.0\t2023-07-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv20.4.0\t2023-07-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv20.3.1\t2023-06-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\ttrue\nv20.3.0\t2023-06-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv20.2.0\t2023-05-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv20.1.0\t2023-05-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv20.0.0\t2023-04-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.4\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv19.9.0\t2023-04-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.3\t10.8.168.25\t1.44.2\t1.2.13\t3.0.8+quic\t111\t-\t-\nv19.8.1\t2023-03-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.5.1\t10.8.168.25\t1.44.2\t1.2.13\t3.0.8+quic\t111\t-\t-\nv19.8.0\t2023-03-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.5.1\t10.8.168.25\t1.44.2\t1.2.13\t3.0.8+quic\t111\t-\t-\nv19.7.0\t2023-02-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.5.0\t10.8.168.25\t1.44.2\t1.2.13\t3.0.8+quic\t111\t-\t-\nv19.6.1\t2023-02-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.4.0\t10.8.168.25\t1.44.2\t1.2.13\t3.0.8+quic\t111\t-\ttrue\nv19.6.0\t2023-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.4.0\t10.8.168.25\t1.44.2\t1.2.13\t3.0.7+quic\t111\t-\t-\nv19.5.0\t2023-01-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.3.1\t10.8.168.25\t1.44.2\t1.2.13\t3.0.7+quic\t111\t-\t-\nv19.4.0\t2023-01-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.2.0\t10.8.168.25\t1.44.2\t1.2.13\t3.0.7+quic\t111\t-\t-\nv19.3.0\t2022-12-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.2.0\t10.8.168.21\t1.44.2\t1.2.13\t3.0.7+quic\t111\t-\t-\nv19.2.0\t2022-11-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.3\t10.8.168.20\t1.44.2\t1.2.13\t3.0.7+quic\t111\t-\t-\nv19.1.0\t2022-11-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.3\t10.7.193.20\t1.44.2\t1.2.11\t3.0.7+quic\t111\t-\t-\nv19.0.1\t2022-11-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.2\t10.7.193.13\t1.43.0\t1.2.11\t3.0.7+quic\t111\t-\ttrue\nv19.0.0\t2022-10-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.2\t10.7.193.13\t1.43.0\t1.2.11\t3.0.5+quic\t111\t-\t-\nv18.20.4\t2024-07-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t10.2.154.26\t1.44.2\t1.3.0.1-motley\t3.0.13+quic\t108\tHydrogen\ttrue\nv18.20.3\t2024-05-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t10.2.154.26\t1.44.2\t1.3.0.1-motley\t3.0.13+quic\t108\tHydrogen\t-\nv18.20.2\t2024-04-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t10.2.154.26\t1.44.2\t1.3.0.1-motley\t3.0.13+quic\t108\tHydrogen\ttrue\nv18.20.1\t2024-04-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t10.2.154.26\t1.44.2\t1.3.0.1-motley\t3.0.13+quic\t108\tHydrogen\ttrue\nv18.20.0\t2024-03-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t10.2.154.26\t1.44.2\t1.3.0.1-motley\t3.0.13+quic\t108\tHydrogen\t-\nv18.19.1\t2024-02-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t10.2.154.26\t1.44.2\t1.2.13.1-motley\t3.0.13+quic\t108\tHydrogen\ttrue\nv18.19.0\t2023-11-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t10.2.154.26\t1.44.2\t1.2.13.1-motley\t3.0.12+quic\t108\tHydrogen\t-\nv18.18.2\t2023-10-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t10.2.154.26\t1.44.2\t1.2.13.1-motley\t3.0.10+quic\t108\tHydrogen\ttrue\nv18.18.1\t2023-10-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t10.2.154.26\t1.44.2\t1.2.13.1-motley\t3.0.10+quic\t108\tHydrogen\t-\nv18.18.0\t2023-09-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t10.2.154.26\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t108\tHydrogen\t-\nv18.17.1\t2023-08-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t10.2.154.26\t1.44.2\t1.2.13.1-motley\t3.0.10+quic\t108\tHydrogen\t-\nv18.17.0\t2023-07-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t10.2.154.26\t1.44.2\t1.2.13.1-motley\t3.0.9+quic\t108\tHydrogen\t-\nv18.16.1\t2023-06-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.5.1\t10.2.154.26\t1.44.2\t1.2.13\t3.0.9+quic\t108\tHydrogen\ttrue\nv18.16.0\t2023-04-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.5.1\t10.2.154.26\t1.44.2\t1.2.13\t3.0.8+quic\t108\tHydrogen\t-\nv18.15.0\t2023-03-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.5.0\t10.2.154.26\t1.44.2\t1.2.13\t3.0.8+quic\t108\tHydrogen\t-\nv18.14.2\t2023-02-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.5.0\t10.2.154.26\t1.44.2\t1.2.13\t3.0.8+quic\t108\tHydrogen\t-\nv18.14.1\t2023-02-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.3.1\t10.2.154.23\t1.44.2\t1.2.13\t3.0.8+quic\t108\tHydrogen\ttrue\nv18.14.0\t2023-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.3.1\t10.2.154.23\t1.44.2\t1.2.13\t3.0.7+quic\t108\tHydrogen\t-\nv18.13.0\t2023-01-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.3\t10.2.154.23\t1.44.2\t1.2.13\t3.0.7+quic\t108\tHydrogen\t-\nv18.12.1\t2022-11-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.2\t10.2.154.15\t1.43.0\t1.2.11\t3.0.7+quic\t108\tHydrogen\ttrue\nv18.12.0\t2022-10-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.2\t10.2.154.15\t1.43.0\t1.2.11\t3.0.5+quic\t108\tHydrogen\t-\nv18.11.0\t2022-10-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.2\t10.2.154.15\t1.43.0\t1.2.11\t3.0.5+quic\t108\t-\t-\nv18.10.0\t2022-09-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.2\t10.2.154.15\t1.43.0\t1.2.11\t3.0.5+quic\t108\t-\t-\nv18.9.1\t2022-09-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.1\t10.2.154.15\t1.43.0\t1.2.11\t3.0.5+quic\t108\t-\ttrue\nv18.9.0\t2022-09-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.1\t10.2.154.15\t1.43.0\t1.2.11\t3.0.5+quic\t108\t-\t-\nv18.8.0\t2022-08-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.18.0\t10.2.154.13\t1.43.0\t1.2.11\t3.0.5+quic\t108\t-\t-\nv18.7.0\t2022-07-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.15.0\t10.2.154.13\t1.43.0\t1.2.11\t3.0.5+quic\t108\t-\t-\nv18.6.0\t2022-07-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.13.2\t10.2.154.13\t1.43.0\t1.2.11\t3.0.5+quic\t108\t-\t-\nv18.5.0\t2022-07-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.12.1\t10.2.154.4\t1.43.0\t1.2.11\t3.0.5+quic\t108\t-\ttrue\nv18.4.0\t2022-06-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.12.1\t10.2.154.4\t1.43.0\t1.2.11\t3.0.3+quic\t108\t-\t-\nv18.3.0\t2022-06-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.11.0\t10.2.154.4\t1.43.0\t1.2.11\t3.0.3+quic\t108\t-\t-\nv18.2.0\t2022-05-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t8.9.0\t10.1.124.8\t1.43.0\t1.2.11\t3.0.3+quic\t108\t-\t-\nv18.1.0\t2022-05-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t8.8.0\t10.1.124.8\t1.43.0\t1.2.11\t3.0.2+quic\t108\t-\t-\nv18.0.0\t2022-04-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t8.6.0\t10.1.124.8\t1.43.0\t1.2.11\t3.0.2+quic\t108\t-\t-\nv17.9.1\t2022-06-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.11.0\t9.6.180.15\t1.43.0\t1.2.11\t3.0.3+quic\t102\t-\t-\nv17.9.0\t2022-04-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.5\t9.6.180.15\t1.43.0\t1.2.11\t3.0.2+quic\t102\t-\t-\nv17.8.0\t2022-03-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.5\t9.6.180.15\t1.43.0\t1.2.11\t3.0.2+quic\t102\t-\t-\nv17.7.2\t2022-03-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.2\t9.6.180.15\t1.43.0\t1.2.11\t3.0.2+quic\t102\t-\ttrue\nv17.7.1\t2022-03-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.2\t9.6.180.15\t1.43.0\t1.2.11\t3.0.1+quic\t102\t-\t-\nv17.7.0\t2022-03-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.2\t9.6.180.15\t1.43.0\t1.2.11\t3.0.1+quic\t102\t-\t-\nv17.6.0\t2022-02-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.1\t9.6.180.15\t1.43.0\t1.2.11\t3.0.1+quic\t102\t-\t-\nv17.5.0\t2022-02-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.4.1\t9.6.180.15\t1.43.0\t1.2.11\t3.0.1+quic\t102\t-\t-\nv17.4.0\t2022-01-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.3.1\t9.6.180.15\t1.43.0\t1.2.11\t3.0.1+quic\t102\t-\t-\nv17.3.1\t2022-01-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.3.0\t9.6.180.15\t1.42.0\t1.2.11\t3.0.1+quic\t102\t-\ttrue\nv17.3.0\t2021-12-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.3.0\t9.6.180.15\t1.42.0\t1.2.11\t3.0.1+quic\t102\t-\t-\nv17.2.0\t2021-11-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.1.4\t9.6.180.14\t1.42.0\t1.2.11\t3.0.0+quic\t102\t-\t-\nv17.1.0\t2021-11-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.1.2\t9.5.172.25\t1.42.0\t1.2.11\t3.0.0+quic\t102\t-\t-\nv17.0.1\t2021-10-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.1.0\t9.5.172.21\t1.42.0\t1.2.11\t3.0.0+quic\t102\t-\t-\nv17.0.0\t2021-10-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.1.0\t9.5.172.21\t1.42.0\t1.2.11\t3.0.0+quic\t102\t-\t-\nv16.20.2\t2023-08-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.4\t9.4.146.26\t1.43.0\t1.2.11\t1.1.1v+quic\t93\tGallium\ttrue\nv16.20.1\t2023-06-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.4\t9.4.146.26\t1.43.0\t1.2.11\t1.1.1u+quic\t93\tGallium\ttrue\nv16.20.0\t2023-03-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.4\t9.4.146.26\t1.43.0\t1.2.11\t1.1.1t+quic\t93\tGallium\t-\nv16.19.1\t2023-02-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.3\t9.4.146.26\t1.43.0\t1.2.11\t1.1.1t+quic\t93\tGallium\ttrue\nv16.19.0\t2022-12-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.3\t9.4.146.26\t1.43.0\t1.2.11\t1.1.1s+quic\t93\tGallium\t-\nv16.18.1\t2022-11-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.2\t9.4.146.26\t1.43.0\t1.2.11\t1.1.1q+quic\t93\tGallium\ttrue\nv16.18.0\t2022-10-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.2\t9.4.146.26\t1.43.0\t1.2.11\t1.1.1q+quic\t93\tGallium\t-\nv16.17.1\t2022-09-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.15.0\t9.4.146.26\t1.43.0\t1.2.11\t1.1.1q+quic\t93\tGallium\ttrue\nv16.17.0\t2022-08-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.15.0\t9.4.146.26\t1.43.0\t1.2.11\t1.1.1q+quic\t93\tGallium\t-\nv16.16.0\t2022-07-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.11.0\t9.4.146.24\t1.43.0\t1.2.11\t1.1.1q+quic\t93\tGallium\ttrue\nv16.15.1\t2022-06-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.11.0\t9.4.146.24\t1.43.0\t1.2.11\t1.1.1o+quic\t93\tGallium\t-\nv16.15.0\t2022-04-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.5\t9.4.146.24\t1.43.0\t1.2.11\t1.1.1n+quic\t93\tGallium\t-\nv16.14.2\t2022-03-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.0\t9.4.146.24\t1.43.0\t1.2.11\t1.1.1n+quic\t93\tGallium\ttrue\nv16.14.1\t2022-03-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.0\t9.4.146.24\t1.43.0\t1.2.11\t1.1.1m+quic\t93\tGallium\t-\nv16.14.0\t2022-02-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.3.1\t9.4.146.24\t1.43.0\t1.2.11\t1.1.1m+quic\t93\tGallium\t-\nv16.13.2\t2022-01-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.1.2\t9.4.146.24\t1.42.0\t1.2.11\t1.1.1l+quic\t93\tGallium\ttrue\nv16.13.1\t2021-12-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.1.2\t9.4.146.24\t1.42.0\t1.2.11\t1.1.1l+quic\t93\tGallium\t-\nv16.13.0\t2021-10-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.1.0\t9.4.146.19\t1.42.0\t1.2.11\t1.1.1l+quic\t93\tGallium\t-\nv16.12.0\t2021-10-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.1.0\t9.4.146.19\t1.42.0\t1.2.11\t1.1.1l+quic\t93\t-\t-\nv16.11.1\t2021-10-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.0.0\t9.4.146.19\t1.42.0\t1.2.11\t1.1.1l+quic\t93\t-\ttrue\nv16.11.0\t2021-10-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.0.0\t9.4.146.19\t1.42.0\t1.2.11\t1.1.1l+quic\t93\t-\t-\nv16.10.0\t2021-09-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.24.0\t9.3.345.19\t1.42.0\t1.2.11\t1.1.1l+quic\t93\t-\t-\nv16.9.1\t2021-09-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.21.1\t9.3.345.16\t1.42.0\t1.2.11\t1.1.1l+quic\t93\t-\t-\nv16.9.0\t2021-09-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.21.1\t9.3.345.16\t1.42.0\t1.2.11\t1.1.1l+quic\t93\t-\t-\nv16.8.0\t2021-08-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.21.0\t9.2.230.21\t1.42.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.7.0\t2021-08-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.20.3\t9.2.230.21\t1.42.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.6.2\t2021-08-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.20.3\t9.2.230.21\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\ttrue\nv16.6.1\t2021-08-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.20.3\t9.2.230.21\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.6.0\t2021-07-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.19.1\t9.2.230.21\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\ttrue\nv16.5.0\t2021-07-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.19.1\t9.1.269.38\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.4.2\t2021-07-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.18.1\t9.1.269.36\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.4.1\t2021-07-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.18.1\t9.1.269.36\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\ttrue\nv16.4.0\t2021-06-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.18.1\t9.1.269.36\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.3.0\t2021-06-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.15.1\t9.0.257.25\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.2.0\t2021-05-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.13.0\t9.0.257.25\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.1.0\t2021-05-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.11.2\t9.0.257.24\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.0.0\t2021-04-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.10.0\t9.0.257.17\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv15.14.0\t2021-04-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.7.6\t8.6.395.17\t1.41.0\t1.2.11\t1.1.1k+quic\t88\t-\t-\nv15.13.0\t2021-03-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.7.6\t8.6.395.17\t1.41.0\t1.2.11\t1.1.1j+quic\t88\t-\t-\nv15.12.0\t2021-03-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.6.3\t8.6.395.17\t1.41.0\t1.2.11\t1.1.1j+quic\t88\t-\t-\nv15.11.0\t2021-03-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.6.0\t8.6.395.17\t1.41.0\t1.2.11\t1.1.1j\t88\t-\t-\nv15.10.0\t2021-02-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.5.3\t8.6.395.17\t1.41.0\t1.2.11\t1.1.1j\t88\t-\ttrue\nv15.9.0\t2021-02-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.5.3\t8.6.395.17\t1.41.0\t1.2.11\t1.1.1i\t88\t-\t-\nv15.8.0\t2021-02-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.5.1\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1i\t88\t-\t-\nv15.7.0\t2021-01-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.4.3\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1i\t88\t-\t-\nv15.6.0\t2021-01-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.4.0\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1i\t88\t-\t-\nv15.5.1\t2021-01-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.3.0\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1i\t88\t-\ttrue\nv15.5.0\t2020-12-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.3.0\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1i\t88\t-\t-\nv15.4.0\t2020-12-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.0.15\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1g\t88\t-\t-\nv15.3.0\t2020-11-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.0.14\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1g\t88\t-\t-\nv15.2.1\t2020-11-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.0.8\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1g\t88\t-\ttrue\nv15.2.0\t2020-11-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.0.8\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1g\t88\t-\t-\nv15.1.0\t2020-11-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.0.8\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1g\t88\t-\t-\nv15.0.1\t2020-10-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.0.3\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1g\t88\t-\t-\nv15.0.0\t2020-10-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.0.2\t8.6.395.16\t1.40.0\t1.2.11\t1.1.1g\t88\t-\t-\nv14.21.3\t2023-02-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.18\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1t\t83\tFermium\ttrue\nv14.21.2\t2022-12-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.17\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1s\t83\tFermium\t-\nv14.21.1\t2022-11-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.17\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1q\t83\tFermium\ttrue\nv14.21.0\t2022-11-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.17\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1q\t83\tFermium\t-\nv14.20.1\t2022-09-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.17\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1q\t83\tFermium\ttrue\nv14.20.0\t2022-07-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.17\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1q\t83\tFermium\ttrue\nv14.19.3\t2022-05-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.17\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1o\t83\tFermium\t-\nv14.19.2\t2022-05-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.17\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1n\t83\tFermium\t-\nv14.19.1\t2022-03-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.16\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1n\t83\tFermium\ttrue\nv14.19.0\t2022-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.16\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1m\t83\tFermium\t-\nv14.18.3\t2022-01-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.15\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1l\t83\tFermium\ttrue\nv14.18.2\t2021-11-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.15\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1l\t83\tFermium\t-\nv14.18.1\t2021-10-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.15\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1l\t83\tFermium\ttrue\nv14.18.0\t2021-09-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.15\t8.4.371.23\t1.42.0\t1.2.11\t1.1.1l\t83\tFermium\t-\nv14.17.6\t2021-08-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.15\t8.4.371.23\t1.41.0\t1.2.11\t1.1.1l\t83\tFermium\ttrue\nv14.17.5\t2021-08-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.14\t8.4.371.23\t1.41.0\t1.2.11\t1.1.1k\t83\tFermium\ttrue\nv14.17.4\t2021-07-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.14\t8.4.371.23\t1.41.0\t1.2.11\t1.1.1k\t83\tFermium\ttrue\nv14.17.3\t2021-07-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.13\t8.4.371.23\t1.41.0\t1.2.11\t1.1.1k\t83\tFermium\ttrue\nv14.17.2\t2021-07-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.13\t8.4.371.23\t1.41.0\t1.2.11\t1.1.1k\t83\tFermium\ttrue\nv14.17.1\t2021-06-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.13\t8.4.371.23\t1.41.0\t1.2.11\t1.1.1k\t83\tFermium\t-\nv14.17.0\t2021-05-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.13\t8.4.371.23\t1.41.0\t1.2.11\t1.1.1k\t83\tFermium\t-\nv14.16.1\t2021-04-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.12\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1k\t83\tFermium\ttrue\nv14.16.0\t2021-02-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.11\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1j\t83\tFermium\ttrue\nv14.15.5\t2021-02-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.11\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1i\t83\tFermium\t-\nv14.15.4\t2021-01-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.10\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1i\t83\tFermium\ttrue\nv14.15.3\t2020-12-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.9\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1g\t83\tFermium\t-\nv14.15.2\t2020-12-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.9\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1g\t83\tFermium\t-\nv14.15.1\t2020-11-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1g\t83\tFermium\ttrue\nv14.15.0\t2020-10-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1g\t83\tFermium\t-\nv14.14.0\t2020-10-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.13.1\t2020-10-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.13.0\t2020-09-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.12.0\t2020-09-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.39.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.11.0\t2020-09-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.39.0\t1.2.11\t1.1.1g\t83\t-\ttrue\nv14.10.1\t2020-09-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.39.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.10.0\t2020-09-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.39.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.9.0\t2020-08-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.39.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.8.0\t2020-08-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.7\t8.4.371.19\t1.38.1\t1.2.11\t1.1.1g\t83\t-\t-\nv14.7.0\t2020-07-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.7\t8.4.371.19\t1.38.1\t1.2.11\t1.1.1g\t83\t-\t-\nv14.6.0\t2020-07-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.6\t8.4.371.19\t1.38.1\t1.2.11\t1.1.1g\t83\t-\t-\nv14.5.0\t2020-06-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.5\t8.3.110.9\t1.38.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.4.0\t2020-06-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.5\t8.1.307.31\t1.37.0\t1.2.11\t1.1.1g\t83\t-\ttrue\nv14.3.0\t2020-05-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.5\t8.1.307.31\t1.37.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.2.0\t2020-05-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t8.1.307.31\t1.37.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.1.0\t2020-04-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t8.1.307.31\t1.37.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.0.0\t2020-04-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t8.1.307.30\t1.37.0\t1.2.11\t1.1.1f\t83\t-\t-\nv13.14.0\t2020-04-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t7.9.317.25\t1.37.0\t1.2.11\t1.1.1g\t79\t-\t-\nv13.13.0\t2020-04-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t7.9.317.25\t1.35.0\t1.2.11\t1.1.1f\t79\t-\t-\nv13.12.0\t2020-03-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t7.9.317.25\t1.35.0\t1.2.11\t1.1.1e\t79\t-\t-\nv13.11.0\t2020-03-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.7\t7.9.317.25\t1.34.2\t1.2.11\t1.1.1d\t79\t-\t-\nv13.10.1\t2020-03-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.7\t7.9.317.25\t1.34.2\t1.2.11\t1.1.1d\t79\t-\t-\nv13.10.0\t2020-03-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.7\t7.9.317.25\t1.34.2\t1.2.11\t1.1.1d\t79\t-\t-\nv13.9.0\t2020-02-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.7\t7.9.317.25\t1.34.2\t1.2.11\t1.1.1d\t79\t-\t-\nv13.8.0\t2020-02-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.6\t7.9.317.25\t1.34.1\t1.2.11\t1.1.1d\t79\t-\ttrue\nv13.7.0\t2020-01-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.6\t7.9.317.25\t1.34.1\t1.2.11\t1.1.1d\t79\t-\t-\nv13.6.0\t2020-01-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t7.9.317.25\t1.34.0\t1.2.11\t1.1.1d\t79\t-\t-\nv13.5.0\t2019-12-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t7.9.317.25\t1.34.0\t1.2.11\t1.1.1d\t79\t-\t-\nv13.4.0\t2019-12-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t7.9.317.25\t1.34.0\t1.2.11\t1.1.1d\t79\t-\ttrue\nv13.3.0\t2019-12-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.1\t7.9.317.25\t1.33.1\t1.2.11\t1.1.1d\t79\t-\t-\nv13.2.0\t2019-11-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.1\t7.9.317.23\t1.33.1\t1.2.11\t1.1.1d\t79\t-\t-\nv13.1.0\t2019-11-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.12.1\t7.8.279.17\t1.33.1\t1.2.11\t1.1.1d\t79\t-\t-\nv13.0.1\t2019-10-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.12.0\t7.8.279.17\t1.33.1\t1.2.11\t1.1.1d\t79\t-\t-\nv13.0.0\t2019-10-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.12.0\t7.8.279.17\t1.32.0\t1.2.11\t1.1.1d\t79\t-\t-\nv12.22.12\t2022-04-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.16\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1n\t72\tErbium\t-\nv12.22.11\t2022-03-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.16\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1n\t72\tErbium\ttrue\nv12.22.10\t2022-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.16\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1m\t72\tErbium\t-\nv12.22.9\t2022-01-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.15\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1m\t72\tErbium\ttrue\nv12.22.8\t2021-12-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.15\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1m\t72\tErbium\t-\nv12.22.7\t2021-10-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.15\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1l\t72\tErbium\ttrue\nv12.22.6\t2021-08-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.15\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1l\t72\tErbium\ttrue\nv12.22.5\t2021-08-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.14\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1k\t72\tErbium\ttrue\nv12.22.4\t2021-07-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.14\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1k\t72\tErbium\ttrue\nv12.22.3\t2021-07-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.13\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1k\t72\tErbium\t-\nv12.22.2\t2021-07-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.13\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1k\t72\tErbium\ttrue\nv12.22.1\t2021-04-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.12\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1k\t72\tErbium\ttrue\nv12.22.0\t2021-03-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.11\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1j\t72\tErbium\t-\nv12.21.0\t2021-02-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.11\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1j\t72\tErbium\ttrue\nv12.20.2\t2021-02-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.11\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1i\t72\tErbium\t-\nv12.20.1\t2021-01-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.10\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1i\t72\tErbium\t-\nv12.20.0\t2020-11-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1g\t72\tErbium\t-\nv12.19.1\t2020-11-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t7.8.279.23\t1.39.0\t1.2.11\t1.1.1g\t72\tErbium\ttrue\nv12.19.0\t2020-10-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t7.8.279.23\t1.39.0\t1.2.11\t1.1.1g\t72\tErbium\t-\nv12.18.4\t2020-09-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.6\t7.8.279.23\t1.38.0\t1.2.11\t1.1.1g\t72\tErbium\ttrue\nv12.18.3\t2020-07-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.6\t7.8.279.23\t1.38.0\t1.2.11\t1.1.1g\t72\tErbium\t-\nv12.18.2\t2020-06-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.5\t7.8.279.23\t1.38.0\t1.2.11\t1.1.1g\t72\tErbium\t-\nv12.18.1\t2020-06-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.5\t7.8.279.23\t1.38.0\t1.2.11\t1.1.1g\t72\tErbium\t-\nv12.18.0\t2020-06-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t7.8.279.23\t1.37.0\t1.2.11\t1.1.1g\t72\tErbium\ttrue\nv12.17.0\t2020-05-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t7.8.279.23\t1.37.0\t1.2.11\t1.1.1g\t72\tErbium\t-\nv12.16.3\t2020-04-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t7.8.279.23\t1.34.2\t1.2.11\t1.1.1g\t72\tErbium\t-\nv12.16.2\t2020-04-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t7.8.279.23\t1.34.2\t1.2.11\t1.1.1e\t72\tErbium\t-\nv12.16.1\t2020-02-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t7.8.279.23\t1.34.0\t1.2.11\t1.1.1d\t72\tErbium\t-\nv12.16.0\t2020-02-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t7.8.279.23\t1.34.0\t1.2.11\t1.1.1d\t72\tErbium\t-\nv12.15.0\t2020-02-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t7.7.299.13\t1.33.1\t1.2.11\t1.1.1d\t72\tErbium\ttrue\nv12.14.1\t2020-01-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t7.7.299.13\t1.33.1\t1.2.11\t1.1.1d\t72\tErbium\t-\nv12.14.0\t2019-12-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t7.7.299.13\t1.33.1\t1.2.11\t1.1.1d\t72\tErbium\ttrue\nv12.13.1\t2019-11-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.12.1\t7.7.299.13\t1.33.1\t1.2.11\t1.1.1d\t72\tErbium\t-\nv12.13.0\t2019-10-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.12.0\t7.7.299.13\t1.32.0\t1.2.11\t1.1.1d\t72\tErbium\t-\nv12.12.0\t2019-10-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.11.3\t7.7.299.13\t1.32.0\t1.2.11\t1.1.1d\t72\t-\t-\nv12.11.1\t2019-10-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.11.3\t7.7.299.11\t1.32.0\t1.2.11\t1.1.1c\t72\t-\t-\nv12.11.0\t2019-09-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.11.3\t7.7.299.11\t1.32.0\t1.2.11\t1.1.1c\t72\t-\t-\nv12.10.0\t2019-09-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.10.3\t7.6.303.29\t1.31.0\t1.2.11\t1.1.1c\t72\t-\t-\nv12.9.1\t2019-08-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.10.2\t7.6.303.29\t1.31.0\t1.2.11\t1.1.1c\t72\t-\t-\nv12.9.0\t2019-08-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.10.2\t7.6.303.29\t1.31.0\t1.2.11\t1.1.1c\t72\t-\t-\nv12.8.1\t2019-08-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.10.2\t7.5.288.22\t1.30.1\t1.2.11\t1.1.1c\t72\t-\ttrue\nv12.8.0\t2019-08-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.10.2\t7.5.288.22\t1.30.1\t1.2.11\t1.1.1c\t72\t-\t-\nv12.7.0\t2019-07-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.10.0\t7.5.288.22\t1.30.1\t1.2.11\t1.1.1c\t72\t-\t-\nv12.6.0\t2019-07-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.5.288.22\t1.30.1\t1.2.11\t1.1.1c\t72\t-\t-\nv12.5.0\t2019-06-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.5.288.22\t1.29.1\t1.2.11\t1.1.1c\t72\t-\t-\nv12.4.0\t2019-06-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.4.288.27\t1.29.1\t1.2.11\t1.1.1b\t72\t-\t-\nv12.3.1\t2019-05-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.4.288.27\t1.29.1\t1.2.11\t1.1.1b\t72\t-\t-\nv12.3.0\t2019-05-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.4.288.27\t1.28.0\t1.2.11\t1.1.1b\t72\t-\t-\nv12.2.0\t2019-05-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.4.288.21\t1.28.0\t1.2.11\t1.1.1b\t72\t-\t-\nv12.1.0\t2019-04-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.4.288.21\t1.28.0\t1.2.11\t1.1.1b\t72\t-\t-\nv12.0.0\t2019-04-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.4.288.21\t1.28.0\t1.2.11\t1.1.1b\t72\t-\t-\nv11.15.0\t2019-04-30\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.7.0\t7.0.276.38\t1.27.0\t1.2.11\t1.1.1b\t67\t-\t-\nv11.14.0\t2019-04-10\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.7.0\t7.0.276.38\t1.27.0\t1.2.11\t1.1.1b\t67\t-\t-\nv11.13.0\t2019-03-28\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.7.0\t7.0.276.38\t1.27.0\t1.2.11\t1.1.1b\t67\t-\t-\nv11.12.0\t2019-03-14\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.7.0\t7.0.276.38\t1.26.0\t1.2.11\t1.1.1b\t67\t-\t-\nv11.11.0\t2019-03-05\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.7.0\t7.0.276.38\t1.26.0\t1.2.11\t1.1.1a\t67\t-\t-\nv11.10.1\t2019-02-28\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.7.0\t7.0.276.38\t1.26.0\t1.2.11\t1.1.1a\t67\t-\ttrue\nv11.10.0\t2019-02-14\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.7.0\t7.0.276.38\t1.26.0\t1.2.11\t1.1.1a\t67\t-\t-\nv11.9.0\t2019-01-30\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.5.0\t7.0.276.38\t1.25.0\t1.2.11\t1.1.1a\t67\t-\t-\nv11.8.0\t2019-01-24\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.5.0\t7.0.276.38\t1.25.0\t1.2.11\t1.1.0j\t67\t-\t-\nv11.7.0\t2019-01-17\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.5.0\t7.0.276.38\t1.24.1\t1.2.11\t1.1.0j\t67\t-\t-\nv11.6.0\t2018-12-26\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.5.0-next.0\t7.0.276.38\t1.24.1\t1.2.11\t1.1.0j\t67\t-\t-\nv11.5.0\t2018-12-18\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t7.0.276.38\t1.24.0\t1.2.11\t1.1.0j\t67\t-\t-\nv11.4.0\t2018-12-07\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t7.0.276.38\t1.24.0\t1.2.11\t1.1.0j\t67\t-\t-\nv11.3.0\t2018-11-27\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t7.0.276.38\t1.23.2\t1.2.11\t1.1.0j\t67\t-\ttrue\nv11.2.0\t2018-11-15\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t7.0.276.38\t1.23.2\t1.2.11\t1.1.0i\t67\t-\t-\nv11.1.0\t2018-10-30\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t7.0.276.32\t1.23.2\t1.2.11\t1.1.0i\t67\t-\t-\nv11.0.0\t2018-10-23\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t7.0.276.28\t1.23.2\t1.2.11\t1.1.0i\t67\t-\t-\nv10.24.1\t2021-04-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.12\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1k\t64\tDubnium\ttrue\nv10.24.0\t2021-02-23\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.11\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1j\t64\tDubnium\ttrue\nv10.23.3\t2021-02-09\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.11\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1i\t64\tDubnium\t-\nv10.23.2\t2021-01-26\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.10\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1i\t64\tDubnium\t-\nv10.23.1\t2021-01-04\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.10\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1i\t64\tDubnium\t-\nv10.23.0\t2020-10-27\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1g\t64\tDubnium\t-\nv10.22.1\t2020-09-15\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.6\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1g\t64\tDubnium\ttrue\nv10.22.0\t2020-07-21\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.6\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1g\t64\tDubnium\t-\nv10.21.0\t2020-06-02\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1e\t64\tDubnium\ttrue\nv10.20.1\t2020-04-12\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1e\t64\tDubnium\t-\nv10.20.0\t2020-03-26\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t6.8.275.32\t1.34.2\t1.2.11\t1.1.1e\t64\tDubnium\t-\nv10.19.0\t2020-02-05\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t6.8.275.32\t1.28.0\t1.2.11\t1.1.1d\t64\tDubnium\ttrue\nv10.18.1\t2020-01-09\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t6.8.275.32\t1.28.0\t1.2.11\t1.1.1d\t64\tDubnium\t-\nv10.18.0\t2019-12-17\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t6.8.275.32\t1.28.0\t1.2.11\t1.1.1d\t64\tDubnium\ttrue\nv10.17.0\t2019-10-22\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.11.3\t6.8.275.32\t1.28.0\t1.2.11\t1.1.1d\t64\tDubnium\t-\nv10.16.3\t2019-08-15\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t6.8.275.32\t1.28.0\t1.2.11\t1.1.1c\t64\tDubnium\ttrue\nv10.16.2\t2019-08-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t6.8.275.32\t1.28.0\t1.2.11\t1.1.1c\t64\tDubnium\t-\nv10.16.1\t2019-07-31\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t6.8.275.32\t1.28.0\t1.2.11\t1.1.1c\t64\tDubnium\t-\nv10.16.0\t2019-05-28\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t6.8.275.32\t1.28.0\t1.2.11\t1.1.1b\t64\tDubnium\t-\nv10.15.3\t2019-03-05\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.2\t1.2.11\t1.1.0j\t64\tDubnium\t-\nv10.15.2\t2019-02-28\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.2\t1.2.11\t1.1.0j\t64\tDubnium\ttrue\nv10.15.1\t2019-01-29\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.2\t1.2.11\t1.1.0j\t64\tDubnium\t-\nv10.15.0\t2018-12-26\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.2\t1.2.11\t1.1.0j\t64\tDubnium\t-\nv10.14.2\t2018-12-10\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.2\t1.2.11\t1.1.0j\t64\tDubnium\t-\nv10.14.1\t2018-11-29\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.2\t1.2.11\t1.1.0j\t64\tDubnium\t-\nv10.14.0\t2018-11-27\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.2\t1.2.11\t1.1.0j\t64\tDubnium\ttrue\nv10.13.0\t2018-10-30\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.2\t1.2.11\t1.1.0i\t64\tDubnium\t-\nv10.12.0\t2018-10-10\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.2\t1.2.11\t1.1.0i\t64\t-\t-\nv10.11.0\t2018-09-19\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.0\t1.2.11\t1.1.0i\t64\t-\t-\nv10.10.0\t2018-09-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.30\t1.23.0\t1.2.11\t1.1.0i\t64\t-\t-\nv10.9.0\t2018-08-15\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.2.0\t6.8.275.24\t1.22.0\t1.2.11\t1.1.0i\t64\t-\t-\nv10.8.0\t2018-08-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.2.0\t6.7.288.49\t1.22.0\t1.2.11\t1.1.0h\t64\t-\t-\nv10.7.0\t2018-07-18\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.1.0\t6.7.288.49\t1.22.0\t1.2.11\t1.1.0h\t64\t-\t-\nv10.6.0\t2018-07-04\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.1.0\t6.7.288.46\t1.21.0\t1.2.11\t1.1.0h\t64\t-\t-\nv10.5.0\t2018-06-20\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.1.0\t6.7.288.46\t1.20.3\t1.2.11\t1.1.0h\t64\t-\t-\nv10.4.1\t2018-06-12\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.1.0\t6.7.288.45\t1.20.3\t1.2.11\t1.1.0h\t64\t-\t-\nv10.4.0\t2018-06-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.1.0\t6.7.288.43\t1.20.3\t1.2.11\t1.1.0h\t64\t-\t-\nv10.3.0\t2018-05-29\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.1.0\t6.6.346.32\t1.20.3\t1.2.11\t1.1.0h\t64\t-\t-\nv10.2.1\t2018-05-24\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.6.346.32\t1.20.3\t1.2.11\t1.1.0h\t64\t-\t-\nv10.2.0\t2018-05-23\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.6.346.32\t1.20.3\t1.2.11\t1.1.0h\t64\t-\t-\nv10.1.0\t2018-05-08\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.6.346.27\t1.20.2\t1.2.11\t1.1.0h\t64\t-\t-\nv10.0.0\t2018-04-24\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.6.346.24\t1.20.2\t1.2.11\t1.1.0h\t64\t-\t-\nv9.11.2\t2018-06-12\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2o\t59\t-\t-\nv9.11.1\t2018-04-05\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2o\t59\t-\t-\nv9.11.0\t2018-04-04\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2o\t59\t-\t-\nv9.10.1\t2018-03-29\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2o\t59\t-\t-\nv9.10.0\t2018-03-28\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2o\t59\t-\ttrue\nv9.9.0\t2018-03-21\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2n\t59\t-\t-\nv9.8.0\t2018-03-07\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2n\t59\t-\t-\nv9.7.1\t2018-03-02\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2n\t59\t-\t-\nv9.7.0\t2018-03-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2n\t59\t-\t-\nv9.6.1\t2018-02-23\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.1\t1.2.11\t1.0.2n\t59\t-\t-\nv9.6.0\t2018-02-21\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.1\t1.2.11\t1.0.2n\t59\t-\t-\nv9.5.0\t2018-01-31\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.1\t1.2.11\t1.0.2n\t59\t-\t-\nv9.4.0\t2018-01-10\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.18.0\t1.2.11\t1.0.2n\t59\t-\t-\nv9.3.0\t2017-12-12\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.2.414.46\t1.18.0\t1.2.11\t1.0.2n\t59\t-\t-\nv9.2.1\t2017-12-08\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.2.414.44\t1.16.1\t1.2.11\t1.0.2n\t59\t-\t-\nv9.2.0\t2017-11-14\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.2.414.44\t1.16.1\t1.2.11\t1.0.2m\t59\t-\t-\nv9.1.0\t2017-11-07\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.2.414.32\t1.15.0\t1.2.11\t1.0.2m\t59\t-\t-\nv9.0.0\t2017-10-31\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.2.414.32\t1.15.0\t1.2.11\t1.0.2l\t59\t-\t-\nv8.17.0\t2019-12-17\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t6.2.414.78\t1.23.2\t1.2.11\t1.0.2s\t57\tCarbon\ttrue\nv8.16.2\t2019-10-09\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.2.414.78\t1.23.2\t1.2.11\t1.0.2s\t57\tCarbon\t-\nv8.16.1\t2019-08-15\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.2.414.77\t1.23.2\t1.2.11\t1.0.2r\t57\tCarbon\ttrue\nv8.16.0\t2019-04-16\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.2.414.77\t1.23.2\t1.2.11\t1.0.2r\t57\tCarbon\t-\nv8.15.1\t2019-02-28\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.2.414.75\t1.23.2\t1.2.11\t1.0.2r\t57\tCarbon\ttrue\nv8.15.0\t2018-12-26\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.2.414.75\t1.23.2\t1.2.11\t1.0.2q\t57\tCarbon\t-\nv8.14.1\t2018-12-18\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.2.414.75\t1.23.2\t1.2.11\t1.0.2q\t57\tCarbon\t-\nv8.14.0\t2018-11-27\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.2.414.72\t1.23.2\t1.2.11\t1.0.2q\t57\tCarbon\ttrue\nv8.13.0\t2018-11-20\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.2.414.72\t1.23.2\t1.2.11\t1.0.2p\t57\tCarbon\t-\nv8.12.0\t2018-09-10\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.2.414.66\t1.19.2\t1.2.11\t1.0.2p\t57\tCarbon\t-\nv8.11.4\t2018-08-15\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.54\t1.19.1\t1.2.11\t1.0.2p\t57\tCarbon\ttrue\nv8.11.3\t2018-06-12\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.54\t1.19.1\t1.2.11\t1.0.2o\t57\tCarbon\t-\nv8.11.2\t2018-05-15\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.54\t1.19.1\t1.2.11\t1.0.2o\t57\tCarbon\t-\nv8.11.1\t2018-03-29\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.50\t1.19.1\t1.2.11\t1.0.2o\t57\tCarbon\t-\nv8.11.0\t2018-03-28\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.50\t1.19.1\t1.2.11\t1.0.2o\t57\tCarbon\ttrue\nv8.10.0\t2018-03-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.50\t1.19.1\t1.2.11\t1.0.2n\t57\tCarbon\t-\nv8.9.4\t2018-01-02\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.1.534.50\t1.15.0\t1.2.11\t1.0.2n\t57\tCarbon\t-\nv8.9.3\t2017-12-07\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.1.534.48\t1.15.0\t1.2.11\t1.0.2n\t57\tCarbon\ttrue\nv8.9.2\t2017-12-05\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.1.534.48\t1.15.0\t1.2.11\t1.0.2m\t57\tCarbon\t-\nv8.9.1\t2017-11-07\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.1.534.47\t1.15.0\t1.2.11\t1.0.2m\t57\tCarbon\t-\nv8.9.0\t2017-10-31\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.1.534.46\t1.15.0\t1.2.11\t1.0.2l\t57\tCarbon\t-\nv8.8.1\t2017-10-25\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.4.2\t6.1.534.42\t1.15.0\t1.2.11\t1.0.2l\t57\t-\t-\nv8.8.0\t2017-10-24\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.4.2\t6.1.534.42\t1.15.0\t1.2.11\t1.0.2l\t57\t-\t-\nv8.7.0\t2017-10-11\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.4.2\t6.1.534.42\t1.15.0\t1.2.11\t1.0.2l\t57\t-\t-\nv8.6.0\t2017-09-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.3.0\t6.0.287.53\t1.14.1\t1.2.11\t1.0.2l\t57\t-\t-\nv8.5.0\t2017-09-12\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.3.0\t6.0.287.53\t1.14.1\t1.2.11\t1.0.2l\t57\t-\t-\nv8.4.0\t2017-08-15\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.3.0\t6.0.286.52\t1.13.1\t1.2.11\t1.0.2l\t57\t-\t-\nv8.3.0\t2017-08-08\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.3.0\t6.0.286.52\t1.13.1\t1.2.11\t1.0.2l\t57\t-\t-\nv8.2.1\t2017-07-20\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.3.0\t5.8.283.41\t1.13.1\t1.2.11\t1.0.2l\t57\t-\t-\nv8.2.0\t2017-07-19\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.3.0\t5.8.283.41\t1.13.1\t1.2.11\t1.0.2l\t57\t-\t-\nv8.1.4\t2017-07-11\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.0.3\t5.8.283.41\t1.12.0\t1.2.11\t1.0.2l\t57\t-\ttrue\nv8.1.3\t2017-06-29\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.0.3\t5.8.283.41\t1.12.0\t1.2.11\t1.0.2l\t57\t-\t-\nv8.1.2\t2017-06-15\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.0.3\t5.8.283.41\t1.12.0\t1.2.11\t1.0.2l\t57\t-\t-\nv8.1.1\t2017-06-13\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.0.3\t5.8.283.41\t1.12.0\t1.2.11\t1.0.2l\t57\t-\t-\nv8.1.0\t2017-06-08\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.0.3\t5.8.283.41\t1.12.0\t1.2.11\t1.0.2l\t57\t-\t-\nv8.0.0\t2017-05-30\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.0.0\t5.8.283.41\t1.11.0\t1.2.11\t1.0.2k\t57\t-\t-\nv7.10.1\t2017-07-11\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.2.0\t5.5.372.43\t1.11.0\t1.2.11\t1.0.2k\t51\t-\ttrue\nv7.10.0\t2017-05-02\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.2.0\t5.5.372.43\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.9.0\t2017-04-11\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.2.0\t5.5.372.43\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.8.0\t2017-03-29\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.2.0\t5.5.372.43\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.7.4\t2017-03-21\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.5.372.42\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.7.3\t2017-03-14\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.5.372.41\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.7.2\t2017-03-08\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.5.372.41\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.7.1\t2017-03-02\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.5.372.41\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.7.0\t2017-02-28\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.5.372.41\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.6.0\t2017-02-21\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.5.372.40\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.5.0\t2017-01-31\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.4.500.48\t1.10.2\t1.2.8\t1.0.2k\t51\t-\t-\nv7.4.0\t2017-01-04\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.0.5\t5.4.500.45\t1.10.1\t1.2.8\t1.0.2j\t51\t-\t-\nv7.3.0\t2016-12-20\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.4.500.45\t1.10.1\t1.2.8\t1.0.2j\t51\t-\t-\nv7.2.1\t2016-12-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.4.500.44\t1.10.1\t1.2.8\t1.0.2j\t51\t-\t-\nv7.2.0\t2016-11-22\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.9\t5.4.500.43\t1.10.1\t1.2.8\t1.0.2j\t51\t-\t-\nv7.1.0\t2016-11-08\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.9\t5.4.500.36\t1.10.0\t1.2.8\t1.0.2j\t51\t-\t-\nv7.0.0\t2016-10-25\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.8\t5.4.500.36\t1.9.1\t1.2.8\t1.0.2j\t51\t-\t-\nv6.17.1\t2019-04-03\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2r\t48\tBoron\t-\nv6.17.0\t2019-02-28\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2r\t48\tBoron\ttrue\nv6.16.0\t2018-12-26\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2q\t48\tBoron\t-\nv6.15.1\t2018-12-03\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2q\t48\tBoron\t-\nv6.15.0\t2018-11-27\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2q\t48\tBoron\ttrue\nv6.14.4\t2018-08-15\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2p\t48\tBoron\ttrue\nv6.14.3\t2018-06-12\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2o\t48\tBoron\t-\nv6.14.2\t2018-04-30\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2o\t48\tBoron\t-\nv6.14.1\t2018-03-29\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2o\t48\tBoron\t-\nv6.14.0\t2018-03-28\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2o\t48\tBoron\ttrue\nv6.13.1\t2018-03-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2n\t48\tBoron\t-\nv6.13.0\t2018-02-10\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.16.1\t1.2.11\t1.0.2n\t48\tBoron\t-\nv6.12.3\t2018-01-02\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.111\t1.15.0\t1.2.11\t1.0.2n\t48\tBoron\t-\nv6.12.2\t2017-12-07\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.109\t1.15.0\t1.2.11\t1.0.2n\t48\tBoron\ttrue\nv6.12.1\t2017-12-05\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.109\t1.15.0\t1.2.11\t1.0.2m\t48\tBoron\t-\nv6.12.0\t2017-11-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.108\t1.15.0\t1.2.11\t1.0.2m\t48\tBoron\t-\nv6.11.5\t2017-10-24\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.108\t1.11.0\t1.2.11\t1.0.2l\t48\tBoron\ttrue\nv6.11.4\t2017-10-03\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.108\t1.11.0\t1.2.11\t1.0.2l\t48\tBoron\t-\nv6.11.3\t2017-09-05\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.107\t1.11.0\t1.2.11\t1.0.2l\t48\tBoron\t-\nv6.11.2\t2017-08-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.103\t1.11.0\t1.2.11\t1.0.2l\t48\tBoron\t-\nv6.11.1\t2017-07-10\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.103\t1.11.0\t1.2.11\t1.0.2k\t48\tBoron\ttrue\nv6.11.0\t2017-06-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.102\t1.11.0\t1.2.11\t1.0.2k\t48\tBoron\t-\nv6.10.3\t2017-05-02\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.101\t1.9.1\t1.2.11\t1.0.2k\t48\tBoron\t-\nv6.10.2\t2017-04-04\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.98\t1.9.1\t1.2.11\t1.0.2k\t48\tBoron\t-\nv6.10.1\t2017-03-21\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.95\t1.9.1\t1.2.8\t1.0.2k\t48\tBoron\t-\nv6.10.0\t2017-02-21\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.93\t1.9.1\t1.2.8\t1.0.2k\t48\tBoron\t-\nv6.9.5\t2017-01-31\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.89\t1.9.1\t1.2.8\t1.0.2k\t48\tBoron\t-\nv6.9.4\t2017-01-05\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.89\t1.9.1\t1.2.8\t1.0.2j\t48\tBoron\t-\nv6.9.3\t2017-01-05\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.89\t1.9.1\t1.2.8\t1.0.2j\t48\tBoron\t-\nv6.9.2\t2016-12-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.9\t5.1.281.88\t1.9.1\t1.2.8\t1.0.2j\t48\tBoron\t-\nv6.9.1\t2016-10-19\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.8\t5.1.281.84\t1.9.1\t1.2.8\t1.0.2j\t48\tBoron\t-\nv6.9.0\t2016-10-18\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.8\t5.1.281.84\t1.9.1\t1.2.8\t1.0.2j\t48\tBoron\t-\nv6.8.1\t2016-10-14\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.8\t5.1.281.84\t1.9.1\t1.2.8\t1.0.2j\t48\t-\t-\nv6.8.0\t2016-10-12\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.8\t5.1.281.84\t1.9.1\t1.2.8\t1.0.2j\t48\t-\t-\nv6.7.0\t2016-09-27\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.3\t5.1.281.83\t1.9.1\t1.2.8\t1.0.2j\t48\t-\ttrue\nv6.6.0\t2016-09-14\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.3\t5.1.281.83\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv6.5.0\t2016-08-26\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.3\t5.1.281.81\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv6.4.0\t2016-08-12\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.3\t5.0.71.60\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv6.3.1\t2016-07-21\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.3\t5.0.71.57\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv6.3.0\t2016-07-06\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.3\t5.0.71.52\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv6.2.2\t2016-06-16\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.9.5\t5.0.71.52\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv6.2.1\t2016-06-02\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.9.3\t5.0.71.52\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv6.2.0\t2016-05-17\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.9\t5.0.71.47\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv6.1.0\t2016-05-05\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.6\t5.0.71.35\t1.9.0\t1.2.8\t1.0.2h\t48\t-\t-\nv6.0.0\t2016-04-26\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.6\t5.0.71.35\t1.9.0\t1.2.8\t1.0.2g\t48\t-\t-\nv5.12.0\t2016-06-23\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.6\t4.6.85.32\t1.8.0\t1.2.8\t1.0.2h\t47\t-\t-\nv5.11.1\t2016-05-05\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.6\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2h\t47\t-\t-\nv5.11.0\t2016-04-21\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.6\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2g\t47\t-\t-\nv5.10.1\t2016-04-05\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.3\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2g\t47\t-\t-\nv5.10.0\t2016-04-01\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.3\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2g\t47\t-\t-\nv5.9.1\t2016-03-22\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.7.3\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2g\t47\t-\t-\nv5.9.0\t2016-03-16\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.7.3\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2g\t47\t-\t-\nv5.8.0\t2016-03-09\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.7.3\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2g\t47\t-\t-\nv5.7.1\t2016-03-02\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.6.0\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2g\t47\t-\t-\nv5.7.0\t2016-02-23\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.6.0\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2f\t47\t-\t-\nv5.6.0\t2016-02-09\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.6.0\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2f\t47\t-\t-\nv5.5.0\t2016-01-21\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.3.12\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2e\t47\t-\t-\nv5.4.1\t2016-01-12\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.3.12\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2e\t47\t-\t-\nv5.4.0\t2016-01-06\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.3.12\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2e\t47\t-\t-\nv5.3.0\t2015-12-15\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.3.12\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2e\t47\t-\t-\nv5.2.0\t2015-12-09\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.3.12\t4.6.85.31\t1.7.5\t1.2.8\t1.0.2e\t47\t-\t-\nv5.1.1\t2015-12-03\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.3.12\t4.6.85.31\t1.7.5\t1.2.8\t1.0.2e\t47\t-\t-\nv5.1.0\t2015-11-17\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.3.12\t4.6.85.31\t1.7.5\t1.2.8\t1.0.2d\t47\t-\t-\nv5.0.0\t2015-10-29\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.3.6\t4.6.85.28\t1.7.5\t1.2.8\t1.0.2d\t47\t-\t-\nv4.9.1\t2018-03-29\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.53\t1.9.1\t1.2.11\t1.0.2o\t46\tArgon\t-\nv4.9.0\t2018-03-28\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.53\t1.9.1\t1.2.11\t1.0.2o\t46\tArgon\ttrue\nv4.8.7\t2017-12-07\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.53\t1.9.1\t1.2.11\t1.0.2n\t46\tArgon\ttrue\nv4.8.6\t2017-11-06\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.53\t1.9.1\t1.2.11\t1.0.2m\t46\tArgon\t-\nv4.8.5\t2017-10-24\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.47\t1.9.1\t1.2.11\t1.0.2k\t46\tArgon\ttrue\nv4.8.4\t2017-07-11\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.47\t1.9.1\t1.2.11\t1.0.2k\t46\tArgon\ttrue\nv4.8.3\t2017-05-02\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.47\t1.9.1\t1.2.11\t1.0.2k\t46\tArgon\t-\nv4.8.2\t2017-04-04\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.46\t1.9.1\t1.2.11\t1.0.2k\t46\tArgon\t-\nv4.8.1\t2017-03-21\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.46\t1.9.1\t1.2.8\t1.0.2k\t46\tArgon\t-\nv4.8.0\t2017-02-21\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.45\t1.9.1\t1.2.8\t1.0.2k\t46\tArgon\t-\nv4.7.3\t2017-01-31\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.43\t1.9.1\t1.2.8\t1.0.2k\t46\tArgon\t-\nv4.7.2\t2017-01-05\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.43\t1.9.1\t1.2.8\t1.0.2j\t46\tArgon\t-\nv4.7.1\t2017-01-05\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.43\t1.9.1\t1.2.8\t1.0.2j\t46\tArgon\t-\nv4.7.0\t2016-12-06\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.43\t1.9.1\t1.2.8\t1.0.2j\t46\tArgon\t-\nv4.6.2\t2016-11-08\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.11\t4.5.103.42\t1.9.1\t1.2.8\t1.0.2j\t46\tArgon\t-\nv4.6.1\t2016-10-18\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.9\t4.5.103.37\t1.9.1\t1.2.8\t1.0.2j\t46\tArgon\ttrue\nv4.6.0\t2016-09-27\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.9\t4.5.103.37\t1.9.1\t1.2.8\t1.0.2j\t46\tArgon\ttrue\nv4.5.0\t2016-08-16\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t2.15.9\t4.5.103.37\t1.9.1\t1.2.8\t1.0.2h\t46\tArgon\t-\nv4.4.7\t2016-06-28\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.15.8\t4.5.103.36\t1.8.0\t1.2.8\t1.0.2h\t46\tArgon\t-\nv4.4.6\t2016-06-23\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.15.5\t4.5.103.36\t1.8.0\t1.2.8\t1.0.2h\t46\tArgon\t-\nv4.4.5\t2016-05-24\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.15.5\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2h\t46\tArgon\t-\nv4.4.4\t2016-05-05\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.15.1\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2h\t46\tArgon\t-\nv4.4.3\t2016-04-12\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.15.1\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2g\t46\tArgon\t-\nv4.4.2\t2016-04-01\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.15.0\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2g\t46\tArgon\t-\nv4.4.1\t2016-03-22\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.20\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2g\t46\tArgon\t-\nv4.4.0\t2016-03-08\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.20\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2g\t46\tArgon\t-\nv4.3.2\t2016-03-02\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.12\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2g\t46\tArgon\t-\nv4.3.1\t2016-02-16\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.12\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2f\t46\tArgon\t-\nv4.3.0\t2016-02-09\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.12\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2f\t46\tArgon\t-\nv4.2.6\t2016-01-21\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.12\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2e\t46\tArgon\t-\nv4.2.5\t2016-01-20\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.12\t4.5.103.35\t1.8.0\t1.2.8\t1.0.2e\t46\tArgon\t-\nv4.2.4\t2015-12-23\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.12\t4.5.103.35\t1.7.5\t1.2.8\t1.0.2e\t46\tArgon\t-\nv4.2.3\t2015-12-03\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.7\t4.5.103.35\t1.7.5\t1.2.8\t1.0.2e\t46\tArgon\t-\nv4.2.2\t2015-11-03\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.7\t4.5.103.35\t1.7.5\t1.2.8\t1.0.2d\t46\tArgon\t-\nv4.2.1\t2015-10-13\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.7\t4.5.103.35\t1.7.5\t1.2.8\t1.0.2d\t46\tArgon\t-\nv4.2.0\t2015-10-12\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.7\t4.5.103.35\t1.7.5\t1.2.8\t1.0.2d\t46\tArgon\t-\nv4.1.2\t2015-10-05\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.4\t4.5.103.35\t1.7.5\t1.2.8\t1.0.2d\t46\t-\t-\nv4.1.1\t2015-09-23\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.4\t4.5.103.33\t1.7.4\t1.2.8\t1.0.2d\t46\t-\t-\nv4.1.0\t2015-09-17\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.3\t4.5.103.33\t1.7.4\t1.2.8\t1.0.2d\t46\t-\t-\nv4.0.0\t2015-09-08\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.2\t4.5.103.30\t1.7.3\t1.2.8\t1.0.2d\t46\t-\t-\nv0.12.18\t2017-02-22\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.11\t3.28.71.20\t1.6.1\t1.2.8\t1.0.1u\t14\t-\t-\nv0.12.17\t2016-10-18\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.1\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1u\t14\t-\ttrue\nv0.12.16\t2016-09-27\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.1\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1u\t14\t-\ttrue\nv0.12.15\t2016-06-23\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.1\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1t\t14\t-\ttrue\nv0.12.14\t2016-05-06\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.1\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1t\t14\t-\t-\nv0.12.13\t2016-03-31\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.0\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1s\t14\t-\t-\nv0.12.12\t2016-03-08\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.14.9\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1s\t14\t-\t-\nv0.12.11\t2016-03-03\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.14.9\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1s\t14\t-\t-\nv0.12.10\t2016-02-09\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.14.9\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1r\t14\t-\t-\nv0.12.9\t2015-12-03\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.14.9\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1q\t14\t-\t-\nv0.12.8\t2015-11-24\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.14.9\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1p\t14\t-\t-\nv0.12.7\t2015-07-09\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.11.3\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1p\t14\t-\t-\nv0.12.6\t2015-07-04\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.11.2\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1o\t14\t-\t-\nv0.12.5\t2015-06-22\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.11.2\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1o\t14\t-\t-\nv0.12.4\t2015-05-23\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.10.1\t3.28.71.19\t1.5.0\t1.2.8\t1.0.1m\t14\t-\t-\nv0.12.3\t2015-05-14\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.9.1\t3.28.71.19\t1.5.0\t1.2.8\t1.0.1m\t14\t-\t-\nv0.12.2\t2015-03-31\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.7.4\t3.28.73.0\t1.4.2\t1.2.8\t1.0.1m\t14\t-\t-\nv0.12.1\t2015-03-24\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.5.1\t3.28.73.0\t1.0.2\t1.2.8\t1.0.1m\t14\t-\t-\nv0.12.0\t2015-02-06\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.5.1\t3.28.73.0\t1.0.2\t1.2.8\t1.0.1l\t14\t-\t-\nv0.11.16\t2015-01-30\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.3.0\t3.28.73.0\t1.0.2\t1.2.8\t1.0.1l\t14\t-\t-\nv0.11.15\t2015-01-20\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.1.6\t3.28.73.0\t1.0.2\t1.2.8\t1.0.1j\t14\t-\t-\nv0.11.14\t2014-08-19\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.0.0\t3.26.33.0\t1.0.0\t1.2.3\t1.0.1i\t14\t-\t-\nv0.11.13\t2014-05-02\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.9\t3.25.30.0\t0.11.25\t1.2.3\t1.0.1g\t14\t-\t-\nv0.11.12\t2014-03-11\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.3\t3.22.24.19\t0.11.22\t1.2.3\t1.0.1f\t14\t-\t-\nv0.11.11\t2014-01-29\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.25\t3.22.24.19\t0.11.18\t1.2.3\t1.0.1f\t14\t-\t-\nv0.11.10\t2013-12-31\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.22\t3.22.24.10\t0.11.17\t1.2.3\t1.0.1e\t13\t-\t-\nv0.11.9\t2013-11-21\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.15\t3.22.24.5\t0.11.15\t1.2.3\t1.0.1e\t13\t-\t-\nv0.11.8\t2013-10-30\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.13\t3.21.18.3\t0.11.14\t1.2.3\t1.0.1e\t13\t-\t-\nv0.11.7\t2013-09-04\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.8\t3.20.17.0\t0.11.13\t1.2.3\t1.0.1e\t0x000C\t-\t-\nv0.11.6\t2013-08-21\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x86-msi\t1.3.8\t3.20.14.1\t0.11.8\t1.2.3\t1.0.1e\t0x000C\t-\t-\nv0.11.5\t2013-08-07\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.6\t3.20.11.0\t0.11.7\t1.2.3\t1.0.1e\t0x000C\t-\t-\nv0.11.4\t2013-07-12\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x86-msi\t1.3.4\t3.20.2.0\t0.11.5\t1.2.3\t1.0.1e\t0x000C\t-\t-\nv0.11.3\t2013-06-26\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.25\t3.19.13.0\t0.11.5\t1.2.3\t1.0.1e\t0x000C\t-\t-\nv0.11.2\t2013-05-13\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.21\t3.19.0.0\t0.11.2\t1.2.3\t1.0.1e\t0x000C\t-\t-\nv0.11.1\t2013-04-19\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.18\t3.18.0.0\t0.11.1\t1.2.3\t1.0.1e\t0x000C\t-\t-\nv0.11.0\t2013-03-28\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.15\t3.17.13.0\t0.10.3\t1.2.3\t1.0.1e\t0x000C\t-\t-\nv0.10.48\t2016-10-18\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.1\t3.14.5.11\t0.10.37\t1.2.8\t1.0.1u\t11\t-\ttrue\nv0.10.47\t2016-09-27\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.1\t3.14.5.11\t0.10.37\t1.2.8\t1.0.1u\t11\t-\ttrue\nv0.10.46\t2016-06-23\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.1\t3.14.5.9\t0.10.37\t1.2.8\t1.0.1t\t11\t-\ttrue\nv0.10.45\t2016-05-06\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.1\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1t\t11\t-\t-\nv0.10.44\t2016-03-31\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.15.0\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1s\t11\t-\t-\nv0.10.43\t2016-03-03\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.29\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1s\t11\t-\t-\nv0.10.42\t2016-02-09\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.29\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1r\t11\t-\t-\nv0.10.41\t2015-12-03\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.29\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1q\t11\t-\t-\nv0.10.40\t2015-07-09\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.28\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1p\t11\t-\t-\nv0.10.39\t2015-06-19\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.28\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1o\t11\t-\t-\nv0.10.38\t2015-03-23\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.28\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1m\t11\t-\t-\nv0.10.37\t2015-03-11\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.28\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1l\t11\t-\t-\nv0.10.36\t2015-01-26\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.28\t3.14.5.9\t0.10.30\t1.2.8\t1.0.1l\t11\t-\t-\nv0.10.35\t2014-12-22\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.28\t3.14.5.9\t0.10.30\t1.2.8\t1.0.1j\t11\t-\t-\nv0.10.34\t2014-12-17\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.28\t3.14.5.9\t0.10.30\t1.2.8\t1.0.1j\t11\t-\t-\nv0.10.33\t2014-10-21\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.28\t3.14.5.9\t0.10.29\t1.2.3\t1.0.1j\t11\t-\t-\nv0.10.32\t2014-09-16\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.28\t3.14.5.9\t0.10.28\t1.2.3\t1.0.1i\t11\t-\t-\nv0.10.31\t2014-08-19\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.23\t3.14.5.9\t0.10.28\t1.2.3\t1.0.1i\t11\t-\t-\nv0.10.30\t2014-07-31\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.21\t3.14.5.9\t0.10.28\t1.2.3\t1.0.1h\t11\t-\t-\nv0.10.29\t2014-06-09\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.14\t3.14.5.9\t0.10.27\t1.2.3\t1.0.1h\t11\t-\t-\nv0.10.28\t2014-05-02\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.9\t3.14.5.9\t0.10.27\t1.2.3\t1.0.1g\t11\t-\t-\nv0.10.27\t2014-05-01\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.8\t3.14.5.9\t0.10.27\t1.2.3\t1.0.1g\t11\t-\t-\nv0.10.26\t2014-02-18\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.3\t3.14.5.9\t0.10.25\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.25\t2014-01-23\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.24\t3.14.5.9\t0.10.23\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.24\t2013-12-19\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.21\t3.14.5.9\t0.10.21\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.23\t2013-12-12\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.17\t3.14.5.9\t0.10.20\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.22\t2013-11-12\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.14\t3.14.5.9\t0.10.19\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.21\t2013-10-18\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.11\t3.14.5.9\t0.10.18\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.20\t2013-09-30\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.11\t3.14.5.9\t0.10.17\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.19\t2013-09-24\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.11\t3.14.5.9\t0.10.17\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.18\t2013-09-04\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.8\t3.14.5.9\t0.10.15\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.17\t2013-08-21\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.8\t3.14.5.9\t0.10.14\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.16\t2013-08-16\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.8\t3.14.5.9\t0.10.13\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.15\t2013-07-25\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.5\t3.14.5.9\t0.10.13\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.14\t2013-07-25\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.5\t3.14.5.9\t0.10.13\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.13\t2013-07-09\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.3.2\t3.14.5.9\t0.10.12\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.12\t2013-06-18\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.32\t3.14.5.9\t0.10.11\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.11\t2013-06-13\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.30\t3.14.5.9\t0.10.11\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.10\t2013-06-04\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.25\t3.14.5.9\t0.10.10\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.9\t2013-05-30\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.24\t3.14.5.9\t0.10.9\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.8\t2013-05-24\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.23\t3.14.5.9\t0.10.8\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.7\t2013-05-17\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.21\t3.14.5.8\t0.10.7\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.6\t2013-05-14\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.18\t3.14.5.8\t0.10.5\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.5\t2013-04-23\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.18\t3.14.5.8\t0.10.5\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.4\t2013-04-11\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.18\t3.14.5.8\t0.10.4\t1.2.3\t1.0.1e\t11\t-\t-\nv0.10.3\t2013-04-03\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.17\t3.14.5.8\t0.10.3\t1.2.3\t1.0.1e\t0x000B\t-\t-\nv0.10.2\t2013-03-28\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.15\t3.14.5.8\t0.10.3\t1.2.3\t1.0.1e\t0x000B\t-\t-\nv0.10.1\t2013-03-21\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.15\t3.14.5.8\t0.10\t1.2.3\t1.0.1e\t0x000B\t-\t-\nv0.10.0\t2013-03-11\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.14\t3.14.5.8\t0.9\t1.2.3\t1.0.1e\t0x000B\t-\t-\nv0.9.12\t2013-03-06\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.12\t3.14.5.8\t0.9\t1.2.3\t1.0.1e\t0x000B\t-\t-\nv0.9.11\t2013-03-01\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.12\t3.14.5.0\t0.9\t1.2.3\t1.0.1e\t0x000B\t-\t-\nv0.9.10\t2013-02-19\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.12\t3.15.11.15\t0.9\t1.2.3\t1.0.1c\t0x000B\t-\t-\nv0.9.9\t2013-02-07\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.10\t3.15.11.10\t0.9\t1.2.3\t1.0.1c\t0x000B\t-\t-\nv0.9.8\t2013-01-24\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.3\t3.15.11.10\t0.9\t1.2.3\t1.0.1c\t0x000A\t-\t-\nv0.9.7\t2013-01-18\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.2\t3.15.11.7\t0.9\t1.2.3\t1.0.1c\t0x000A\t-\t-\nv0.9.6\t2013-01-11\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.0\t3.15.11.5\t0.9\t1.2.3\t1.0.1c\t0x000A\t-\t-\nv0.9.5\t2012-12-30\tlinux-x64,linux-x86,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.70\t3.13.7.4\t0.9\t1.2.3\t1.0.1c\t0x000A\t-\t-\nv0.9.4\t2012-12-21\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.70\t3.13.7.4\t0.9\t1.2.3\t1.0.1c\t0x000A\t-\t-\nv0.9.3\t2012-10-24\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.64\t3.13.7.4\t0.9\t1.2.3\t1.0.1c\t0x000A\t-\t-\nv0.9.2\t2012-09-17\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.61\t3.11.10.22\t0.9\t1.2.3\t1.0.1c\t0x000A\t-\t-\nv0.9.1\t2012-08-28\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.59\t3.11.10.19\t0.9\t1.2.3\t1.0.0f\t0x000A\t-\t-\nv0.9.0\t2012-07-20\tosx-x64-pkg,src,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.44\t3.11.10.15\t0.9\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.28\t2014-07-31\tlinux-x64,linux-x86,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.30\t3.11.10.26\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.27\t2014-06-09\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x86-msi\t1.2.30\t3.11.10.26\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.26\t2013-10-18\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.30\t3.11.10.26\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.25\t2013-06-13\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.30\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.24\t2013-06-03\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.24\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.23\t2013-04-09\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.18\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.22\t2013-03-06\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.14\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.21\t2013-02-25\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.11\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.20\t2013-02-15\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.11\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.19\t2013-02-06\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.10\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.18\t2013-01-18\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.2\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.17\t2013-01-10\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.2.0\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.16\t2012-12-12\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.69\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.15\t2012-11-26\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.66\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.14\t2012-10-25\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.65\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.13\t2012-10-25\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.65\t3.11.10.25\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.12\t2012-10-11\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.63\t3.11.10.22\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.11\t2012-09-27\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.62\t3.11.10.22\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.10\t2012-09-25\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.62\t3.11.10.22\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.9\t2012-09-11\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.61\t3.11.10.22\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.8\t2012-08-22\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t1.1.59\t3.11.10.19\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.7\t2012-08-15\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.49\t3.11.10.17\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.6\t2012-08-06\tlinux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.48\t3.11.10.17\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.5\t2012-08-02\tosx-x64-pkg,src,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.46\t3.11.10.17\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.4\t2012-07-24\tosx-x64-pkg,src,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.45\t3.11.10.17\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.3\t2012-07-17\tosx-x64-pkg,src,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.43\t3.11.10.15\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.2\t2012-07-09\tosx-x64-pkg,src,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.36\t3.11.10.14\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.1\t2012-06-29\tosx-x64-pkg,src,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.33\t3.11.10.12\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.8.0\t2012-06-22\tosx-x64-pkg,src,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.32\t3.11.10.10\t0.8\t1.2.3\t1.0.0f\t1\t-\t-\nv0.7.12\t2012-06-19\tosx-x64-pkg,src,win-x64-exe,win-x86-exe,win-x86-msi\t1.1.30\t3.11.10.0\t0.6\t1.2.3\t1.0.0f\t1\t-\t-\nv0.7.11\t2012-06-15\tosx-x64-pkg,src,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t1.1.26\t3.11.10.0\t0.6\t1.2.3\t1.0.0f\t1\t-\t-\nv0.7.10\t2012-06-11\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.25\t3.9.24.31\t0.6\t1.2.3\t1.0.0f\t1\t-\t-\nv0.7.9\t2012-05-29\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.23\t3.11.1.0\t0.6\t1.2.3\t1.0.0f\t1\t-\t-\nv0.7.8\t2012-04-18\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.18\t3.9.24.9\t0.6\t1.2.3\t1.0.0f\t1\t-\t-\nv0.7.7\t2012-03-30\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.15\t3.9.24.7\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.7.6\t2012-03-13\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.8\t3.9.17.0\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.7.5\t2012-02-23\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.1\t3.9.5.0\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.7.4\t2012-02-14\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.1\t3.9.5.0\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.7.3\t2012-02-07\tosx-x64-pkg,src,win-x86-exe\t1.1.0-3\t3.9.2.0\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.7.2\t2012-02-01\tosx-x64-pkg,src,win-x86-exe\t1.1.0-3\t3.8.9.0\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.7.1\t2012-01-23\tosx-x64-pkg,src,win-x86-exe\t1.1.0-2\t3.8.8.0\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.7.0\t2012-01-17\tosx-x64-pkg,src,win-x86-exe\t1.1.0-2\t3.8.6.0\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.21\t2012-08-03\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.37\t3.6.6.25\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.20\t2012-07-10\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.37\t3.6.6.25\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.19\t2012-06-06\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.24\t3.6.6.25\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.18\t2012-05-14\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.21\t3.6.6.25\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.17\t2012-05-04\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.21\t3.6.6.25\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.16\t2012-04-27\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.19\t3.6.6.25\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.15\t2012-04-08\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.16\t3.6.6.24\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.14\t2012-03-23\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.12\t3.6.6.24\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.13\t2012-03-15\tosx-x64-pkg,src,win-x64-exe,win-x86-exe\t1.1.9\t3.6.6.24\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.12\t2012-03-02\tosx-x64-pkg,src,win-x86-exe\t1.1.4\t3.6.6.24\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.11\t2012-02-08\tosx-x64-pkg,src,win-x86-exe\t1.1.1\t3.6.6.20\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.10\t2012-02-03\tosx-x64-pkg,src,win-x86-exe\t1.1.0-3\t3.6.6.20\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.9\t2012-01-27\tosx-x64-pkg,src,win-x86-exe\t1.1.0-3\t3.6.6.19\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.8\t2012-01-20\tosx-x64-pkg,src,win-x86-exe\t1.1.0-2\t3.6.6.19\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.7\t2012-01-07\tosx-x64-pkg,src,win-x86-exe\t1.1.0-beta-10\t3.6.6.15\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.6\t2011-12-15\tosx-x64-pkg,src,win-x86-exe\t1.1.0-beta-4\t3.6.6.14\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.5\t2011-12-04\tosx-x64-pkg,src,win-x86-exe\t1.1.0-alpha-6\t3.6.6.11\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.4\t2011-12-02\tosx-x64-pkg,src,win-x86-exe\t1.1.0-alpha-6\t3.6.6.8\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.3\t2011-11-25\tosx-x64-pkg,src,win-x86-exe\t1.1.0-alpha-2\t3.6.6.8\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.2\t2011-11-18\tosx-x64-pkg,src,win-x86-exe\t-\t3.6.6.8\t0.6\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.1\t2011-11-11\tosx-x64-pkg,src,win-x86-exe\t-\t3.6.6.7\t0.1\t1.2.3\t0.9.8r\t1\t-\t-\nv0.6.0\t2011-11-04\tsrc,win-x86-exe\t-\t3.6.6.6\t0.1\t1.2.3\t0.9.8r\t1\t-\t-\nv0.5.10\t2011-10-22\tsrc,win-x86-exe\t-\t3.7.0.0\t0.1\t1.2.3\t0.9.8r\t1\t-\t-\nv0.5.9\t2011-10-11\tsrc,win-x86-exe\t-\t3.6.4.0\t0.1\t1.2.3\t0.9.8r\t1\t-\t-\nv0.5.8\t2011-09-30\tsrc,win-x86-exe\t-\t3.6.4.0\t0.1\t1.2.3\t0.9.8r\t1\t-\t-\nv0.5.7\t2011-09-16\tsrc,win-x86-exe\t-\t3.6.4.0\t0.1\t-\t0.9.8r\t1\t-\t-\nv0.5.6\t2011-08-26\tsrc,win-x86-exe\t-\t3.6.2.0\t0.1\t-\t0.9.8r\t1\t-\t-\nv0.5.5\t2011-08-26\tsrc,win-x86-exe\t-\t3.5.8.0\t0.1\t-\t0.9.8r\t1\t-\t-\nv0.5.4\t2011-08-26\tsrc,win-x86-exe\t-\t3.5.4.3\t0.1\t-\t-\t1\t-\t-\nv0.5.3\t2011-08-26\tsrc,win-x86-exe\t-\t3.4.14.0\t0.1\t-\t-\t1\t-\t-\nv0.5.2\t2011-08-26\tsrc,win-x86-exe\t-\t3.4.14.0\t0.1\t-\t-\t1\t-\t-\nv0.5.1\t2011-08-26\tsrc,win-x86-exe\t-\t3.4.10.0\t0.1\t-\t-\t1\t-\t-\nv0.5.0\t2011-08-26\tsrc\t-\t3.1.8.25\t-\t-\t-\t1\t-\t-\nv0.4.12\t2011-09-15\tsrc\t-\t3.1.8.26\t-\t-\t-\t1\t-\t-\nv0.4.11\t2011-08-26\tsrc\t-\t3.1.8.26\t-\t-\t-\t1\t-\t-\nv0.4.10\t2011-08-26\tsrc\t-\t3.1.8.26\t-\t-\t-\t1\t-\t-\nv0.4.9\t2011-08-26\tsrc\t-\t3.1.8.25\t-\t-\t-\t1\t-\t-\nv0.4.8\t2011-08-26\tsrc\t-\t3.1.8.16\t-\t-\t-\t1\t-\t-\nv0.4.7\t2011-08-26\tsrc\t-\t3.1.8.10\t-\t-\t-\t1\t-\t-\nv0.4.6\t2011-08-26\tsrc\t-\t3.1.8.10\t-\t-\t-\t1\t-\t-\nv0.4.5\t2011-08-26\tsrc\t-\t3.1.8.8\t-\t-\t-\t1\t-\t-\nv0.4.4\t2011-08-26\tsrc\t-\t3.1.8.5\t-\t-\t-\t1\t-\t-\nv0.4.3\t2011-08-26\tsrc\t-\t3.1.8.3\t-\t-\t-\t1\t-\t-\nv0.4.2\t2011-08-26\tsrc\t-\t3.1.8.0\t-\t-\t-\t1\t-\t-\nv0.4.1\t2011-08-26\tsrc\t-\t3.1.5.0\t-\t-\t-\t1\t-\t-\nv0.4.0\t2011-08-26\tsrc\t-\t3.1.2.0\t-\t-\t-\t1\t-\t-\nv0.3.8\t2011-08-26\tsrc\t-\t3.1.1.0\t-\t-\t-\t1\t-\t-\nv0.3.7\t2011-08-26\tsrc\t-\t3.0.10.0\t-\t-\t-\t1\t-\t-\nv0.3.6\t2011-08-26\tsrc\t-\t3.0.9.0\t-\t-\t-\t1\t-\t-\nv0.3.5\t2011-08-26\tsrc\t-\t3.0.4.1\t-\t-\t-\t1\t-\t-\nv0.3.4\t2011-08-26\tsrc\t-\t3.0.4.1\t-\t-\t-\t1\t-\t-\nv0.3.3\t2011-08-26\tsrc\t-\t3.0.4.1\t-\t-\t-\t1\t-\t-\nv0.3.2\t2011-08-26\tsrc\t-\t3.0.3.0\t-\t-\t-\t1\t-\t-\nv0.3.1\t2011-08-26\tsrc\t-\t2.5.3.0\t-\t-\t-\t1\t-\t-\nv0.3.0\t2011-08-26\tsrc\t-\t2.5.1.0\t-\t-\t-\t1\t-\t-\nv0.2.6\t2011-08-26\tsrc\t-\t2.3.8.0\t-\t-\t-\t1\t-\t-\nv0.2.5\t2011-08-26\tsrc\t-\t2.3.8.0\t-\t-\t-\t1\t-\t-\nv0.2.4\t2011-08-26\tsrc\t-\t2.3.8.0\t-\t-\t-\t1\t-\t-\nv0.2.3\t2011-08-26\tsrc\t-\t2.3.8.0\t-\t-\t-\t1\t-\t-\nv0.2.2\t2011-08-26\tsrc\t-\t2.3.8.0\t-\t-\t-\t1\t-\t-\nv0.2.1\t2011-08-26\tsrc\t-\t2.3.8.0\t-\t-\t-\t1\t-\t-\nv0.2.0\t2011-08-26\tsrc\t-\t2.3.8.0\t-\t-\t-\t1\t-\t-\nv0.1.104\t2011-08-26\tsrc\t-\t2.3.6.1\t-\t-\t-\t-\t-\t-\nv0.1.103\t2011-08-26\tsrc\t-\t2.3.5.0\t-\t-\t-\t-\t-\t-\nv0.1.102\t2011-08-26\tsrc\t-\t2.3.2.0\t-\t-\t-\t-\t-\t-\nv0.1.101\t2011-08-26\tsrc\t-\t2.3.0.0\t-\t-\t-\t-\t-\t-\nv0.1.100\t2011-08-26\tsrc\t-\t2.2.21.0\t-\t-\t-\t-\t-\t-\nv0.1.99\t2011-08-26\tsrc\t-\t2.2.18.0\t-\t-\t-\t-\t-\t-\nv0.1.98\t2011-08-26\tsrc\t-\t2.2.16.0\t-\t-\t-\t-\t-\t-\nv0.1.97\t2011-08-26\tsrc\t-\t2.2.12.0\t-\t-\t-\t-\t-\t-\nv0.1.96\t2011-08-26\tsrc\t-\t2.2.0\t-\t-\t-\t-\t-\t-\nv0.1.95\t2011-08-26\tsrc\t-\t2.2.0\t-\t-\t-\t-\t-\t-\nv0.1.94\t2011-08-26\tsrc\t-\t2.2.8.0\t-\t-\t-\t-\t-\t-\nv0.1.93\t2011-08-26\tsrc\t-\t2.2.6.0\t-\t-\t-\t-\t-\t-\nv0.1.92\t2011-08-26\tsrc\t-\t2.2.4.2\t-\t-\t-\t-\t-\t-\nv0.1.91\t2011-08-26\tsrc\t-\t2.2.3.1\t-\t-\t-\t-\t-\t-\nv0.1.90\t2011-08-26\tsrc\t-\t2.2.0.3\t-\t-\t-\t-\t-\t-\nv0.1.33\t2011-08-26\tsrc\t-\t2.1.6.0\t-\t-\t-\t-\t-\t-\nv0.1.32\t2011-08-26\tsrc\t-\t2.1.3.0\t-\t-\t-\t-\t-\t-\nv0.1.31\t2011-08-26\tsrc\t-\t2.1.2.0\t-\t-\t-\t-\t-\t-\nv0.1.30\t2011-08-26\tsrc\t-\t2.1.1.1\t-\t-\t-\t-\t-\t-\nv0.1.29\t2011-08-26\tsrc\t-\t2.1.0.0\t-\t-\t-\t-\t-\t-\nv0.1.28\t2011-08-26\tsrc\t-\t2.1.0.0\t-\t-\t-\t-\t-\t-\nv0.1.27\t2011-08-26\tsrc\t-\t2.1.0.0\t-\t-\t-\t-\t-\t-\nv0.1.26\t2011-08-26\tsrc\t-\t2.0.6.1\t-\t-\t-\t-\t-\t-\nv0.1.25\t2011-08-26\tsrc\t-\t2.0.5.4\t-\t-\t-\t-\t-\t-\nv0.1.24\t2011-08-26\tsrc\t-\t2.0.5.4\t-\t-\t-\t-\t-\t-\nv0.1.23\t2011-08-26\tsrc\t-\t2.0.0\t-\t-\t-\t-\t-\t-\nv0.1.22\t2011-08-26\tsrc\t-\t2.0.0\t-\t-\t-\t-\t-\t-\nv0.1.21\t2011-08-26\tsrc\t-\t2.0.0\t-\t-\t-\t-\t-\t-\nv0.1.20\t2011-08-26\tsrc\t-\t2.0.2.0\t-\t-\t-\t-\t-\t-\nv0.1.19\t2011-08-26\tsrc\t-\t2.0.2.0\t-\t-\t-\t-\t-\t-\nv0.1.18\t2011-08-26\tsrc\t-\t1.3.18.0\t-\t-\t-\t-\t-\t-\nv0.1.17\t2011-08-26\tsrc\t-\t1.3.18.0\t-\t-\t-\t-\t-\t-\nv0.1.16\t2011-08-26\tsrc\t-\t1.3.18.0\t-\t-\t-\t-\t-\t-\nv0.1.15\t2011-08-26\tsrc\t-\t1.3.16.0\t-\t-\t-\t-\t-\t-\nv0.1.14\t2011-08-26\tsrc\t-\t1.3.15.0\t-\t-\t-\t-\t-\t-\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nodejs.org-download-nightly-index.tab",
    "content": "version\tdate\tfiles\tnpm\tv8\tuv\tzlib\topenssl\tmodules\tlts\tsecurity\nv24.0.0-nightly20241031996708042b\t2024-10-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly202410306dea41d2f7\t2024-10-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly20241029ece37bc88c\t2024-10-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly202410282a965493a9\t2024-10-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly202410275d4fee8975\t2024-10-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly202410260668e64cea\t2024-10-26\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly202410257ddd2c2282\t2024-10-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly202410247b5d660bb1\t2024-10-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly20241023e90704cd9e\t2024-10-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly20241022e4ca097f56\t2024-10-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly202410217e60b5e15b\t2024-10-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly2024102078b72ca7ba\t2024-10-20\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly202410199f5000e0f2\t2024-10-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly202410188ac867fd93\t2024-10-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv24.0.0-nightly20241017e2242b4e25\t2024-10-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly20241016019efe1453\t2024-10-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly2024101587da1f3929\t2024-10-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.28\t1.49.1\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly20241014129ca9e319\t2024-10-14\taix-ppc64,headers,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.26\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly20241013d881fcba86\t2024-10-13\taix-ppc64,headers,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.26\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly202410129ba339119a\t2024-10-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.26\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly2024101182dab76d63\t2024-10-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.26\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly20241010e79ae1bf0c\t2024-10-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.26\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly2024100909d10b50dc\t2024-10-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly202410088dbca2d35b\t2024-10-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly202410079a9409ff1f\t2024-10-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly2024100620d8b85d34\t2024-10-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.9.0\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly2024100532efeea0c0\t2024-10-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly20241004b2161d3a13\t2024-10-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly202410036b9413e41a\t2024-10-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.15+quic\t131\t-\t-\nv23.0.0-nightly20241002d24c7313f7\t2024-10-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly20241001c08bb75618\t2024-10-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly2024093099e0d0d218\t2024-09-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly2024092927dab9d916\t2024-09-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly2024092818acff0d01\t2024-09-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly20240927668e523392\t2024-09-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly20240926da5887d8e9\t2024-09-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.19\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly20240925773e7c67cf\t2024-09-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.18\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly202409243c5ceff85f\t2024-09-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.18\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly202409236a6c957be7\t2024-09-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.18\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly2024092265362f0181\t2024-09-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.18\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly2024092129b9c72b05\t2024-09-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.18\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly202409204f70132972\t2024-09-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.9.202.18\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t131\t-\t-\nv23.0.0-nightly20240919c42d8461b0\t2024-09-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.8.374.33\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly2024091887e7aeb672\t2024-09-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.8.374.33\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240917d5c29ba12d\t2024-09-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.8.374.32\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly2024091653ede878a5\t2024-09-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.8.374.32\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240915a65105ec28\t2024-09-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src\t10.8.3\t12.8.374.32\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240914d64835f97e\t2024-09-14\taix-ppc64,headers,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.8.374.32\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240913e21984b70c\t2024-09-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.8.374.31\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly202409129db6327af3\t2024-09-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.8.374.31\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240911123bb4cb22\t2024-09-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.8.374.22\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240910741004a3b8\t2024-09-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.8.374.22\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly202409099404d3aaaf\t2024-09-09\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.3\t12.8.374.22\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly2024090867357ba8ff\t2024-09-08\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.22\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240907dcc2ed944f\t2024-09-07\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.22\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240906b2dc908644\t2024-09-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.22\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240905dc74f17f6c\t2024-09-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.22\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly2024090403fe00e3da\t2024-09-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.22\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240903298dea0c63\t2024-09-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.22\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240902981c701400\t2024-09-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.22\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly2024090171b36b3068\t2024-09-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240831d6f523480b\t2024-08-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly2024083001f751b529\t2024-08-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly2024082929cf623567\t2024-08-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240828885692a34f\t2024-08-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240827c00ea01f2b\t2024-08-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly202408261399d4ea8a\t2024-08-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly202408254e68b541fd\t2024-08-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly2024082422daeba24d\t2024-08-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240823a21af4bfb5\t2024-08-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly202408228b0c699f2a\t2024-08-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240821821ffab0f7\t2024-08-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240820561bc87c76\t2024-08-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly202408194f94397650\t2024-08-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly202408189e83853294\t2024-08-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly20240817e4f61de14f\t2024-08-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.8.2\t12.8.374.13\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t129\t-\t-\nv23.0.0-nightly202408168d37584874\t2024-08-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t127\t-\t-\nv23.0.0-nightly20240815ccf05ef751\t2024-08-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.14+quic\t127\t-\t-\nv23.0.0-nightly2024081402b30954a8\t2024-08-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240813a199c529bc\t2024-08-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240812559985cb7a\t2024-08-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024081190f257176c\t2024-08-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024081090d91abbfe\t2024-08-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024080930f6c56e03\t2024-08-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024080890dea9e3e0\t2024-08-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240807a4f609faf5\t2024-08-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202408061bcdba233d\t2024-08-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240805ca2ed88f94\t2024-08-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240804d172da8d01\t2024-08-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240803492032f34c\t2024-08-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202408028e1e3a8dea\t2024-08-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240801e2b7e41e23\t2024-08-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240731e7edcf38cd\t2024-07-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240730890760b8e5\t2024-07-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202407295210cd860a\t2024-07-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024072820aff2b6ff\t2024-07-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202407272d1b4a8cf7\t2024-07-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240726d955497874\t2024-07-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202407253de7a4c374\t2024-07-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240724aeaffbb385\t2024-07-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240723cad73dadba\t2024-07-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240722259163802c\t2024-07-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024072179759fa0ac\t2024-07-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240720cf8e5356d9\t2024-07-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240719a523c345b1\t2024-07-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240718bcec922e3e\t2024-07-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024071586415e4688\t2024-07-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.2\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240712fc233627ed\t2024-07-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024071197918364f6\t2024-07-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240710e849dd6632\t2024-07-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\ttrue\nv23.0.0-nightly20240709b9289a6e29\t2024-07-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\ttrue\nv23.0.0-nightly2024070366b76e24e2\t2024-07-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202407028f71a1b248\t2024-07-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240701c1dc307221\t2024-07-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202406302e5fc8aa1a\t2024-06-30\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024062977710251e1\t2024-06-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202406289cd9aa8dfd\t2024-06-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024062753ac448022\t2024-06-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240626eca806b54a\t2024-06-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240625a0cb507ea6\t2024-06-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202406244c730aed7f\t2024-06-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024062378ea6cee1b\t2024-06-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240622d335487e3f\t2024-06-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240621fbdfe9399c\t2024-06-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240620399eb338f1\t2024-06-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240619f9207e9207\t2024-06-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024061826f2cbdd59\t2024-06-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.21\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240617474d2f4834\t2024-06-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240616672e4ccf05\t2024-06-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240615d3025372d8\t2024-06-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202406142e1f7720df\t2024-06-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202406133597070ef8\t2024-06-13\taix-ppc64,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240612d6c77ded0f\t2024-06-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202406113a7d8c8e9f\t2024-06-11\theaders,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024060850695e5de1\t2024-06-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240607479b8e5232\t2024-06-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202406065469d04f8f\t2024-06-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240605b26a260ce5\t2024-06-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240604f2f45a0762\t2024-06-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202406038c5c2c18b6\t2024-06-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.20\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024060241d90aaf62\t2024-06-02\taix-ppc64,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip\t10.8.1\t12.4.254.19\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024060100a86fe76f\t2024-06-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.19\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024053154035ac0ca\t2024-05-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.1\t12.4.254.19\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240530d953861daf\t2024-05-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.8.0\t12.4.254.19\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240529c0c598d753\t2024-05-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.19\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202405288e9686d9c9\t2024-05-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.19\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240527ff659faeb8\t2024-05-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.19\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240526aaca18b54e\t2024-05-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.8.0\t12.4.254.19\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202405252079a7aec4\t2024-05-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.19\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240524c7a63b0740\t2024-05-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.18\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202405231b965270a9\t2024-05-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.18\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202405224a54a80aa3\t2024-05-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.18\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240521786cb42956\t2024-05-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.18\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240520b1c1fafd95\t2024-05-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.17\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240519a619789ef0\t2024-05-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.17\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240518559212e64c\t2024-05-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240517075853ed19\t2024-05-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.8.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202405166a2d6df83d\t2024-05-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202405159807ede6fb\t2024-05-15\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202405148125a7e89f\t2024-05-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202405131d7d094a98\t2024-05-13\taix-ppc64,linux-armv7l,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240512d78537b3df\t2024-05-12\taix-ppc64,linux-armv7l,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240511c70fa2c6dc\t2024-05-11\taix-ppc64,linux-armv7l,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240510a923fed874\t2024-05-10\taix-ppc64,linux-armv7l,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202405092863c54257\t2024-05-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024050822cb99d073\t2024-05-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240507be8d64ec14\t2024-05-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240506f5001070dd\t2024-05-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024050577db3911be\t2024-05-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024050471a1fa3043\t2024-05-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024050315456e4e57\t2024-05-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240502b876e00b47\t2024-05-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.7.0\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202405015976985a58\t2024-05-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202404304487e37e70\t2024-04-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly202404297c3dce0e4f\t2024-04-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly2024042740ef9d541e\t2024-04-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240426172820342b\t2024-04-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv23.0.0-nightly20240425708bffa999\t2024-04-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.0.0-nightly20240424ddd0a9e494\t2024-04-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.0.0-nightly20240423a2f3b1df93\t2024-04-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.4.254.14\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t127\t-\t-\nv22.0.0-nightly2024042244f81a1b7d\t2024-04-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.3.219.16\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t126\t-\t-\nv22.0.0-nightly20240421654508bd9a\t2024-04-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.3.219.16\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t126\t-\t-\nv22.0.0-nightly20240420d545984a02\t2024-04-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.3.219.16\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t126\t-\t-\nv22.0.0-nightly2024041907f481cfcf\t2024-04-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly2024041887abd023aa\t2024-04-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly20240417139624c788\t2024-04-17\taix-ppc64,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly20240416d54e55a44a\t2024-04-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly202404150debfa460f\t2024-04-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly2024041411f8765475\t2024-04-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly202404132cd3073e0f\t2024-04-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly20240412422163174c\t2024-04-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.2\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\ttrue\nv22.0.0-nightly2024041152f8dcfccc\t2024-04-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.5.1\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\ttrue\nv22.0.0-nightly20240410c82f3c9e80\t2024-04-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.1\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly202404095bae73df90\t2024-04-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.1\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly20240408128c60d906\t2024-04-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.5.1\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly2024040747c934e464\t2024-04-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.5.0\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly202404063f5ff8dc20\t2024-04-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.5.0\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly20240405433bd1b04d\t2024-04-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\ttrue\nv22.0.0-nightly20240404dd711d221a\t2024-04-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\ttrue\nv22.0.0-nightly202404032241e8c5b3\t2024-04-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly202404022c024cd24d\t2024-04-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly202404019efc84a2cb\t2024-04-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t12.2.281.27\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t124\t-\t-\nv22.0.0-nightly20240331021cf91208\t2024-03-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202403307c02486f1f\t2024-03-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly2024032929de7f82cd\t2024-03-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly2024032827493a1dd7\t2024-03-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202403276d2d3f17ba\t2024-03-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202403261264414700\t2024-03-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240325a7f170e45a\t2024-03-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240324bae14b7914\t2024-03-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240323f4a0a3b04b\t2024-03-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202403220b676736a0\t2024-03-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240321c714cda9a7\t2024-03-21\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240320f1949ac1ae\t2024-03-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240319a21b15a14e\t2024-03-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240318454d0806a1\t2024-03-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly2024031705db979c01\t2024-03-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240316ba06c5c509\t2024-03-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202403156ad5353764\t2024-03-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240314639c096004\t2024-03-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly2024031378be0d0f1c\t2024-03-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202403120b4cdb4b42\t2024-03-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240310575ced8139\t2024-03-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240309f0e6acde2d\t2024-03-09\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly2024030873025c4dec\t2024-03-08\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202403074f3cf4e89a\t2024-03-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240306384fd17876\t2024-03-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202403057f0b80525a\t2024-03-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240304b34512e38e\t2024-03-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202403032a70831d27\t2024-03-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly2024030214293814a7\t2024-03-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly2024030130c9181994\t2024-03-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.5.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240229f4af4b111c\t2024-02-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240228a51efa2bcf\t2024-02-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202402276bb7c4d916\t2024-02-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240226fc0f2cf475\t2024-02-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240225a492646ff1\t2024-02-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202402240161ad0baf\t2024-02-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240223f29d2b7053\t2024-02-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202402225dfff3ad90\t2024-02-22\tlinux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202402210951e7b79d\t2024-02-21\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202402209642532784\t2024-02-20\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202402190550bc149c\t2024-02-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly2024021778273ed0d1\t2024-02-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly2024021668fd5cbd5a\t2024-02-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\ttrue\nv22.0.0-nightly2024021536dcd399c0\t2024-02-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.48.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\ttrue\nv22.0.0-nightly20240214bf39716735\t2024-02-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240213544cfc5ef1\t2024-02-13\taix-ppc64,headers,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240212a8de25ed15\t2024-02-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202402068a41d9b636\t2024-02-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202402059448c61e08\t2024-02-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly20240204eca4b1a403\t2024-02-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly202402036f85b13c86\t2024-02-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.13+quic\t122\t-\t-\nv22.0.0-nightly2024020268885d5126\t2024-02-02\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly202402013fbe1579ce\t2024-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly202401300f461aad4c\t2024-01-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly2024012864c6d97463\t2024-01-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240127af3e2b2493\t2024-01-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly2024012609da597535\t2024-01-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly202401256ae20aa63d\t2024-01-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly2024012426f63be878\t2024-01-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240123f820efe085\t2024-01-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240122e57a32a03a\t2024-01-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly2024012127d839f468\t2024-01-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly202401209a25438a62\t2024-01-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240119eb4432c12c\t2024-01-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly202401186ab15a1aa8\t2024-01-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240116e133e5115a\t2024-01-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly2024011594f824a19d\t2024-01-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240113c25878d370\t2024-01-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240112af8ba37335\t2024-01-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.3.0\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240111d102d16e98\t2024-01-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240110be755e06c7\t2024-01-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly202401090090c10782\t2024-01-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly202401081a5acd0638\t2024-01-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240107921406ce71\t2024-01-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly2024010657c22e4a22\t2024-01-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly2024010568c8472ed9\t2024-01-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.9.169.7\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t122\t-\t-\nv22.0.0-nightly20240104084d761dfc\t2024-01-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20240103508490f79d\t2024-01-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20240102477d6d7cd5\t2024-01-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312315fb6305971\t2023-12-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023123055f3993e3e\t2023-12-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312299fe0424baa\t2023-12-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312285e6448310d\t2023-12-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231227c3664227a8\t2023-12-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023122689ddc98b95\t2023-12-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312256a1abd2c03\t2023-12-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231224a717fa2111\t2023-12-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231223b8fe07df9b\t2023-12-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231222e1ad7fb38d\t2023-12-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231221abbdc3efaa\t2023-12-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312208b690a1fc1\t2023-12-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312198573146f72\t2023-12-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023121871e19e8f08\t2023-12-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231217154afbed5b\t2023-12-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3.0.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023121662ca05017d\t2023-12-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312155ac658102d\t2023-12-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023121499f6084ef0\t2023-12-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231213228bc5c457\t2023-12-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312121b60054fff\t2023-12-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231211fc102f2180\t2023-12-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023121037ba7a36e9\t2023-12-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312091ba508d51b\t2023-12-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312088cdb7cae98\t2023-12-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312073f4ea7ad7f\t2023-12-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231206ac9e594e32\t2023-12-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.3\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312059def0a9f94\t2023-12-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.47.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231204951d00d36b\t2023-12-04\theaders,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312032e458d9736\t2023-12-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312021b16bf6561\t2023-12-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202312012f4065250e\t2023-12-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231130431f32e302\t2023-11-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231129a3ee1870fd\t2023-11-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023112869866bf1b6\t2023-11-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311274466deeb34\t2023-11-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231126ed5cb37ccb\t2023-11-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311250bb5d88871\t2023-11-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231124fbfa77b712\t2023-11-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231123ea88a3e1f2\t2023-11-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311221858341377\t2023-11-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231121b6b05d92f0\t2023-11-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311205b73da02e5\t2023-11-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023111959ebf6d397\t2023-11-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311184e23d6904c\t2023-11-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231117d1326e5b54\t2023-11-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023111659b27d6990\t2023-11-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311151d8483e713\t2023-11-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231114996d198101\t2023-11-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311135e250bd726\t2023-11-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231112468b152a77\t2023-11-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311113cce03a03f\t2023-11-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311103e14cfbbcf\t2023-11-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231109bb2dd0e90c\t2023-11-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311084d6c8a09e0\t2023-11-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023110733704c46e3\t2023-11-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202311062a1bd660bd\t2023-11-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023110577b0595518\t2023-11-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023110494156e35df\t2023-11-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.3\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231103a450eedffa\t2023-11-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231102401ea75bdd\t2023-11-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231101ffb326c583\t2023-11-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.17\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly20231031aa4248dc84\t2023-10-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly202310302aaa21f9f6\t2023-10-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023102965087c0486\t2023-10-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t120\t-\t-\nv22.0.0-nightly2023102814af167209\t2023-10-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv22.0.0-nightly2023102767b1383149\t2023-10-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv22.0.0-nightly20231026c41cf6fd49\t2023-10-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv22.0.0-nightly20231025d1ccca9d2b\t2023-10-25\taix-ppc64,headers,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly202310240fb512344f\t2023-10-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly2023102325576b5118\t2023-10-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly202310220cec82277c\t2023-10-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly2023102163e9d0282d\t2023-10-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly20231020eed33c9dea\t2023-10-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly20231019c016397276\t2023-10-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly20231018f971106072\t2023-10-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.15\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly20231017ea595ebbf2\t2023-10-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.13\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly20231016f09a50c39d\t2023-10-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.13\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\ttrue\nv21.0.0-nightly20231015aad8002b88\t2023-10-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.13\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\ttrue\nv21.0.0-nightly20231014d1ef6aa2db\t2023-10-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.0\t11.8.172.13\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\ttrue\nv21.0.0-nightly20231013766198b9e1\t2023-10-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.1.0\t11.8.172.13\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly20231012bf0f0789da\t2023-10-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.8.172.13\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly20231011ed49722a8a\t2023-10-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.8.172.13\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t120\t-\t-\nv21.0.0-nightly202310100522ac086c\t2023-10-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20231009387e2929fe\t2023-10-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20231008fce8fbadcd\t2023-10-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202310076b599a3f4e\t2023-10-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20231006f73650ea52\t2023-10-06\taix-ppc64,headers,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202310051d220b55ac\t2023-10-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202310041a839f388e\t2023-10-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202310039c683204db\t2023-10-03\taix-ppc64,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023100285c09f178c\t2023-10-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20231001092fb9f541\t2023-10-01\taix-ppc64,aix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-arm64-tar,osx-x64-pkg,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023093051f4ff2450\t2023-09-30\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309295570c29780\t2023-09-29\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309283838b579e4\t2023-09-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230927a6ad048b89\t2023-09-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230926f16f41c5b3\t2023-09-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023092577597d3aea\t2023-09-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023092455fde47b1d\t2023-09-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230923645b788bea\t2023-09-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309229718a9465c\t2023-09-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230921480ab8c3a4\t2023-09-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230920346abdd060\t2023-09-20\taix-ppc64,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230919f91b4e2bf0\t2023-09-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309181995eca29b\t2023-09-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023091756ecf29283\t2023-09-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230916db8217b1bf\t2023-09-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309156a489df73b\t2023-09-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309144efa3744a0\t2023-09-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309132a14a79c99\t2023-09-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230912e4d1259e5f\t2023-09-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230911b3fc9173ed\t2023-09-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230910ae115d68e0\t2023-09-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309090a2ab4c77c\t2023-09-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.0.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309080bce573bd4\t2023-09-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.0.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023090763c3846d0a\t2023-09-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.0.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023090654021850f9\t2023-09-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309056a5394ea7d\t2023-09-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309048dfe4248ca\t2023-09-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202309030add7a8f0c\t2023-09-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023090212ee988e95\t2023-09-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023090192fb7dd818\t2023-09-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202308313a6a80a4e1\t2023-08-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202308309848352974\t2023-08-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202308297104a715e0\t2023-08-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202308280409cdd91c\t2023-08-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023082756c3263049\t2023-08-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202308264178683a26\t2023-08-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023082533710e7e7d\t2023-08-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230824feb5b0fef8\t2023-08-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202308230d080a269e\t2023-08-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023082262b2cf30f2\t2023-08-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230821484ad83358\t2023-08-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202308202557932db2\t2023-08-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly2023081964a5c01b99\t2023-08-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230818c021b27221\t2023-08-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230817b4a2be457c\t2023-08-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202308166391b3b95d\t2023-08-16\taix-ppc64,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230815802c52fb8b\t2023-08-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230814de4553f3d1\t2023-08-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230813ee8b7f1f18\t2023-08-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly20230812bb52656fc6\t2023-08-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv21.0.0-nightly202308117f2c810814\t2023-08-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\ttrue\nv21.0.0-nightly20230810b68e5e7981\t2023-08-10\twin-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\ttrue\nv21.0.0-nightly202308096432060c7c\t2023-08-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230806d150316a8e\t2023-08-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230805556b1ca900\t2023-08-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202308043af7cfe7d4\t2023-08-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202308036ad8318373\t2023-08-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202308025f2539cd9a\t2023-08-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230801d396a041f7\t2023-08-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230730a955c534a8\t2023-07-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307298f0f17e1e3\t2023-07-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly2023072848345d0f62\t2023-07-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307270da3f61a19\t2023-07-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230726d246536924\t2023-07-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307259edea976a1\t2023-07-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307241ceb8c113d\t2023-07-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.1\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307236c08b1fc02\t2023-07-23\theaders,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307229dd574c9e2\t2023-07-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307214ee4718857\t2023-07-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230720c301404105\t2023-07-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly2023071938cc538453\t2023-07-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307188f7c4e9cbf\t2023-07-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307177196946d7f\t2023-07-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230716373848a457\t2023-07-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307155da84a6341\t2023-07-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307148efdc7d61a\t2023-07-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230713b76862df0a\t2023-07-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307120e9138d173\t2023-07-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly2023071141f70568a4\t2023-07-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230709eece8d755c\t2023-07-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.8.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly2023070838dee8a1c0\t2023-07-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230707d9438ccbd8\t2023-07-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230706b5e16adb1d\t2023-07-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307053ca45cf8c7\t2023-07-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307042f369ccacf\t2023-07-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t9.7.2\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230703acf071e9d5\t2023-07-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly2023070250477fa353\t2023-07-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202307011936160c31\t2023-07-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230630951da5282c\t2023-06-30\tlinux-arm64,linux-x64,osx-x64-pkg,osx-x64-tar,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230629fe4ac37ecf\t2023-06-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230628900ae1bda7\t2023-06-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly202306279117d45bc1\t2023-06-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230626b38bc9fc89\t2023-06-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly2023062542d8143ce5\t2023-06-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230624578ffe1edb\t2023-06-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.2\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230623640a791831\t2023-06-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t9.7.2\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\t-\nv21.0.0-nightly20230622da80964a3d\t2023-06-22\tlinux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\ttrue\nv21.0.0-nightly2023062149951ec450\t2023-06-21\twin-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.9+quic\t115\t-\ttrue\nv21.0.0-nightly2023062043c3d9f9b4\t2023-06-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202306199bdd17230d\t2023-06-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230618ff14b24e12\t2023-06-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202306170d725d6fa0\t2023-06-17\taix-ppc64,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202306163c35cd4a74\t2023-06-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230615f3b713d187\t2023-06-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230614b0e08d178e\t2023-06-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230613d402e2ab78\t2023-06-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230612a40a6c890a\t2023-06-12\theaders,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230611718f62bfcf\t2023-06-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230610ad0bbaf34a\t2023-06-10\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230609da1c9e3ecb\t2023-06-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.7.1\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230608077fd7d83d\t2023-06-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly2023060772ba09905a\t2023-06-07\taix-ppc64,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202306061b4ce6981d\t2023-06-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202306055c27cc2afb\t2023-06-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202306044bb06dbd0a\t2023-06-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230603e9e1181781\t2023-06-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202306022fca7ea2be\t2023-06-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202306015e98a74327\t2023-06-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13.1-motley\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202305318aa02e81d0\t2023-05-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly2023053049412c9632\t2023-05-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230529607c8f4eac\t2023-05-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230528186307a484\t2023-05-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230527be469d85da\t2023-05-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230526847b9e0884\t2023-05-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230525d2a1f71c3e\t2023-05-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.45.0\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230524d39ba8aaf4\t2023-05-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly2023052392a938b4dd\t2023-05-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230522c7fe303eaf\t2023-05-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly2023052119fa9f1bc4\t2023-05-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly2023052085ac915045\t2023-05-20\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.7\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202305191918241190\t2023-05-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly2023051862fd6bc4aa\t2023-05-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230517ca096563e0\t2023-05-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230516f36461dc6a\t2023-05-16\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202305158b3777d0c8\t2023-05-15\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230514cdd20cfd71\t2023-05-14\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202305132dd6d76c89\t2023-05-13\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202305122e67401710\t2023-05-12\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230511ea8fd2dfe0\t2023-05-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202305101b177932a1\t2023-05-10\taix-ppc64,linux-armv7l,linux-ppc64le,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202305090b3fcfcf35\t2023-05-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202305089398ff1dea\t2023-05-08\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.6\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202305076fb10cad30\t2023-05-07\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230506a90a1459ee\t2023-05-06\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230505af9b48a2f1\t2023-05-05\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly2023050476ae7be78d\t2023-05-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230503b0ca77032a\t2023-05-03\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly2023050232778b8d0e\t2023-05-02\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230501b5fe45fb9a\t2023-05-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202304300a3f6a9d07\t2023-04-30\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230429c968361829\t2023-04-29\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202304287ae1360358\t2023-04-28\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202304278b66dc6ea9\t2023-04-27\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202304262e44a14cfb\t2023-04-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230425a437bb9e6d\t2023-04-25\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202304242fbe124e68\t2023-04-24\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230423511d40cecd\t2023-04-23\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230422595b2b3fd2\t2023-04-22\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230421472ffdef73\t2023-04-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly20230420b68cedd4d8\t2023-04-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv21.0.0-nightly202304192e0152ccf1\t2023-04-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.8\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv20.11.0-nightly202312211a0be537da\t2023-12-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.2.4\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.12+quic\t115\tIron\t-\nv20.7.0-nightly202309173557c436181c526f41bb6ce7751e63f36695aa1d\t2023-09-17\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t10.1.0\t11.3.244.8\t1.46.0\t1.2.13.1-motley\t3.0.10+quic\t115\t-\t-\nv20.0.0-nightly2023041197d3912eb8\t2023-04-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-arm64-7z,win-arm64-zip,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.4\t11.3.244.4\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv20.0.0-nightly2023040139a08ee8b8\t2023-04-01\taix-ppc64,headers,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.3\t11.3.244.4\t1.44.2\t1.2.13\t3.0.8+quic\t115\t-\t-\nv20.0.0-nightly20230331978b57d750\t2023-03-31\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.6.2\t10.9.194.9\t1.44.2\t1.2.13\t3.0.8+quic\t112\t-\t-\nv20.0.0-nightly20230321965ea9d586\t2023-03-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.5.1\t10.9.194.9\t1.44.2\t1.2.13\t3.0.8+quic\t112\t-\t-\nv20.0.0-nightly20230311359172868f\t2023-03-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t9.5.1\t10.9.194.9\t1.44.2\t1.2.13\t3.0.8+quic\t112\t-\t-\nv20.0.0-nightly202303010597f1b673\t2023-03-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.5.1\t10.9.194.9\t1.44.2\t1.2.13\t3.0.8+quic\t112\t-\t-\nv20.0.0-nightly20230221b85b5ba10c\t2023-02-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.5.0\t10.9.194.9\t1.44.2\t1.2.13\t3.0.8+quic\t112\t-\t-\nv20.0.0-nightly20230211a37c083dc1\t2023-02-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.4.0\t10.9.194.9\t1.44.2\t1.2.13\t3.0.7+quic\t112\t-\t-\nv20.0.0-nightly202302019e46e0bbc2\t2023-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.4.0\t10.9.194.9\t1.44.2\t1.2.13\t3.0.7+quic\t112\t-\t-\nv20.0.0-nightly20230131938341ac61\t2023-01-31\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.4.0\t10.9.194.9\t1.44.2\t1.2.13\t3.0.7+quic\t112\t-\t-\nv20.0.0-nightly2023012127c51243b5\t2023-01-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.3.1\t10.9.194.9\t1.44.2\t1.2.13\t3.0.7+quic\t112\t-\t-\nv20.0.0-nightly20230111384e1b5174\t2023-01-11\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t9.2.0\t10.9.194.9\t1.44.2\t1.2.13\t3.0.7+quic\t112\t-\t-\nv20.0.0-nightly202212013bed5f11e0\t2022-12-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.3\t10.9.194.4\t1.44.2\t1.2.13\t3.0.7+quic\t112\t-\t-\nv20.0.0-nightly20221101590cf569fe\t2022-11-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.2\t10.7.193.16\t1.43.0\t1.2.11\t3.0.5+quic\t111\t-\t-\nv19.0.0-nightly202210182672219b78\t2022-10-18\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.19.2\t10.7.193.13\t1.43.0\t1.2.11\t3.0.5+quic\t111\t-\t-\nv19.0.0-nightly20220901f36813c598\t2022-09-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.18.0\t10.2.154.15\t1.43.0\t1.2.11\t3.0.5+quic\t108\t-\t-\nv19.0.0-nightly2022080107d7e1b0c1\t2022-08-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.15.1\t10.2.154.13\t1.43.0\t1.2.11\t3.0.5+quic\t108\t-\t-\nv19.0.0-nightly2022070156c15f1c95\t2022-07-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.13.1\t10.2.154.4\t1.43.0\t1.2.11\t3.0.3+quic\t108\t-\t-\nv19.0.0-nightly202206017ad5b420ae\t2022-06-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.11.0\t10.2.154.4\t1.43.0\t1.2.11\t3.0.3+quic\t108\t-\t-\nv19.0.0-nightly20220501d268cf5a22\t2022-05-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.8.0\t10.2.154.2\t1.43.0\t1.2.11\t3.0.2+quic\t108\t-\t-\nv18.0.0-nightly20220419bde889bd4e\t2022-04-19\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t8.7.0\t10.1.124.8\t1.43.0\t1.2.11\t3.0.2+quic\t108\t-\t-\nv18.0.0-nightly202204018dbdca8ed3\t2022-04-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.5\t9.8.177.9\t1.43.0\t1.2.11\t3.0.2+quic\t105\t-\t-\nv18.0.0-nightly20220301ce1c53665e\t2022-03-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.5.2\t9.8.177.9\t1.43.0\t1.2.11\t3.0.1+quic\t105\t-\t-\nv18.0.0-nightly202202017123a00b03\t2022-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.3.2\t9.7.106.18\t1.43.0\t1.2.11\t3.0.1+quic\t104\t-\t-\nv18.0.0-nightly20220101d0c1176533\t2022-01-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.3.0\t9.6.180.15\t1.42.0\t1.2.11\t3.0.1+quic\t102\t-\t-\nv18.0.0-nightly20211201bbed2a77d3\t2021-12-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.1.4\t9.6.180.15\t1.42.0\t1.2.11\t3.0.0+quic\t102\t-\t-\nv18.0.0-nightly2021110186099a375a\t2021-11-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.1.1\t9.5.172.21\t1.42.0\t1.2.11\t3.0.0+quic\t102\t-\t-\nv17.5.0-nightly20220209e43808936a\t2022-02-09\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t8.4.1\t9.6.180.15\t1.43.0\t1.2.11\t3.0.1+quic\t102\t-\t-\nv17.0.0-nightly2021100135dc3861cd\t2021-10-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.24.0\t9.3.345.19\t1.42.0\t1.2.11\t1.1.1l+quic\t96\t-\t-\nv17.0.0-nightly20210901926152a38c\t2021-09-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.21.1\t9.3.345.16\t1.42.0\t1.2.11\t1.1.1l+quic\t96\t-\ttrue\nv17.0.0-nightly202108014f9fd8d244\t2021-08-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.20.3\t9.2.230.21\t1.41.0\t1.2.11\t1.1.1k+quic\t95\t-\ttrue\nv17.0.0-nightly202107017ebf36ca98\t2021-07-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.19.0\t9.1.269.36\t1.41.0\t1.2.11\t1.1.1k+quic\t94\t-\t-\nv17.0.0-nightly20210601910009d5c6\t2021-06-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.14.0\t9.0.257.25\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv17.0.0-nightly20210501c975dff3c0\t2021-05-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.11.2\t9.0.257.24\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.0.0-nightly20210420a0261d231c\t2021-04-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-arm64-tar,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.10.0\t9.0.257.17\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.0.0-nightly2021040131fe3b215f\t2021-04-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.7.6\t9.0.257.13\t1.41.0\t1.2.11\t1.1.1k+quic\t93\t-\t-\nv16.0.0-nightly202103011e34df139c\t2021-03-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.5.6\t8.9.255.19\t1.41.0\t1.2.11\t1.1.1j\t92\t-\t-\nv16.0.0-nightly20210201683754c6f3\t2021-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.5.0\t8.7.220.24\t1.40.0\t1.2.11\t1.1.1i\t89\t-\t-\nv16.0.0-nightly2021010151b4367506\t2021-01-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.3.0\t8.7.220.24\t1.40.0\t1.2.11\t1.1.1i\t89\t-\t-\nv16.0.0-nightly202012012dc6bf0d12\t2020-12-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.0.15\t8.7.220.24\t1.40.0\t1.2.11\t1.1.1g\t89\t-\t-\nv16.0.0-nightly202011015735525404\t2020-11-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.0.3\t8.6.395.17\t1.40.0\t1.2.11\t1.1.1g\t88\t-\t-\nv15.0.0-nightly2020102011f1ad939f\t2020-10-20\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t7.0.2\t8.6.395.16\t1.40.0\t1.2.11\t1.1.1g\t88\t-\t-\nv15.0.0-nightly20201001726143e683\t2020-10-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.40.0\t1.2.11\t1.1.1g\t86\t-\t-\nv15.0.0-nightly2020090159cad32b51\t2020-09-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.8\t8.4.371.19\t1.39.0\t1.2.11\t1.1.1g\t86\t-\t-\nv15.0.0-nightly20200801cc7ec889e8\t2020-08-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.7\t8.4.371.19\t1.38.1\t1.2.11\t1.1.1g\t86\t-\t-\nv15.0.0-nightly20200701e2b468eb5c\t2020-07-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.5\t8.3.110.9\t1.38.0\t1.2.11\t1.1.1g\t84\t-\t-\nv15.0.0-nightly20200501e9518254d7\t2020-05-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t8.1.307.31\t1.37.0\t1.2.11\t1.1.1g\t83\t-\t-\nv14.0.0-nightly20200421c3554307c6\t2020-04-21\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t8.1.307.30\t1.37.0\t1.2.11\t1.1.1f\t83\t-\t-\nv14.0.0-nightly202004019c00af0716\t2020-04-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t8.1.307.20\t1.35.0\t1.2.11\t1.1.1e\t83\t-\t-\nv14.0.0-nightly2020030111b7684522\t2020-03-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.7\t7.9.317.25\t1.34.2\t1.2.11\t1.1.1d\t81\t-\t-\nv14.0.0-nightly2020020122724894c9\t2020-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.7\t7.9.317.25\t1.34.2\t1.2.11\t1.1.1d\t81\t-\t-\nv14.0.0-nightly20200101c052113238\t2020-01-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.4\t7.9.317.25\t1.34.0\t1.2.11\t1.1.1d\t81\t-\t-\nv14.0.0-nightly2019120149fb529139\t2019-12-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.1\t7.9.317.25\t1.33.1\t1.2.11\t1.1.1d\t81\t-\t-\nv14.0.0-nightly201911012d8307e199\t2019-11-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.12.1\t7.8.279.17\t1.33.1\t1.2.11\t1.1.1d\t79\t-\t-\nv13.12.1-nightly20200401ffdd82ba3f\t2020-04-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.4\t7.9.317.25\t1.35.0\t1.2.11\t1.1.1e\t79\t-\t-\nv13.9.1-nightly202003041bca7b6c70\t2020-03-04\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.7\t7.9.317.25\t1.34.2\t1.2.11\t1.1.1d\t79\t-\t-\nv13.9.1-nightly202003014d05508aa8\t2020-03-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.7\t7.9.317.25\t1.34.2\t1.2.11\t1.1.1d\t79\t-\t-\nv13.2.1-nightly20191201cbd50262c0\t2019-12-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.13.1\t7.9.317.25\t1.33.1\t1.2.11\t1.1.1d\t79\t-\t-\nv13.0.0-nightly2019100116e47b976b\t2019-10-02\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.11.3\t7.7.299.11\t1.32.0\t1.2.11\t1.1.1c\t78\t-\t-\nv13.0.0-nightly201909019ab1e07774\t2019-09-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.10.3\t7.7.299.8\t1.31.0\t1.2.11\t1.1.1c\t78\t-\t-\nv13.0.0-nightly201908018492acfd57\t2019-08-01\taix-ppc64,headers,linux-arm64,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.10.0\t7.5.288.22\t1.30.1\t1.2.11\t1.1.1c\t74\t-\t-\nv13.0.0-nightly2019070120d099af7a\t2019-07-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.5.288.22\t1.30.0\t1.2.11\t1.1.1c\t74\t-\t-\nv13.0.0-nightly20190601aa8b820aaa\t2019-06-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.4.288.27\t1.29.1\t1.2.11\t1.1.1b\t72\t-\t-\nv13.0.0-nightly201905014206e7c2c4\t2019-05-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t7.4.288.21\t1.28.0\t1.2.11\t1.1.1b\t72\t-\t-\nv12.22.10-nightly2022012660c9d3bb95\t2022-01-26\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.14.16\t7.8.279.23\t1.40.0\t1.2.11\t1.1.1m\t72\tErbium\t-\nv12.0.0-nightly2019040166b95362df\t2019-04-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.7.0\t7.4.288.13\t1.27.0\t1.2.11\t1.1.1b\t72\t-\t-\nv12.0.0-nightly20190301584305841d\t2019-03-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.7.0\t7.1.302.33\t1.26.0\t1.2.11\t1.1.1a\t68\t-\ttrue\nv12.0.0-nightly201902017c9fba30ef\t2019-02-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.5.0\t7.1.302.33\t1.25.0\t1.2.11\t1.1.1a\t68\t-\t-\nv12.0.0-nightly20190101da9a4d0fb4\t2019-01-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.5.0-next.0\t7.1.302.33\t1.24.1\t1.2.11\t1.1.0j\t68\t-\t-\nv12.0.0-nightly20181201f34ca9f783\t2018-12-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t7.0.276.38\t1.24.0\t1.2.11\t1.1.0j\t67\t-\t-\nv12.0.0-nightly2018110151294c897f\t2018-11-01\taix-ppc64,headers,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t7.0.276.32\t1.23.2\t1.2.11\t1.1.0i\t67\t-\t-\nv11.1.0-nightly20181101af6d26281f\t2018-11-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t7.0.276.32\t1.23.2\t1.2.11\t1.1.0i\t67\t-\t-\nv11.0.0-nightly201810011be804d625\t2018-10-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t7.0.276.20\t1.23.1\t1.2.11\t1.1.0i\t67\t-\t-\nv11.0.0-nightly20180901c8880ea276\t2018-09-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.2.0\t6.8.275.30\t1.23.0\t1.2.11\t1.1.0i\t65\t-\t-\nv11.0.0-nightly2018080119aa41c6fc\t2018-08-01\taix-ppc64,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.2.0\t6.8.275.24\t1.22.0\t1.2.11\t1.1.0h\t65\t-\t-\nv11.0.0-nightly201807017bdc694267\t2018-07-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.1.0\t6.7.288.46\t1.21.0\t1.2.11\t1.1.0h\t64\t-\t-\nv11.0.0-nightly20180501d3abb60b05\t2018-05-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.6.346.24\t1.20.2\t1.2.11\t1.1.0h\t64\t-\t-\nv10.16.2-nightly20190801f025f8524b\t2019-08-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.9.0\t6.8.275.32\t1.28.0\t1.2.11\t1.1.1c\t64\tDubnium\t-\nv10.15.4-nightly201905019101d9368f\t2019-05-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.5.0-next.0\t6.8.275.32\t1.24.1\t1.2.11\t1.1.1a\t64\tDubnium\t-\nv10.15.3-nightly20190301156e4c8e89\t2019-03-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.32\t1.23.2\t1.2.11\t1.1.0j\t64\tDubnium\t-\nv10.9.0-nightly20180906707a37f74f\t2018-09-06\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.4.1\t6.8.275.30\t1.23.0\t1.2.11\t1.1.0i\t64\t-\t-\nv10.9.0-nightly201809018da21a762f\t2018-09-01\taix-ppc64,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.2.0\t6.8.275.30\t1.23.0\t1.2.11\t1.1.0i\t64\t-\t-\nv10.7.1-nightly2018080162fd84528e\t2018-08-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.2.0\t6.7.288.49\t1.22.0\t1.2.11\t1.1.0h\t64\t-\t-\nv10.5.1-nightly20180701b28fd37a69\t2018-07-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,osx-x64-pkg,osx-x64-tar,src,sunos-x64,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t6.1.0\t6.7.288.46\t1.21.0\t1.2.11\t1.1.0h\t64\t-\t-\nv10.0.0-nightly20180401141be923f3\t2018-04-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.5.254.43\t1.19.2\t1.2.11\t1.0.2o\t62\t-\t-\nv10.0.0-nightly20180301740c426b21\t2018-03-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.4.388.46\t1.19.2\t1.2.11\t1.0.2n\t61\t-\t-\nv10.0.0-nightly20180201ad94be84f9\t2018-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.4.388.40\t1.19.1\t1.2.11\t1.0.2n\t61\t-\t-\nv10.0.0-nightly20171201e9e9863ca7\t2017-12-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.2.414.46\t1.18.0\t1.2.11\t1.0.2m\t59\t-\t-\nv10.0.0-nightly2017110118df171307\t2017-11-01\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.2.414.32\t1.15.0\t1.2.11\t1.0.2l\t59\t-\t-\nv9.9.1-nightly201803256591d9f761\t2018-03-25\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2n\t59\t-\t-\nv9.7.1-nightly201803013f3995b7b7\t2018-03-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.2\t1.2.11\t1.0.2n\t59\t-\t-\nv9.5.1-nightly2018020181da708f73\t2018-02-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.6.0\t6.2.414.46\t1.19.1\t1.2.11\t1.0.2n\t59\t-\t-\nv9.0.0-nightly20171001f9be5fe52a\t2017-10-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.3.0\t6.1.534.42\t1.14.1\t1.2.11\t1.0.2l\t58\t-\t-\nv9.0.0-nightly20170901dd52cad044\t2017-09-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.3.0\t6.0.287.53\t1.13.1\t1.2.11\t1.0.2l\t57\t-\t-\nv9.0.0-nightly20170801cee8d6d65e\t2017-08-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.3.0\t5.9.211.39\t1.13.1\t1.2.11\t1.0.2l\t56\t-\t-\nv9.0.0-nightly2017070171ca122def\t2017-07-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.0.3\t5.9.211.37\t1.12.0\t1.2.11\t1.0.2l\t56\t-\t-\nv8.9.1-nightly20171104a815e1b6a2\t2017-11-04\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.5.1\t6.1.534.46\t1.15.0\t1.2.11\t1.0.2m\t57\tCarbon\t-\nv8.2.1-nightly2017080132b30d519e\t2017-08-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t5.3.0\t5.8.283.41\t1.13.1\t1.2.11\t1.0.2l\t57\t-\t-\nv8.0.0-nightly201705010f58d3cbef\t2017-05-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.5.0\t5.7.492.69\t1.11.0\t1.2.11\t1.0.2k\t54\t-\t-\nv8.0.0-nightly201704010ea45707a4\t2017-04-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip\t4.2.0\t5.7.492.69\t1.11.0\t1.2.11\t1.0.2k\t54\t-\t-\nv8.0.0-nightly2017030187a039d721\t2017-03-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.6.326.55\t1.11.0\t1.2.11\t1.0.2k\t53\t-\t-\nv8.0.0-nightly201702011b30df1003\t2017-02-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.5.372.40\t1.10.2\t1.2.8\t1.0.2k\t52\t-\t-\nv8.0.0-nightly20170101b465cd07fe\t2017-01-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.0.5\t5.4.500.45\t1.10.1\t1.2.8\t1.0.2j\t51\t-\t-\nv8.0.0-nightly20161201cf719152b0\t2016-12-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.9\t5.4.500.43\t1.10.1\t1.2.8\t1.0.2j\t51\t-\t-\nv8.0.0-nightly2016110121427fded9\t2016-11-01\taix-ppc64,headers,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.8\t5.4.500.36\t1.10.0\t1.2.8\t1.0.2j\t51\t-\t-\nv7.9.1-nightly20170411675ece47b3\t2017-04-11\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.2.0\t5.5.372.43\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.7.1-nightly201703019c75f4c78a\t2017-03-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.5.372.41\t1.11.0\t1.2.11\t1.0.2k\t51\t-\t-\nv7.5.1-nightly2017020113a024d531\t2017-02-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t4.1.2\t5.4.500.48\t1.10.2\t1.2.8\t1.0.2k\t51\t-\t-\nv7.0.0-nightly20161001c8c2544cd9\t2016-10-01\taix-ppc64,headers,linux-arm64,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86\t3.10.8\t5.4.500.27\t1.9.1\t1.2.8\t1.0.2j\t51\t-\t-\nv7.0.0-nightly201609013504a98b72\t2016-09-01\theaders,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.3\t5.1.281.82\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv7.0.0-nightly2016080175c6d9dd95\t2016-08-01\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86\t3.10.3\t5.1.281.77\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv7.0.0-nightly20160601f81f0c351a\t2016-06-01\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.9.3\t5.0.71.52\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv7.0.0-nightly201605019f8d0ea6db\t2016-05-01\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.6\t5.0.71.35\t1.9.0\t1.2.8\t1.0.2g\t48\t-\t-\nv6.9.6-nightly201702013f61aae59d\t2017-02-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.10\t5.1.281.89\t1.9.1\t1.2.8\t1.0.2k\t48\tBoron\t-\nv6.7.1-nightly20161001d7454e7547\t2016-10-01\taix-ppc64,headers,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-s390x,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.3\t5.1.281.83\t1.9.1\t1.2.8\t1.0.2j\t48\t-\ttrue\nv6.5.1-nightly20160901180867d6a6\t2016-09-01\theaders,linux-arm64,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-7z,win-x64-exe,win-x64-msi,win-x64-zip,win-x86-7z,win-x86-exe,win-x86-msi,win-x86-zip\t3.10.3\t5.1.281.81\t1.9.1\t1.2.8\t1.0.2h\t48\t-\t-\nv6.0.0-nightly20160301d9f7a597e4\t2016-03-01\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.6.0\t4.8.271.17\t1.8.0\t1.2.8\t1.0.2g\t47\t-\t-\nv5.11.2-nightly2016060121552bd0c5\t2016-06-01\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.6\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2h\t47\t-\t-\nv5.11.1-nightly2016050199920480ae\t2016-05-01\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.8.6\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2g\t47\t-\t-\nv5.7.2-nightly2016030801c331ea37\t2016-03-08\tlinux-armv7l\t3.6.0\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2g\t47\t-\t-\nv5.7.1-nightly20160301c83725c604\t2016-03-01\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-ppc64le,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t3.6.0\t4.6.85.31\t1.8.0\t1.2.8\t1.0.2f\t47\t-\t-\nv4.0.0-nightly201509079cae65c510\t2015-09-07\theaders,linux-arm64,linux-armv6l,linux-armv7l,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x64-msi,win-x86-exe,win-x86-msi\t2.14.2\t4.5.103.30\t1.7.3\t1.2.8\t1.0.2d\t45\t-\t-\nv0.12.10-nightly20160128a305339f66\t2016-01-28\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.14.9\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1q\t14\t-\t-\nv0.12.10-nightly20160113801f6ad8a3\t2016-01-13\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t2.14.9\t3.28.71.19\t1.6.1\t1.2.8\t1.0.1q\t14\t-\t-\nv0.10.42-nightly20160128b125512a5c\t2016-01-28\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.29\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1q\t11\t-\t-\nv0.10.42-nightly2016011328ab7b0e75\t2016-01-13\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.29\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1q\t11\t-\t-\nv0.10.41-nightly20151203036580393d\t2015-12-03\theaders,linux-x64,linux-x86,osx-x64-pkg,osx-x64-tar,osx-x86-tar,src,sunos-x64,sunos-x86,win-x64-exe,win-x86-exe,win-x86-msi\t1.4.29\t3.14.5.9\t0.10.36\t1.2.8\t1.0.1p\t11\t-\t-\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm ls-remote iojs.txt",
    "content": "    iojs-v1.0.0\n    iojs-v1.0.1\n    iojs-v1.0.2\n    iojs-v1.0.3\n    iojs-v1.0.4\n    iojs-v1.1.0\n    iojs-v1.2.0\n    iojs-v1.3.0\n    iojs-v1.4.1\n    iojs-v1.4.2\n    iojs-v1.4.3\n    iojs-v1.5.0\n    iojs-v1.5.1\n    iojs-v1.6.0\n    iojs-v1.6.1\n    iojs-v1.6.2\n    iojs-v1.6.3\n    iojs-v1.6.4\n    iojs-v1.7.1\n    iojs-v1.8.1\n    iojs-v1.8.2\n    iojs-v1.8.3\n    iojs-v1.8.4\n    iojs-v2.0.0\n    iojs-v2.0.1\n    iojs-v2.0.2\n    iojs-v2.1.0\n    iojs-v2.2.0\n    iojs-v2.2.1\n    iojs-v2.3.0\n    iojs-v2.3.1\n    iojs-v2.3.2\n    iojs-v2.3.3\n    iojs-v2.3.4\n    iojs-v2.4.0\n    iojs-v2.5.0\n    iojs-v3.0.0\n    iojs-v3.1.0\n    iojs-v3.2.0\n    iojs-v3.3.0\n    iojs-v3.3.1\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm ls-remote lts.txt",
    "content": "         v4.2.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.4  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.5  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.6  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.3.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.3.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.3.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.4  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.5  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.6  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.7  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.5.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.6.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.6.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.6.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.4  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.5  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.6  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.7  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.9.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.9.1  \u001b[1;32m (Latest LTS: Argon)\u001b[0m\n         v6.9.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.4  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.5  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.4  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.5  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.13.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.13.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.4  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.15.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.15.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.16.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.17.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.17.1  \u001b[1;32m (Latest LTS: Boron)\u001b[0m\n         v8.9.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.2  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.3  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.4  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.10.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.2  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.3  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.4  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.12.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.13.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.14.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.14.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.15.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.15.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.16.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.16.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.16.2  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.17.0  \u001b[1;32m (Latest LTS: Carbon)\u001b[0m\n       v10.13.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.14.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.14.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.14.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.3  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.3  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.17.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.18.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.18.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.19.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.20.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.20.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.21.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.22.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.22.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.3  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.24.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.24.1  \u001b[1;32m (Latest LTS: Dubnium)\u001b[0m\n       v12.13.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.13.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.14.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.14.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.15.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.3  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.17.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.3  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.4  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.19.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.19.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.20.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.20.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.20.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.21.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.3  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.4  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.5  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.6  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.7  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.8  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.9  \u001b[0;37m (LTS: Erbium)\u001b[0m\n      v12.22.10  \u001b[0;37m (LTS: Erbium)\u001b[0m\n      v12.22.11  \u001b[0;37m (LTS: Erbium)\u001b[0m\n      v12.22.12  \u001b[1;32m (Latest LTS: Erbium)\u001b[0m\n       v14.15.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.4  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.5  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.16.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.16.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.4  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.5  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.6  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.20.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.20.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.3  \u001b[1;32m (Latest LTS: Fermium)\u001b[0m\n       v16.13.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.13.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.13.2  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.14.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.14.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.14.2  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.15.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.15.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.16.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.17.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.17.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.18.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.18.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.19.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.19.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.20.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.20.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.20.2  \u001b[1;32m (Latest LTS: Gallium)\u001b[0m\n       v18.12.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.12.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.13.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.14.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.14.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.14.2  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.15.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.16.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.16.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.17.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.17.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.18.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.18.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.18.2  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.19.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.19.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.2  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.3  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.4  \u001b[1;32m (Latest LTS: Hydrogen)\u001b[0m\n        v20.9.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.10.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.11.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.11.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.12.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.12.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.12.2  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.13.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.13.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.14.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.15.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.15.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.16.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.17.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.18.0  \u001b[1;32m (Latest LTS: Iron)\u001b[0m\n       v22.11.0  \u001b[1;32m (Latest LTS: Jod)\u001b[0m\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm ls-remote node.txt",
    "content": "        v0.1.14\n        v0.1.15\n        v0.1.16\n        v0.1.17\n        v0.1.18\n        v0.1.19\n        v0.1.20\n        v0.1.21\n        v0.1.22\n        v0.1.23\n        v0.1.24\n        v0.1.25\n        v0.1.26\n        v0.1.27\n        v0.1.28\n        v0.1.29\n        v0.1.30\n        v0.1.31\n        v0.1.32\n        v0.1.33\n        v0.1.90\n        v0.1.91\n        v0.1.92\n        v0.1.93\n        v0.1.94\n        v0.1.95\n        v0.1.96\n        v0.1.97\n        v0.1.98\n        v0.1.99\n       v0.1.100\n       v0.1.101\n       v0.1.102\n       v0.1.103\n       v0.1.104\n         v0.2.0\n         v0.2.1\n         v0.2.2\n         v0.2.3\n         v0.2.4\n         v0.2.5\n         v0.2.6\n         v0.3.0\n         v0.3.1\n         v0.3.2\n         v0.3.3\n         v0.3.4\n         v0.3.5\n         v0.3.6\n         v0.3.7\n         v0.3.8\n         v0.4.0\n         v0.4.1\n         v0.4.2\n         v0.4.3\n         v0.4.4\n         v0.4.5\n         v0.4.6\n         v0.4.7\n         v0.4.8\n         v0.4.9\n        v0.4.10\n        v0.4.11\n        v0.4.12\n         v0.5.0\n         v0.5.1\n         v0.5.2\n         v0.5.3\n         v0.5.4\n         v0.5.5\n         v0.5.6\n         v0.5.7\n         v0.5.8\n         v0.5.9\n        v0.5.10\n         v0.6.0\n         v0.6.1\n         v0.6.2\n         v0.6.3\n         v0.6.4\n         v0.6.5\n         v0.6.6\n         v0.6.7\n         v0.6.8\n         v0.6.9\n        v0.6.10\n        v0.6.11\n        v0.6.12\n        v0.6.13\n        v0.6.14\n        v0.6.15\n        v0.6.16\n        v0.6.17\n        v0.6.18\n        v0.6.19\n        v0.6.20\n        v0.6.21\n         v0.7.0\n         v0.7.1\n         v0.7.2\n         v0.7.3\n         v0.7.4\n         v0.7.5\n         v0.7.6\n         v0.7.7\n         v0.7.8\n         v0.7.9\n        v0.7.10\n        v0.7.11\n        v0.7.12\n         v0.8.0\n         v0.8.1\n         v0.8.2\n         v0.8.3\n         v0.8.4\n         v0.8.5\n         v0.8.6\n         v0.8.7\n         v0.8.8\n         v0.8.9\n        v0.8.10\n        v0.8.11\n        v0.8.12\n        v0.8.13\n        v0.8.14\n        v0.8.15\n        v0.8.16\n        v0.8.17\n        v0.8.18\n        v0.8.19\n        v0.8.20\n        v0.8.21\n        v0.8.22\n        v0.8.23\n        v0.8.24\n        v0.8.25\n        v0.8.26\n        v0.8.27\n        v0.8.28\n         v0.9.0\n         v0.9.1\n         v0.9.2\n         v0.9.3\n         v0.9.4\n         v0.9.5\n         v0.9.6\n         v0.9.7\n         v0.9.8\n         v0.9.9\n        v0.9.10\n        v0.9.11\n        v0.9.12\n        v0.10.0\n        v0.10.1\n        v0.10.2\n        v0.10.3\n        v0.10.4\n        v0.10.5\n        v0.10.6\n        v0.10.7\n        v0.10.8\n        v0.10.9\n       v0.10.10\n       v0.10.11\n       v0.10.12\n       v0.10.13\n       v0.10.14\n       v0.10.15\n       v0.10.16\n       v0.10.17\n       v0.10.18\n       v0.10.19\n       v0.10.20\n       v0.10.21\n       v0.10.22\n       v0.10.23\n       v0.10.24\n       v0.10.25\n       v0.10.26\n       v0.10.27\n       v0.10.28\n       v0.10.29\n       v0.10.30\n       v0.10.31\n       v0.10.32\n       v0.10.33\n       v0.10.34\n       v0.10.35\n       v0.10.36\n       v0.10.37\n       v0.10.38\n       v0.10.39\n       v0.10.40\n       v0.10.41\n       v0.10.42\n       v0.10.43\n       v0.10.44\n       v0.10.45\n       v0.10.46\n       v0.10.47\n       v0.10.48\n        v0.11.0\n        v0.11.1\n        v0.11.2\n        v0.11.3\n        v0.11.4\n        v0.11.5\n        v0.11.6\n        v0.11.7\n        v0.11.8\n        v0.11.9\n       v0.11.10\n       v0.11.11\n       v0.11.12\n       v0.11.13\n       v0.11.14\n       v0.11.15\n       v0.11.16\n        v0.12.0\n        v0.12.1\n        v0.12.2\n        v0.12.3\n        v0.12.4\n        v0.12.5\n        v0.12.6\n        v0.12.7\n        v0.12.8\n        v0.12.9\n       v0.12.10\n       v0.12.11\n       v0.12.12\n       v0.12.13\n       v0.12.14\n       v0.12.15\n       v0.12.16\n       v0.12.17\n       v0.12.18\n         v4.0.0\n         v4.1.0\n         v4.1.1\n         v4.1.2\n         v4.2.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.4  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.5  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.6  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.3.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.3.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.3.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.4  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.5  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.6  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.7  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.5.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.6.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.6.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.6.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.4  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.5  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.6  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.7  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.9.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.9.1  \u001b[1;32m (Latest LTS: Argon)\u001b[0m\n         v5.0.0\n         v5.1.0\n         v5.1.1\n         v5.2.0\n         v5.3.0\n         v5.4.0\n         v5.4.1\n         v5.5.0\n         v5.6.0\n         v5.7.0\n         v5.7.1\n         v5.8.0\n         v5.9.0\n         v5.9.1\n        v5.10.0\n        v5.10.1\n        v5.11.0\n        v5.11.1\n        v5.12.0\n         v6.0.0\n         v6.1.0\n         v6.2.0\n         v6.2.1\n         v6.2.2\n         v6.3.0\n         v6.3.1\n         v6.4.0\n         v6.5.0\n         v6.6.0\n         v6.7.0\n         v6.8.0\n         v6.8.1\n         v6.9.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.4  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.5  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.4  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.5  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.13.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.13.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.4  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.15.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.15.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.16.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.17.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.17.1  \u001b[1;32m (Latest LTS: Boron)\u001b[0m\n         v7.0.0\n         v7.1.0\n         v7.2.0\n         v7.2.1\n         v7.3.0\n         v7.4.0\n         v7.5.0\n         v7.6.0\n         v7.7.0\n         v7.7.1\n         v7.7.2\n         v7.7.3\n         v7.7.4\n         v7.8.0\n         v7.9.0\n        v7.10.0\n        v7.10.1\n         v8.0.0\n         v8.1.0\n         v8.1.1\n         v8.1.2\n         v8.1.3\n         v8.1.4\n         v8.2.0\n         v8.2.1\n         v8.3.0\n         v8.4.0\n         v8.5.0\n         v8.6.0\n         v8.7.0\n         v8.8.0\n         v8.8.1\n         v8.9.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.2  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.3  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.4  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.10.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.2  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.3  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.4  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.12.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.13.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.14.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.14.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.15.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.15.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.16.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.16.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.16.2  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.17.0  \u001b[1;32m (Latest LTS: Carbon)\u001b[0m\n         v9.0.0\n         v9.1.0\n         v9.2.0\n         v9.2.1\n         v9.3.0\n         v9.4.0\n         v9.5.0\n         v9.6.0\n         v9.6.1\n         v9.7.0\n         v9.7.1\n         v9.8.0\n         v9.9.0\n        v9.10.0\n        v9.10.1\n        v9.11.0\n        v9.11.1\n        v9.11.2\n        v10.0.0\n        v10.1.0\n        v10.2.0\n        v10.2.1\n        v10.3.0\n        v10.4.0\n        v10.4.1\n        v10.5.0\n        v10.6.0\n        v10.7.0\n        v10.8.0\n        v10.9.0\n       v10.10.0\n       v10.11.0\n       v10.12.0\n       v10.13.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.14.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.14.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.14.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.3  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.3  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.17.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.18.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.18.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.19.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.20.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.20.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.21.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.22.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.22.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.3  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.24.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.24.1  \u001b[1;32m (Latest LTS: Dubnium)\u001b[0m\n        v11.0.0\n        v11.1.0\n        v11.2.0\n        v11.3.0\n        v11.4.0\n        v11.5.0\n        v11.6.0\n        v11.7.0\n        v11.8.0\n        v11.9.0\n       v11.10.0\n       v11.10.1\n       v11.11.0\n       v11.12.0\n       v11.13.0\n       v11.14.0\n       v11.15.0\n        v12.0.0\n        v12.1.0\n        v12.2.0\n        v12.3.0\n        v12.3.1\n        v12.4.0\n        v12.5.0\n        v12.6.0\n        v12.7.0\n        v12.8.0\n        v12.8.1\n        v12.9.0\n        v12.9.1\n       v12.10.0\n       v12.11.0\n       v12.11.1\n       v12.12.0\n       v12.13.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.13.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.14.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.14.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.15.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.3  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.17.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.3  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.4  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.19.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.19.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.20.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.20.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.20.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.21.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.3  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.4  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.5  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.6  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.7  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.8  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.9  \u001b[0;37m (LTS: Erbium)\u001b[0m\n      v12.22.10  \u001b[0;37m (LTS: Erbium)\u001b[0m\n      v12.22.11  \u001b[0;37m (LTS: Erbium)\u001b[0m\n      v12.22.12  \u001b[1;32m (Latest LTS: Erbium)\u001b[0m\n        v13.0.0\n        v13.0.1\n        v13.1.0\n        v13.2.0\n        v13.3.0\n        v13.4.0\n        v13.5.0\n        v13.6.0\n        v13.7.0\n        v13.8.0\n        v13.9.0\n       v13.10.0\n       v13.10.1\n       v13.11.0\n       v13.12.0\n       v13.13.0\n       v13.14.0\n        v14.0.0\n        v14.1.0\n        v14.2.0\n        v14.3.0\n        v14.4.0\n        v14.5.0\n        v14.6.0\n        v14.7.0\n        v14.8.0\n        v14.9.0\n       v14.10.0\n       v14.10.1\n       v14.11.0\n       v14.12.0\n       v14.13.0\n       v14.13.1\n       v14.14.0\n       v14.15.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.4  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.5  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.16.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.16.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.4  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.5  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.6  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.20.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.20.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.3  \u001b[1;32m (Latest LTS: Fermium)\u001b[0m\n        v15.0.0\n        v15.0.1\n        v15.1.0\n        v15.2.0\n        v15.2.1\n        v15.3.0\n        v15.4.0\n        v15.5.0\n        v15.5.1\n        v15.6.0\n        v15.7.0\n        v15.8.0\n        v15.9.0\n       v15.10.0\n       v15.11.0\n       v15.12.0\n       v15.13.0\n       v15.14.0\n        v16.0.0\n        v16.1.0\n        v16.2.0\n        v16.3.0\n        v16.4.0\n        v16.4.1\n        v16.4.2\n        v16.5.0\n        v16.6.0\n        v16.6.1\n        v16.6.2\n        v16.7.0\n        v16.8.0\n        v16.9.0\n        v16.9.1\n       v16.10.0\n       v16.11.0\n       v16.11.1\n       v16.12.0\n       v16.13.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.13.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.13.2  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.14.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.14.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.14.2  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.15.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.15.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.16.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.17.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.17.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.18.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.18.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.19.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.19.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.20.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.20.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.20.2  \u001b[1;32m (Latest LTS: Gallium)\u001b[0m\n        v17.0.0\n        v17.0.1\n        v17.1.0\n        v17.2.0\n        v17.3.0\n        v17.3.1\n        v17.4.0\n        v17.5.0\n        v17.6.0\n        v17.7.0\n        v17.7.1\n        v17.7.2\n        v17.8.0\n        v17.9.0\n        v17.9.1\n        v18.0.0\n        v18.1.0\n        v18.2.0\n        v18.3.0\n        v18.4.0\n        v18.5.0\n        v18.6.0\n        v18.7.0\n        v18.8.0\n        v18.9.0\n        v18.9.1\n       v18.10.0\n       v18.11.0\n       v18.12.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.12.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.13.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.14.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.14.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.14.2  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.15.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.16.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.16.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.17.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.17.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.18.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.18.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.18.2  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.19.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.19.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.2  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.3  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.4  \u001b[1;32m (Latest LTS: Hydrogen)\u001b[0m\n        v19.0.0\n        v19.0.1\n        v19.1.0\n        v19.2.0\n        v19.3.0\n        v19.4.0\n        v19.5.0\n        v19.6.0\n        v19.6.1\n        v19.7.0\n        v19.8.0\n        v19.8.1\n        v19.9.0\n        v20.0.0\n        v20.1.0\n        v20.2.0\n        v20.3.0\n        v20.3.1\n        v20.4.0\n        v20.5.0\n        v20.5.1\n        v20.6.0\n        v20.6.1\n        v20.7.0\n        v20.8.0\n        v20.8.1\n        v20.9.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.10.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.11.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.11.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.12.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.12.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.12.2  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.13.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.13.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.14.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.15.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.15.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.16.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.17.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.18.0  \u001b[1;32m (Latest LTS: Iron)\u001b[0m\n        v21.0.0\n        v21.1.0\n        v21.2.0\n        v21.3.0\n        v21.4.0\n        v21.5.0\n        v21.6.0\n        v21.6.1\n        v21.6.2\n        v21.7.0\n        v21.7.1\n        v21.7.2\n        v21.7.3\n        v22.0.0\n        v22.1.0\n        v22.2.0\n        v22.3.0\n        v22.4.0\n        v22.4.1\n        v22.5.0\n        v22.5.1\n        v22.6.0\n        v22.7.0\n        v22.8.0\n        v22.9.0\n       v22.10.0\n       v22.11.0  \u001b[1;32m (Latest LTS: Jod)\u001b[0m\n        v23.0.0\n        v23.1.0\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm ls-remote.txt",
    "content": "        v0.1.14\n        v0.1.15\n        v0.1.16\n        v0.1.17\n        v0.1.18\n        v0.1.19\n        v0.1.20\n        v0.1.21\n        v0.1.22\n        v0.1.23\n        v0.1.24\n        v0.1.25\n        v0.1.26\n        v0.1.27\n        v0.1.28\n        v0.1.29\n        v0.1.30\n        v0.1.31\n        v0.1.32\n        v0.1.33\n        v0.1.90\n        v0.1.91\n        v0.1.92\n        v0.1.93\n        v0.1.94\n        v0.1.95\n        v0.1.96\n        v0.1.97\n        v0.1.98\n        v0.1.99\n       v0.1.100\n       v0.1.101\n       v0.1.102\n       v0.1.103\n       v0.1.104\n         v0.2.0\n         v0.2.1\n         v0.2.2\n         v0.2.3\n         v0.2.4\n         v0.2.5\n         v0.2.6\n         v0.3.0\n         v0.3.1\n         v0.3.2\n         v0.3.3\n         v0.3.4\n         v0.3.5\n         v0.3.6\n         v0.3.7\n         v0.3.8\n         v0.4.0\n         v0.4.1\n         v0.4.2\n         v0.4.3\n         v0.4.4\n         v0.4.5\n         v0.4.6\n         v0.4.7\n         v0.4.8\n         v0.4.9\n        v0.4.10\n        v0.4.11\n        v0.4.12\n         v0.5.0\n         v0.5.1\n         v0.5.2\n         v0.5.3\n         v0.5.4\n         v0.5.5\n         v0.5.6\n         v0.5.7\n         v0.5.8\n         v0.5.9\n        v0.5.10\n         v0.6.0\n         v0.6.1\n         v0.6.2\n         v0.6.3\n         v0.6.4\n         v0.6.5\n         v0.6.6\n         v0.6.7\n         v0.6.8\n         v0.6.9\n        v0.6.10\n        v0.6.11\n        v0.6.12\n        v0.6.13\n        v0.6.14\n        v0.6.15\n        v0.6.16\n        v0.6.17\n        v0.6.18\n        v0.6.19\n        v0.6.20\n        v0.6.21\n         v0.7.0\n         v0.7.1\n         v0.7.2\n         v0.7.3\n         v0.7.4\n         v0.7.5\n         v0.7.6\n         v0.7.7\n         v0.7.8\n         v0.7.9\n        v0.7.10\n        v0.7.11\n        v0.7.12\n         v0.8.0\n         v0.8.1\n         v0.8.2\n         v0.8.3\n         v0.8.4\n         v0.8.5\n         v0.8.6\n         v0.8.7\n         v0.8.8\n         v0.8.9\n        v0.8.10\n        v0.8.11\n        v0.8.12\n        v0.8.13\n        v0.8.14\n        v0.8.15\n        v0.8.16\n        v0.8.17\n        v0.8.18\n        v0.8.19\n        v0.8.20\n        v0.8.21\n        v0.8.22\n        v0.8.23\n        v0.8.24\n        v0.8.25\n        v0.8.26\n        v0.8.27\n        v0.8.28\n         v0.9.0\n         v0.9.1\n         v0.9.2\n         v0.9.3\n         v0.9.4\n         v0.9.5\n         v0.9.6\n         v0.9.7\n         v0.9.8\n         v0.9.9\n        v0.9.10\n        v0.9.11\n        v0.9.12\n        v0.10.0\n        v0.10.1\n        v0.10.2\n        v0.10.3\n        v0.10.4\n        v0.10.5\n        v0.10.6\n        v0.10.7\n        v0.10.8\n        v0.10.9\n       v0.10.10\n       v0.10.11\n       v0.10.12\n       v0.10.13\n       v0.10.14\n       v0.10.15\n       v0.10.16\n       v0.10.17\n       v0.10.18\n       v0.10.19\n       v0.10.20\n       v0.10.21\n       v0.10.22\n       v0.10.23\n       v0.10.24\n       v0.10.25\n       v0.10.26\n       v0.10.27\n       v0.10.28\n       v0.10.29\n       v0.10.30\n       v0.10.31\n       v0.10.32\n       v0.10.33\n       v0.10.34\n       v0.10.35\n       v0.10.36\n       v0.10.37\n       v0.10.38\n       v0.10.39\n       v0.10.40\n       v0.10.41\n       v0.10.42\n       v0.10.43\n       v0.10.44\n       v0.10.45\n       v0.10.46\n       v0.10.47\n       v0.10.48\n        v0.11.0\n        v0.11.1\n        v0.11.2\n        v0.11.3\n        v0.11.4\n        v0.11.5\n        v0.11.6\n        v0.11.7\n        v0.11.8\n        v0.11.9\n       v0.11.10\n       v0.11.11\n       v0.11.12\n       v0.11.13\n       v0.11.14\n       v0.11.15\n       v0.11.16\n        v0.12.0\n        v0.12.1\n        v0.12.2\n        v0.12.3\n        v0.12.4\n        v0.12.5\n        v0.12.6\n        v0.12.7\n        v0.12.8\n        v0.12.9\n       v0.12.10\n       v0.12.11\n       v0.12.12\n       v0.12.13\n       v0.12.14\n       v0.12.15\n       v0.12.16\n       v0.12.17\n       v0.12.18\n    iojs-v1.0.0\n    iojs-v1.0.1\n    iojs-v1.0.2\n    iojs-v1.0.3\n    iojs-v1.0.4\n    iojs-v1.1.0\n    iojs-v1.2.0\n    iojs-v1.3.0\n    iojs-v1.4.1\n    iojs-v1.4.2\n    iojs-v1.4.3\n    iojs-v1.5.0\n    iojs-v1.5.1\n    iojs-v1.6.0\n    iojs-v1.6.1\n    iojs-v1.6.2\n    iojs-v1.6.3\n    iojs-v1.6.4\n    iojs-v1.7.1\n    iojs-v1.8.1\n    iojs-v1.8.2\n    iojs-v1.8.3\n    iojs-v1.8.4\n    iojs-v2.0.0\n    iojs-v2.0.1\n    iojs-v2.0.2\n    iojs-v2.1.0\n    iojs-v2.2.0\n    iojs-v2.2.1\n    iojs-v2.3.0\n    iojs-v2.3.1\n    iojs-v2.3.2\n    iojs-v2.3.3\n    iojs-v2.3.4\n    iojs-v2.4.0\n    iojs-v2.5.0\n    iojs-v3.0.0\n    iojs-v3.1.0\n    iojs-v3.2.0\n    iojs-v3.3.0\n    iojs-v3.3.1\n         v4.0.0\n         v4.1.0\n         v4.1.1\n         v4.1.2\n         v4.2.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.4  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.5  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.2.6  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.3.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.3.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.3.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.4  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.5  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.6  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.4.7  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.5.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.6.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.6.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.6.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.7.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.1  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.2  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.3  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.4  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.5  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.6  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.8.7  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.9.0  \u001b[0;37m (LTS: Argon)\u001b[0m\n         v4.9.1  \u001b[1;32m (Latest LTS: Argon)\u001b[0m\n         v5.0.0\n         v5.1.0\n         v5.1.1\n         v5.2.0\n         v5.3.0\n         v5.4.0\n         v5.4.1\n         v5.5.0\n         v5.6.0\n         v5.7.0\n         v5.7.1\n         v5.8.0\n         v5.9.0\n         v5.9.1\n        v5.10.0\n        v5.10.1\n        v5.11.0\n        v5.11.1\n        v5.12.0\n         v6.0.0\n         v6.1.0\n         v6.2.0\n         v6.2.1\n         v6.2.2\n         v6.3.0\n         v6.3.1\n         v6.4.0\n         v6.5.0\n         v6.6.0\n         v6.7.0\n         v6.8.0\n         v6.8.1\n         v6.9.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.4  \u001b[0;37m (LTS: Boron)\u001b[0m\n         v6.9.5  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.10.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.4  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.11.5  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.12.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.13.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.13.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.2  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.3  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.14.4  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.15.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.15.1  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.16.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.17.0  \u001b[0;37m (LTS: Boron)\u001b[0m\n        v6.17.1  \u001b[1;32m (Latest LTS: Boron)\u001b[0m\n         v7.0.0\n         v7.1.0\n         v7.2.0\n         v7.2.1\n         v7.3.0\n         v7.4.0\n         v7.5.0\n         v7.6.0\n         v7.7.0\n         v7.7.1\n         v7.7.2\n         v7.7.3\n         v7.7.4\n         v7.8.0\n         v7.9.0\n        v7.10.0\n        v7.10.1\n         v8.0.0\n         v8.1.0\n         v8.1.1\n         v8.1.2\n         v8.1.3\n         v8.1.4\n         v8.2.0\n         v8.2.1\n         v8.3.0\n         v8.4.0\n         v8.5.0\n         v8.6.0\n         v8.7.0\n         v8.8.0\n         v8.8.1\n         v8.9.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.2  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.3  \u001b[0;37m (LTS: Carbon)\u001b[0m\n         v8.9.4  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.10.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.2  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.3  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.11.4  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.12.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.13.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.14.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.14.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.15.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.15.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.16.0  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.16.1  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.16.2  \u001b[0;37m (LTS: Carbon)\u001b[0m\n        v8.17.0  \u001b[1;32m (Latest LTS: Carbon)\u001b[0m\n         v9.0.0\n         v9.1.0\n         v9.2.0\n         v9.2.1\n         v9.3.0\n         v9.4.0\n         v9.5.0\n         v9.6.0\n         v9.6.1\n         v9.7.0\n         v9.7.1\n         v9.8.0\n         v9.9.0\n        v9.10.0\n        v9.10.1\n        v9.11.0\n        v9.11.1\n        v9.11.2\n        v10.0.0\n        v10.1.0\n        v10.2.0\n        v10.2.1\n        v10.3.0\n        v10.4.0\n        v10.4.1\n        v10.5.0\n        v10.6.0\n        v10.7.0\n        v10.8.0\n        v10.9.0\n       v10.10.0\n       v10.11.0\n       v10.12.0\n       v10.13.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.14.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.14.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.14.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.15.3  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.16.3  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.17.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.18.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.18.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.19.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.20.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.20.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.21.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.22.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.22.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.1  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.2  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.23.3  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.24.0  \u001b[0;37m (LTS: Dubnium)\u001b[0m\n       v10.24.1  \u001b[1;32m (Latest LTS: Dubnium)\u001b[0m\n        v11.0.0\n        v11.1.0\n        v11.2.0\n        v11.3.0\n        v11.4.0\n        v11.5.0\n        v11.6.0\n        v11.7.0\n        v11.8.0\n        v11.9.0\n       v11.10.0\n       v11.10.1\n       v11.11.0\n       v11.12.0\n       v11.13.0\n       v11.14.0\n       v11.15.0\n        v12.0.0\n        v12.1.0\n        v12.2.0\n        v12.3.0\n        v12.3.1\n        v12.4.0\n        v12.5.0\n        v12.6.0\n        v12.7.0\n        v12.8.0\n        v12.8.1\n        v12.9.0\n        v12.9.1\n       v12.10.0\n       v12.11.0\n       v12.11.1\n       v12.12.0\n       v12.13.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.13.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.14.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.14.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.15.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.16.3  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.17.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.3  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.18.4  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.19.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.19.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.20.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.20.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.20.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.21.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.0  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.1  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.2  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.3  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.4  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.5  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.6  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.7  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.8  \u001b[0;37m (LTS: Erbium)\u001b[0m\n       v12.22.9  \u001b[0;37m (LTS: Erbium)\u001b[0m\n      v12.22.10  \u001b[0;37m (LTS: Erbium)\u001b[0m\n      v12.22.11  \u001b[0;37m (LTS: Erbium)\u001b[0m\n      v12.22.12  \u001b[1;32m (Latest LTS: Erbium)\u001b[0m\n        v13.0.0\n        v13.0.1\n        v13.1.0\n        v13.2.0\n        v13.3.0\n        v13.4.0\n        v13.5.0\n        v13.6.0\n        v13.7.0\n        v13.8.0\n        v13.9.0\n       v13.10.0\n       v13.10.1\n       v13.11.0\n       v13.12.0\n       v13.13.0\n       v13.14.0\n        v14.0.0\n        v14.1.0\n        v14.2.0\n        v14.3.0\n        v14.4.0\n        v14.5.0\n        v14.6.0\n        v14.7.0\n        v14.8.0\n        v14.9.0\n       v14.10.0\n       v14.10.1\n       v14.11.0\n       v14.12.0\n       v14.13.0\n       v14.13.1\n       v14.14.0\n       v14.15.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.4  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.15.5  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.16.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.16.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.4  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.5  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.17.6  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.18.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.19.3  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.20.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.20.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.0  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.1  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.2  \u001b[0;37m (LTS: Fermium)\u001b[0m\n       v14.21.3  \u001b[1;32m (Latest LTS: Fermium)\u001b[0m\n        v15.0.0\n        v15.0.1\n        v15.1.0\n        v15.2.0\n        v15.2.1\n        v15.3.0\n        v15.4.0\n        v15.5.0\n        v15.5.1\n        v15.6.0\n        v15.7.0\n        v15.8.0\n        v15.9.0\n       v15.10.0\n       v15.11.0\n       v15.12.0\n       v15.13.0\n       v15.14.0\n        v16.0.0\n        v16.1.0\n        v16.2.0\n        v16.3.0\n        v16.4.0\n        v16.4.1\n        v16.4.2\n        v16.5.0\n        v16.6.0\n        v16.6.1\n        v16.6.2\n        v16.7.0\n        v16.8.0\n        v16.9.0\n        v16.9.1\n       v16.10.0\n       v16.11.0\n       v16.11.1\n       v16.12.0\n       v16.13.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.13.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.13.2  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.14.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.14.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.14.2  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.15.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.15.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.16.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.17.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.17.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.18.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.18.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.19.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.19.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.20.0  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.20.1  \u001b[0;37m (LTS: Gallium)\u001b[0m\n       v16.20.2  \u001b[1;32m (Latest LTS: Gallium)\u001b[0m\n        v17.0.0\n        v17.0.1\n        v17.1.0\n        v17.2.0\n        v17.3.0\n        v17.3.1\n        v17.4.0\n        v17.5.0\n        v17.6.0\n        v17.7.0\n        v17.7.1\n        v17.7.2\n        v17.8.0\n        v17.9.0\n        v17.9.1\n        v18.0.0\n        v18.1.0\n        v18.2.0\n        v18.3.0\n        v18.4.0\n        v18.5.0\n        v18.6.0\n        v18.7.0\n        v18.8.0\n        v18.9.0\n        v18.9.1\n       v18.10.0\n       v18.11.0\n       v18.12.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.12.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.13.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.14.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.14.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.14.2  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.15.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.16.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.16.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.17.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.17.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.18.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.18.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.18.2  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.19.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.19.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.0  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.1  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.2  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.3  \u001b[0;37m (LTS: Hydrogen)\u001b[0m\n       v18.20.4  \u001b[1;32m (Latest LTS: Hydrogen)\u001b[0m\n        v19.0.0\n        v19.0.1\n        v19.1.0\n        v19.2.0\n        v19.3.0\n        v19.4.0\n        v19.5.0\n        v19.6.0\n        v19.6.1\n        v19.7.0\n        v19.8.0\n        v19.8.1\n        v19.9.0\n        v20.0.0\n        v20.1.0\n        v20.2.0\n        v20.3.0\n        v20.3.1\n        v20.4.0\n        v20.5.0\n        v20.5.1\n        v20.6.0\n        v20.6.1\n        v20.7.0\n        v20.8.0\n        v20.8.1\n        v20.9.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.10.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.11.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.11.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.12.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.12.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.12.2  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.13.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.13.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.14.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.15.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.15.1  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.16.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.17.0  \u001b[0;37m (LTS: Iron)\u001b[0m\n       v20.18.0  \u001b[1;32m (Latest LTS: Iron)\u001b[0m\n        v21.0.0\n        v21.1.0\n        v21.2.0\n        v21.3.0\n        v21.4.0\n        v21.5.0\n        v21.6.0\n        v21.6.1\n        v21.6.2\n        v21.7.0\n        v21.7.1\n        v21.7.2\n        v21.7.3\n        v22.0.0\n        v22.1.0\n        v22.2.0\n        v22.3.0\n        v22.4.0\n        v22.4.1\n        v22.5.0\n        v22.5.1\n        v22.6.0\n        v22.7.0\n        v22.8.0\n        v22.9.0\n       v22.10.0\n       v22.11.0  \u001b[1;32m (Latest LTS: Jod)\u001b[0m\n        v23.0.0\n        v23.1.0\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_ls_remote LTS argon.txt",
    "content": "v4.2.0 Argon\nv4.2.1 Argon\nv4.2.2 Argon\nv4.2.3 Argon\nv4.2.4 Argon\nv4.2.5 Argon\nv4.2.6 Argon\nv4.3.0 Argon\nv4.3.1 Argon\nv4.3.2 Argon\nv4.4.0 Argon\nv4.4.1 Argon\nv4.4.2 Argon\nv4.4.3 Argon\nv4.4.4 Argon\nv4.4.5 Argon\nv4.4.6 Argon\nv4.4.7 Argon\nv4.5.0 Argon\nv4.6.0 Argon\nv4.6.1 Argon\nv4.6.2 Argon\nv4.7.0 Argon\nv4.7.1 Argon\nv4.7.2 Argon\nv4.7.3 Argon\nv4.8.0 Argon\nv4.8.1 Argon\nv4.8.2 Argon\nv4.8.3 Argon\nv4.8.4 Argon\nv4.8.5 Argon\nv4.8.6 Argon\nv4.8.7 Argon\nv4.9.0 Argon\nv4.9.1 Argon *\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_ls_remote LTS nightly argon.txt",
    "content": "N/A\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_ls_remote LTS nightly.txt",
    "content": "v6.9.6-nightly201702013f61aae59d Boron *\nv8.9.1-nightly20171104a815e1b6a2 Carbon *\nv10.15.3-nightly20190301156e4c8e89 Dubnium\nv10.15.4-nightly201905019101d9368f Dubnium\nv10.16.2-nightly20190801f025f8524b Dubnium *\nv12.22.10-nightly2022012660c9d3bb95 Erbium *\nv20.11.0-nightly202312211a0be537da Iron *\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_ls_remote LTS.txt",
    "content": "v4.2.0 Argon\nv4.2.1 Argon\nv4.2.2 Argon\nv4.2.3 Argon\nv4.2.4 Argon\nv4.2.5 Argon\nv4.2.6 Argon\nv4.3.0 Argon\nv4.3.1 Argon\nv4.3.2 Argon\nv4.4.0 Argon\nv4.4.1 Argon\nv4.4.2 Argon\nv4.4.3 Argon\nv4.4.4 Argon\nv4.4.5 Argon\nv4.4.6 Argon\nv4.4.7 Argon\nv4.5.0 Argon\nv4.6.0 Argon\nv4.6.1 Argon\nv4.6.2 Argon\nv4.7.0 Argon\nv4.7.1 Argon\nv4.7.2 Argon\nv4.7.3 Argon\nv4.8.0 Argon\nv4.8.1 Argon\nv4.8.2 Argon\nv4.8.3 Argon\nv4.8.4 Argon\nv4.8.5 Argon\nv4.8.6 Argon\nv4.8.7 Argon\nv4.9.0 Argon\nv4.9.1 Argon *\nv6.9.0 Boron\nv6.9.1 Boron\nv6.9.2 Boron\nv6.9.3 Boron\nv6.9.4 Boron\nv6.9.5 Boron\nv6.10.0 Boron\nv6.10.1 Boron\nv6.10.2 Boron\nv6.10.3 Boron\nv6.11.0 Boron\nv6.11.1 Boron\nv6.11.2 Boron\nv6.11.3 Boron\nv6.11.4 Boron\nv6.11.5 Boron\nv6.12.0 Boron\nv6.12.1 Boron\nv6.12.2 Boron\nv6.12.3 Boron\nv6.13.0 Boron\nv6.13.1 Boron\nv6.14.0 Boron\nv6.14.1 Boron\nv6.14.2 Boron\nv6.14.3 Boron\nv6.14.4 Boron\nv6.15.0 Boron\nv6.15.1 Boron\nv6.16.0 Boron\nv6.17.0 Boron\nv6.17.1 Boron *\nv8.9.0 Carbon\nv8.9.1 Carbon\nv8.9.2 Carbon\nv8.9.3 Carbon\nv8.9.4 Carbon\nv8.10.0 Carbon\nv8.11.0 Carbon\nv8.11.1 Carbon\nv8.11.2 Carbon\nv8.11.3 Carbon\nv8.11.4 Carbon\nv8.12.0 Carbon\nv8.13.0 Carbon\nv8.14.0 Carbon\nv8.14.1 Carbon\nv8.15.0 Carbon\nv8.15.1 Carbon\nv8.16.0 Carbon\nv8.16.1 Carbon\nv8.16.2 Carbon\nv8.17.0 Carbon *\nv10.13.0 Dubnium\nv10.14.0 Dubnium\nv10.14.1 Dubnium\nv10.14.2 Dubnium\nv10.15.0 Dubnium\nv10.15.1 Dubnium\nv10.15.2 Dubnium\nv10.15.3 Dubnium\nv10.16.0 Dubnium\nv10.16.1 Dubnium\nv10.16.2 Dubnium\nv10.16.3 Dubnium\nv10.17.0 Dubnium\nv10.18.0 Dubnium\nv10.18.1 Dubnium\nv10.19.0 Dubnium\nv10.20.0 Dubnium\nv10.20.1 Dubnium\nv10.21.0 Dubnium\nv10.22.0 Dubnium\nv10.22.1 Dubnium\nv10.23.0 Dubnium\nv10.23.1 Dubnium\nv10.23.2 Dubnium\nv10.23.3 Dubnium\nv10.24.0 Dubnium\nv10.24.1 Dubnium *\nv12.13.0 Erbium\nv12.13.1 Erbium\nv12.14.0 Erbium\nv12.14.1 Erbium\nv12.15.0 Erbium\nv12.16.0 Erbium\nv12.16.1 Erbium\nv12.16.2 Erbium\nv12.16.3 Erbium\nv12.17.0 Erbium\nv12.18.0 Erbium\nv12.18.1 Erbium\nv12.18.2 Erbium\nv12.18.3 Erbium\nv12.18.4 Erbium\nv12.19.0 Erbium\nv12.19.1 Erbium\nv12.20.0 Erbium\nv12.20.1 Erbium\nv12.20.2 Erbium\nv12.21.0 Erbium\nv12.22.0 Erbium\nv12.22.1 Erbium\nv12.22.2 Erbium\nv12.22.3 Erbium\nv12.22.4 Erbium\nv12.22.5 Erbium\nv12.22.6 Erbium\nv12.22.7 Erbium\nv12.22.8 Erbium\nv12.22.9 Erbium\nv12.22.10 Erbium\nv12.22.11 Erbium\nv12.22.12 Erbium *\nv14.15.0 Fermium\nv14.15.1 Fermium\nv14.15.2 Fermium\nv14.15.3 Fermium\nv14.15.4 Fermium\nv14.15.5 Fermium\nv14.16.0 Fermium\nv14.16.1 Fermium\nv14.17.0 Fermium\nv14.17.1 Fermium\nv14.17.2 Fermium\nv14.17.3 Fermium\nv14.17.4 Fermium\nv14.17.5 Fermium\nv14.17.6 Fermium\nv14.18.0 Fermium\nv14.18.1 Fermium\nv14.18.2 Fermium\nv14.18.3 Fermium\nv14.19.0 Fermium\nv14.19.1 Fermium\nv14.19.2 Fermium\nv14.19.3 Fermium\nv14.20.0 Fermium\nv14.20.1 Fermium\nv14.21.0 Fermium\nv14.21.1 Fermium\nv14.21.2 Fermium\nv14.21.3 Fermium *\nv16.13.0 Gallium\nv16.13.1 Gallium\nv16.13.2 Gallium\nv16.14.0 Gallium\nv16.14.1 Gallium\nv16.14.2 Gallium\nv16.15.0 Gallium\nv16.15.1 Gallium\nv16.16.0 Gallium\nv16.17.0 Gallium\nv16.17.1 Gallium\nv16.18.0 Gallium\nv16.18.1 Gallium\nv16.19.0 Gallium\nv16.19.1 Gallium\nv16.20.0 Gallium\nv16.20.1 Gallium\nv16.20.2 Gallium *\nv18.12.0 Hydrogen\nv18.12.1 Hydrogen\nv18.13.0 Hydrogen\nv18.14.0 Hydrogen\nv18.14.1 Hydrogen\nv18.14.2 Hydrogen\nv18.15.0 Hydrogen\nv18.16.0 Hydrogen\nv18.16.1 Hydrogen\nv18.17.0 Hydrogen\nv18.17.1 Hydrogen\nv18.18.0 Hydrogen\nv18.18.1 Hydrogen\nv18.18.2 Hydrogen\nv18.19.0 Hydrogen\nv18.19.1 Hydrogen\nv18.20.0 Hydrogen\nv18.20.1 Hydrogen\nv18.20.2 Hydrogen\nv18.20.3 Hydrogen\nv18.20.4 Hydrogen *\nv20.9.0 Iron\nv20.10.0 Iron\nv20.11.0 Iron\nv20.11.1 Iron\nv20.12.0 Iron\nv20.12.1 Iron\nv20.12.2 Iron\nv20.13.0 Iron\nv20.13.1 Iron\nv20.14.0 Iron\nv20.15.0 Iron\nv20.15.1 Iron\nv20.16.0 Iron\nv20.17.0 Iron\nv20.18.0 Iron *\nv22.11.0 Jod *\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_ls_remote nightly.txt",
    "content": "v0.10.41-nightly20151203036580393d\nv0.10.42-nightly20160128b125512a5c\nv0.12.10-nightly20160128a305339f66\nv4.0.0-nightly201509079cae65c510\nv5.7.1-nightly20160301c83725c604\nv5.7.2-nightly2016030801c331ea37\nv5.11.1-nightly2016050199920480ae\nv5.11.2-nightly2016060121552bd0c5\nv6.0.0-nightly20160301d9f7a597e4\nv6.5.1-nightly20160901180867d6a6\nv6.7.1-nightly20161001d7454e7547\nv6.9.6-nightly201702013f61aae59d Boron *\nv7.0.0-nightly20161001c8c2544cd9\nv7.5.1-nightly2017020113a024d531\nv7.7.1-nightly201703019c75f4c78a\nv7.9.1-nightly20170411675ece47b3\nv8.0.0-nightly201705010f58d3cbef\nv8.2.1-nightly2017080132b30d519e\nv8.9.1-nightly20171104a815e1b6a2 Carbon *\nv9.0.0-nightly20171001f9be5fe52a\nv9.5.1-nightly2018020181da708f73\nv9.7.1-nightly201803013f3995b7b7\nv9.9.1-nightly201803256591d9f761\nv10.0.0-nightly20180401141be923f3\nv10.5.1-nightly20180701b28fd37a69\nv10.7.1-nightly2018080162fd84528e\nv10.9.0-nightly20180906707a37f74f\nv10.15.3-nightly20190301156e4c8e89 Dubnium\nv10.15.4-nightly201905019101d9368f Dubnium\nv10.16.2-nightly20190801f025f8524b Dubnium *\nv11.0.0-nightly201810011be804d625\nv11.1.0-nightly20181101af6d26281f\nv12.0.0-nightly2019040166b95362df\nv12.22.10-nightly2022012660c9d3bb95 Erbium *\nv13.0.0-nightly2019100116e47b976b\nv13.2.1-nightly20191201cbd50262c0\nv13.9.1-nightly202003041bca7b6c70\nv13.12.1-nightly20200401ffdd82ba3f\nv14.0.0-nightly20200421c3554307c6\nv15.0.0-nightly2020102011f1ad939f\nv16.0.0-nightly20210420a0261d231c\nv17.0.0-nightly2021100135dc3861cd\nv17.5.0-nightly20220209e43808936a\nv18.0.0-nightly20220419bde889bd4e\nv19.0.0-nightly202210182672219b78\nv20.0.0-nightly2023041197d3912eb8\nv20.7.0-nightly202309173557c436181c526f41bb6ce7751e63f36695aa1d\nv20.11.0-nightly202312211a0be537da Iron *\nv21.0.0-nightly202310240fb512344f\nv22.0.0-nightly20240424ddd0a9e494\nv23.0.0-nightly20241016019efe1453\nv24.0.0-nightly20241031996708042b\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_ls_remote stable nightly.txt",
    "content": "v24.0.0-nightly20241031996708042b\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_ls_remote stable.txt",
    "content": "v23.1.0\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_ls_remote.txt",
    "content": "v0.1.14\nv0.1.15\nv0.1.16\nv0.1.17\nv0.1.18\nv0.1.19\nv0.1.20\nv0.1.21\nv0.1.22\nv0.1.23\nv0.1.24\nv0.1.25\nv0.1.26\nv0.1.27\nv0.1.28\nv0.1.29\nv0.1.30\nv0.1.31\nv0.1.32\nv0.1.33\nv0.1.90\nv0.1.91\nv0.1.92\nv0.1.93\nv0.1.94\nv0.1.95\nv0.1.96\nv0.1.97\nv0.1.98\nv0.1.99\nv0.1.100\nv0.1.101\nv0.1.102\nv0.1.103\nv0.1.104\nv0.2.0\nv0.2.1\nv0.2.2\nv0.2.3\nv0.2.4\nv0.2.5\nv0.2.6\nv0.3.0\nv0.3.1\nv0.3.2\nv0.3.3\nv0.3.4\nv0.3.5\nv0.3.6\nv0.3.7\nv0.3.8\nv0.4.0\nv0.4.1\nv0.4.2\nv0.4.3\nv0.4.4\nv0.4.5\nv0.4.6\nv0.4.7\nv0.4.8\nv0.4.9\nv0.4.10\nv0.4.11\nv0.4.12\nv0.5.0\nv0.5.1\nv0.5.2\nv0.5.3\nv0.5.4\nv0.5.5\nv0.5.6\nv0.5.7\nv0.5.8\nv0.5.9\nv0.5.10\nv0.6.0\nv0.6.1\nv0.6.2\nv0.6.3\nv0.6.4\nv0.6.5\nv0.6.6\nv0.6.7\nv0.6.8\nv0.6.9\nv0.6.10\nv0.6.11\nv0.6.12\nv0.6.13\nv0.6.14\nv0.6.15\nv0.6.16\nv0.6.17\nv0.6.18\nv0.6.19\nv0.6.20\nv0.6.21\nv0.7.0\nv0.7.1\nv0.7.2\nv0.7.3\nv0.7.4\nv0.7.5\nv0.7.6\nv0.7.7\nv0.7.8\nv0.7.9\nv0.7.10\nv0.7.11\nv0.7.12\nv0.8.0\nv0.8.1\nv0.8.2\nv0.8.3\nv0.8.4\nv0.8.5\nv0.8.6\nv0.8.7\nv0.8.8\nv0.8.9\nv0.8.10\nv0.8.11\nv0.8.12\nv0.8.13\nv0.8.14\nv0.8.15\nv0.8.16\nv0.8.17\nv0.8.18\nv0.8.19\nv0.8.20\nv0.8.21\nv0.8.22\nv0.8.23\nv0.8.24\nv0.8.25\nv0.8.26\nv0.8.27\nv0.8.28\nv0.9.0\nv0.9.1\nv0.9.2\nv0.9.3\nv0.9.4\nv0.9.5\nv0.9.6\nv0.9.7\nv0.9.8\nv0.9.9\nv0.9.10\nv0.9.11\nv0.9.12\nv0.10.0\nv0.10.1\nv0.10.2\nv0.10.3\nv0.10.4\nv0.10.5\nv0.10.6\nv0.10.7\nv0.10.8\nv0.10.9\nv0.10.10\nv0.10.11\nv0.10.12\nv0.10.13\nv0.10.14\nv0.10.15\nv0.10.16\nv0.10.17\nv0.10.18\nv0.10.19\nv0.10.20\nv0.10.21\nv0.10.22\nv0.10.23\nv0.10.24\nv0.10.25\nv0.10.26\nv0.10.27\nv0.10.28\nv0.10.29\nv0.10.30\nv0.10.31\nv0.10.32\nv0.10.33\nv0.10.34\nv0.10.35\nv0.10.36\nv0.10.37\nv0.10.38\nv0.10.39\nv0.10.40\nv0.10.41\nv0.10.42\nv0.10.43\nv0.10.44\nv0.10.45\nv0.10.46\nv0.10.47\nv0.10.48\nv0.11.0\nv0.11.1\nv0.11.2\nv0.11.3\nv0.11.4\nv0.11.5\nv0.11.6\nv0.11.7\nv0.11.8\nv0.11.9\nv0.11.10\nv0.11.11\nv0.11.12\nv0.11.13\nv0.11.14\nv0.11.15\nv0.11.16\nv0.12.0\nv0.12.1\nv0.12.2\nv0.12.3\nv0.12.4\nv0.12.5\nv0.12.6\nv0.12.7\nv0.12.8\nv0.12.9\nv0.12.10\nv0.12.11\nv0.12.12\nv0.12.13\nv0.12.14\nv0.12.15\nv0.12.16\nv0.12.17\nv0.12.18\nv4.0.0\nv4.1.0\nv4.1.1\nv4.1.2\nv4.2.0 Argon\nv4.2.1 Argon\nv4.2.2 Argon\nv4.2.3 Argon\nv4.2.4 Argon\nv4.2.5 Argon\nv4.2.6 Argon\nv4.3.0 Argon\nv4.3.1 Argon\nv4.3.2 Argon\nv4.4.0 Argon\nv4.4.1 Argon\nv4.4.2 Argon\nv4.4.3 Argon\nv4.4.4 Argon\nv4.4.5 Argon\nv4.4.6 Argon\nv4.4.7 Argon\nv4.5.0 Argon\nv4.6.0 Argon\nv4.6.1 Argon\nv4.6.2 Argon\nv4.7.0 Argon\nv4.7.1 Argon\nv4.7.2 Argon\nv4.7.3 Argon\nv4.8.0 Argon\nv4.8.1 Argon\nv4.8.2 Argon\nv4.8.3 Argon\nv4.8.4 Argon\nv4.8.5 Argon\nv4.8.6 Argon\nv4.8.7 Argon\nv4.9.0 Argon\nv4.9.1 Argon *\nv5.0.0\nv5.1.0\nv5.1.1\nv5.2.0\nv5.3.0\nv5.4.0\nv5.4.1\nv5.5.0\nv5.6.0\nv5.7.0\nv5.7.1\nv5.8.0\nv5.9.0\nv5.9.1\nv5.10.0\nv5.10.1\nv5.11.0\nv5.11.1\nv5.12.0\nv6.0.0\nv6.1.0\nv6.2.0\nv6.2.1\nv6.2.2\nv6.3.0\nv6.3.1\nv6.4.0\nv6.5.0\nv6.6.0\nv6.7.0\nv6.8.0\nv6.8.1\nv6.9.0 Boron\nv6.9.1 Boron\nv6.9.2 Boron\nv6.9.3 Boron\nv6.9.4 Boron\nv6.9.5 Boron\nv6.10.0 Boron\nv6.10.1 Boron\nv6.10.2 Boron\nv6.10.3 Boron\nv6.11.0 Boron\nv6.11.1 Boron\nv6.11.2 Boron\nv6.11.3 Boron\nv6.11.4 Boron\nv6.11.5 Boron\nv6.12.0 Boron\nv6.12.1 Boron\nv6.12.2 Boron\nv6.12.3 Boron\nv6.13.0 Boron\nv6.13.1 Boron\nv6.14.0 Boron\nv6.14.1 Boron\nv6.14.2 Boron\nv6.14.3 Boron\nv6.14.4 Boron\nv6.15.0 Boron\nv6.15.1 Boron\nv6.16.0 Boron\nv6.17.0 Boron\nv6.17.1 Boron *\nv7.0.0\nv7.1.0\nv7.2.0\nv7.2.1\nv7.3.0\nv7.4.0\nv7.5.0\nv7.6.0\nv7.7.0\nv7.7.1\nv7.7.2\nv7.7.3\nv7.7.4\nv7.8.0\nv7.9.0\nv7.10.0\nv7.10.1\nv8.0.0\nv8.1.0\nv8.1.1\nv8.1.2\nv8.1.3\nv8.1.4\nv8.2.0\nv8.2.1\nv8.3.0\nv8.4.0\nv8.5.0\nv8.6.0\nv8.7.0\nv8.8.0\nv8.8.1\nv8.9.0 Carbon\nv8.9.1 Carbon\nv8.9.2 Carbon\nv8.9.3 Carbon\nv8.9.4 Carbon\nv8.10.0 Carbon\nv8.11.0 Carbon\nv8.11.1 Carbon\nv8.11.2 Carbon\nv8.11.3 Carbon\nv8.11.4 Carbon\nv8.12.0 Carbon\nv8.13.0 Carbon\nv8.14.0 Carbon\nv8.14.1 Carbon\nv8.15.0 Carbon\nv8.15.1 Carbon\nv8.16.0 Carbon\nv8.16.1 Carbon\nv8.16.2 Carbon\nv8.17.0 Carbon *\nv9.0.0\nv9.1.0\nv9.2.0\nv9.2.1\nv9.3.0\nv9.4.0\nv9.5.0\nv9.6.0\nv9.6.1\nv9.7.0\nv9.7.1\nv9.8.0\nv9.9.0\nv9.10.0\nv9.10.1\nv9.11.0\nv9.11.1\nv9.11.2\nv10.0.0\nv10.1.0\nv10.2.0\nv10.2.1\nv10.3.0\nv10.4.0\nv10.4.1\nv10.5.0\nv10.6.0\nv10.7.0\nv10.8.0\nv10.9.0\nv10.10.0\nv10.11.0\nv10.12.0\nv10.13.0 Dubnium\nv10.14.0 Dubnium\nv10.14.1 Dubnium\nv10.14.2 Dubnium\nv10.15.0 Dubnium\nv10.15.1 Dubnium\nv10.15.2 Dubnium\nv10.15.3 Dubnium\nv10.16.0 Dubnium\nv10.16.1 Dubnium\nv10.16.2 Dubnium\nv10.16.3 Dubnium\nv10.17.0 Dubnium\nv10.18.0 Dubnium\nv10.18.1 Dubnium\nv10.19.0 Dubnium\nv10.20.0 Dubnium\nv10.20.1 Dubnium\nv10.21.0 Dubnium\nv10.22.0 Dubnium\nv10.22.1 Dubnium\nv10.23.0 Dubnium\nv10.23.1 Dubnium\nv10.23.2 Dubnium\nv10.23.3 Dubnium\nv10.24.0 Dubnium\nv10.24.1 Dubnium *\nv11.0.0\nv11.1.0\nv11.2.0\nv11.3.0\nv11.4.0\nv11.5.0\nv11.6.0\nv11.7.0\nv11.8.0\nv11.9.0\nv11.10.0\nv11.10.1\nv11.11.0\nv11.12.0\nv11.13.0\nv11.14.0\nv11.15.0\nv12.0.0\nv12.1.0\nv12.2.0\nv12.3.0\nv12.3.1\nv12.4.0\nv12.5.0\nv12.6.0\nv12.7.0\nv12.8.0\nv12.8.1\nv12.9.0\nv12.9.1\nv12.10.0\nv12.11.0\nv12.11.1\nv12.12.0\nv12.13.0 Erbium\nv12.13.1 Erbium\nv12.14.0 Erbium\nv12.14.1 Erbium\nv12.15.0 Erbium\nv12.16.0 Erbium\nv12.16.1 Erbium\nv12.16.2 Erbium\nv12.16.3 Erbium\nv12.17.0 Erbium\nv12.18.0 Erbium\nv12.18.1 Erbium\nv12.18.2 Erbium\nv12.18.3 Erbium\nv12.18.4 Erbium\nv12.19.0 Erbium\nv12.19.1 Erbium\nv12.20.0 Erbium\nv12.20.1 Erbium\nv12.20.2 Erbium\nv12.21.0 Erbium\nv12.22.0 Erbium\nv12.22.1 Erbium\nv12.22.2 Erbium\nv12.22.3 Erbium\nv12.22.4 Erbium\nv12.22.5 Erbium\nv12.22.6 Erbium\nv12.22.7 Erbium\nv12.22.8 Erbium\nv12.22.9 Erbium\nv12.22.10 Erbium\nv12.22.11 Erbium\nv12.22.12 Erbium *\nv13.0.0\nv13.0.1\nv13.1.0\nv13.2.0\nv13.3.0\nv13.4.0\nv13.5.0\nv13.6.0\nv13.7.0\nv13.8.0\nv13.9.0\nv13.10.0\nv13.10.1\nv13.11.0\nv13.12.0\nv13.13.0\nv13.14.0\nv14.0.0\nv14.1.0\nv14.2.0\nv14.3.0\nv14.4.0\nv14.5.0\nv14.6.0\nv14.7.0\nv14.8.0\nv14.9.0\nv14.10.0\nv14.10.1\nv14.11.0\nv14.12.0\nv14.13.0\nv14.13.1\nv14.14.0\nv14.15.0 Fermium\nv14.15.1 Fermium\nv14.15.2 Fermium\nv14.15.3 Fermium\nv14.15.4 Fermium\nv14.15.5 Fermium\nv14.16.0 Fermium\nv14.16.1 Fermium\nv14.17.0 Fermium\nv14.17.1 Fermium\nv14.17.2 Fermium\nv14.17.3 Fermium\nv14.17.4 Fermium\nv14.17.5 Fermium\nv14.17.6 Fermium\nv14.18.0 Fermium\nv14.18.1 Fermium\nv14.18.2 Fermium\nv14.18.3 Fermium\nv14.19.0 Fermium\nv14.19.1 Fermium\nv14.19.2 Fermium\nv14.19.3 Fermium\nv14.20.0 Fermium\nv14.20.1 Fermium\nv14.21.0 Fermium\nv14.21.1 Fermium\nv14.21.2 Fermium\nv14.21.3 Fermium *\nv15.0.0\nv15.0.1\nv15.1.0\nv15.2.0\nv15.2.1\nv15.3.0\nv15.4.0\nv15.5.0\nv15.5.1\nv15.6.0\nv15.7.0\nv15.8.0\nv15.9.0\nv15.10.0\nv15.11.0\nv15.12.0\nv15.13.0\nv15.14.0\nv16.0.0\nv16.1.0\nv16.2.0\nv16.3.0\nv16.4.0\nv16.4.1\nv16.4.2\nv16.5.0\nv16.6.0\nv16.6.1\nv16.6.2\nv16.7.0\nv16.8.0\nv16.9.0\nv16.9.1\nv16.10.0\nv16.11.0\nv16.11.1\nv16.12.0\nv16.13.0 Gallium\nv16.13.1 Gallium\nv16.13.2 Gallium\nv16.14.0 Gallium\nv16.14.1 Gallium\nv16.14.2 Gallium\nv16.15.0 Gallium\nv16.15.1 Gallium\nv16.16.0 Gallium\nv16.17.0 Gallium\nv16.17.1 Gallium\nv16.18.0 Gallium\nv16.18.1 Gallium\nv16.19.0 Gallium\nv16.19.1 Gallium\nv16.20.0 Gallium\nv16.20.1 Gallium\nv16.20.2 Gallium *\nv17.0.0\nv17.0.1\nv17.1.0\nv17.2.0\nv17.3.0\nv17.3.1\nv17.4.0\nv17.5.0\nv17.6.0\nv17.7.0\nv17.7.1\nv17.7.2\nv17.8.0\nv17.9.0\nv17.9.1\nv18.0.0\nv18.1.0\nv18.2.0\nv18.3.0\nv18.4.0\nv18.5.0\nv18.6.0\nv18.7.0\nv18.8.0\nv18.9.0\nv18.9.1\nv18.10.0\nv18.11.0\nv18.12.0 Hydrogen\nv18.12.1 Hydrogen\nv18.13.0 Hydrogen\nv18.14.0 Hydrogen\nv18.14.1 Hydrogen\nv18.14.2 Hydrogen\nv18.15.0 Hydrogen\nv18.16.0 Hydrogen\nv18.16.1 Hydrogen\nv18.17.0 Hydrogen\nv18.17.1 Hydrogen\nv18.18.0 Hydrogen\nv18.18.1 Hydrogen\nv18.18.2 Hydrogen\nv18.19.0 Hydrogen\nv18.19.1 Hydrogen\nv18.20.0 Hydrogen\nv18.20.1 Hydrogen\nv18.20.2 Hydrogen\nv18.20.3 Hydrogen\nv18.20.4 Hydrogen *\nv19.0.0\nv19.0.1\nv19.1.0\nv19.2.0\nv19.3.0\nv19.4.0\nv19.5.0\nv19.6.0\nv19.6.1\nv19.7.0\nv19.8.0\nv19.8.1\nv19.9.0\nv20.0.0\nv20.1.0\nv20.2.0\nv20.3.0\nv20.3.1\nv20.4.0\nv20.5.0\nv20.5.1\nv20.6.0\nv20.6.1\nv20.7.0\nv20.8.0\nv20.8.1\nv20.9.0 Iron\nv20.10.0 Iron\nv20.11.0 Iron\nv20.11.1 Iron\nv20.12.0 Iron\nv20.12.1 Iron\nv20.12.2 Iron\nv20.13.0 Iron\nv20.13.1 Iron\nv20.14.0 Iron\nv20.15.0 Iron\nv20.15.1 Iron\nv20.16.0 Iron\nv20.17.0 Iron\nv20.18.0 Iron *\nv21.0.0\nv21.1.0\nv21.2.0\nv21.3.0\nv21.4.0\nv21.5.0\nv21.6.0\nv21.6.1\nv21.6.2\nv21.7.0\nv21.7.1\nv21.7.2\nv21.7.3\nv22.0.0\nv22.1.0\nv22.2.0\nv22.3.0\nv22.4.0\nv22.4.1\nv22.5.0\nv22.5.1\nv22.6.0\nv22.7.0\nv22.8.0\nv22.9.0\nv22.10.0\nv22.11.0 Jod *\nv23.0.0\nv23.1.0\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_ls_remote_iojs.txt",
    "content": "iojs-v1.0.0\niojs-v1.0.1\niojs-v1.0.2\niojs-v1.0.3\niojs-v1.0.4\niojs-v1.1.0\niojs-v1.2.0\niojs-v1.3.0\niojs-v1.4.1\niojs-v1.4.2\niojs-v1.4.3\niojs-v1.5.0\niojs-v1.5.1\niojs-v1.6.0\niojs-v1.6.1\niojs-v1.6.2\niojs-v1.6.3\niojs-v1.6.4\niojs-v1.7.1\niojs-v1.8.1\niojs-v1.8.2\niojs-v1.8.3\niojs-v1.8.4\niojs-v2.0.0\niojs-v2.0.1\niojs-v2.0.2\niojs-v2.1.0\niojs-v2.2.0\niojs-v2.2.1\niojs-v2.3.0\niojs-v2.3.1\niojs-v2.3.2\niojs-v2.3.3\niojs-v2.3.4\niojs-v2.4.0\niojs-v2.5.0\niojs-v3.0.0\niojs-v3.1.0\niojs-v3.2.0\niojs-v3.3.0\niojs-v3.3.1\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_make_alias LTS alias calls.txt",
    "content": "lts/*|lts/jod\nlts/jod|v22.11.0\nlts/iron|v20.18.0\nlts/hydrogen|v18.20.4\nlts/gallium|v16.20.2\nlts/fermium|v14.21.3\nlts/erbium|v12.22.12\nlts/dubnium|v10.24.1\nlts/carbon|v8.17.0\nlts/boron|v6.17.1\nlts/argon|v4.9.1\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_print_implicit_alias remote stable nightly.txt",
    "content": "24.0\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/nvm_print_implicit_alias remote stable.txt",
    "content": "23.1\n"
  },
  {
    "path": "test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/d/.gitkeep",
    "content": ""
  },
  {
    "path": "test/fast/Unit tests/mocks/project_dirs/nested-both/package.json",
    "content": ""
  },
  {
    "path": "test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/d/.gitkeep",
    "content": ""
  },
  {
    "path": "test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/d/.gitkeep",
    "content": ""
  },
  {
    "path": "test/fast/Unit tests/mocks/project_dirs/nested-pkg/package.json",
    "content": ""
  },
  {
    "path": "test/fast/Unit tests/mocks/project_dirs/no-nesting-both/package.json",
    "content": ""
  },
  {
    "path": "test/fast/Unit tests/mocks/project_dirs/no-nesting-pkg/package.json",
    "content": ""
  },
  {
    "path": "test/fast/Unit tests/nvm install --offline",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\n# Mock nvm_download to ensure no network access\nnvm_download() {\n  die \"nvm_download should not be called in offline mode\"\n}\n\n# --offline with an already-installed version should succeed\nINSTALLED_VERSION=\"$(nvm ls | command tail -1 | command awk '{print $1}' | command sed 's/\\x1b\\[[0-9;]*m//g')\"\nif [ -n \"${INSTALLED_VERSION}\" ] && [ \"_${INSTALLED_VERSION}\" != '_N/A' ] && [ \"_${INSTALLED_VERSION}\" != '_system' ]; then\n  try nvm install --offline \"${INSTALLED_VERSION}\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] \\\n    || die \"nvm install --offline with installed version '${INSTALLED_VERSION}' should succeed, got exit code $CAPTURED_EXIT_CODE\"\nfi\n\n# --offline with a nonexistent version should fail\ntry_err nvm install --offline 999.999.999\n[ \"_$CAPTURED_EXIT_CODE\" != \"_0\" ] \\\n  || die \"nvm install --offline with nonexistent version should fail\"\n\nEXPECTED_ERR=\"not found locally or in cache\"\nnvm_echo \"$CAPTURED_STDERR\" | nvm_grep -q \"${EXPECTED_ERR}\" \\\n  || die \"nvm install --offline error should mention 'not found locally or in cache'; got '$CAPTURED_STDERR'\"\n\n# --offline should not require curl or wget\nnvm_has() { return 1; }\ntry_err nvm install --offline 999.999.999\n# Should fail with \"not found\" not \"nvm needs curl or wget\"\nnvm_echo \"$CAPTURED_STDERR\" | nvm_grep -q \"curl or wget\" \\\n  && die \"nvm install --offline should not require curl or wget\"\nalias nvm_has='\\nvm_has'\nunset -f nvm_has\n"
  },
  {
    "path": "test/fast/Unit tests/nvm install -b",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm_install_source() {\n  exit 42\n}\n\nVERSION=\"0.7.0\"\n\nEXIT_CODE=$(nvm install -b \"${VERSION}\" ; echo $?)\n\n[ $EXIT_CODE -eq 3 ] || die \"Expected exit code 3, got ${EXIT_CODE}\"\n\nACTUAL=\"$(nvm install -b \"${VERSION}\" 2>&1)\"\nEXPECTED=\"Binary download is not available for v${VERSION}\"\n\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"Expected >${EXPECTED}<, got >${ACTUAL}<\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm install with nonlowercase LTS name",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nREMOTE=\"${PWD}/mocks/nvm_ls_remote.txt\"\nREMOTE_IOJS=\"${PWD}/mocks/nvm_ls_remote_iojs.txt\"\n\nnvm_download() {\n  if [ \"$*\" = \"-L -s $(nvm_get_mirror node std)/index.tab -o -\" ]; then\n    cat \"${REMOTE}\"\n  elif [ \"$*\" = \"-L -s $(nvm_get_mirror iojs)/index.tab -o -\" ]; then\n    cat \"${REMOTE_IOJS}\"\n  else\n    nvm_err \"unknown nvm_download call: $*\"\n    return 42\n  fi\n}\n\nnvm_install_binary() {\n  return 42\n}\nnvm_install_source() {\n  return 42\n}\n\nACTUAL=\"$(nvm install lts/ARGON 2>&1)\"\nEXIT_CODE=$?\n[ $EXIT_CODE -eq 3 ] || die \"Expected exit code of 3, got ${EXIT_CODE}\"\n\nEXPECTED=\"LTS names must be lowercase\nVersion with LTS filter 'ARGON' not found - try \\`nvm ls-remote --lts=ARGON\\` to browse available versions.\"\n\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"Expected >${EXPECTED}<, got >${ACTUAL}<\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm ls-remote",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f nvm_download nvm_ls_remote nvm_ls_remote_iojs\n  if [ -n \"${TEMP_NVM_COLORS-}\" ]; then\n    export NVM_COLORS=TEMP_NVM_COLORS\n  fi\n  unset TEMP_NVM_COLORS\n  rm -rf \"${NVM_DIR}/alias/lts\"\n  mv \"${NVM_DIR}/alias/lts-backup\" \"${NVM_DIR}/alias/lts\"\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\nif [ -n \"${NVM_COLORS-}\" ]; then\n  export TEMP_NVM_COLORS=NVM_COLORS\n  unset NVM_COLORS\nfi\n\nMOCKS_DIR=\"../Unit tests/mocks\"\n\nLTS_NAMES_PATH=\"${MOCKS_DIR}/LTS_names.txt\"\n\nSTAR=\"$(cat \"${MOCKS_DIR}/lts-star.txt\")\"\n\nmv \"${NVM_DIR}/alias/lts\" \"${NVM_DIR}/alias/lts-backup\" ||:\nmkdir -p \"${NVM_DIR}/alias/lts\"\n\necho \"${STAR}\" > \"${NVM_DIR}/alias/lts/\\*\"\nprintf '%s\\n' \"$(cat \"${LTS_NAMES_PATH}\" | tail -n +1)\" | while IFS= read -r LTS; do\n  cp \"${NVM_DIR}/alias/lts-backup/${LTS}\" \"${NVM_DIR}/alias/lts/\"\ndone\n\nnvm_has_colors() { return 0; }\n\nnvm deactivate 2>/dev/null || die 'unable to deactivate'\n\n\\. ../../common.sh\n\nnvm_download() {\n  if [ \"$*\" = \"-L -s $(nvm_get_mirror node std)/index.tab -o -\" ]; then\n    cat \"${MOCKS_DIR}/nodejs.org-dist-index.tab\"\n    return\n  fi\n  return 42\n}\n\nEXPECTED_OUTPUT_PATH=\"${MOCKS_DIR}/nvm ls-remote lts.txt\"\nOUTPUT=\"$(nvm ls-remote --lts | sed 's/[ \\t]*$//')\"\nEXPECTED_OUTPUT=\"$(cat \"${EXPECTED_OUTPUT_PATH}\" | sed 's/[ \\t]*$//' )\"\n[ \"_${OUTPUT}\" = \"_${EXPECTED_OUTPUT}\" ] || die \"nvm ls-remote --lts did not output expected sorted versions; got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nEXPECTED_OUTPUT_PATH=\"${MOCKS_DIR}/nvm ls-remote lts.txt\"\nOUTPUT=\"$(nvm ls-remote \"lts/*\" | sed 's/[ \\t]*$//')\"\nEXPECTED_OUTPUT=\"$(cat \"${EXPECTED_OUTPUT_PATH}\" | sed 's/[ \\t]*$//' )\"\n[ \"_${OUTPUT}\" = \"_${EXPECTED_OUTPUT}\" ] || die \"nvm ls-remote lts/* did not output expected sorted versions; got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nLTS_LIST=\"$(cat \"${LTS_NAMES_PATH}\" | tail -n +2)\"\n\nINDEX=1\nprintf '%s\\n' \"${LTS_LIST}\" | while IFS= read -r LTS; do\n  ACTUAL=\"$(nvm ls-remote \"lts/-${INDEX}\" | sed 's/[ \\t]*$//')\"\n  MESSAGE=\"for lts/-${INDEX} (${LTS})\"\n  EXPECTED=\"$(nvm ls-remote \"lts/${LTS}\" | sed 's/[ \\t]*$//')\"\n  [ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"${MESSAGE}: expected >${EXPECTED}<, got >${ACTUAL}<\"\n\n  INDEX=$(($INDEX + 1))\ndone\n\nnvm_has_colors() { return 1; }\nOUTPUT=\"$(nvm ls-remote lts/ARGON 2>&1)\"\nEXIT_CODE=$?\nnvm_has_colors() { return 0; }\n[ $EXIT_CODE -eq 3 ] || die \"nvm ls-remote lts/ARGON did not exit 3, got '${EXIT_CODE}'\"\n\nEXPECTED_OUTPUT=\"LTS names must be lowercase\n            N/A *\"\n[ \"_${OUTPUT}\" = \"_${EXPECTED_OUTPUT}\" ] || die \"nvm ls-remote lts/ARGON did not output expected error message; got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nREMOTE=\"${PWD}/mocks/nvm_ls_remote.txt\"\nnvm_ls_remote() {\n  cat \"${REMOTE}\"\n}\nREMOTE_IOJS=\"${PWD}/mocks/nvm_ls_remote_iojs.txt\"\nnvm_ls_remote_iojs() {\n  cat \"${REMOTE_IOJS}\"\n}\n\nEXPECTED_OUTPUT_PATH=\"${MOCKS_DIR}/nvm ls-remote.txt\"\nOUTPUT=\"$(nvm ls-remote | sed 's/[ \\t]*$//')\"\nEXPECTED_OUTPUT=\"$(cat \"${EXPECTED_OUTPUT_PATH}\" | sed 's/[ \\t]*$//' )\"\n[ \"_${OUTPUT}\" = \"_${EXPECTED_OUTPUT}\" ] || die \"bare nvm ls-remote did not output expected sorted versions; got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm set_colors",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset NVM_COLORS\n  unset -f nvm_has_colors\n  if [ -n TEMP_NVM_COLORS ]; then\n    export NVM_COLORS=TEMP_NVM_COLORS\n  fi\n  unset TEMP_NVM_COLORS\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n# NVM_COLORS is not set\nif [ -n ${NVM_COLORS} ]; then\n  export TEMP_NVM_COLORS=NVM_COLORS\n  unset NVM_COLORS\nfi\n\n# test valid setting colors/\nnvm set-colors rgbyc\nOUTPUT=\"${NVM_COLORS}\"\nEXPECTED_OUTPUT=\"rgbyc\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"NVM_SET_COLORS failed with valid input; got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\n# test invalid 4 colors\nset +ex\nOUTPUT=\"$(echo $(nvm set-colors rgby 2>&1) | awk '{ print substr($0, length($0)-92, 93); }')\"\nEXPECTED_OUTPUT=\"$(command printf %b \"\\033[1;37mPlease pass in five \\033[1;31mvalid color codes\\033[1;37m. Choose from: rRgGbBcCyYmMkKeW\\033[0m\")\"\nset -ex\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"NVM_SET_COLORS did not fail with invalid input; got >${OUTPUT}, < expected >${EXPECTED_OUTPUT}<\"\n\n# test invalid color codes\nset +ex\nOUTPUT=\"$(echo $(nvm set-colors p3gq7 2>&1) | awk '{ print substr($0, length($0)-92, 93); }')\"\nEXPECTED_OUTPUT=\"$(command printf %b \"\\033[1;37mPlease pass in five \\033[1;31mvalid color codes\\033[1;37m. Choose from: rRgGbBcCyYmMkKeW\\033[0m\")\"\nset -ex\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"NVM_SET_COLORS did not fail with invalid input; got >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\n#test system does not support at least 8 colors\nnvm_has_colors() { return 1; }\nset +ex\nOUTPUT=\"$(echo $(nvm set-colors mcyGb 2>&1) | awk '{ print substr($0, length($0)-76, 77); }')\"\nset -ex\nEXPECTED_OUTPUT=\"WARNING: Colors may not display because they are not supported in this shell.\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"NVM_SET_COLORS did not recognize lack of color support; got >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm version-remote",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f nvm_remote_version\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nnvm_remote_version() {\n  echo \"NVM_VERSION_ONLY:${NVM_VERSION_ONLY-},NVM_LTS:${NVM_LTS-},PATTERN:${PATTERN-}\"\n}\n\nOUTPUT=\"$(nvm version-remote foo)\"\nEXPECTED_OUTPUT='NVM_VERSION_ONLY:true,NVM_LTS:,PATTERN:foo'\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm version-remote foo\\` called nvm_remote_version with >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=\"$(nvm version-remote --lts foo)\"\nEXPECTED_OUTPUT='NVM_VERSION_ONLY:true,NVM_LTS:*,PATTERN:foo'\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm version-remote --lts foo\\` called nvm_remote_version with >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=\"$(nvm version-remote foo --lts)\"\nEXPECTED_OUTPUT='NVM_VERSION_ONLY:true,NVM_LTS:*,PATTERN:foo'\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm version-remote foo --lts\\` called nvm_remote_version with >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=\"$(nvm version-remote --lts=argon foo)\"\nEXPECTED_OUTPUT='NVM_VERSION_ONLY:true,NVM_LTS:argon,PATTERN:foo'\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm version-remote --lts=argon foo\\` called nvm_remote_version with >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=\"$(nvm version-remote lts/foo)\"\nEXPECTED_OUTPUT='NVM_VERSION_ONLY:true,NVM_LTS:foo,PATTERN:'\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm version-remote lts/foo\\` called nvm_remote_version with >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=\"$(nvm version-remote 'lts/*')\"\nEXPECTED_OUTPUT='NVM_VERSION_ONLY:true,NVM_LTS:*,PATTERN:'\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm version-remote lts/*\\` called nvm_remote_version with >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\nset +ex # needed for stderr\nOUTPUT=\"$(nvm version-remote --foo bar 2>&1)\"\nset -ex\nEXPECTED_OUTPUT='Unsupported option \"--foo\".'\nEXIT_CODE=\"$(nvm version-remote --foo bar >/dev/null 2>&1 && echo $? || echo $?)\"\n[ \"${EXIT_CODE}\" = 55 ] || die \"\\`nvm version-remote --foo bar\\` did not exit with code 55, got >${EXIT_CODE}<\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm version-remote --foo bar\\` errored with >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_add_iojs_prefix",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n[ \"_$(nvm_add_iojs_prefix 1)\" = \"_iojs-v1\" ] || die '\"nvm_add_iojs_prefix 1\" did not return \"iojs-v1\"'\n[ \"_$(nvm_add_iojs_prefix iojs-1)\" = \"_iojs-v1\" ] || die '\"nvm_add_iojs_prefix iojs-1\" did not return \"iojs-v1\"'\n[ \"_$(nvm_add_iojs_prefix iojs-1.2.3)\" = \"_iojs-v1.2.3\" ] || die '\"nvm_add_iojs_prefix iojs-1.2.3\" did not return \"iojs-v1.2.3\"'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_alias",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup () {\n  rm -rf ../../../alias/test\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\ntry_err nvm_alias\nEXPECTED_OUTPUT='An alias is required.'\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_alias' produced wrong output; got $CAPTURED_STDERR\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_1\" ] || die \"'nvm_alias' exited with $CAPTURED_EXIT_CODE, expected 1\"\n\nrm -rf ../../../alias/nonexistent\n\ntry_err nvm_alias nonexistent\nEXPECTED_OUTPUT='Alias does not exist.'\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_alias nonexistent' produced wrong output; got $CAPTURED_STDERR\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_2\" ] || die \"'nvm_alias nonexistent' exited with $CAPTURED_EXIT_CODE, expected 2\"\n\nEXPECTED_OUTPUT=\"0.10\"\nnvm alias test \"$EXPECTED_OUTPUT\" || die \"'nvm alias test $EXPECTED_OUTPUT' failed\"\nOUTPUT=\"$(nvm_alias test)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_alias test' produced wrong output; got $OUTPUT\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_alias LTS-N",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n\ncleanup() {\n  unset -f nvm_download\n  rm -rf \"${NVM_DIR}/alias/lts\"\n  mv \"${NVM_DIR}/alias/lts-backup\" \"${NVM_DIR}/alias/lts\"\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nMOCKS_DIR=\"${PWD}/mocks\"\n\nLTS_NAMES_PATH=\"${MOCKS_DIR}/LTS_names.txt\"\nLTS_LIST=\"$(cat \"${LTS_NAMES_PATH}\" | tail -n +2)\"\n\nmv \"${NVM_DIR}/alias/lts\" \"${NVM_DIR}/alias/lts-backup\" ||:\nmkdir -p \"${NVM_DIR}/alias/lts\"\n\nfor LTS in $LTS_LIST; do\n  cp \"${NVM_DIR}/alias/lts-backup/${LTS}\" \"${NVM_DIR}/alias/lts/\"\ndone\n\nset -ex\n\n# sample output at the time the test was written\nTAB_PATH=\"${MOCKS_DIR}/nodejs.org-dist-index.tab\"\nnvm_download() {\n  cat \"${TAB_PATH}\"\n}\n\nnvm_ls_remote >/dev/null || die \"nvm_ls_remote_failed?!\"\n\nN=0\nwhile IFS= read -r LTS; do\n  if [ $N -gt 0 ]; then\n    EXPECTED=\"$(nvm_alias \"lts/${LTS}\")\"\n    ACTUAL=\"$(nvm_alias \"lts/-${N}\")\"\n    [ \"${EXPECTED}\" = \"${ACTUAL}\" ] || die \"\\`nvm_alias lts/-${N}\\` was \\`${ACTUAL}\\`; expected \\`${EXPECTED}\\`\"\n  fi\n  N=$(($N+1))\ndone < \"${LTS_NAMES_PATH}\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_alias handles comments",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup () {\n  rm -rf ../../../alias/test-comment\n  rm -rf ../../../alias/test-inline-comment\n  rm -rf ../../../alias/test-comment-first\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# Test: alias file with comment on separate line\necho \"v0.10\n# this is a comment\" > ../../../alias/test-comment\nOUTPUT=\"$(nvm_alias test-comment)\"\nEXPECTED_OUTPUT=\"v0.10\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_alias test-comment' should ignore comment line; expected '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\n# Test: alias file with inline comment\necho \"v0.11 # inline comment\" > ../../../alias/test-inline-comment\nOUTPUT=\"$(nvm_alias test-inline-comment)\"\nEXPECTED_OUTPUT=\"v0.11\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_alias test-inline-comment' should strip inline comment; expected '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\n# Test: alias file with comment as first line\necho \"# comment first\nv0.12\" > ../../../alias/test-comment-first\nOUTPUT=\"$(nvm_alias test-comment-first)\"\nEXPECTED_OUTPUT=\"v0.12\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_alias test-comment-first' should skip comment-only first line; expected '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_alias_path",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n[ \"_$(nvm_alias_path)\" = \"_$NVM_DIR/alias\" ] || die \"nvm_alias_path did not return correct location\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_change_path",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nTEST_PATH=/usr/bin:/usr/local/bin\n\n# New version dir\nNEW_PATH=`nvm_change_path \"$TEST_PATH\" \"/bin\" \"$NVM_DIR/versions/node/v7.1.0\"`\n\n[ \"$NEW_PATH\" = \"$NVM_DIR/versions/node/v7.1.0/bin:/usr/bin:/usr/local/bin\" ] || die \"Not correctly changed: $NEW_PATH \"\n\n# Old version dir\nNEW_PATH=`nvm_change_path \"$TEST_PATH\" \"/bin\" \"$NVM_DIR/v0.1.2\"`\n\n[ \"$NEW_PATH\" = \"$NVM_DIR/v0.1.2/bin:/usr/bin:/usr/local/bin\" ] || die \"Not correctly changed: $NEW_PATH \"\n\n\nTEST_PATH=/home/user/code/test/node_modules/.bin:$NVM_DIR/versions/node/v4.5.0/bin:/usr/bin:/usr/local/bin\n\n# New version dir\nNEW_PATH=`nvm_change_path \"$TEST_PATH\" \"/bin\" \"$NVM_DIR/versions/node/v7.1.0\"`\n\n[ \"$NEW_PATH\" = \"/home/user/code/test/node_modules/.bin:$NVM_DIR/versions/node/v7.1.0/bin:/usr/bin:/usr/local/bin\" ] || die \"Not correctly changed: $NEW_PATH \"\n\n# Old version dir\nNEW_PATH=`nvm_change_path \"$TEST_PATH\" \"/bin\" \"$NVM_DIR/v0.1.2\"`\n\n[ \"$NEW_PATH\" = \"/home/user/code/test/node_modules/.bin:$NVM_DIR/v0.1.2/bin:/usr/bin:/usr/local/bin\" ] || die \"Not correctly changed: $NEW_PATH \"\n\n\nEMPTY_PATH=\n\n# New version dir\nNEW_PATH=`nvm_change_path \"$EMPTY_PATH\" \"/bin\" \"$NVM_DIR/versions/node/v7.1.0\"`\n\n[ \"$NEW_PATH\" = \"$NVM_DIR/versions/node/v7.1.0/bin\" ] || die \"Not correctly prepended: $NEW_PATH \"\n\n# Old version dir\nNEW_PATH=`nvm_change_path \"$EMPTY_PATH\" \"/bin\" \"$NVM_DIR/v0.1.2\"`\n\n[ \"$NEW_PATH\" = \"$NVM_DIR/v0.1.2/bin\" ] || die \"Not correctly prepended: $NEW_PATH \"\n\n\n# https://github.com/nvm-sh/nvm/issues/1652#issuecomment-342571223\nMAC_OS_NESTED_SESSION_PATH=/usr/bin:/usr/local/bin:$NVM_DIR/versions/node/v4.5.0/bin\n\n# New version dir\nNEW_PATH=`nvm_change_path \"$MAC_OS_NESTED_SESSION_PATH\" \"/bin\" \"$NVM_DIR/versions/node/v7.1.0\"`\n\n[ \"$NEW_PATH\" = \"$NVM_DIR/versions/node/v7.1.0/bin:/usr/bin:/usr/local/bin:$NVM_DIR/versions/node/v4.5.0/bin\" ] || die \"Not correctly changed: $NEW_PATH \"\n\n# Old version dir\nNEW_PATH=`nvm_change_path \"$MAC_OS_NESTED_SESSION_PATH\" \"/bin\" \"$NVM_DIR/v0.1.2\"`\n\n[ \"$NEW_PATH\" = \"$NVM_DIR/v0.1.2/bin:/usr/bin:/usr/local/bin:$NVM_DIR/versions/node/v4.5.0/bin\" ] || die \"Not correctly changed: $NEW_PATH \"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_check_for_help",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nTERM=dumb nvm clear-cache --help | grep 'Usage:' || die 'did not print help menu'\nTERM=dumb nvm cache help version | grep 'Usage:' || die 'did not print help menu'\nTERM=dumb nvm cache -h version| grep 'Usage:' || die 'did not print help menu'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_clang_version",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f die\n}\n\ndie () { echo -e \"$@\" ; cleanup ;  exit 1; }\n\nif type \"clang\" > /dev/null 2>&1 ; then\n  clang_exec=\"$(type \"clang\")\"\n  sudo rm -rf \"${clang_exec}\"\nfi\nif type \"clang++\" > /dev/null 2>&1 ; then\n  clangxx_exec=\"$(type \"clang++\")\"\n  sudo rm -rf \"${clangxx_exec}\"\nfi\n\nNVM_ENV=testing \\. ../../../nvm.sh\n\nclang() {\n  if [ \"$1\" = \"--version\" ]; then\n    echo \"${VERSION_MESSAGE}\"\n  fi\n}\n\nassert_version_is() {\n  if [ \"${1}\" != \"${2}\" ]; then\n    die \"Expected ${2}, got ${1}, origin version message:\\n${VERSION_MESSAGE}\"\n    return 1\n  fi\n}\n\nCLANG_VERSION_ON_DEBIAN_JESSIE=\"Debian clang version 3.5.0-10 (tags/RELEASE_350/final) (based on LLVM 3.5.0)\nTarget: x86_64-pc-linux-gnu\nThread model: posix\"\n\nCLANG_VERSION_ON_UBUNTU_TRUSTY=\"Ubuntu clang version 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4)\nTarget: x86_64-pc-linux-gnu\nThread model: posix\"\n\nCLANG_VERSION_ON_ARCHLINUX=\"clang version 3.9.0 (tags/RELEASE_390/final)\nTarget: x86_64-unknown-linux-gnu\nThread model: posix\nInstalledDir: /usr/sbin\"\n\nCLANG_VERSION_ON_FREEBSD=\"FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512\nTarget: x86_64-unknown-freebsd10.3\nThread model: posix\"\n\nVERSION_MESSAGE=\"${CLANG_VERSION_ON_DEBIAN_JESSIE}\"\nassert_version_is \"$(nvm_clang_version)\" \"3.5.0\"\n\nVERSION_MESSAGE=\"${CLANG_VERSION_ON_UBUNTU_TRUSTY}\"\nassert_version_is \"$(nvm_clang_version)\" \"3.4\"\n\nVERSION_MESSAGE=\"${CLANG_VERSION_ON_ARCHLINUX}\"\nassert_version_is \"$(nvm_clang_version)\" \"3.9.0\"\n\nVERSION_MESSAGE=\"${CLANG_VERSION_ON_FREEBSD}\"\nassert_version_is \"$(nvm_clang_version)\" \"3.4.1\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_command_info",
    "content": "#!/bin/sh\n\ncleanup() {\n  unalias wget\n  unset -f wget\n  unset WGET_EXPECTED_INFO WGET_COMMAND_INFO\n}\n\ndie() { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\n# 1. test wget command\nWGET_COMMAND_INFO=\"$(nvm_command_info wget)\"\nWGET_EXPECTED_INFO=\"$(which wget)\"\n[ \"${WGET_COMMAND_INFO}\" = \"${WGET_EXPECTED_INFO}\" ] || die \"wget command info wrong(stage 1), expected: '${WGET_EXPECTED_INFO}', got '${WGET_COMMAND_INFO}'\"\n\ncleanup\n\n# 2. test aliased wget\n\n# enable expand_aliases/aliases to make alias work in interactive shell\nif nvm_has shopt; then\n  shopt -s expand_aliases\nelif nvm_has setopt; then\n  setopt aliases\nfi\n\nalias wget=\"wget -V\"\nWGET_COMMAND_INFO=\"$(nvm_command_info wget)\"\nWGET_EXPECTED_INFO=\"$(which wget) (wget -V)\"\n[ \"${WGET_COMMAND_INFO}\" = \"${WGET_EXPECTED_INFO}\" ] || die \"wget command info wrong(stage 2), expected: '${WGET_EXPECTED_INFO}', got '${WGET_COMMAND_INFO}'\"\n\ncleanup\n\n# 3. test wget function\nwget() {\n    echo \"wget function\"\n}\n\nWGET_COMMAND_INFO=\"$(nvm_command_info wget)\"\nWGET_EXPECTED_INFO=\"$(type wget)\"\n[ \"${WGET_COMMAND_INFO}\" = \"${WGET_EXPECTED_INFO}\" ] || die \"wget command info wrong(stage 3), expected: '${WGET_EXPECTED_INFO}', got '${WGET_COMMAND_INFO}'\"\n\ncleanup\n\n# 4. nvm_command_info() should not have standard error\nOUTPUT=\"$(nvm_command_info ls   2>&1 >/dev/null)\"\n[ -z \"${OUTPUT}\" ] || die \"\\`nvm_command_info ls\\`   expected no stderr; got >${OUTPUT}< (stage 4)\"\nOUTPUT=\"$(nvm_command_info rm   2>&1 >/dev/null)\"\n[ -z \"${OUTPUT}\" ] || die \"\\`nvm_command_info rm\\`   expected no stderr; got >${OUTPUT}< (stage 4)\"\nOUTPUT=\"$(nvm_command_info git  2>&1 >/dev/null)\"\n[ -z \"${OUTPUT}\" ] || die \"\\`nvm_command_info git\\`  expected no stderr; got >${OUTPUT}< (stage 4)\"\nOUTPUT=\"$(nvm_command_info grep 2>&1 >/dev/null)\"\n[ -z \"${OUTPUT}\" ] || die \"\\`nvm_command_info grep\\` expected no stderr; got >${OUTPUT}< (stage 4)\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_compare_checksum",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f nvm_compute_checksum\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nset -ex\n\nnvm_compute_checksum() {\n  echo\n}\n\ntry_err nvm_compare_checksum\nEXPECTED_OUTPUT='Provided file to checksum is empty.'\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${CAPTURED_STDERR}<\"\n[ \"${CAPTURED_EXIT_CODE}\" = 4 ] || die \"expected to exit with code 4, got ${CAPTURED_EXIT_CODE}\"\n\ntry_err nvm_compare_checksum foo\nEXPECTED_OUTPUT='Provided file to checksum does not exist.'\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${CAPTURED_STDERR}<\"\n[ \"${CAPTURED_EXIT_CODE}\" = 3 ] || die \"expected to exit with code 3, got ${CAPTURED_EXIT_CODE}\"\n\ntry_err nvm_compare_checksum ../../../nvm.sh\nEXPECTED_OUTPUT='Provided checksum to compare to is empty.'\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${CAPTURED_STDERR}<\"\n[ \"${CAPTURED_EXIT_CODE}\" = 2 ] || die \"expected to exit with code 2, got ${CAPTURED_EXIT_CODE}\"\n\ntry_err nvm_compare_checksum ../../../nvm.sh checksum\nEXPECTED_OUTPUT=\"Computed checksum of '../../../nvm.sh' is empty.\nWARNING: Continuing *without checksum verification*\"\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${CAPTURED_STDERR}<\"\n[ \"${CAPTURED_EXIT_CODE}\" = 0 ] || die \"expected to exit with code 0, got ${CAPTURED_EXIT_CODE}\"\n\nnvm_compute_checksum() {\n  echo \"not checksum: ${1}\"\n}\n\ntry_err nvm_compare_checksum ../../../nvm.sh checksum\nEXPECTED_OUTPUT=\"Checksums do not match: 'not checksum: ../../../nvm.sh' found, 'checksum' expected.\"\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${CAPTURED_STDERR}<\"\n[ \"${CAPTURED_EXIT_CODE}\" = 1 ] || die \"expected to exit with code 1, got ${CAPTURED_EXIT_CODE}\"\n\nnvm_compute_checksum() {\n  echo checksum\n}\ntry_err nvm_compare_checksum ../../../nvm.sh checksum\nEXPECTED_OUTPUT='Checksums matched!'\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${CAPTURED_STDERR}<\"\n[ \"${CAPTURED_EXIT_CODE}\" = 0 ] || die \"expected to exit with code 0, got ${CAPTURED_EXIT_CODE}\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_compute_checksum",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\ntry_err nvm_compute_checksum\nEXPECTED_OUTPUT='Provided file to checksum is empty.'\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${CAPTURED_STDERR}<\"\n[ \"${CAPTURED_EXIT_CODE}\" = 2 ] || die \"expected to exit with code 2, got ${CAPTURED_EXIT_CODE}\"\n\ntry_err nvm_compute_checksum foo\nEXPECTED_OUTPUT='Provided file to checksum does not exist.'\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${CAPTURED_STDERR}<\"\n[ \"${CAPTURED_EXIT_CODE}\" = 1 ] || die \"expected to exit with code 1, got ${CAPTURED_EXIT_CODE}\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_curl_libz_support",
    "content": "#!/bin/sh\n\ncleanup() {\n  unset -f curl\n}\n\ndie() { cleanup; echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\ncurl() {\n    # curl with libz feature\n    if [ $# -ne 1 ] || [ \"$1\" != \"-V\" ]; then\n        die \"This fake curl only takes one parameter -V\"\n    fi\n    echo \"\ncurl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3\nProtocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp\nFeatures: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets\"\n}\n\nnvm_curl_libz_support || die \"nvm_curl_libz_support should return 0\"\n\nunset -f curl\n\ncurl() {\n    # curl without libz feature\n    if [ \"$#\" -ne 1 ] || [ \"$1\" != \"-V\" ]; then\n        die \"This fake curl only takes one parameter -V\"\n    fi\n    echo \"\ncurl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.32\nProtocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp\nFeatures: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL TLS-SRP UnixSockets\"\n}\n\n! nvm_curl_libz_support || die \"nvm_curl_libz_support should return 1\"\n\nunset -f curl\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_curl_use_compression",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f die\n}\n\ndie () { echo -e \"$@\" ; cleanup ;  exit 1; }\n\nNVM_ENV=testing \\. ../../../nvm.sh\n\ncurl() {\n  if [ \"$1\" = \"-V\" ]; then\n    echo \"${VERSION_MESSAGE}\"\n  fi\n}\n\nCURL_VERSION_ON_ARCHLINUX_WITH_LIBZ=\"curl 7.54.0 (x86_64-pc-linux-gnu) libcurl/7.54.0 OpenSSL/1.1.0f zlib/1.2.11 libpsl/0.17.0 (+libicu/59.1) libssh2/1.8.0 nghttp2/1.22.0\nProtocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp\nFeatures: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL\"\n\nCURL_VERSION_ON_ARCHLINUX_WITHOUT_LIBZ=\"curl 7.54.0 (x86_64-pc-linux-gnu) libcurl/7.54.0 OpenSSL/1.1.0f zlib/1.2.11 libpsl/0.17.0 (+libicu/59.1) libssh2/1.8.0 nghttp2/1.22.0\nProtocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp\nFeatures: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL\"\n\nCURL_VERSION_ON_CENTOS6_WITH_LIBZ=\"curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.19.1 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2\nProtocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp\nFeatures: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz\"\n\nVERSION_MESSAGE=\"${CURL_VERSION_ON_ARCHLINUX_WITH_LIBZ}\"\nnvm_curl_use_compression || die \"nvm_curl_use_compression should return 0\"\n\nVERSION_MESSAGE=\"${CURL_VERSION_ON_ARCHLINUX_WITHOUT_LIBZ}\"\n! nvm_curl_use_compression || die \"nvm_curl_use_compression should return 1 without libz support\"\n\nVERSION_MESSAGE=\"${CURL_VERSION_ON_CENTOS6_WITH_LIBZ}\"\n! nvm_curl_use_compression || die \"nvm_curl_use_compression should return 1 when curl < 7.21.0\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_curl_version",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f die\n  unset -f curl\n}\n\ndie () { echo -e \"$@\" ; cleanup ;  exit 1; }\n\nNVM_ENV=testing \\. ../../../nvm.sh\n\ncurl() {\n  if [ \"$1\" = \"-V\" ]; then\n    echo \"${VERSION_MESSAGE}\"\n  fi\n}\n\nassert_version_is() {\n  if [ \"${1}\" != \"${2}\" ]; then\n    die \"Expected ${2}, got ${1}, origin version message:\\n${VERSION_MESSAGE}\"\n    return 1\n  fi\n}\n\nCURL_VERSION_MESSAGE=\"curl 7.54.0 (x86_64-pc-linux-gnu) libcurl/7.54.0 OpenSSL/1.1.0f zlib/1.2.11 libpsl/0.17.0 (+libicu/59.1) libssh2/1.8.0 nghttp2/1.22.0\nProtocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp\nFeatures: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL\"\n\nVERSION_MESSAGE=\"${CURL_VERSION_MESSAGE}\"\nassert_version_is \"$(nvm_curl_version)\" \"7.54.0\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_die_on_prefix",
    "content": "#!/bin/sh\n\nTEST_PWD=$(pwd)\nTEST_DIR=\"$TEST_PWD/nvm_die_on_prefix_tmp\"\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nTEST_VERSION_DIR=\"${TEST_DIR}/version\"\n\ncleanup () {\n  rm -rf \"$TEST_DIR\"\n  alias nvm_has='\\nvm_has'\n  alias npm='\\npm'\n  unset -f nvm_has npm node\n}\n\ndie () {\n  echo \"$@\";\n  cleanup;\n  exit 1;\n}\n\n[ ! -e \"$TEST_DIR\" ] && mkdir \"$TEST_DIR\"\n\ntry_err nvm_die_on_prefix\nEXPECTED_OUTPUT=\"First argument \\\"delete the prefix\\\" must be zero or one\"\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix' did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_1\" ] || die \"'nvm_die_on_prefix' did not exit with 1; got \"$CAPTURED_EXIT_CODE\"\"\n\ntry_err nvm_die_on_prefix 2\nEXPECTED_OUTPUT=\"First argument \\\"delete the prefix\\\" must be zero or one\"\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix 2' did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_1\" ] || die \"'nvm_die_on_prefix' did not exit with 1; got \"$CAPTURED_EXIT_CODE\"\"\n\ntry_err nvm_die_on_prefix 0\nEXPECTED_OUTPUT='Second argument \"nvm command\", and third argument \"nvm version dir\", must both be nonempty'\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix 0' did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_2\" ] || die \"'nvm_die_on_prefix 0' did not exit with 2; got '$CAPTURED_EXIT_CODE'\"\n\nnvm_has() { return 1; } # ie, npm is not installed\nOUTPUT=\"$(nvm_die_on_prefix 0 version_dir foo 2>&1)\"\n[ -z \"$OUTPUT\" ] || die \"nvm_die_on_prefix was not a noop when nvm_has returns 1, got '$OUTPUT'\"\n\nnvm_has() { return 0; }\n\nOUTPUT=\"$(nvm_die_on_prefix 0 foo \"$(nvm_version_dir new)\" 2>&1)\"\n[ -z \"$OUTPUT\" ] || die \"'nvm_die_on_prefix' was not a noop when prefix is good; got '$OUTPUT'\"\n\nmkdir -p \"$(nvm_version_dir new)\"\nln -s \"$(nvm_version_dir new)\" \"$TEST_DIR/node\"\n\nnpm() {\n  local args\n  args=\"$@\"\n  if [ \"_$args\" = \"_config --loglevel=warn get prefix\" ]; then\n    echo \"$TEST_DIR/node\"\n  fi\n}\n\nnode() {\n  if [ \"_$1\" = \"_-v\" ]; then\n    echo \"v0.0.0\"\n  fi\n}\n\nOUTPUT=\"$(nvm_die_on_prefix 0 foo \"$(nvm_version_dir new)\" 2>&1)\"\n[ -z \"$OUTPUT\" ] || die \"'nvm_die_on_prefix' was not a noop when directory is equivalent; got '$OUTPUT'\"\n\nPREFIX=bar try_err nvm_die_on_prefix 0 foo \"$(nvm_version_dir new)\"\nunset PREFIX\nEXPECTED_OUTPUT='nvm is not compatible with the \"PREFIX\" environment variable: currently set to \"bar\"\nRun `unset PREFIX` to unset it.'\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'PREFIX=bar nvm_die_on_prefix 0 foo' did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die \"'PREFIX=bar nvm_die_on_prefix 0 foo' did not exit with 3; got '$CAPTURED_EXIT_CODE'\"\n\nNPM_CONFIG_PREFIX=bar try_err nvm_die_on_prefix 0 foo \"$(nvm_version_dir new)\"\nunset NPM_CONFIG_PREFIX\nEXPECTED_OUTPUT='nvm is not compatible with the \"NPM_CONFIG_PREFIX\" environment variable: currently set to \"bar\"\nRun `unset NPM_CONFIG_PREFIX` to unset it.'\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'NPM_CONFIG_PREFIX=bar nvm_die_on_prefix 0 foo' did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_4\" ] || die \"'NPM_CONFIG_PREFIX=bar nvm_die_on_prefix 0 foo' did not exit with 4; got '$CAPTURED_EXIT_CODE'\"\n\nnpm_CONFIG_PREFIX=bar try_err nvm_die_on_prefix 0 foo \"$(nvm_version_dir new)\"\nunset npm_CONFIG_PREFIX\nEXPECTED_OUTPUT='nvm is not compatible with the \"npm_CONFIG_PREFIX\" environment variable: currently set to \"bar\"\nRun `unset npm_CONFIG_PREFIX` to unset it.'\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'npm_CONFIG_PREFIX=bar nvm_die_on_prefix 0 foo' did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_4\" ] || die \"'npm_CONFIG_PREFIX=bar nvm_die_on_prefix 0 foo' did not exit with 4; got '$CAPTURED_EXIT_CODE'\"\n\nOUTPUT=\"$(export FOO='This contains NPM_CONFIG_PREFIX' ; nvm_die_on_prefix 0 foo \"$(nvm_version_dir new)\" 2>&1)\"\n[ -z \"$OUTPUT\" ] || die \"'nvm_die_on_prefix' was not a noop; got '$OUTPUT'\"\n\n# npmrc tests\n(\n  cd \"${TEST_DIR}\"\n  touch package.json\n\n  # project: prefix\n  echo 'prefix=garbage' > .npmrc\n  try_err nvm_die_on_prefix 0 foo \"${TEST_VERSION_DIR}\"\n  EXPECTED_OUTPUT=\"Your project npmrc file ($(nvm_sanitize_path \"${TEST_DIR}\")/.npmrc)\nhas a \\`globalconfig\\` and/or a \\`prefix\\` setting, which are incompatible with nvm.\nRun \\`foo\\` to unset it.\"\n  [ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix 0 foo' with project .npmrc that has prefix did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_10\" ] || die \"'nvm_die_on_prefix 0 foo' with project .npmrc that has prefix did not exit with 10; got '$CAPTURED_EXIT_CODE'\"\n\n  # project: globalconfig\n  echo 'globalconfig=garbage' > .npmrc\n  try_err nvm_die_on_prefix 0 foo \"${TEST_VERSION_DIR}\"\n  EXPECTED_OUTPUT=\"Your project npmrc file ($(nvm_sanitize_path \"${TEST_DIR}\")/.npmrc)\nhas a \\`globalconfig\\` and/or a \\`prefix\\` setting, which are incompatible with nvm.\nRun \\`foo\\` to unset it.\"\n  [ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix 0 foo' with project .npmrc that has globalconfig did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_10\" ] || die \"'nvm_die_on_prefix 0 foo' with project .npmrc that has globalconfig did not exit with 10; got '$CAPTURED_EXIT_CODE'\"\n\n  rm \"${TEST_DIR}/.npmrc\" || die '.npmrc could not be removed'\n\n  mkdir -p \"${TEST_VERSION_DIR}\"\n  GLOBAL_NPMRC=\"${TEST_VERSION_DIR}/etc/npmrc\"\n  mkdir -p \"${TEST_VERSION_DIR}/etc\"\n\n  BUILTIN_NPMRC=\"${TEST_VERSION_DIR}/lib/node_modules/npm/npmrc\"\n  mkdir -p \"${TEST_VERSION_DIR}/lib/node_modules/npm/\"\n\n  export HOME=\"${TEST_VERSION_DIR}\"\n  USER_NPMRC=\"${TEST_VERSION_DIR}/.npmrc\"\n\n  # global: prefix\n  echo 'prefix=garbage' > \"${GLOBAL_NPMRC}\"\n  try_err nvm_die_on_prefix 0 foo \"${TEST_VERSION_DIR}\"\n  EXPECTED_OUTPUT=\"Your global npmrc file ($(nvm_sanitize_path \"${GLOBAL_NPMRC}\"))\nhas a \\`globalconfig\\` and/or a \\`prefix\\` setting, which are incompatible with nvm.\nRun \\`foo\\` to unset it.\"\n  [ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix 0 foo' with global npmrc that has prefix did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_10\" ] || die \"'nvm_die_on_prefix 0 foo' with global npmrc that has prefix did not exit with 10; got '$CAPTURED_EXIT_CODE'\"\n\n  # global: globalconfig\n  echo 'globalconfig=garbage' > \"${GLOBAL_NPMRC}\"\n  try_err nvm_die_on_prefix 0 foo \"${TEST_VERSION_DIR}\"\n  EXPECTED_OUTPUT=\"Your global npmrc file ($(nvm_sanitize_path \"${GLOBAL_NPMRC}\"))\nhas a \\`globalconfig\\` and/or a \\`prefix\\` setting, which are incompatible with nvm.\nRun \\`foo\\` to unset it.\"\n  [ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix 0 foo' with global npmrc that has globalconfig did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_10\" ] || die \"'nvm_die_on_prefix 0 foo' with global npmrc that has globalconfig did not exit with 10; got '$CAPTURED_EXIT_CODE'\"\n\n  rm \"${GLOBAL_NPMRC}\" || die \"${GLOBAL_NPMRC} could not be removed\"\n\n  # builtin: prefix\n  echo 'prefix=garbage' > \"${BUILTIN_NPMRC}\"\n  try_err nvm_die_on_prefix 0 foo \"${TEST_VERSION_DIR}\"\n  EXPECTED_OUTPUT=\"Your builtin npmrc file ($(nvm_sanitize_path \"${BUILTIN_NPMRC}\"))\nhas a \\`globalconfig\\` and/or a \\`prefix\\` setting, which are incompatible with nvm.\nRun \\`foo\\` to unset it.\"\n  [ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix 0 foo' with builtin npmrc that has prefix did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_10\" ] || die \"'nvm_die_on_prefix 0 foo' with builtin npmrc that has prefix did not exit with 10; got '$CAPTURED_EXIT_CODE'\"\n\n  # builtin: globalconfig\n  echo 'globalconfig=garbage' > \"${BUILTIN_NPMRC}\"\n  try_err nvm_die_on_prefix 0 foo \"${TEST_VERSION_DIR}\"\n  EXPECTED_OUTPUT=\"Your builtin npmrc file ($(nvm_sanitize_path \"${BUILTIN_NPMRC}\"))\nhas a \\`globalconfig\\` and/or a \\`prefix\\` setting, which are incompatible with nvm.\nRun \\`foo\\` to unset it.\"\n  [ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix 0 foo' with builtin npmrc that has globalconfig did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_10\" ] || die \"'nvm_die_on_prefix 0 foo' with builtin npmrc that has globalconfig did not exit with 10; got '$CAPTURED_EXIT_CODE'\"\n\n  rm \"${BUILTIN_NPMRC}\" || die \"${BUILTIN_NPMRC} could not be removed\"\n\n  # user: prefix\n  echo 'prefix=garbage' > \"${USER_NPMRC}\"\n  try_err nvm_die_on_prefix 0 foo \"${TEST_VERSION_DIR}\"\n  EXPECTED_OUTPUT=\"Your user’s .npmrc file ($(nvm_sanitize_path \"${USER_NPMRC}\"))\nhas a \\`globalconfig\\` and/or a \\`prefix\\` setting, which are incompatible with nvm.\nRun \\`foo\\` to unset it.\"\n  [ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix 0 foo' with user .npmrc that has prefix did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_10\" ] || die \"'nvm_die_on_prefix 0 foo' with user .npmrc that has prefix did not exit with 10; got '$CAPTURED_EXIT_CODE'\"\n\n  # user: globalconfig\n  echo 'globalconfig=garbage' > \"${USER_NPMRC}\"\n  try_err nvm_die_on_prefix 0 foo \"${TEST_VERSION_DIR}\"\n  EXPECTED_OUTPUT=\"Your user’s .npmrc file ($(nvm_sanitize_path \"${USER_NPMRC}\"))\nhas a \\`globalconfig\\` and/or a \\`prefix\\` setting, which are incompatible with nvm.\nRun \\`foo\\` to unset it.\"\n  [ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_die_on_prefix 0 foo' with user .npmrc that has globalconfig did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_10\" ] || die \"'nvm_die_on_prefix 0 foo' with user .npmrc that has globalconfig did not exit with 10; got '$CAPTURED_EXIT_CODE'\"\n)\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_download",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f die cleanup\n  docker stop httpbin && docker rm httpbin\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nset -ex\n\n# nvm_download install.sh\nnvm_download \"https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/install.sh\" >/dev/null || die \"nvm_download unable to download install.sh\"\n\n# nvm_download should fail to download wrong_install.sh\n! nvm_download \"https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/wrong_install.sh\" >/dev/null || die \"nvm_download should fail to download no existing file\"\n\n# nvm_download should pass when calling with auth header\ndocker pull kennethreitz/httpbin && SHELL=bash docker run -d --name httpbin -p 80:80 kennethreitz/httpbin\nsleep 1 # wait for httpbin to start\nNVM_AUTH_HEADER=\"Bearer test-token\" nvm_download \"http://127.0.0.1/bearer\" > /dev/null || die 'nvm_download with auth header should send correctly'\n\n# nvm_download should fail when calling without auth header\nnvm_download \"http://127.0.0.1/bearer\" > /dev/null && die 'nvm_download with no auth header should not send the header and should fail'\n\n# ensure quoted extra args remain quoted\nnvm_download \"https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/install.sh\" -o \"; die quoted-command-not-quoted\" || die 'command failed'\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_download_artifact",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f nvm_get_mirror\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# bad flavor\nACTUAL=\"$(nvm_download_artifact 2>&1)\"\nCODE=\"$(nvm_download_artifact >/dev/null 2>&1 ; echo $?)\"\nEXPECTED='supported flavors: node, iojs'\nEXPECTED_CODE=1\n\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n[ \"${CODE}\" = $EXPECTED_CODE ] || die \"expected exit code ${EXPECTED_CODE}, got ${CODE}\"\n\n# bad kind\nACTUAL=\"$(nvm_download_artifact node 2>&1)\"\nCODE=\"$(nvm_download_artifact node >/dev/null 2>&1 ; echo $?)\"\nEXPECTED='supported kinds: binary, source'\nEXPECTED_CODE=1\n\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n[ \"${CODE}\" = $EXPECTED_CODE ] || die \"expected exit code ${EXPECTED_CODE}, got ${CODE}\"\n\n# bad type\nACTUAL=\"$(nvm_download_artifact node binary nonexistentType 2>&1)\"\nCODE=\"$(nvm_download_artifact node binary nonexistentType >/dev/null 2>&1 ; echo $?)\"\nEXPECTED='unknown type of node.js or io.js release'\nEXPECTED_CODE=2\n\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n[ \"${CODE}\" = $EXPECTED_CODE ] || die \"expected exit code ${EXPECTED_CODE}, got ${CODE}\"\n\n# no version\nACTUAL=\"$(nvm_download_artifact node binary std 2>&1)\"\nCODE=\"$(nvm_download_artifact node binary std >/dev/null 2>&1 ; echo $?)\"\nEXPECTED='A version number is required.'\nEXPECTED_CODE=3\n\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n[ \"${CODE}\" = $EXPECTED_CODE ] || die \"expected exit code ${EXPECTED_CODE}, got ${CODE}\"\n\n# binary type, version without binary available\nVERSION=0.8.5\nACTUAL=\"$(nvm_download_artifact node binary std ${VERSION} 2>&1)\"\nCODE=\"$(nvm_download_artifact node binary std ${VERSION} >/dev/null 2>&1 ; echo $?)\"\nEXPECTED=\"No precompiled binary available for ${VERSION}.\"\nEXPECTED_CODE=0\n\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n[ \"${CODE}\" = $EXPECTED_CODE ] || die \"expected exit code ${EXPECTED_CODE}, got ${CODE}\"\n\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_ensure_default_set",
    "content": "#!/bin/sh\n\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nEXPECTED_OUTPUT=\"nvm_ensure_default_set: a version is required\"\nOUTPUT=\"$(nvm_ensure_default_set 2>&1 >/dev/null)\"\nEXIT_CODE=\"$?\"\n[ \"_$(echo \"$OUTPUT\" | strip_colors)\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_ensure_default_set' did not output \"$EXPECTED_OUTPUT\", got \"$OUTPUT\"\"\n[ \"_$EXIT_CODE\" = \"_1\" ] || die \"'nvm_ensure_default_set' did not exit with 1, got \"$EXIT_CODE\"\"\n\n# see test/fast/Aliases for remaining nvm_ensure_default_set tests\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_ensure_version_installed",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\ncleanup () {\n  rm -rf \"$(nvm_version_path v0.1.2)\"\n  unset -f nvm_has_system_node nvm_has_system_iojs\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.1.2\n\nOUTPUT=\"$(nvm_ensure_version_installed foo 2>&1)\"\nEXIT_CODE=$?\nEXPECTED_OUTPUT='N/A: version \"foo\" is not yet installed.\n\nYou need to run `nvm install foo` to install and use it.'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"expected 'nvm_ensure_version_installed foo' to give $EXPECTED_OUTPUT, got $OUTPUT\"\n[ \"_$EXIT_CODE\" = \"_1\" ] || die \"expected 'nvm_ensure_version_installed foo' to exit with 1, got $EXIT_CODE\"\n\n# Case when .nvmrc file is opened, we should be skip showing the version\nOUTPUT=\"$(nvm_ensure_version_installed foo 1 2>&1)\"\nEXIT_CODE=$?\nEXPECTED_OUTPUT='N/A: version \"foo\" is not yet installed.\n\nYou need to run `nvm install` to install and use the node version specified in `.nvmrc`.'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"expected 'nvm_ensure_version_installed foo' to give $EXPECTED_OUTPUT, got $OUTPUT\"\n[ \"_$EXIT_CODE\" = \"_1\" ] || die \"expected 'nvm_ensure_version_installed foo' to exit with 1, got $EXIT_CODE\"\n\nOUTPUT=\"$(nvm_ensure_version_installed 0.1)\"\nEXIT_CODE=$?\n[ \"_$OUTPUT\" = \"_\" ] || die \"expected 'nvm_ensure_version_installed 0.1' to have no output, got $OUTPUT\"\n[ \"_$EXIT_CODE\" = \"_0\" ] || die \"expected 'nvm_ensure_version_installed 0.1' to exit with 0, got $EXIT_CODE\"\n\n# Special case for \"iojs\"\nOUTPUT=\"$(nvm_ensure_version_installed iojs 2>&1)\"\nEXIT_CODE=$?\nEXPECTED_OUTPUT='N/A: version \"iojs\" is not yet installed.\n\nYou need to run `nvm install iojs` to install and use it.'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"expected 'nvm_ensure_version_installed iojs' to give $EXPECTED_OUTPUT, got $OUTPUT\"\n[ \"_$EXIT_CODE\" = \"_1\" ] || die \"expected 'nvm_ensure_version_installed iojs' to exit with 1, got $EXIT_CODE\"\n\nnvm_has_system_node() { return 1; }\nnvm_has_system_iojs() { return 1; }\n\nOUTPUT=\"$(nvm_ensure_version_installed system 2>&1)\"\nEXIT_CODE=$?\nEXPECTED_OUTPUT='N/A: no system version of node/io.js is installed.'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"expected 'nvm_ensure_version_installed system' with neither installed to give $EXPECTED_OUTPUT, got $OUTPUT\"\n[ \"_$EXIT_CODE\" = \"_1\" ] || die \"expected 'nvm_ensure_version_installed system' with neither installed to exit with 1, got $EXIT_CODE\"\n\nnvm_has_system_node() { return 0; }\nnvm_has_system_iojs() { return 1; }\n\nOUTPUT=\"$(nvm_ensure_version_installed system 2>&1)\"\nEXIT_CODE=$?\nEXPECTED_OUTPUT=''\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"expected 'nvm_ensure_version_installed system' with node installed to give $EXPECTED_OUTPUT, got $OUTPUT\"\n[ \"_$EXIT_CODE\" = \"_0\" ] || die \"expected 'nvm_ensure_version_installed system' with node installed to exit with 0, got $EXIT_CODE\"\n\nnvm_has_system_node() { return 1; }\nnvm_has_system_iojs() { return 0; }\n\nOUTPUT=\"$(nvm_ensure_version_installed system 2>&1)\"\nEXIT_CODE=$?\nEXPECTED_OUTPUT=''\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"expected 'nvm_ensure_version_installed system' with iojs installed to give $EXPECTED_OUTPUT, got $OUTPUT\"\n[ \"_$EXIT_CODE\" = \"_0\" ] || die \"expected 'nvm_ensure_version_installed system' with iojs installed to exit with 0, got $EXIT_CODE\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_ensure_version_prefix",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n[ \"_$(nvm_ensure_version_prefix 1)\" = \"_v1\" ] || die '\"nvm_ensure_version_prefix 1\" did not return \"v1\"'\n[ \"_$(nvm_ensure_version_prefix v1)\" = \"_v1\" ] || die '\"nvm_ensure_version_prefix v1\" did not return \"v1\"'\n[ \"_$(nvm_ensure_version_prefix foo)\" = \"_foo\" ] || die '\"nvm_ensure_version_prefix foo\" did not return \"foo\"'\n\n[ \"_$(nvm_ensure_version_prefix iojs-1)\" = \"_iojs-v1\" ] || die '\"nvm_ensure_version_prefix iojs-1\" did not return \"iojs-v1\"'\n[ \"_$(nvm_ensure_version_prefix iojs-v1)\" = \"_iojs-v1\" ] || die '\"nvm_ensure_version_prefix iojs-v1\" did not return \"iojs-v1\"'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_extract_tarball",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n[ \"$(nvm_extract_tarball 2>&1)\" = \"nvm_extract_tarball requires exactly 4 arguments\" ] || die 'incorrect error message with no args'\n[ \"$(nvm_extract_tarball > /dev/null 2>&1 ; echo $?)\" = \"5\" ] || die 'incorrect error code with no args'\n[ \"$(nvm_extract_tarball one two three 2>&1)\" = \"nvm_extract_tarball requires exactly 4 arguments\" ] || die 'incorrect error message with three args'\n[ \"$(nvm_extract_tarball one two three > /dev/null 2>&1 ; echo $?)\" = \"5\" ] || die 'incorrect error code with three args'\n[ \"$(nvm_extract_tarball one two three four five 2>&1)\" = \"nvm_extract_tarball requires exactly 4 arguments\" ] || die 'incorrect error message with five args'\n[ \"$(nvm_extract_tarball one two three four five > /dev/null 2>&1 ; echo $?)\" = \"5\" ] || die 'incorrect error code with five args'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_find_project_dir",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nset -ex\n\nTEST_DIR=\"$PWD/mocks/project_dirs\"\n\nACTUAL=\"$(PWD=$TEST_DIR/inside-n_m-nested/node_modules/foo/bar nvm_find_project_dir)\"\n[ \"${ACTUAL}\" = \"$TEST_DIR/inside-n_m-nested\" ] || die \"inside-n_m-nested: got ${ACTUAL}\"\n\nACTUAL=\"$(PWD=$TEST_DIR/inside-n_m-nested-pkg/node_modules/foo/bar nvm_find_project_dir)\"\n[ \"${ACTUAL}\" = \"$TEST_DIR/inside-n_m-nested-pkg/node_modules/foo\" ] || die \"inside-n_m-nested-pkg: got ${ACTUAL}\"\n\nACTUAL=\"$(PWD=$TEST_DIR/nested-both/a/b/c/d nvm_find_project_dir)\"\n[ \"${ACTUAL}\" = \"$TEST_DIR/nested-both\" ] || die \"nested-both: got ${ACTUAL}\"\n\nACTUAL=\"$(PWD=$TEST_DIR/nested-pkg/a/b/c/d nvm_find_project_dir)\"\n[ \"${ACTUAL}\" = \"$TEST_DIR/nested-pkg\" ] || die \"nested-pkg: got ${ACTUAL}\"\n\nACTUAL=\"$(PWD=$TEST_DIR/nested-n_m/a/b/c/d nvm_find_project_dir)\"\n[ \"${ACTUAL}\" = \"$TEST_DIR/nested-n_m\" ] || die \"nested-n_m: got ${ACTUAL}\"\n\nACTUAL=\"$(PWD=$TEST_DIR/no-nesting-both nvm_find_project_dir)\"\n[ \"${ACTUAL}\" = \"$TEST_DIR/no-nesting-both\" ] || die \"no-nesting-both: got ${ACTUAL}\"\n\nACTUAL=\"$(PWD=$TEST_DIR/no-nesting-n_m nvm_find_project_dir)\"\n[ \"${ACTUAL}\" = \"$TEST_DIR/no-nesting-n_m\" ] || die \"no-nesting-n_m: got ${ACTUAL}\"\n\nACTUAL=\"$(PWD=$TEST_DIR/no-nesting-pkg nvm_find_project_dir)\"\n[ \"${ACTUAL}\" = \"$TEST_DIR/no-nesting-pkg\" ] || die \"no-nesting-pkg: got ${ACTUAL}\"\n\nACTUAL=\"$(PWD=\".\" nvm_find_project_dir)\"\n[ \"${ACTUAL}\" = \".\" ] || die \"insufficient permissions for pwd: got ${ACTUAL}\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_find_up",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\nsetup() {\n  cleanup\n  mkdir -p tmp_nvm_find_up/a/b/c/d\n  touch tmp_nvm_find_up/test\n  touch tmp_nvm_find_up/a/b/c/test\n}\ncleanup () {\n  rm -rf tmp_nvm_find_up\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nsetup\n\nTEST_DIR=\"$PWD\"\n\n[ \"~$(PWD=$TEST_DIR/tmp_nvm_find_up/a nvm_find_up 'test')\" = \"~$TEST_DIR/tmp_nvm_find_up\" ] || die \"failed to find 1 dir up\"\n[ \"~$(PWD=$TEST_DIR/tmp_nvm_find_up/a/b nvm_find_up 'test')\" = \"~$TEST_DIR/tmp_nvm_find_up\" ] || die \"failed to find 2 dirs up\"\n[ \"~$(PWD=$TEST_DIR/tmp_nvm_find_up/a/b/c nvm_find_up 'test')\" = \"~$TEST_DIR/tmp_nvm_find_up/a/b/c\" ] || die \"failed to find in current dir\"\n[ \"~$(PWD=$TEST_DIR/tmp_nvm_find_up/a/b/c/d nvm_find_up 'test')\" = \"~$TEST_DIR/tmp_nvm_find_up/a/b/c\" ] || die \"failed to find 1 level up from current dir\"\n[ \"~$(PWD=\".\" nvm_find_up 'test')\" = \"~.\" ] || die \"failed to handle '.' output from pwd\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_format_version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nINPUT=\"0.1.2\"\nOUTPUT=\"$(nvm_format_version \"$INPUT\")\"\nEXPECTED_OUTPUT=\"v0.1.2\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_format_version $INPUT did not return $EXPECTED_OUTPUT; got $OUTPUT\"\n\nINPUT=\"0.1\"\nOUTPUT=\"$(nvm_format_version \"$INPUT\")\"\nEXPECTED_OUTPUT=\"v0.1.0\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_format_version $INPUT did not return $EXPECTED_OUTPUT; got $OUTPUT\"\n\nINPUT=\"1.2.3.4.5\"\nOUTPUT=\"$(nvm_format_version \"$INPUT\")\"\nEXPECTED_OUTPUT=\"v1.2.3\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_format_version $INPUT did not return $EXPECTED_OUTPUT; got $OUTPUT\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_arch",
    "content": "#!/bin/sh\n\n# Save the PATH as it was when the test started to restore it when it\n# finishes\nORIG_PATH=\"${PATH}\"\n\ncleanup() {\n  # Restore the PATH as it was when the test started\n  export PATH=\"${ORIG_PATH}\"\n}\n\ndie () { cleanup; echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# Directory where mocked binaries used by nvm_get_arch for each OS/arch are\n# located\nMOCKS_DIR=\"$(pwd)/../../mocks\"\n# Sets the PATH for these tests to include the symlinks to the mocked\n# binaries\nexport PATH=\".:${PATH}\"\n\n# Setups mock binaries for a given OS and arch that mimic\n# the output of the real binaries used by nvm_get_arch to guess\n# the architecture of a given system.\nsetup_mock_arch() {\n  local OS\n  OS=$1\n  local ARCH\n  ARCH=$2\n  local OPT\n  OPT=$3\n\n  if [ \"_${OS}\" = '_solaris' ] || [ \"_${OS}\" = '_smartos' ]; then\n    ln -sf \"${MOCKS_DIR}/isainfo_${ARCH}\" ./isainfo\n    if [ \"_$OPT\" != \"_no_pkg_info\" ]; then\n      ln -sf \"${MOCKS_DIR}/pkg_info_${ARCH}\" ./pkg_info\n    else\n      ln -sf \"${MOCKS_DIR}/pkg_info_fail\" ./pkg_info\n    fi\n  fi\n\n  ln -sf \"${MOCKS_DIR}/uname_${OS}_${ARCH}\" ./uname\n}\n\n# Cleans up the setup done by setup_mock_arch.\ncleanup_mock_arch() {\n  local OS\n  OS=$1\n  local ARCH\n  ARCH=$2\n\n  if [ \"_${OS}\" = '_solaris' ] || [ \"_${OS}\" = '_smartos' ]; then\n    rm -f ./isainfo\n    rm -f ./pkg_info\n  fi\n\n  rm -f ./uname\n}\n\n# Runs nvm_get_arch for architecture $ARCH and OS $OS, and compares the\n# expected output $EXPECTED_OUTPUT with the actual output. Does nothing\n# and exits cleanly if they match, dies otherwise.\nrun_test() {\n  local ARCH\n  ARCH=$1\n  local OS\n  OS=$2\n  local EXPECTED_OUTPUT\n  EXPECTED_OUTPUT=$3\n  local OPT\n  OPT=$4\n\n  setup_mock_arch \"${OS}\" \"${ARCH}\" \"${OPT}\"\n  local OUTPUT\n  OUTPUT=\"$(nvm_get_arch)\"\n  cleanup_mock_arch \"${OS}\" \"${ARCH}\"\n  [ \"_${OUTPUT}\" = \"_${EXPECTED_OUTPUT}\" ] ||\n    die \"nvm_get_arch for OS \\\"${OS}\\\" and arch \\\"${ARCH}\\\" with OPT \\\"${OPT}\\\" did\n    not return \\\"${EXPECTED_OUTPUT}\\\"; got \\\"${OUTPUT}\\\"\"\n}\n\nrun_test x86 smartos x86\nrun_test x86 smartos x86 no_pkg_info\n\nrun_test amd64 smartos x64\nrun_test amd64 smartos x64 no_pkg_info\n\nrun_test x86 osx x86\nrun_test amd64 osx x64\n\nrun_test arm64 smartos x64\nrun_test armv8l smartos x64\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_arch_unofficial",
    "content": "#!/bin/sh\n\n# Save the PATH as it was when the test started to restore it when it finishes\nORIG_PATH=\"${PATH}\"\n\ncleanup() {\n  # Restore the PATH as it was when the test started\n  export PATH=\"${ORIG_PATH}\"\n  rm -rf \"${TMP_DIR}\"\n}\n\ndie() {\n  cleanup\n  echo \"$@\"\n  exit 1\n}\n\n: nvm.sh\n. ../../../nvm.sh\n\n# Sets the PATH for these tests to include the symlinks to the mocked binaries\nexport PATH=\".:${PATH}\"\n\nTMP_DIR=$(mktemp -d)\nCHROOT_WITH_ALPINE=\"$TMP_DIR/with_alpine\"\nCHROOT_WITHOUT_ALPINE=\"$TMP_DIR/without_alpine\"\n\nsetup_chroot() {\n  chroot_dir=$1\n\n  # Directories\n  mkdir -p \"${chroot_dir}/etc\"\n  mkdir -p \"${chroot_dir}/bin\"\n  mkdir -p \"${chroot_dir}/usr/bin\"\n  mkdir -p \"${chroot_dir}/lib64\"\n  mkdir -p \"${chroot_dir}/dev\"\n\n  # Files and binaries\n  cp ../../../nvm.sh \"${chroot_dir}/\"\n  cp /bin/sh /usr/bin/dirname \"${chroot_dir}/bin/\"\n  [ \"${chroot_dir}\" = \"${CHROOT_WITH_ALPINE}\" ] && touch \"${chroot_dir}/etc/alpine-release\"\n\n  # Libraries\n  for binary in /bin/sh /usr/bin/dirname; do\n    for lib in $(ldd $binary | awk '{print $3}' | grep \"^/\"); do\n      dir=$(dirname \"${lib}\")\n      mkdir -p \"${chroot_dir}${dir}\"\n      cp \"${lib}\" \"${chroot_dir}${dir}/\"\n    done\n  done\n\n  # Dynamic linker\n  cp /lib64/ld-linux-x86-64.so.2 \"${chroot_dir}/lib64/\"\n\n  # /dev/null\n  sudo mknod \"${chroot_dir}/dev/null\" c 1 3\n}\n\nsetup_chroot \"${CHROOT_WITH_ALPINE}\"\nsetup_chroot \"${CHROOT_WITHOUT_ALPINE}\"\n\n# Run tests in chroot environments\nARCH_WITH_ALPINE=$(sudo chroot \"${CHROOT_WITH_ALPINE}\" /bin/sh -c \". ./nvm.sh && nvm_get_arch\")\n[ \"${ARCH_WITH_ALPINE}\" = \"x64-musl\" ] || die \"Expected x64-musl for alpine environment but got ${ARCH_WITH_ALPINE}\"\n\nARCH_WITHOUT_ALPINE=$(sudo chroot \"${CHROOT_WITHOUT_ALPINE}\" /bin/sh -c \". ./nvm.sh && nvm_get_arch\")\n[ \"${ARCH_WITHOUT_ALPINE}\" != \"x64-musl\" ] || die \"Did not expect x64-musl for non-alpine environment\"\n\n# Run tests for nvm ls-remote\ntest_default_ls_remote() {\n  mock_response='N/A'\n  result=$(NVM_NODEJS_ORG_MIRROR='http://nonexistent-url' nvm ls-remote 18)\n  if [ \"${result}\" = \"${mock_response}\" ]; then\n    die \"Test failed: Expected '${mock_response}' for but got '${result}'\"\n  else\n    echo \"Test passed\"\n  fi\n}\n\ntest_unofficial_mirror_ls_remote() {\n  mock_response='v18.18.0   (LTS: Hydrogen)'\n  result=$(NVM_NODEJS_ORG_MIRROR='https://unofficial-builds.nodejs.org/download/release' nvm ls-remote 18.18.0 | sed -e 's/^[[:space:]]*//')\n  result=$(echo \"${result}\" | sed 's/\\x1b\\[[0-9;]*m//g')\n\n  if [ \"${result}\" = \"${mock_response}\" ]; then\n    echo \"Test passed\"\n  else\n    die \"Test failed: Expected '${mock_response}' but got '${result}'\"\n  fi\n}\n\ntest_default_ls_remote\ntest_unofficial_mirror_ls_remote\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_artifact_compression",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f die cleanup\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# nvm_get_artifact_compression by default\n[ \"$(nvm_get_artifact_compression)\" = 'tar.gz' ] || die 'nvm_get_artifact_compression should return \"tar.gz\" by default'\n\n# nvm_get_artifact_compression with xz\n[ \"$(nvm_get_artifact_compression \"14.0.0\")\" = 'tar.xz' ] || die 'nvm_get_artifact_compression should return \"tar.xz\" for this version'\n\n# nvm_get_artifact_compression with zip on Windows\nnvm_get_os() {\n  nvm_echo 'win'\n}\n[ \"$(nvm_get_artifact_compression)\" = 'zip' ] || die 'nvm_get_artifact_compression should return \"zip\" for Windows'\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_checksum",
    "content": "#!/bin/sh\n\nset -ex\n\ncleanup () {\n  unset -f nvm_download nvm_get_checksum_alg nvm_get_mirror\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\nset +e # TODO: fix\n: nvm.sh\n\\. ../../../nvm.sh\nset -e\n\n\\. ../../common.sh\n\nnvm_get_mirror() {\n  echo \"mirror-${1}-${2}\"\n}\n\ntry_err nvm_get_checksum\nEXPECTED_OUTPUT='supported flavors: node, iojs'\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected error output >${EXPECTED_OUTPUT}<, got >${CAPTURED_STDERR}<\"\n[ \"${CAPTURED_EXIT_CODE}\" = 2 ] || die \"expected exit code 2, got ${CAPTURED_EXIT_CODE}\"\n\nnvm_download() {\n  echo \"ERROR_FAILED_MATCH no_match more fields\"\n  echo \"${3} bar.tar.baz more fields\"\n}\n\nnvm_get_checksum_alg() {\n  echo 'sha-256'\n}\nOUTPUT=\"$(nvm_get_checksum node std foo bar tar.baz)\"\nEXPECTED_OUTPUT=\"mirror-node-std/foo/SHASUMS256.txt\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${OUTPUT}<\"\n\nnvm_get_checksum_alg() {\n  echo 'sha-1'\n}\nOUTPUT=\"$(nvm_get_checksum iojs std foo bar tar.baz)\"\nEXPECTED_OUTPUT=\"mirror-iojs-std/foo/SHASUMS.txt\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_checksum_alg",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nset +e # TODO: fix\n: nvm.sh\n\\. ../../../nvm.sh\nset -e\n\nALG=\"$(nvm_get_checksum_alg)\"\n\ncase \"$ALG\" in\n  'sha-256' | 'sha-1')\n    echo 'sha-256 or sha-1 found'\n  ;;\n  *)\n    die \"sha-256 or sha-1 not found: found ${ALG}\"\n  ;;\nesac\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_checksum_binary",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nset +e # TODO: fix\n: nvm.sh\n\\. ../../../nvm.sh\nset -e\n\nBIN=\"$(nvm_get_checksum_binary)\"\n\ncase \"${BIN-}\" in\n  sha256sum | shasum | sha256 | gsha256sum | openssl | bssl | sha1sum | sha1 | shasum)\n    echo \"${BIN} found\"\n  ;;\n  *)\n    die \"sha256sum | shasum | sha256 | gsha256sum | openssl | bssl | sha1sum | sha1 | shasum not found: found ${BIN}\"\n  ;;\nesac\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_colors",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset NVM_COLORS\n  if [ -n TEMP_NVM_COLORS ]; then\n    export NVM_COLORS=TEMP_NVM_COLORS\n  fi\n  unset TEMP_NVM_COLORS\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# NVM_COLORS is not set\nif [ -n ${NVM_COLORS} ]; then\n  export TEMP_NVM_COLORS=NVM_COLORS\n  unset NVM_COLORS\nfi\nOUTPUT=$(nvm_get_colors 1)\nEXPECTED_OUTPUT='0;34m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (INSTALLED_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=$(nvm_get_colors 2)\nEXPECTED_OUTPUT='0;33m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (SYSTEM_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=$(nvm_get_colors 3)\nEXPECTED_OUTPUT='0;32m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (CURRENT_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=$(nvm_get_colors 4)\nEXPECTED_OUTPUT='0;31m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (NOT_INSTALLED_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=$(nvm_get_colors 5)\nEXPECTED_OUTPUT='0;37m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (DEFAULT_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=$(nvm_get_colors 6)\nEXPECTED_OUTPUT='1;33m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (LTS_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\n# bad parameter\nset +ex # needed for stderr\nOUTPUT=$(nvm_get_colors bad 2>&1)\nset -ex\nEXPECTED_OUTPUT=\"Invalid color index, bad\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors did not have an error with bad output; got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\n# NVM_COLORS is set\nnvm set-colors rgbyc\nOUTPUT=$(nvm_get_colors 1)\nEXPECTED_OUTPUT='0;31m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (INSTALLED_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=$(nvm_get_colors 2)\nEXPECTED_OUTPUT='0;32m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (SYSTEM_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=$(nvm_get_colors 3)\nEXPECTED_OUTPUT='0;34m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (CURRENT_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=$(nvm_get_colors 4)\nEXPECTED_OUTPUT='0;33m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (NOT_INSTALLED_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=$(nvm_get_colors 5)\nEXPECTED_OUTPUT='0;36m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (DEFAULT_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\nOUTPUT=$(nvm_get_colors 6)\nEXPECTED_OUTPUT='1;32m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_colors failed to return default color (LTS_COLOR); got >${OUTPUT}< expected >${EXPECTED_OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_default_packages",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nFILE=\"${NVM_DIR}/default-packages\"\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\nsetup () {\n  if [ -f \"${FILE}\" ]; then\n    ORIG_DEFAULT_PACKAGES=$(cat \"${FILE}\")\n    mkdir -p ./tmp/ ||:\n    mv \"${FILE}\" ./tmp/default-packages ||:\n  fi\n  touch \"${FILE}\"\n}\ncleanup () {\n  if [ \"${ORIG_DEFAULT_PACKAGES}\" != \"\" ]; then\n    rm -rf ./tmp/\n    echo \"${ORIG_DEFAULT_PACKAGES}\" > \"${FILE}\"\n  else\n    rm \"${FILE}\"\n  fi\n}\n\nsetup\n\ncat > \"${FILE}\" << EOF\nrimraf\nobject-inspect@1.0.2\n\n# commented-package\n\nstevemao/left-pad\nEOF\n\nDEFAULT_PKGS=\"$(nvm_get_default_packages)\"\nEXPECTED_PKGS='rimraf object-inspect@1.0.2 stevemao/left-pad'\n[ \"${DEFAULT_PKGS}\" = \"${EXPECTED_PKGS}\" ] || die \"1: expected default packages >${EXPECTED_PKGS}<; got >${DEFAULT_PKGS}<\"\n\ncleanup\n\nsetup\n\ncat > \"${FILE}\" << EOF\nrimraf\nnot~a~package~name\nmkdirp\nEOF\n\nDEFAULT_PKGS=\"$(nvm_get_default_packages)\"\nEXPECTED_PKGS='rimraf not~a~package~name mkdirp'\n[ \"${DEFAULT_PKGS}\" = \"${EXPECTED_PKGS}\" ] || die \"2: expected default packages >${EXPECTED_PKGS}<; got >${DEFAULT_PKGS}<\"\n\ncleanup\n\nsetup\n\ncat > \"${FILE}\" << EOF\nrimraf\nnot~a~package~name\nmkdirp\nEOF\nprintf %s \"$(cat \"${FILE}\")\" > \"${FILE}\" # strip trailing newline\n\nDEFAULT_PKGS=\"$(nvm_get_default_packages)\"\nEXPECTED_PKGS='rimraf not~a~package~name mkdirp'\n[ \"${DEFAULT_PKGS}\" = \"${EXPECTED_PKGS}\" ] || die \"3: expected default packages >${EXPECTED_PKGS}<; got >${DEFAULT_PKGS}<\"\n\ncleanup\n\nsetup\n\ncat > \"${FILE}\" << EOF\nobject-inspect @ 1.0.2\nrimraf\nEOF\n\nDEFAULT_PKGS=\"$(nvm_get_default_packages 2>&1 >/dev/null)\"\nEXPECTED_PKGS=\"Only one package per line is allowed in \\`${FILE}\\`. Please remove any lines with multiple space-separated values.\"\n[ \"${DEFAULT_PKGS}\" = \"${EXPECTED_PKGS}\" ] || die \"4: expected default packages >${EXPECTED_PKGS}<; got >${DEFAULT_PKGS}<\"\n\ncleanup\n\nsetup\n\nrm -rf \"${FILE}\"\n\nDEFAULT_PKGS=\"$(nvm_get_default_packages)\"\nEXPECTED_PKGS=''\n[ \"${DEFAULT_PKGS}\" = \"${EXPECTED_PKGS}\" ] || die \"5: expected default packages >${EXPECTED_PKGS}<; got >${DEFAULT_PKGS}<\"\n\ntouch \"${FILE}\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_default_packages mawk compat",
    "content": "#!/bin/sh\n\n# Test that nvm_get_default_packages awk patterns work with mawk\n# This test runs with mawk explicitly if available, to catch POSIX\n# character class compatibility issues (mawk doesn't support [[:space:]])\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# The awk command from nvm_get_default_packages\nAWK_SCRIPT='\n  /^[ \\t]*#/ { next }\n  /^[ \\t]*$/ { next }\n  /[ \\t]/ && !/^[ \\t]*#/ {\n    print \"error\" > \"/dev/stderr\"\n    exit 1\n  }\n  {\n    if (NR > 1 && !prev_space) printf \" \"\n    printf \"%s\", $0\n    prev_space = 0\n  }\n'\n\nTEST_INPUT=\"rimraf\nobject-inspect@1.0.2\n\n# commented-package\n\nstevemao/left-pad\"\n\nEXPECTED_OUTPUT=\"rimraf object-inspect@1.0.2 stevemao/left-pad\"\n\n# Test with system awk\nOUTPUT=\"$(printf '%s\\n' \"${TEST_INPUT}\" | awk \"${AWK_SCRIPT}\")\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"system awk: expected >${EXPECTED_OUTPUT}<, got >${OUTPUT}<\"\n\n# Test with mawk explicitly if available\nif command -v mawk > /dev/null 2>&1; then\n  OUTPUT=\"$(printf '%s\\n' \"${TEST_INPUT}\" | mawk \"${AWK_SCRIPT}\")\"\n  [ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"mawk: expected >${EXPECTED_OUTPUT}<, got >${OUTPUT}<\"\n  echo \"mawk test passed\"\nelse\n  echo \"mawk not available, skipping mawk-specific test\"\nfi\n\n# Test with gawk explicitly if available\nif command -v gawk > /dev/null 2>&1; then\n  OUTPUT=\"$(printf '%s\\n' \"${TEST_INPUT}\" | gawk \"${AWK_SCRIPT}\")\"\n  [ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"gawk: expected >${EXPECTED_OUTPUT}<, got >${OUTPUT}<\"\n  echo \"gawk test passed\"\nelse\n  echo \"gawk not available, skipping gawk-specific test\"\nfi\n\necho \"All awk compatibility tests passed\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_download_slug",
    "content": "#!/bin/sh\n\ncleanup() {\n    unset nvm_get_os\n    unset nvm_get_arch\n}\n\ndie () { cleanup; echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n[ \"$(nvm_get_download_slug 2>/dev/null ; echo $?)\" = '1' ] || die 'invalid flavor did not fail with exit code 1'\n[ \"$(nvm_get_download_slug 2>&1)\" = 'supported flavors: node, iojs' ] || die 'invalid flavor did not fail with expected message'\n\n[ \"$(nvm_get_download_slug node 2>/dev/null ; echo $?)\" = '2' ] || die 'invalid kind did not fail with exit code 2'\n[ \"$(nvm_get_download_slug node 2>&1)\" = 'supported kinds: binary, source' ] || die 'invalid kind did not fail with expected message'\n[ \"$(nvm_get_download_slug iojs 2>/dev/null ; echo $?)\" = '2' ] || die 'invalid kind did not fail with exit code 2'\n[ \"$(nvm_get_download_slug iojs 2>&1)\" = 'supported kinds: binary, source' ] || die 'invalid kind did not fail with expected message'\n\nnvm_get_os() {\n    echo omgOS\n}\nnvm_get_arch() {\n    echo nemesis\n}\n\nACTUAL=\"$(nvm_get_download_slug node binary 1.2.3)\"\nEXPECTED='node-1.2.3-omgOS-nemesis'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\nACTUAL=\"$(nvm_get_download_slug iojs binary 1.2.3)\"\nEXPECTED='iojs-1.2.3-omgOS-nemesis'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nACTUAL=\"$(nvm_get_download_slug node source 1.2.3)\"\nEXPECTED=\"node-1.2.3\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\nACTUAL=\"$(nvm_get_download_slug iojs source 1.2.3)\"\nEXPECTED=\"iojs-1.2.3\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nnvm_get_arch() {\n    echo armv6l\n}\nACTUAL=\"$(nvm_get_download_slug node binary 1.2.3)\"\nEXPECTED='node-1.2.3-omgOS-arm-pi'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\nACTUAL=\"$(nvm_get_download_slug iojs binary 1.2.3)\"\nEXPECTED='iojs-1.2.3-omgOS-arm-pi'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nACTUAL=\"$(nvm_get_download_slug node source 1.2.3)\"\nEXPECTED=\"node-1.2.3\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\nACTUAL=\"$(nvm_get_download_slug iojs source 1.2.3)\"\nEXPECTED=\"iojs-1.2.3\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nnvm_get_arch() {\n    echo armv7l\n}\nACTUAL=\"$(nvm_get_download_slug node binary 1.2.3)\"\nEXPECTED='node-1.2.3-omgOS-arm-pi'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\nACTUAL=\"$(nvm_get_download_slug iojs binary 1.2.3)\"\nEXPECTED='iojs-1.2.3-omgOS-arm-pi'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nACTUAL=\"$(nvm_get_download_slug node source 1.2.3)\"\nEXPECTED=\"node-1.2.3\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\nACTUAL=\"$(nvm_get_download_slug iojs source 1.2.3)\"\nEXPECTED=\"iojs-1.2.3\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nnvm_get_os() {\n    echo darwin\n}\nnvm_get_arch() {\n    echo nemesis\n}\nACTUAL=\"$(nvm_get_download_slug node binary 15.99.99)\"\nEXPECTED='node-15.99.99-darwin-nemesis'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\nACTUAL=\"$(nvm_get_download_slug iojs binary 15.99.99)\"\nEXPECTED='iojs-15.99.99-darwin-nemesis'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nACTUAL=\"$(nvm_get_download_slug node source 15.99.99)\"\nEXPECTED=\"node-15.99.99\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\nACTUAL=\"$(nvm_get_download_slug iojs source 15.99.99)\"\nEXPECTED=\"iojs-15.99.99\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nnvm_get_arch() {\n    echo arm64\n}\nACTUAL=\"$(nvm_get_download_slug node binary 15.99.99)\"\nEXPECTED='node-15.99.99-darwin-x64'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\nACTUAL=\"$(nvm_get_download_slug iojs binary 15.99.99)\"\nEXPECTED='iojs-15.99.99-darwin-x64'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nACTUAL=\"$(nvm_get_download_slug node source 15.99.99)\"\nEXPECTED=\"node-15.99.99\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\nACTUAL=\"$(nvm_get_download_slug iojs source 15.99.99)\"\nEXPECTED=\"iojs-15.99.99\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"expected >${EXPECTED}<, got >${ACTUAL}<\"\n\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_latest missing curl or wget",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f nvm_has\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nnvm_has() { return 1 ; }\n\ntry_err nvm_get_latest\n[ \"_$CAPTURED_STDERR\" = \"_nvm needs curl or wget to proceed.\" ] \\\n  || die \"no curl/wget did not report correct error message, got '$CAPTURED_STDERR'\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_1\" ] \\\n  || die \"no curl/wget did not exit with code 1, got $CAPTURED_EXIT_CODE\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_minor_version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nexpect () {\n  INPUT=\"$1\"\n  EXPECTED_OUTPUT=\"$2\"\n\n  OUTPUT=\"$(nvm_get_minor_version \"$INPUT\")\"\n  [ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_minor_version $INPUT did not return $EXPECTED_OUTPUT; got $OUTPUT\"\n\n  V_OUTPUT=\"$(nvm_get_minor_version \"v$INPUT\")\"\n  [ \"_$V_OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_get_minor_version v$INPUT did not return $EXPECTED_OUTPUT; got $V_OUTPUT\"\n}\n\nfail_with () {\n  INPUT=\"$1\"\n  EXPECTED_CODE=\"$2\"\n\n  try nvm_get_minor_version \"$INPUT\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_$EXPECTED_CODE\" ] || die \"nvm_get_minor_version \"$INPUT\" did not fail with code \"$EXPECTED_CODE\"; got $CAPTURED_EXIT_CODE\"\n}\n\nexpect 1 1.0\nexpect 1. 1.0\nexpect 1.2 1.2\nexpect 1.2. 1.2\nexpect 1.2.3 1.2\nexpect 1.2.3. 1.2\nexpect 1.2.3.4 1.2\n\nfail_with '' 1\nfail_with '.' 2\nfail_with '..' 2\nfail_with v 2\nfail_with .a 2\nfail_with .1 2\nfail_with v.1 2\nfail_with a.b 2\nfail_with 1.a 2\nfail_with a.1 2\nfail_with v1.a 2\nfail_with va.1 2\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_get_mirror",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nunset NVM_NODEJS_ORG_MIRROR\nunset NVM_IOJS_ORG_MIRROR\n\nset +e # TODO: fix\n: nvm.sh\n\\. ../../../nvm.sh\nset -e\n\n! nvm_get_mirror || die 'unknown release type did not error'\n! nvm_get_mirror node || die 'unknown release type did not error'\n! nvm_get_mirror iojs || die 'unknown release type did not error'\n! nvm_get_mirror node foo || die 'unknown release type did not error'\n! nvm_get_mirror iojs foo || die 'unknown release type did not error'\n\n[ -z \"$NVM_NODEJS_ORG_MIRROR\" ] || die \"MIRROR environment variables should not be exported\"\n[ -z \"$NVM_IOJS_ORG_MIRROR\" ] || die \"MIRROR environment variables should not be exported\"\n\n[ \"$(nvm_get_mirror node std)\" = \"https://nodejs.org/dist\" ] || die \"incorrect default node-std mirror\"\n[ \"$(nvm_get_mirror iojs std)\" = \"https://iojs.org/dist\" ] || die \"incorrect default iojs-std mirror\"\n\nNVM_NODEJS_ORG_MIRROR=\"https://test-domain\"\n[ \"$(nvm_get_mirror node std)\" = \"https://test-domain\" ] || die \"node-std mirror should respect NVM_NODEJS_ORG_MIRROR\"\nunset NVM_NODEJS_ORG_MIRROR\n\nNVM_IOJS_ORG_MIRROR=\"https://test-domain\"\n[ \"$(nvm_get_mirror iojs std)\" = \"https://test-domain\" ] || die \"iojs-std mirror should respect NVM_IOJS_ORG_MIRROR\"\nunset NVM_IOJS_ORG_MIRROR\n\ntestMirrors() {\n  NVM_NODEJS_ORG_MIRROR=\"${1-}\"\n  ! nvm_get_mirror node std || die \"NVM_NODEJS_ORG_MIRROR errors with command injection attempt (${1-})\"\n  [ \"$(nvm_get_mirror node std)\" = \"\" ] || die 'NVM_NODEJS_ORG_MIRROR is protected against command injection'\n\n  NVM_IOJS_ORG_MIRROR=\"${1-}\"\n  ! nvm_get_mirror iojs std || die \"NVM_IOJS_ORG_MIRROR errors with command injection attempt (${1-})\"\n  [ \"$(nvm_get_mirror iojs std)\" = \"\" ] || die 'NVM_IOJS_ORG_MIRROR is protected against command injection'\n}\n\ntestMirrors '`do something bad`'\ntestMirrors 'https://nodejs.org/dist; xdg-open http://www.google.com;'\ntestMirrors 'https://nodejs.org/dist&&xdg-open http://www.google.com;'\ntestMirrors 'https://nodejs.org/dist|xdg-open http://www.google.com;'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_has",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm_has cat && type cat > /dev/null || die 'nvm_has locates \"cat\" properly'\n\n[ \"~$(nvm_has foobarbaz 2>&1)\" = \"~\" ] || die \"nvm_has does not suppress error output\"\n\n! nvm_has foobarbaz && ! type foobarbaz >/dev/null 2>&1 || die \"nvm_has does not return a nonzero exit code when not found\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_has_colors",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# nvm_has_colors should be false in command substitution (stdout is not a terminal)\n[ \"$(nvm_has_colors; echo $?)\" = \"1\" ] || die 'nvm_has_colors should be false in command substitution'\n\n# nvm_has_colors should be false when stdout goes to /dev/null\n! nvm_has_colors >/dev/null || die 'nvm_has_colors should be false when stdout goes to /dev/null'\n\n# nvm_has_colors should be false when stdout goes to a pipe\n(! nvm_has_colors || echo \"boo!\") | read && die 'nvm_has_colors should be false when stdout goes to a pipe'\n\n# nvm_has_colors should be false when NVM_NO_COLORS is set, even if stdout is a terminal\nif [ -t 1 ]; then\n  ! NVM_NO_COLORS=\"--no-colors\" nvm_has_colors || die 'nvm_has_colors should be false when NVM_NO_COLORS is set'\nfi\n\n# nvm_has_colors should be true when stdout is a terminal and colors are supported\nif [ -t 1 ] && nvm_has tput && [ \"$(command tput -T \"${TERM:-vt100}\" colors)\" -ge 8 ]; then\n  nvm_has_colors || die 'nvm_has_colors should be true when stdout is a terminal with color support'\nfi\n\n# nvm_has_colors should be true when redirected to /dev/tty (if available)\nif (exec >/dev/tty) 2>/dev/null && nvm_has tput && [ \"$(command tput -T \"${TERM:-vt100}\" colors)\" -ge 8 ]; then\n  nvm_has_colors >/dev/tty || die 'nvm_has_colors should be true when stdout goes to /dev/tty'\nfi\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_has_non_aliased",
    "content": "#!/bin/sh\n\ncleanup () { unalias foo; unalias grep; }\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nalias foo='bar'\n! nvm_has_non_aliased foo || die '\"nvm_has_non_aliased foo\" was not true'\n\nalias grep='grep'\nunalias grep || die '\"unalias grep\" failed'\nnvm_has_non_aliased grep || die '\"nvm_has_non_aliased grep\" with unaliased grep was not false'\n\nalias grep='grep'\n! nvm_has_non_aliased grep || die '\"nvm_is_alias grep\" with aliased grep was not true'\n\nnvm_has_non_aliased cat && type cat > /dev/null || die 'nvm_has_non_aliased locates \"cat\" properly'\n\n[ \"~$(nvm_has_non_aliased foobarbaz 2>&1)\" = \"~\" ] || die \"nvm_has_non_aliased does not suppress error output\"\n\n! nvm_has_non_aliased foobarbaz && ! type foobarbaz >/dev/null 2>&1 || die \"nvm_has_non_aliased does not return a nonzero exit code when not found\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_has_solaris_binary",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\n# Invalid version numbers fail\nassert_not_ok nvm_has_solaris_binary \"\"\nassert_not_ok nvm_has_solaris_binary \"foo\"\n\n# \"Invalid\" node version numbers fail\nassert_not_ok nvm_has_solaris_binary \"v1.0.0\"\nassert_not_ok nvm_has_solaris_binary \"v3.3.1\"\n\n# Valid io.js version numbers that have a Solaris binary succeed\nassert_ok nvm_has_solaris_binary \"iojs-v3.3.1\"\n\n# Invalid io.js version numbers fail\nassert_not_ok nvm_has_solaris_binary \"iojs-v0.12.7\"\n\n# Valid node version numbers that don't have a Solaris binary fail\nassert_not_ok nvm_has_solaris_binary \"v0.8.5\"\n\n# Valid node version numbers that have a Solaris binary succeed\nassert_ok nvm_has_solaris_binary \"v0.8.6\"\nassert_ok nvm_has_solaris_binary \"v0.10.0\"\nassert_ok nvm_has_solaris_binary \"v0.12.7\"\n\n# Valid \"merged\" version numbers succeed\nassert_ok nvm_has_solaris_binary \"v4.0.0\"\nassert_ok nvm_has_solaris_binary \"v4.1.1\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_has_system_iojs",
    "content": "#!/bin/sh\n\ncleanup () {\n  rm -rf \"${NVM_DIR}/versions/io.js/v0.1.2\"\n}\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_iojs v0.1.2\n\nnvm use iojs-v0.1.2\n\nif command -v iojs; then\n  nvm_has_system_iojs\nelse\n  ! nvm_has_system_iojs\nfi\n\nnvm deactivate /dev/null 2>&1\n\nif command -v iojs; then\n  nvm_has_system_iojs\nelse\n  ! nvm_has_system_iojs\nfi\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_has_system_node",
    "content": "#!/bin/sh\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\ncleanup () {\n  rm -rf \"${NVM_DIR}/v0.1.2\"\n}\ndie () { echo \"$@\" ; exit 1; }\n\nmake_fake_node v0.1.2\n\nnvm use 0.1.2\n\nif command -v node; then\n  nvm_has_system_node\nelse\n  ! nvm_has_system_node\nfi\n\nnvm deactivate /dev/null 2>&1\n\nif command -v node; then\n  nvm_has_system_node\nelse\n  ! nvm_has_system_node\nfi\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_install_binary_extract",
    "content": "#!/bin/sh\n\ncleanup() {\n  [ -d \"${tmp_dir}\" ] && rm -rf \"${tmp_dir}\"\n  [ -d \"${NVM_DIR}\" ] && rm -rf \"${NVM_DIR}\"\n  unset -f die cleanup test_archi nvm_supports_xz\n  unset NVM_DIR tmp_dir version archi\n}\n\ndie() { echo \"$@\" ; cleanup ; exit 1; }\n\ntest_archi() {\n  local os\n  os=\"$1\"\n  local version\n  version=\"$2\"\n  local archi\n  archi=\"$os-$3\"\n  local node\n  node=\"$4\"\n  local ext\n  ext=\"$5\"\n  local command\n  command=\"$6\"\n  local command_option\n  command_option=\"$7\"\n  local node_dir\n  node_dir=\"${tmp_dir}/node-${version}-${archi}\"\n  local node_path\n  node_path=\"${node_dir}/${node}\"\n\n  # Create tarball\n  mkdir -p \"$(dirname \"${node_path}\")\"\n  echo \"node ${version}\" > \"${node_path}\"\n  (cd \"${tmp_dir}\" && \"${command}\" \"${command_option}\" \"${node_dir}.${ext}\" \"node-${version}-${archi}\")\n  [ -f \"${node_dir}.${ext}\" ] || die \"Unable to create fake ${ext} file\"\n\n  # Extract it\n  nvm_install_binary_extract \"$os\" \"$version\" \"$(expr \"${version}\" : '.\\(.*\\)')\" \"${node_dir}.$ext\" \"${tmp_dir}/files\"\n  [ \"$(cat \"${NVM_DIR}/versions/node/${version}/bin/node\")\" = \"node ${version}\" ] || die \"Unable to extract ${ext} file\"\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nset -ex\n\n# nvm_install_binary_extract is available\ntype nvm_install_binary_extract > /dev/null 2>&1 || die 'nvm_install_binary_extract is not available'\n\nNVM_DIR=$(mktemp -d)\ntmp_dir=$(mktemp -d)\nif [ -z \"${NVM_DIR}\" ] || [ -z \"${tmp_dir}\" ]; then\n  die 'Unable to create temporary folder'\nfi\n\n# Test windows zip\n# TODO: enable this\n# test_archi 'win' 'v15.6.0' 'x64' 'node' 'zip' 'zip' '-qr'\n\n# Test linux tar.xz\ntest_archi 'linux' 'v14.15.4' 'x64' 'bin/node' 'tar.xz' 'tar' '-cJf'\n\nnvm_supports_xz() {\n  return 1\n}\n\n# Test linux tar.gz\ntest_archi 'linux' 'v12.9.0' 'x64' 'bin/node' 'tar.gz' 'tar' '-czf'\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_install_binary_nosource",
    "content": "#!/bin/sh\n\ncleanup () {\n  nvm cache clear\n  nvm deactivate\n  rm -rf ${NVM_DIR}/v*\n  nvm unalias default\n}\n\ndie () { echo \"$@\" ; cleanup; exit 1;}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm_binary_available() {\n    return 1\n}\n\n# Unit test to check if the function errors out when the flag is set\nOUTPUT=\"$(nvm_install_binary node std 8.0.0 1 2>&1)\"\nEXPECTED_OUTPUT='Binary download failed. Download from source aborted.'\nif [ \"${OUTPUT#*$EXPECTED_OUTPUT}\" = \"${OUTPUT}\" ]; then\n  die \"No source binary flag is active and should have returned >${EXPECTED_OUTPUT}<. Instead it returned >${OUTPUT}<\"\nfi\n\n# Unit test to check if the function errors out when the flag is set\nOUTPUT=\"$(nvm_install_binary node std 8.0.0 0 2>&1)\"\nEXPECTED_OUTPUT='Binary download failed. Download from source aborted.'\nif [ \"${OUTPUT#*$EXPECTED_OUTPUT}\" != \"${OUTPUT}\" ]; then\n  die \"No source binary flag is not active and should have downloaded from source. Instead it returned >${OUTPUT}<\"\nfi\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_install_latest_npm",
    "content": "#!/bin/sh\n\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm deactivate >/dev/null 2>&1\n\nCURRENT=\"$(nvm current)\"\n[ \"$CURRENT\" = 'none' ] || [ \"$CURRENT\" = 'system' ] || die \"nvm should be using none or system; got $CURRENT\"\n\nnvm_ls_current() {\n  echo 'none'\n}\nnode() {\n  return 1\n}\nnpm() {\n  echo '1.2.3'\n}\n\ntry_err nvm_install_latest_npm\n\nEXPECTED=\"Unable to obtain node version.\"\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED}\" ] || die \"When node is unavailable, expected >${EXPECTED}<; got >${CAPTURED_STDERR}\"\n\nnode() {\n  echo 'v4.5.6'\n}\nnvm_ls_current() {\n  node --version\n}\nnpm() {\n  return 1\n}\ntry_err nvm_install_latest_npm\n\nEXPECTED=\"Unable to obtain npm version.\"\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED}\" ] || die \"When node is available and npm is unavailable, expected >${EXPECTED}<; got >${CAPTURED_STDERR}\"\n\nnode() {\n  echo 'v4.5.6'\n}\nnvm_ls_current() {\n  echo 'system'\n}\nnpm() {\n  return 1\n}\ntry_err nvm_install_latest_npm\n\nEXPECTED=\"Unable to obtain npm version.\"\n[ \"${CAPTURED_STDERR}\" = \"${EXPECTED}\" ] || die \"When node is system and npm is unavailable, expected >${EXPECTED}<; got >${CAPTURED_STDERR}\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_install_no_progress_bar",
    "content": "#!/bin/sh\n\nset -e\n\ncleanup () {\n  nvm cache clear\n  nvm deactivate\n  rm -rf ${NVM_DIR}/v*\n  nvm unalias default || true\n}\n\ndie () { >&2 echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\ncleanup\n\nOUTPUT=\"$(TERM=dumb 2>&1 nvm install --no-progress v0.12.18)\"\nEXPECTED_OUTPUT=\"Downloading and installing node v0.12.18...\nDownloading https://nodejs.org/dist/v0.12.18/node-v0.12.18-linux-x64.tar.xz...\nComputing checksum with sha256sum\nChecksums matched!\nNow using node v0.12.18 (npm v2.15.11)\nCreating default alias: default -> v0.12.18 *\"\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"1: expected >\n${EXPECTED_OUTPUT}<, got >\n${OUTPUT}<\"\n\ncleanup\n\nOUTPUT=\"$(TERM=dumb 2>&1 nvm install v0.12.18)\"\nEXPECTED_OUTPUT=\"Downloading and installing node v0.12.18...\nDownloading https://nodejs.org/dist/v0.12.18/node-v0.12.18-linux-x64.tar.xz...\n######################################################################### 100.0%\nComputing checksum with sha256sum\nChecksums matched!\nNow using node v0.12.18 (npm v2.15.11)\nCreating default alias: default -> v0.12.18 *\"\n\n[ \"$(echo \"${OUTPUT}\" | wc -l)\" = \"$(echo \"${EXPECTED_OUTPUT}\" | wc -l)\" ] || die \"2: expected 7 lines, got $(echo \"${OUTPUT}\" | wc -l)\"\n\n# Preprocess function to handle carriage returns and extract final output\npreprocess_output() {\n    echo \"$1\" | awk '\n    {\n        # For each line in the input\n        while (index($0, \"\\r\") > 0) {\n            # If a carriage return is found, process it\n            pos = index($0, \"\\r\")\n            before_cr = substr($0, 1, pos - 1)\n            after_cr = substr($0, pos + 1)\n            # Overwrite the line up to the carriage return with content after it\n            $0 = after_cr\n        }\n        print $0\n    }' | sed '/^$/d'  # Remove any empty lines\n}\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || {\n  echo \"$OUTPUT\" \\\n  | while IFS= read -r output_line && IFS= read -r expected_line <&3; do\n    line_number=$((line_number + 1))\n\n    # Strip non-visible characters from both lines\n    clean_output=$(preprocess_output \"$output_line\")\n\n    if [ \"${output_line}\" != \"${expected_line}\" ] && ! echo \"${clean_output}\" | \\grep -qE '^#+ 100\\.0%$'; then\n        echo \"Difference on line ${line_number}:\"\n        echo \"Output:    ${output_line}\"\n        echo \"Expected:  ${expected_line}\"\n        echo \"Byte-by-byte comparison:\"\n        echo \"Output:    $(echo \"${clean_output}\" | od -An -tx1 | tr -d '\\n')\"\n        echo \"Expected:  $(echo \"${expected_line}\" | od -An -tx1 | tr -d '\\n')\"\n\n        die \"4: expected >\n${EXPECTED_OUTPUT}<, got >\n${OUTPUT}<\"\n    fi\ndone 3<<EOF\n$EXPECTED_OUTPUT\nEOF\n}\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_install_source SHELL override",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f make gmake nvm_download nvm_get_os nvm_get_arch nvm_extract_tarball nvm_version_path nvm_get_make_jobs\n  rm -rf \"${FAKE_TMPDIR-}\"\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# Create a fake directory structure for the build\nFAKE_TMPDIR=\"$(mktemp -d)\"\nmkdir -p \"${FAKE_TMPDIR}/files\"\ntouch \"${FAKE_TMPDIR}/node-old.tar.gz\"\ntouch \"${FAKE_TMPDIR}/node-new.tar.gz\"\n\n# Track make invocations\nMAKE_CALLS=\"\"\n\nmake() {\n  MAKE_CALLS=\"${MAKE_CALLS}make $*\n\"\n  return 1  # Fail to prevent actual build\n}\n\ngmake() {\n  MAKE_CALLS=\"${MAKE_CALLS}gmake $*\n\"\n  return 1  # Fail to prevent actual build\n}\n\nnvm_download() {\n  return 0\n}\n\nnvm_get_arch() {\n  echo \"x64\"\n}\n\nnvm_extract_tarball() {\n  return 0\n}\n\nnvm_version_path() {\n  echo \"${FAKE_TMPDIR}/versions/${1}\"\n}\n\nnvm_get_make_jobs() {\n  NVM_MAKE_JOBS=1\n}\n\n# Test 1: Old version (0.6.21) should have SHELL=/bin/sh\nMAKE_CALLS=\"\"\nNVM_DIR=\"${FAKE_TMPDIR}\"\nexport NVM_DIR\n\n# Manually test the version check logic\nif nvm_version_greater \"0.12.0\" \"0.6.21\"; then\n  OLD_VERSION_DETECTED=\"yes\"\nelse\n  OLD_VERSION_DETECTED=\"no\"\nfi\n[ \"${OLD_VERSION_DETECTED}\" = \"yes\" ] || die \"Expected 0.6.21 to be detected as old version\"\n\n# Test 2: New version (0.12.0) should NOT have SHELL=/bin/sh\nif nvm_version_greater \"0.12.0\" \"0.12.0\"; then\n  NEW_VERSION_DETECTED=\"yes\"\nelse\n  NEW_VERSION_DETECTED=\"no\"\nfi\n[ \"${NEW_VERSION_DETECTED}\" = \"no\" ] || die \"Expected 0.12.0 to NOT be detected as old version\"\n\n# Test 3: Newer version (14.0.0) should NOT have SHELL=/bin/sh\nif nvm_version_greater \"0.12.0\" \"14.0.0\"; then\n  NEWER_VERSION_DETECTED=\"yes\"\nelse\n  NEWER_VERSION_DETECTED=\"no\"\nfi\n[ \"${NEWER_VERSION_DETECTED}\" = \"no\" ] || die \"Expected 14.0.0 to NOT be detected as old version\"\n\n# Test 4: Edge case version (0.11.99) should have SHELL=/bin/sh\nif nvm_version_greater \"0.12.0\" \"0.11.99\"; then\n  EDGE_VERSION_DETECTED=\"yes\"\nelse\n  EDGE_VERSION_DETECTED=\"no\"\nfi\n[ \"${EDGE_VERSION_DETECTED}\" = \"yes\" ] || die \"Expected 0.11.99 to be detected as old version\"\n\necho \"All nvm_install_source SHELL override tests passed\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_iojs_prefix",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n[ \"$(nvm_iojs_prefix)\" = \"iojs\" ] || die '\"nvm_iojs_prefix\" did not return the string \"iojs\". why did this fail?!'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_iojs_version_has_solaris_binary",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nassert_not_ok nvm_iojs_version_has_solaris_binary \"\"\nassert_not_ok nvm_iojs_version_has_solaris_binary \"foo\"\nassert_not_ok nvm_iojs_version_has_solaris_binary \"v1.1.0\"\n\nassert_ok nvm_iojs_version_has_solaris_binary \"v3.3.1\"\nassert_ok nvm_iojs_version_has_solaris_binary \"iojs-v3.3.1\"\nassert_ok nvm_iojs_version_has_solaris_binary \"v3.3.2\"\nassert_ok nvm_iojs_version_has_solaris_binary \"iojs-v3.3.2\"\nassert_ok nvm_iojs_version_has_solaris_binary \"v3.4.1\"\nassert_ok nvm_iojs_version_has_solaris_binary \"iojs-v3.4.1\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_is_alias",
    "content": "#!/bin/sh\n\ncleanup () { unalias foo; unalias grep; }\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nalias foo='bar'\nnvm_is_alias foo || die '\"nvm_is_alias foo\" was not true'\n\n! nvm_is_alias nvm_is_alias || die '\"nvm_is_alias nvm_is_alias was not false'\n\nalias grep='grep'\nunalias grep || die '\"unalias grep\" failed'\n! nvm_is_alias grep || die '\"nvm_is_alias grep\" with unaliased grep was not false'\n\nalias grep='grep'\nnvm_is_alias grep || die '\"nvm_is_alias grep\" with aliased grep was not true'\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_is_iojs_version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm_is_iojs_version 'iojs-' || die '\"nvm_is_iojs_version iojs- was not true'\nnvm_is_iojs_version 'iojs-foo' || die '\"nvm_is_iojs_version iojs- was not true'\n! nvm_is_iojs_version 'iojs' || die '\"nvm_is_iojs_version iojs was not false'\n! nvm_is_iojs_version 'v1.0.0' || die '\"nvm_is_iojs_version v1.0.0\" was not false'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_is_merged_node_version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm_is_merged_node_version '4.0' || die '\"nvm_is_merged_node_version 4.0 was not true'\nnvm_is_merged_node_version '5.1' || die '\"nvm_is_merged_node_version 5.1 was not true'\n! nvm_is_merged_node_version '3.99' || die '\"nvm_is_merged_node_version 3.99 was not false'\n! nvm_is_merged_node_version 'v1.0.0' || die '\"nvm_is_merged_node_version v1.0.0\" was not false'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_is_natural_num",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n! nvm_is_natural_num || die 'no args is not false'\n! nvm_is_natural_num '' || die 'empty string is not false'\n! nvm_is_natural_num a || die 'a is not false'\n! nvm_is_natural_num -1 || 'negative number is not false'\n! nvm_is_natural_num --1 || 'double negative number is not false'\n! nvm_is_natural_num 1.2 || 'decimal number is not false'\n! nvm_is_natural_num 0 || die 'zero is not false'\n\nnvm_is_natural_num 1 || die '1 is not true'\nnvm_is_natural_num 2 || die '2 is not true'\nnvm_is_natural_num 1234 || die '1234 is not true'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_is_valid_version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm_is_valid_version 0.1.2 || die \"nvm_is_valid_version 0.1.2 did not return 0\"\nnvm_is_valid_version foo && die \"nvm_is_valid_version foo did not return 1\"\nnvm_is_valid_version iojs-1 || die \"nvm_is_valid_version iojs-1 did not return 0\"\nnvm_is_valid_version iojs || die \"nvm_is_valid_version iojs did not return 0\"\nnvm_is_valid_version node || die \"nvm_is_valid_version node did not return 0\"\nnvm_is_valid_version stable || die \"nvm_is_valid_version stable did not return 0\"\nnvm_is_valid_version unstable || die \"nvm_is_valid_version unstable did not return 0\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_is_version_installed",
    "content": "#!/bin/sh\n\ncleanup () {\n  rm -rf \"$NVM_DIR\"\n  unset -f die cleanup nvm_get_os check_version\n  unset NVM_DIR NODE_PATH\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nset -ex\n\nNVM_DIR=$(mktemp -d)\nNODE_PATH=\"$NVM_DIR/versions/node\"\nmkdir -p \"$NODE_PATH\"\nif [ -z \"$NODE_PATH\" ]; then\n  die 'Unable to create temporary folder'\nfi\n\ncheck_version() {\n  local VERSION\n  local BINARY\n  VERSION=$1\n  BINARY=$2\n\n  # nvm_is_version_installed fails with non existing version\n  ! nvm_is_version_installed \"$VERSION\" || die \"nvm_is_version_installed $VERSION should fail with non existing version\"\n\n  # nvm_is_version_installed fails with non executable existing version\n  mkdir -p \"$NODE_PATH/$VERSION/bin\" && cd \"$NODE_PATH/$VERSION/bin\" && touch \"$NODE_PATH/$VERSION/bin/$BINARY\"\n  ! nvm_is_version_installed \"$VERSION\" || die \"nvm_is_version_installed $VERSION should fail with non executable existing version\"\n\n  # nvm_is_version_installed would work\n  chmod +x \"$NODE_PATH/$VERSION/bin/$BINARY\"\n  nvm_is_version_installed \"$VERSION\" || die \"nvm_is_version_installed $VERSION should work\"\n}\n\n# nvm_is_version_installed is available\ntype nvm_is_version_installed > /dev/null 2>&1 || die 'nvm_is_version_installed is not available'\n\n# nvm_is_version_installed with no parameter fails\n! nvm_is_version_installed || die 'nvm_is_version_installed without parameter should fail'\n\ncheck_version '12.0.0' 'node'\n\n# Checking for Windows\nnvm_get_os() {\n  echo \"win\"\n}\ncheck_version '13.0.0' 'node.exe'\n\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_ls handles hash in pattern",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# Test: nvm_ls with pattern containing # should not cause sed error\n# This is a regression test for https://github.com/nvm-sh/nvm/issues/3761\n\n# The pattern with # should not cause sed \"unterminated regular expression\" error\n# It's OK if it returns N/A (no match), but it should not produce sed errors\nOUTPUT=\"$(nvm_ls 'foo#bar' 2>&1)\"\nEXIT_CODE=$?\n\n# Check that output doesn't contain sed error message\necho \"$OUTPUT\" | grep -q \"unterminated regular expression\" && \\\n  die \"nvm_ls with # in pattern caused sed 'unterminated regular expression' error: $OUTPUT\"\necho \"$OUTPUT\" | grep -q \"invalid command code\" && \\\n  die \"nvm_ls with # in pattern caused sed 'invalid command code' error: $OUTPUT\"\n\n# Should return N/A with exit code 3 (not found)\n[ \"$EXIT_CODE\" = \"3\" ] || die \"nvm_ls 'foo#bar' should exit with code 3, got $EXIT_CODE\"\necho \"$OUTPUT\" | grep -q \"N/A\" || die \"nvm_ls 'foo#bar' should output N/A, got: $OUTPUT\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_ls_current",
    "content": "#!/bin/sh\n\nTEST_PWD=$(pwd)\nTEST_DIR=\"$TEST_PWD/nvm_ls_current_tmp\"\n\ncleanup() { rm -rf \"$TEST_DIR\"; unset -f return_zero; alias node='node' ; unalias node; }\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nreturn_zero () { return 0; }\n\nif nvm_has_system_node || nvm_has_system_iojs; then\n  EXPECTED_SYSTEM_NODE=\"system\"\nelse\n  EXPECTED_SYSTEM_NODE=\"none\"\nfi\n[ \"_$(nvm deactivate > /dev/null 2>&1 ; nvm_ls_current)\" = \"_$EXPECTED_SYSTEM_NODE\" ] || die \"when deactivated, did not return $EXPECTED_SYSTEM_NODE\"\n\nrm -rf \"$TEST_DIR\"\nmkdir \"$TEST_DIR\"\n# Ensure that the system version of which is used, not node_modules/.bin/which\nln -s \"$(PATH=$(echo $PATH | tr \":\" \"\\n\" | grep -v \"node_modules/.bin\" | tr \"\\n\" \":\") command which which)\" \"$TEST_DIR/which\"\nln -s \"$(command which dirname)\" \"$TEST_DIR/dirname\"\nln -s \"$(command which printf)\" \"$TEST_DIR/printf\"\n\n[ \"$(PATH=\"$TEST_DIR\" nvm_ls_current)\" = \"none\" ] || die 'when node not installed, nvm_ls_current did not return \"none\"'\n[ \"@$(PATH=\"$TEST_DIR\" nvm_ls_current 2> /dev/stdout 1> /dev/null)@\" = \"@@\" ] || die 'when node not installed, nvm_ls_current returned error output'\n\necho \"#!/bin/bash\" > \"$TEST_DIR/node\"\necho \"echo 'VERSION FOO!'\" >> \"$TEST_DIR/node\"\nchmod a+x \"$TEST_DIR/node\"\n\n[ \"$(PATH=\"$TEST_DIR\" nvm_ls_current)\" = \"VERSION FOO!\" ] || die 'when activated, did not return nvm node version'\n\nalias node='node --harmony'\n[ \"$(PATH=\"$TEST_DIR\" nvm_ls_current)\" = \"VERSION FOO!\" ] || die 'when activated and node aliased, did not return nvm node version'\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_ls_remote",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f nvm_download\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nMOCKS_DIR=\"$PWD/mocks\"\n\n# sample output at the time the test was written\nTAB_PATH=\"$MOCKS_DIR/nodejs.org-dist-index.tab\"\nnvm_download() {\n  cat \"$TAB_PATH\"\n}\n\nEXPECTED_OUTPUT_PATH=\"$MOCKS_DIR/nvm_ls_remote.txt\"\n\n\\. ../../common.sh\n\ntry nvm_ls_remote foo\n[ \"_$CAPTURED_STDOUT\" = \"_N/A\" ] || die \"nonexistent version did not report N/A\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die \"nonexistent version did not exit with code 3, got $CAPTURED_EXIT_CODE\"\n\nOUTPUT=\"$(nvm_ls_remote)\"\nEXPECTED_OUTPUT=\"$(cat \"$EXPECTED_OUTPUT_PATH\")\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"bare nvm_ls_remote did not output expected sorted versions; got $(echo \">$OUTPUT<\") expected $(echo \">$EXPECTED_OUTPUT<\")\"\n\nOUTPUT=\"$(nvm_ls_remote 0.3)\"\nEXPECTED_OUTPUT=\"v0.3.0\nv0.3.1\nv0.3.2\nv0.3.3\nv0.3.4\nv0.3.5\nv0.3.6\nv0.3.7\nv0.3.8\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_ls_remote 0.3 did not output 0.3.x versions; got $OUTPUT\"\n\nOUTPUT=\"$(nvm_ls_remote 0.3.)\"\nEXPECTED_OUTPUT=\"v0.3.0\nv0.3.1\nv0.3.2\nv0.3.3\nv0.3.4\nv0.3.5\nv0.3.6\nv0.3.7\nv0.3.8\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_ls_remote 0.3. did not output 0.3.x versions; got $OUTPUT\"\n\n# Sanity checks\nOUTPUT=\"$(nvm_print_implicit_alias remote stable)\"\nEXPECTED_OUTPUT_PATH=\"${MOCKS_DIR}/nvm_print_implicit_alias remote stable.txt\"\nEXPECTED_OUTPUT=\"$(cat \"${EXPECTED_OUTPUT_PATH}\")\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_print_implicit_alias remote stable did not output $EXPECTED_OUTPUT; got $OUTPUT\"\n\nOUTPUT=\"$(nvm_print_implicit_alias remote unstable)\"\nEXPECTED_OUTPUT=\"0.11\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_print_implicit_alias remote unstable did not output $EXPECTED_OUTPUT; got $OUTPUT\"\n\nOUTPUT=\"$(nvm_ls_remote stable)\"\nEXPECTED_OUTPUT_PATH=\"${MOCKS_DIR}/nvm_ls_remote stable.txt\"\nEXPECTED_OUTPUT=\"$(cat \"${EXPECTED_OUTPUT_PATH}\")\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_ls_remote stable did not output $EXPECTED_OUTPUT; got $OUTPUT\"\n\nOUTPUT=\"$(nvm_ls_remote unstable)\"\nEXPECTED_OUTPUT=\"v0.11.16\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_ls_remote unstable did not output $EXPECTED_OUTPUT; got $OUTPUT\"\n\nEXPECTED_OUTPUT_PATH=\"$MOCKS_DIR/nvm_ls_remote LTS.txt\"\nEXPECTED_OUTPUT=\"$(cat \"$EXPECTED_OUTPUT_PATH\")\"\nOUTPUT=\"$(NVM_LTS='*' nvm_ls_remote)\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"\\`NVM_LTS='*' nvm_ls_remote\\` did not output >$EXPECTED_OUTPUT<; got >$OUTPUT<\"\n\nEXPECTED_OUTPUT_PATH=\"$MOCKS_DIR/nvm_ls_remote LTS argon.txt\"\nEXPECTED_OUTPUT=\"$(cat \"$EXPECTED_OUTPUT_PATH\")\"\nOUTPUT=\"$(NVM_LTS=argon nvm_ls_remote)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"\\`NVM_LTS=argon nvm_ls_remote\\` did not output >$EXPECTED_OUTPUT<; got >$OUTPUT<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_ls_remote LTS aliases",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\nTEST_PATH=\"$PWD/test_output\"\nmkdir -p \"$TEST_PATH\"\nCALL_COUNT_PATH=\"$TEST_PATH/call_count.txt\"\n: > \"$CALL_COUNT_PATH\"\nALIAS_ARGS_PATH=\"$TEST_PATH/nvm_make_alias_args.txt\"\n: > \"$ALIAS_ARGS_PATH\"\n\ncleanup() {\n  unset -f nvm_download nvm_make_alias\n  rm -rf \"$TEST_PATH\"\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nset -ex\n\nMOCKS_DIR=\"$PWD/mocks\"\n\n# sample output at the time the test was written\nTAB_PATH=\"$MOCKS_DIR/nodejs.org-dist-index.tab\"\nnvm_download() {\n  cat \"$TAB_PATH\"\n}\n\nnvm_make_alias() {\n  CALL_COUNT=\"$(cat \"$CALL_COUNT_PATH\")\"\n  CALL_COUNT=\"$((CALL_COUNT + 1))\"\n  echo \"$CALL_COUNT\" > \"$CALL_COUNT_PATH\"\n  echo \"${1}|${2}\" >> \"$ALIAS_ARGS_PATH\"\n}\n\nnvm_ls_remote >/dev/null || die \"nvm_ls_remote_failed?!\"\n\nCALL_COUNT=\"$(cat \"$CALL_COUNT_PATH\")\"\n\nLTS_LINES=\"$(cat \"${MOCKS_DIR}/LTS_names.txt\" | wc -l)\"\nEXPECTED_COUNT=\"$((LTS_LINES + 1))\"\n[ \"$CALL_COUNT\" = \"$EXPECTED_COUNT\" ] || die \"nvm_make_alias called $CALL_COUNT times; expected $EXPECTED_COUNT\"\n\nARGS=\"$(cat \"$ALIAS_ARGS_PATH\")\"\nEXPECTED_ARGS_PATH=\"$MOCKS_DIR/nvm_make_alias LTS alias calls.txt\"\nEXPECTED_ARGS=\"$(cat \"$EXPECTED_ARGS_PATH\")\"\n[ \"${ARGS}\" = \"${EXPECTED_ARGS}\" ] || die \"nvm_make_alias called with >${ARGS}<; expected >${EXPECTED_ARGS}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_ls_remote nightly",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f nvm_download\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nMOCKS_DIR=\"$PWD/mocks\"\n\n# sample output at the time the test was written\nTAB_PATH=\"$MOCKS_DIR/nodejs.org-download-nightly-index.tab\"\nnvm_download() {\n  cat \"$TAB_PATH\"\n}\n\nEXPECTED_OUTPUT_PATH=\"$MOCKS_DIR/nvm_ls_remote nightly.txt\"\n\n\\. ../../common.sh\n\ntry nvm_ls_remote foo\n[ \"_$CAPTURED_STDOUT\" = \"_N/A\" ] || die \"nonexistent version did not report N/A\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die \"nonexistent version did not exit with code 3, got $CAPTURED_EXIT_CODE\"\n\nOUTPUT=\"$(nvm_ls_remote)\"\nEXPECTED_OUTPUT=\"$(cat \"$EXPECTED_OUTPUT_PATH\")\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"bare nvm_ls_remote did not output expected sorted versions; got $(echo \">$OUTPUT<\") expected $(echo \">$EXPECTED_OUTPUT<\")\"\n\nOUTPUT=\"$(nvm_ls_remote 11)\"\nEXPECTED_OUTPUT=\"v11.0.0-nightly201810011be804d625\nv11.1.0-nightly20181101af6d26281f\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_ls_remote 11 did not output v11 nightly versions; got $OUTPUT\"\n\n# Sanity checks\nOUTPUT=\"$(nvm_print_implicit_alias remote stable)\"\nEXPECTED_OUTPUT_PATH=\"${MOCKS_DIR}/nvm_print_implicit_alias remote stable nightly.txt\"\nEXPECTED_OUTPUT=\"$(cat \"${EXPECTED_OUTPUT_PATH}\")\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_print_implicit_alias remote stable did not output $EXPECTED_OUTPUT; got $OUTPUT\"\n\nOUTPUT=\"$(nvm_print_implicit_alias remote unstable)\"\nEXPECTED_OUTPUT=\"N/A\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_print_implicit_alias remote unstable did not output |$EXPECTED_OUTPUT|; got |$OUTPUT|\"\n\nOUTPUT=\"$(nvm_ls_remote stable)\"\nEXPECTED_OUTPUT_PATH=\"${MOCKS_DIR}/nvm_ls_remote stable nightly.txt\"\nEXPECTED_OUTPUT=\"$(cat \"${EXPECTED_OUTPUT_PATH}\")\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_ls_remote stable did not output $EXPECTED_OUTPUT; got $OUTPUT\"\n\nOUTPUT=\"$(nvm_ls_remote unstable)\"\nEXPECTED_OUTPUT=\"N/A\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_ls_remote unstable did not output |$EXPECTED_OUTPUT|; got |$OUTPUT|\"\n\nEXPECTED_OUTPUT_PATH=\"$MOCKS_DIR/nvm_ls_remote LTS nightly.txt\"\nEXPECTED_OUTPUT=\"$(cat \"$EXPECTED_OUTPUT_PATH\")\"\nOUTPUT=\"$(NVM_LTS='*' nvm_ls_remote)\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"\\`NVM_LTS='*' nvm_ls_remote\\` did not output >$EXPECTED_OUTPUT<; got >$OUTPUT<\"\n\nEXPECTED_OUTPUT_PATH=\"$MOCKS_DIR/nvm_ls_remote LTS nightly argon.txt\"\nEXPECTED_OUTPUT=\"$(cat \"$EXPECTED_OUTPUT_PATH\")\"\nOUTPUT=\"$(NVM_LTS=argon nvm_ls_remote)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"\\`NVM_LTS=argon nvm_ls_remote\\` did not output >$EXPECTED_OUTPUT<; got >$OUTPUT<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_ls_remote_iojs",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f nvm_download\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# sample output at the time the test was written\nTAB_PATH=\"$PWD/mocks/iojs.org-dist-index.tab\"\nnvm_download() {\n  cat \"$TAB_PATH\"\n}\n\nEXPECTED_OUTPUT_PATH=\"$PWD/mocks/nvm_ls_remote_iojs.txt\"\n\n\\. ../../common.sh\n\ntry nvm_ls_remote_iojs foo\n[ \"_$CAPTURED_STDOUT\" = \"_N/A\" ] || die \"nonexistent version did not report N/A\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die \"nonexistent version did not exit with code 3, got $CAPTURED_EXIT_CODE\"\n\nOUTPUT=\"$(nvm_ls_remote_iojs)\"\nEXPECTED_OUTPUT=\"$(cat \"$EXPECTED_OUTPUT_PATH\")\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"bare nvm_ls_remote_iojs did not output expected sorted versions; got $(echo \">$OUTPUT<\") expected $(echo \">$EXPECTED_OUTPUT<\")\"\n\nOUTPUT=\"$(nvm_ls_remote_iojs 1.0)\"\nEXPECTED_OUTPUT=\"iojs-v1.0.0\niojs-v1.0.1\niojs-v1.0.2\niojs-v1.0.3\niojs-v1.0.4\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_ls_remote_iojs 1.0 did not output 1.0.x versions; got $OUTPUT\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_make_alias",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\ntry_err nvm_make_alias\nEXPECTED_OUTPUT='an alias name is required'\n\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"\\`nvm_make_alias\\` did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" -eq 1 ] || die \"\\`nvm_make_alias\\` did not exit with 1, got '$CAPTURED_EXIT_CODE'\"\n\ntry_err nvm_make_alias foo\nEXPECTED_OUTPUT='an alias target version is required'\n\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"\\`nvm_make_alias foo\\` did not error with '$EXPECTED_OUTPUT'; got '$CAPTURED_STDERR'\"\n[ \"$CAPTURED_EXIT_CODE\" -eq 2 ] || die \"\\`nvm_make_alias foo\\` did not exit with 2, got '$CAPTURED_EXIT_CODE'\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_node_prefix",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n[ \"$(nvm_node_prefix)\" = \"node\" ] || die '\"nvm_node_prefix\" did not return the string \"node\". why did this fail?!'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_node_version_has_solaris_binary",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\n# Invalid version numbers fail\nassert_not_ok nvm_node_version_has_solaris_binary \"\"\nassert_not_ok nvm_node_version_has_solaris_binary \"foo\"\n\n# \"Invalid\" node version numbers fail\nassert_not_ok nvm_node_version_has_solaris_binary \"v1.0.0\"\nassert_not_ok nvm_node_version_has_solaris_binary \"v3.3.1\"\n\n# Valid io.js version numbers that have a Solaris binary fail\nassert_not_ok nvm_node_version_has_solaris_binary \"iojs-v3.3.1\"\n\n# Invalid io.js version numbers fail\nassert_not_ok nvm_node_version_has_solaris_binary \"iojs-v0.12.7\"\n\n# Valid node version numbers that don't have a Solaris binary fail\nassert_not_ok nvm_node_version_has_solaris_binary \"v0.8.5\"\n\n# Valid node version numbers that have a Solaris binary succeed\nassert_ok nvm_node_version_has_solaris_binary \"v0.8.6\"\nassert_ok nvm_node_version_has_solaris_binary \"v0.10.0\"\nassert_ok nvm_node_version_has_solaris_binary \"v0.12.7\"\n\n# Valid \"merged\" version numbers fail, because they're not\n# considered node version numbers\nassert_not_ok nvm_node_version_has_solaris_binary \"v4.0.0\"\nassert_not_ok nvm_node_version_has_solaris_binary \"v4.1.1\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_normalize_lts",
    "content": "#!/bin/sh\n\ncleanup() {\n    unset nvm_get_os\n    rm -rf \"${NVM_DIR}/alias/lts\"\n    mv \"${NVM_DIR}/alias/lts-backup\" \"${NVM_DIR}/alias/lts\"\n}\n\ndie () { cleanup; echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nMOCKS_DIR=\"../Unit tests/mocks\"\n\nLTS_NAMES_PATH=\"${MOCKS_DIR}/LTS_names.txt\"\n\nSTAR=\"$(cat \"${MOCKS_DIR}/lts-star.txt\")\"\n\nmv \"${NVM_DIR}/alias/lts\" \"${NVM_DIR}/alias/lts-backup\" ||:\nmkdir -p \"${NVM_DIR}/alias/lts\"\n\necho \"${STAR}\" > \"${NVM_DIR}/alias/lts/\\*\"\nprintf '%s\\n' \"$(cat \"${LTS_NAMES_PATH}\" | tail -n +1)\" | while IFS= read -r LTS; do\n  cp \"${NVM_DIR}/alias/lts-backup/${LTS}\" \"${NVM_DIR}/alias/lts/\"\ndone\n\nACTUAL=\"$(nvm_normalize_lts \"foo\")\"\nEXPECTED='foo'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"foo: expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nACTUAL=\"$(nvm_normalize_lts \"lts/*\")\"\nEXPECTED='lts/*'\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"*: expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nif ACTUAL=\"$(nvm_normalize_lts lts/ARGON)\"; then\n  die \"ARGON: expected failure, got >${ACTUAL}<\"\nfi\n\nACTUAL=\"$(nvm_normalize_lts \"${STAR}\")\"\nEXPECTED=\"${STAR}\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"${STAR}: expected >${EXPECTED}<, got >${ACTUAL}<\"\n\nLTS_LIST=\"$(cat \"${LTS_NAMES_PATH}\" | tail -n +2)\"\n\nINDEX=1\nprintf '%s\\n' \"${LTS_LIST}\" | while IFS= read -r LTS; do\n    ACTUAL=\"$(nvm_normalize_lts \"lts/-${INDEX}\")\"\n    MESSAGE=\"for lts/-${INDEX} (${LTS})\"\n    EXPECTED=\"lts/$(echo \"${LTS_LIST}\" | tail -n +${INDEX} | head -n1)\"\n    [ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"${MESSAGE}: expected >${EXPECTED}<, got >${ACTUAL}<\"\n\n    INDEX=$(($INDEX + 1))\ndone\n\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_num_version_groups",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n[ \"~$(nvm_num_version_groups)\" = \"~0\" ] || die \"no args should give 0\"\n[ \"~$(nvm_num_version_groups v)\" = \"~0\" ] || die \"just \"v\" should give 0\"\n[ \"~$(nvm_num_version_groups .)\" = \"~0\" ] || die \"just \".\" should give 0\"\n[ \"~$(nvm_num_version_groups a)\" = \"~1\" ] || die \"one letter should give 1\"\n\n[ \"~$(nvm_num_version_groups 1)\" = \"~1\" ] || die \"1 should give 1\"\n[ \"~$(nvm_num_version_groups 1.)\" = \"~1\" ] || die \"1. should give 1\"\n[ \"~$(nvm_num_version_groups v1)\" = \"~1\" ] || die \"v1 should give 1\"\n[ \"~$(nvm_num_version_groups v1.)\" = \"~1\" ] || die \"v1. should give 1\"\n\n[ \"~$(nvm_num_version_groups 1.2)\" = \"~2\" ] || die \"1.2 should give 2\"\n[ \"~$(nvm_num_version_groups 1.2.)\" = \"~2\" ] || die \"1.2. should give 2\"\n[ \"~$(nvm_num_version_groups v1.2)\" = \"~2\" ] || die \"v1.2 should give 2\"\n[ \"~$(nvm_num_version_groups v1.2.)\" = \"~2\" ] || die \"v1.2. should give 2\"\n\n[ \"~$(nvm_num_version_groups 1.2.3)\" = \"~3\" ] || die \"1.2.3 should give 3\"\n[ \"~$(nvm_num_version_groups v1.2.3)\" = \"~3\" ] || die \"v1.2.3 should give 3\"\n[ \"~$(nvm_num_version_groups v1.2.3.)\" = \"~3\" ] || die \"v1.2.3. should give 3\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_offline_version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nTEST_DIR=\"$(pwd)/nvm_offline_version_tmp\"\n\ncleanup() {\n  rm -rf \"${TEST_DIR}\"\n}\n\n[ ! -e \"${TEST_DIR}\" ] && mkdir -p \"${TEST_DIR}\"\n\n# nvm_offline_version should find installed versions\nINSTALLED_VERSION=\"$(nvm_version node)\"\nif [ \"_${INSTALLED_VERSION}\" != '_N/A' ] && [ \"_${INSTALLED_VERSION}\" != '_system' ]; then\n  try nvm_offline_version \"${INSTALLED_VERSION}\"\n  [ \"_$CAPTURED_STDOUT\" = \"_${INSTALLED_VERSION}\" ] \\\n    || die \"nvm_offline_version '${INSTALLED_VERSION}' should return '${INSTALLED_VERSION}'; got '$CAPTURED_STDOUT'\"\n  [ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] \\\n    || die \"nvm_offline_version '${INSTALLED_VERSION}' should exit 0; got '$CAPTURED_EXIT_CODE'\"\nfi\n\n# nvm_offline_version with nonexistent version should return N/A\ntry nvm_offline_version \"999.999.999\"\n[ \"_$CAPTURED_STDOUT\" = \"_N/A\" ] \\\n  || die \"nvm_offline_version '999.999.999' should return 'N/A'; got '$CAPTURED_STDOUT'\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] \\\n  || die \"nvm_offline_version '999.999.999' should exit 3; got '$CAPTURED_EXIT_CODE'\"\n\n# nvm_ls_cached with nonexistent pattern should return nothing\ntry nvm_ls_cached \"999.999\"\n[ -z \"$CAPTURED_STDOUT\" ] \\\n  || die \"nvm_ls_cached '999.999' should return empty; got '$CAPTURED_STDOUT'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_print_alias_path",
    "content": "#!/bin/sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup () {\n  unset -f nvm_alias nvm_version\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nNVM_ALIAS_DIR='path/to/the alias/dir'\n\nOUTPUT=\"$(nvm_print_alias_path 2>&1)\"\nEXPECTED_OUTPUT='An alias dir is required.'\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"'nvm_print_alias_path' produced wrong output; got '$OUTPUT', expected '$EXPECTED_OUTPUT'\"\n\nOUTPUT=\"$(nvm_print_alias_path \"$NVM_ALIAS_DIR\" 2>&1)\"\nEXPECTED_OUTPUT='An alias path is required.'\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"'nvm_print_alias_path \\\"\\$NVM_ALIAS_DIR\\\"' produced wrong output; got '$OUTPUT', expected '$EXPECTED_OUTPUT'\"\n\nnvm_alias() {\n  echo ''\n}\n\ntry nvm_print_alias_path \"$NVM_ALIAS_DIR\" foo\nOUTPUT=\"$(echo \"$CAPTURED_STDOUT\" | strip_colors)\"\nEXPECTED_OUTPUT=''\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_print_alias_path \\\"\\$NVM_ALIAS_DIR\\\" foo' should produce no output when nvm_alias does not; got '$OUTPUT'\"\n[ \"$CAPTURED_EXIT_CODE\" = '0' ] || die \"'nvm_print_alias_path \\\"\\$NVM_ALIAS_DIR\\\" foo' should exit zero when nvm_alias produces no output; got $CAPTURED_EXIT_CODE\"\n\nnvm_alias() {\n  echo \"\\\"$1\\\"\"\n}\nnvm_version() {\n  echo \"v$1\"\n}\n\nOUTPUT=\"$(nvm_print_alias_path \"$NVM_ALIAS_DIR\" \"$NVM_ALIAS_DIR/blah\" | strip_colors)\"\nEXPECTED_OUTPUT='blah -> \"blah\" (-> v\"blah\" *)'\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"'nvm_print_alias_path \\\"\\$NVM_ALIAS_DIR\\\" \\\"\\$NVM_ALIAS_DIR/blah\\\"' should strip alias dir and print nvm_alias output; got '$OUTPUT', expected '$EXPECTED_OUTPUT'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_print_color_code",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n# Testing valid input\nOUTPUT=$(nvm_print_color_code m)\nEXPECTED_OUTPUT='0;35m'\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_print_color_code returned wrong code; got $(echo \">$OUTPUT<\") expected $(echo \">$EXPECTED_OUTPUT<\")\"\n\n# Testing invalid input\nset +x # needed for stderr\nOUTPUT=\"$(nvm_print_color_code q 2>&1)\" ||:\nset -x\necho \"OUTPUT WAS SET TO: $OUTPUT\"\nEXPECTED_OUTPUT=\"Invalid color code: q\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_print_color_code did not recognize the invalid input; got $(echo \">$OUTPUT<\") expected $(echo \">$EXPECTED_OUTPUT<\")\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_print_default_alias",
    "content": "#!/bin/sh\n\\. ../../common.sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup () {\n  unset -f nvm_print_implicit_alias nvm_version\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm_print_implicit_alias() {\n  echo ''\n}\n\nOUTPUT=\"$(nvm_print_default_alias 2>&1)\"\nEXPECTED_OUTPUT='A default alias is required.'\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"'nvm_print_default_alias' produced wrong output; got '$OUTPUT', expected '$EXPECTED_OUTPUT'\"\n\ntry nvm_print_default_alias foo\nOUTPUT=\"$(echo \"$CAPTURED_STDOUT\" | strip_colors)\"\nEXPECTED_OUTPUT=''\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"'nvm_print_default_alias foo' should produce no output when nvm_print_implicit_alias does not; got '$OUTPUT'\"\n[ \"$CAPTURED_EXIT_CODE\" = '0' ] || die \"'nvm_print_default_alias foo' should exit zero when nvm_print_implicit_alias produces no output; got $CAPTURED_EXIT_CODE\"\n\nnvm_print_implicit_alias() {\n  echo \"\\\"$1-$2\\\"\"\n}\nnvm_version() {\n  echo \"v$1\"\n}\n\nOUTPUT=\"$(nvm_print_default_alias blah | strip_colors)\"\nEXPECTED_OUTPUT='blah -> \"local-blah\" (-> v\"local-blah\" *) (default)'\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"'nvm_print_default_alias blah' should strip alias dir and print nvm_print_implicit_alias output; got '$OUTPUT', expected '$EXPECTED_OUTPUT'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_print_implicit_alias errors",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nEXPECTED_FIRST_MSG=\"nvm_print_implicit_alias must be specified with local or remote as the first argument.\"\n[ \"_$(nvm_print_implicit_alias 2>&1)\" = \"_$EXPECTED_FIRST_MSG\" ] \\\n  || die \"nvm_print_implicit_alias did not require local|remote as first argument\"\n[ \"_$(nvm_print_implicit_alias foo 2>&1)\" = \"_$EXPECTED_FIRST_MSG\" ] \\\n  || die \"nvm_print_implicit_alias did not require local|remote as first argument\"\n\ntry_err nvm_print_implicit_alias\n[ \"_$CAPTURED_EXIT_CODE\" = \"_1\" ] \\\n  || die \"nvm_print_implicit_alias without local|remote had wrong exit code: expected 1, got $CAPTURED_EXIT_CODE\"\n\nEXPECTED_SECOND_MSG=\"Only implicit aliases 'stable', 'unstable', 'iojs', and 'node' are supported.\"\n[ \"_$(nvm_print_implicit_alias local 2>&1)\" = \"_$EXPECTED_SECOND_MSG\" ] \\\n  || die \"nvm_print_implicit_alias did not require stable|unstable|iojs|node as second argument\"\n[ \"_$(nvm_print_implicit_alias local foo 2>&1)\" = \"_$EXPECTED_SECOND_MSG\" ] \\\n  || die \"nvm_print_implicit_alias did not require stable|unstable|iojs|node as second argument\"\n\ntry_err nvm_print_implicit_alias local\n[ \"_$CAPTURED_EXIT_CODE\" = \"_2\" ] \\\n  || die \"nvm_print_implicit_alias without stable|unstable|iojs|node had wrong exit code: expected 2, got $CAPTURED_EXIT_CODE\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_print_implicit_alias success",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\ncleanup() {\n  rm -rf \"${NVM_DIR}/v0.2.3\"\n  rm -rf \"${NVM_DIR}/v0.3.4\"\n  rm -rf \"${NVM_DIR}/v0.4.6\"\n  rm -rf \"${NVM_DIR}/v0.5.7\"\n  rm -rf \"${NVM_DIR}/v0.7.7\"\n  rm -rf \"${NVM_DIR}/versions/io.js/v0.98.0\"\n  rm -rf \"${NVM_DIR}/versions/node/v1.0.0\"\n  rm -rf \"${NVM_DIR}/versions/node/v1.1.0\"\n  unset -f nvm_ls_remote nvm_ls_remote_iojs\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nmake_fake_node v0.2.3\nmake_fake_node v0.3.4\nmake_fake_node v0.4.6\nmake_fake_node v0.5.7\nmake_fake_node v0.7.7\nmake_fake_iojs v0.98.0\n\nLATEST_STABLE=\"$(nvm_print_implicit_alias local stable)\"\n[ \"_$LATEST_STABLE\" = \"_0.4\" ] || die \"local stable is not latest even minor: expected 0.4, got $LATEST_STABLE\"\n\nLATEST_NODE=\"$(nvm_print_implicit_alias local node)\"\n[ \"_$LATEST_NODE\" = \"_stable\" ] || die \"local node is not stable: expected stable, got $LATEST_NODE\"\n\nLATEST_UNSTABLE=\"$(nvm_print_implicit_alias local unstable)\"\n[ \"_$LATEST_UNSTABLE\" = \"_0.7\" ] || die \"local unstable is not latest odd minor: expected 0.7, got $LATEST_UNSTABLE\"\n\nLATEST_IOJS=\"$(nvm_print_implicit_alias local iojs)\"\n[ \"_$LATEST_IOJS\" = \"_iojs-v0.98\" ] || die \"local iojs is not latest iojs: expected iojs-v0.98, got $LATEST_IOJS\"\n\n## node post v1.0/io.js merger ##\nmake_fake_node v1.0.0\nmake_fake_node v1.1.0\n\n\nLATEST_STABLE=\"$(nvm_print_implicit_alias local stable)\"\n[ \"_$LATEST_STABLE\" = \"_1.1\" ] || die \"local stable when post-v1.0 exists is not latest: expected 1.1, got $LATEST_STABLE\"\n\nLATEST_UNSTABLE=\"$(nvm_print_implicit_alias local unstable)\"\n[ \"_$LATEST_UNSTABLE\" = \"_0.7\" ] || die \"local unstable is not latest pre-v1.0 odd minor: expected 0.7, got $LATEST_UNSTABLE\"\n## ** ##\n\nnvm_ls_remote() {\n  echo \"v0.4.3\"\n  echo \"v0.5.4\"\n  echo \"v0.6.6\"\n  echo \"v0.7.7\"\n  echo \"v0.9.7\"\n  echo \"v0.4.3\"\n  echo \"v0.5.4\"\n  echo \"v0.6.6\"\n  echo \"v0.7.7\"\n  echo \"v0.9.7\"\n}\n\nnvm_ls_remote_iojs() {\n  echo \"iojs-v0.1.0\"\n  echo \"iojs-v0.1.1\"\n  echo \"iojs-v0.7.8\"\n  echo \"iojs-v0.98.5\"\n  echo \"iojs-v0.99.0\"\n}\n\nLATEST_STABLE=\"$(nvm_print_implicit_alias remote stable)\"\n[ \"_$LATEST_STABLE\" = \"_0.6\" ] || die \"remote stable is not latest even minor: expected 0.6, got $LATEST_STABLE\"\n\nLATEST_NODE=\"$(nvm_print_implicit_alias remote node)\"\n[ \"_$LATEST_NODE\" = \"_stable\" ] || die \"remote node is not stable: expected stable, got $LATEST_NODE\"\n\nLATEST_UNSTABLE=\"$(nvm_print_implicit_alias remote unstable)\"\n[ \"_$LATEST_UNSTABLE\" = \"_0.9\" ] || die \"remote unstable is not latest odd minor: expected 0.9, got $LATEST_UNSTABLE\"\n\nLATEST_IOJS=\"$(nvm_print_implicit_alias remote iojs)\"\n[ \"_$LATEST_IOJS\" = \"_iojs-v0.99\" ] || die \"remote iojs is not latest: expected iojs-v0.99, got $LATEST_IOJS\"\n\n## node post v1.0/io.js merger ##\nnvm_ls_remote() {\n  echo \"v0.4.3\"\n  echo \"v0.5.4\"\n  echo \"v0.6.6\"\n  echo \"v0.7.7\"\n  echo \"v0.9.7\"\n  echo \"v0.4.3\"\n  echo \"v0.5.4\"\n  echo \"v0.6.6\"\n  echo \"v0.7.7\"\n  echo \"v0.9.7\"\n  echo \"v1.0.0\"\n  echo \"v1.1.0\"\n}\n\nLATEST_STABLE=\"$(nvm_print_implicit_alias remote stable)\"\n[ \"_$LATEST_STABLE\" = \"_1.1\" ] || die \"remote stable when post-v1.0 exists is not latest: expected 1.1, got $LATEST_STABLE\"\n\nLATEST_UNSTABLE=\"$(nvm_print_implicit_alias remote unstable)\"\n[ \"_$LATEST_UNSTABLE\" = \"_0.9\" ] || die \"remote unstable is not latest odd pre-v1.0 minor: expected 0.9, got $LATEST_UNSTABLE\"\n## ** ##\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_print_npm_version",
    "content": "#!/bin/sh\n\ncleanup () {\n  alias nvm_has='\\nvm_has'\n  alias npm='\\npm'\n  unset -f nvm_has npm\n}\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm_has() { return 1; }\nOUTPUT=\"$(nvm_print_npm_version)\"\n[ -z \"$OUTPUT\" ] || die \"nvm_print_npm_version did not return empty when nvm_has returns 1, got '$OUTPUT'\"\n\nnvm_has() { return 0; }\nnpm() {\n  if [ \"_$@\" = \"_--version\" ]; then\n    echo \"1.2.3\"\n  else\n    echo \"error\"\n  fi\n}\nOUTPUT=\"$(nvm_print_npm_version)\"\nEXPECTED_OUTPUT=\" (npm v1.2.3)\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"nvm_print_npm_version did not provided '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_process_nvmrc",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  echo 'cleaned up'\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nfor f in ../../../test/fixtures/nvmrc/test/fixtures/valid/*; do\n  try nvm_process_nvmrc $f/.nvmrc\n\n  EXPECTED=\"$(nvm_json_extract node < \"${f}/expected.json\" | tr -d '\"')\"\n\n  [ \"${CAPTURED_EXIT_CODE}\" = \"0\" ] || die \"$(basename \"${f}\"): expected exit code of 0 but got ${CAPTURED_EXIT_CODE}\"\n\n  [ \"${CAPTURED_STDOUT}\" = \"${EXPECTED}\" ] || die \"$(basename \"${f}\"): expected STDOUT of \\`${EXPECTED}\\` but got \\`${CAPTURED_STDOUT}\\`\"\ndone\n\nfor f in ../../../test/fixtures/nvmrc/test/fixtures/invalid/*; do\n  try nvm_process_nvmrc $f/.nvmrc\n  try_err nvm_process_nvmrc $f/.nvmrc\n  STDERR=\"$(echo \"$CAPTURED_STDERR\" | awk '{if(NR > 8) print $0}' | strip_colors)\"\n\n  EXPECTED=\"$(nvm_json_extract < \"${f}/expected.json\" | tr -d '\"')\"\n\n  [ \"${CAPTURED_EXIT_CODE}\" != \"0\" ] || die \"$(basename \"${f}\"): expected exit code of 'not 0' but got ${CAPTURED_EXIT_CODE}\"\n\n  [ \"${STDERR}\" = \"${EXPECTED}\" ] || die \"$(basename \"${f}\"): expected STDERR of \\`${EXPECTED}\\` but got \\`${STDERR}\\`\"\ndone\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_remote_version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f nvm_ls_remote nvm_ls_remote_iojs\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nnvm_ls_remote() {\n  echo \"N/A\"\n}\ntry nvm_remote_version foo\n[ \"_$CAPTURED_STDOUT\" = \"_N/A\" ] || die \"nonexistent version did not report N/A\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die \"nonexistent version did not exit with code 3, got $CAPTURED_EXIT_CODE\"\n\nnvm_ls_remote_iojs() {\n  echo \"N/A\"\n}\ntry nvm_remote_version iojs-foo\n[ \"_$CAPTURED_STDOUT\" = \"_N/A\" ] || die \"nonexistent version did not report N/A\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die \"nonexistent version did not exit with code 3, got $CAPTURED_EXIT_CODE\"\n\n\nnvm_ls_remote() {\n  if [ -z \"$1\" ] || ! nvm_is_iojs_version \"$1\"; then\n    echo \"test_output\"\n    echo \"more_test_output\"\n    echo \"pattern_received:_$1_\"\n  fi\n}\nnvm_ls_remote_iojs() {\n  if [ -z \"$1\" ] || nvm_is_iojs_version \"$1\"; then\n    echo \"test_iojs_output\"\n    echo \"more_iojs_test_output\"\n    echo \"iojs_pattern_received:_$1_\"\n  fi\n}\ntry nvm_remote_version foo\n[ \"_$CAPTURED_STDOUT\" = \"_pattern_received:_foo_\" ] \\\n  || die \"nvm_remote_version foo did not return last line only of nvm_ls_remote foo; got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_version foo did not exit with 0, got $CAPTURED_EXIT_CODE\"\n\ntry nvm_remote_version iojs-foo\n[ \"_$CAPTURED_STDOUT\" = \"_iojs_pattern_received:_iojs-foo_\" ] \\\n  || die \"nvm_remote_version iojs-foo did not return last line only of nvm_ls_remote_iojs foo; got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_version iojs-foo did not exit with 0, got $CAPTURED_EXIT_CODE\"\n\ntry nvm_remote_version iojs\n[ \"_$CAPTURED_STDOUT\" = \"_iojs_pattern_received:__\" ] \\\n  || die \"nvm_remote_version iojs did not return last line only of nvm_ls_remote_iojs; got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_version iojs did not exit with 0, got $CAPTURED_EXIT_CODE\"\n\ntry nvm_remote_version stable\n[ \"_$CAPTURED_STDOUT\" = \"_$(nvm_ls_remote stable)\" ] \\\n  || die \"nvm_remote_version stable did not return contents of nvm_ls_remote stable; got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_version stable did not exit with 0, got $CAPTURED_EXIT_CODE\"\n\ntry nvm_remote_version unstable\n[ \"_$CAPTURED_STDOUT\" = \"_$(nvm_ls_remote unstable)\" ] \\\n  || die \"nvm_remote_version unstable did not return contents of nvm_ls_remote unstable; got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_version unstable did not exit with 0, got $CAPTURED_EXIT_CODE\"\n\ntry nvm_remote_version node\n[ \"_$CAPTURED_STDOUT\" = \"_$(nvm_ls_remote node)\" ] \\\n  || die \"nvm_remote_version node did not return contents of nvm_ls_remote node; got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_version node did not exit with 0, got $CAPTURED_EXIT_CODE\"\n\n# Test LTS name rejection (Issue #3474)\n# When nvm_remote_versions returns a line with LTS name in description,\n# nvm_remote_version should reject it if the pattern doesn't match the version number\n\nnvm_remote_versions() {\n    echo \"v4.9.1 Argon *\"\n}\ntry nvm_remote_version Argon\n[ \"_$CAPTURED_STDOUT\" = \"_N/A\" ] || die \"nvm_remote_version Argon should return N/A (LTS name not in version), got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die \"nvm_remote_version Argon should exit with code 3, got $CAPTURED_EXIT_CODE\"\n\nnvm_remote_versions() {\n  echo \"v4.9.1\"\n}\ntry nvm_remote_version 4\n[ \"_$CAPTURED_STDOUT\" = \"_v4.9.1\" ] || die \"nvm_remote_version 4 should return v4.9.1, got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_version 4 should exit with code 0, got $CAPTURED_EXIT_CODE\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_remote_versions",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f nvm_ls_remote nvm_ls_remote_iojs\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\ntry_err nvm_remote_versions stable\nEXPECTED_OUTPUT=\"Implicit aliases are not supported in nvm_remote_versions.\"\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"implicit alias 'stable' did not error out with correct message, got $CAPTURED_STDERR\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_1\" ] || die \"implicit alias 'stable' did not exit with code 1, got $CAPTURED_EXIT_CODE\"\n\ntry_err nvm_remote_versions unstable\nEXPECTED_OUTPUT=\"Implicit aliases are not supported in nvm_remote_versions.\"\n[ \"_$CAPTURED_STDERR\" = \"_$EXPECTED_OUTPUT\" ] || die \"implicit alias 'unstable' did not error out with correct message, got $CAPTURED_STDERR\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_1\" ] || die \"implicit alias 'unstable' did not exit with code 1, got $CAPTURED_EXIT_CODE\"\n\nnvm_ls_remote() {\n  echo \"N/A\"\n}\ntry nvm_remote_versions foo\n[ \"_$CAPTURED_STDOUT\" = \"_N/A\" ] || die \"nonexistent version did not report N/A\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die \"nonexistent version did not exit with code 3, got $CAPTURED_EXIT_CODE\"\n\nnvm_ls_remote_iojs() {\n  echo \"N/A\"\n}\ntry nvm_remote_versions iojs-foo\n[ \"_$CAPTURED_STDOUT\" = \"_N/A\" ] || die \"nonexistent version did not report N/A\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die \"nonexistent version did not exit with code 3, got $CAPTURED_EXIT_CODE\"\n\n\nnvm_ls_remote() {\n  echo \"test output\"\n  echo \"more test output\"\n  echo \"pattern received: _$1_\"\n}\nnvm_ls_remote_iojs() {\n  echo \"test iojs output\"\n  echo \"more iojs test output\"\n  echo \"iojs pattern received: _$1_\"\n}\n\ntry nvm_remote_versions foo\n[ \"_$CAPTURED_STDOUT\" = \"_$(nvm_ls_remote foo)\n$(nvm_ls_remote_iojs foo)\" ] \\\n  || die \"nvm_remote_versions foo did not return contents of nvm_ls_remote foo combined with nvm_ls_remote_iojs foo; got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_versions foo did not exit with 0, got $CAPTURED_EXIT_CODE\"\n\ntry nvm_remote_versions node\n[ \"_$CAPTURED_STDOUT\" = \"_$(nvm_ls_remote)\" ] \\\n  || die \"nvm_remote_versions node did not return contents of nvm_ls_remote; got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_versions node did not exit with 0, got $CAPTURED_EXIT_CODE\"\n\ntry nvm_remote_versions iojs-foo\n[ \"_$CAPTURED_STDOUT\" = \"_$(nvm_ls_remote iojs-foo)\n$(nvm_ls_remote_iojs iojs-foo)\" ] \\\n  || die \"nvm_remote_versions iojs-foo did not return contents of nvm_ls_remote iojs-foo combined with nvm_ls_remote_iojs iojs-foo; got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_versions iojs-foo did not exit with 0, got $CAPTURED_EXIT_CODE\"\n\ntry nvm_remote_versions iojs\n[ \"_$CAPTURED_STDOUT\" = \"_$(nvm_ls_remote_iojs)\" ] \\\n  || die \"nvm_remote_versions iojs did not return contents of nvm_ls_remote_iojs; got $CAPTURED_STDOUT\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] || die \"nvm_remote_versions iojs did not exit with 0, got $CAPTURED_EXIT_CODE\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_stdout_is_terminal",
    "content": "#!/bin/sh\n\ntempfile=$(mktemp)\n\ndie () { echo \"$@\" ; cleanup; exit 1; }\ncleanup() { rm -f \"$tempfile\"; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nif [ -t 1 ] ; then\n  # test is running in a terminal, e.g. locally\n  nvm_stdout_is_terminal || die 'nvm_stdout_is_terminal should be true'\n  nvm_stdout_is_terminal 2>/dev/null || die 'nvm_stdout_is_terminal should be true when stderr is redirected'\n  nvm_stdout_is_terminal </dev/null || die 'nvm_stdout_is_terminal should be true when stdin is redirected'\nelse\n  # test is not running in a terminal, e.g. on travis-ci\n  ! nvm_stdout_is_terminal || die 'nvm_stdout_is_terminal should be false'\n  ! nvm_stdout_is_terminal 2>/dev/null || die 'nvm_stdout_is_terminal should be false when stderr is redirected'\n  ! nvm_stdout_is_terminal </dev/null || die 'nvm_stdout_is_terminal should be false when stdin is redirected'\nfi\n\n(! nvm_stdout_is_terminal || echo \"boo!\") | read && die 'nvm_stdout_is_terminal should be false when stdout goes to a pipe'\n! nvm_stdout_is_terminal >/dev/null || die 'nvm_stdout_is_terminal should be false when stdout goes to /dev/null'\n! nvm_stdout_is_terminal >\"$tempfile\" || die 'nvm_stdout_is_terminal should be false when stdout goes to a file'\n[ \"$(nvm_stdout_is_terminal; echo $?)\" = \"1\" ] || die 'nvm_stdout_is_terminal should be false in command substitution'\n\n# also test the 'true' case while running on CI or similar environments\nnvm_stdout_is_terminal >/dev/tty || die 'nvm_stdout_is_terminal should be true when stdout goes to /dev/tty'\nnvm_stdout_is_terminal >/dev/tty 2>/dev/null || die 'nvm_stdout_is_terminal should be true when stdout goes to /dev/tty and stderr is redirected'\nnvm_stdout_is_terminal >/dev/tty </dev/null || die 'nvm_stdout_is_terminal should be true when stdout goes to /dev/tty and stdin is redirected'\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_strip_iojs_prefix",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n[ \"_$(nvm_strip_iojs_prefix iojs)\" = \"_\" ] || die '\"nvm_strip_iojs_prefix iojs\" did not return an empty string'\n[ \"_$(nvm_strip_iojs_prefix iojs-)\" = \"_\" ] || die '\"nvm_strip_iojs_prefix iojs-\" did not return an empty string'\n[ \"_$(nvm_strip_iojs_prefix iojs-foo)\" = \"_foo\" ] || die '\"nvm_strip_iojs_prefix iojs-foo\" did not return \"foo\"'\n[ \"_$(nvm_strip_iojs_prefix iojsfoo)\" = \"_iojsfoo\" ] || die '\"nvm_strip_iojs_prefix iojsfoo\" did not return \"iojsfoo\"'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_strip_path",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nTEST_PATH=$NVM_DIR/v0.10.5/bin:/usr/bin:$NVM_DIR/v0.11.5/bin:$NVM_DIR/v0.9.5/bin:/usr/local/bin:$NVM_DIR/v0.2.5/bin:$NVM_DIR/versions/node/v0.12.0/bin:$NVM_DIR/versions/io.js/v1.0.0/bin\n\nSTRIPPED_PATH=`nvm_strip_path \"$TEST_PATH\" \"/bin\"`\n\n[ \"$STRIPPED_PATH\" = \"/usr/bin:/usr/local/bin\" ] || die \"Not correctly stripped: $STRIPPED_PATH \"\n\nNVM_DIR='/#*.^$[]'\nTEST_PATH=\"$NVM_DIR/v0.10.5/bin:/usr/bin:$NVM_DIR/v0.11.5/bin:$NVM_DIR/v0.9.5/bin:/usr/local/bin:$NVM_DIR/v0.2.5/bin:$NVM_DIR/versions/node/v0.12.0/bin:$NVM_DIR/versions/io.js/v1.0.0/bin\"\n\nSTRIPPED_PATH=`nvm_strip_path \"$TEST_PATH\" \"/bin\"`\n\n[ \"$STRIPPED_PATH\" = \"/usr/bin:/usr/local/bin\" ] || die \"Not correctly stripped: $STRIPPED_PATH \"\n\nTEST_PATH=\":/a/b/bin::/c/d/bin:\"\n\nSTRIPPED_PATH=`nvm_strip_path \"$TEST_PATH\" \"/bin\"`\n\n[ \"$STRIPPED_PATH\" = \"$TEST_PATH\" ] || die \"Stripping does not preserve colons: $STRIPPED_PATH \"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_supports_xz",
    "content": "#!/bin/sh\n\nOLDPATH=$PATH\nTEST_PATH=../../xz-test\n\ncleanup() {\n  rm -rf $TEST_PATH/{xz,which,awk,rm,command}\n  export PATH=$OLDPATH\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nOLDPATH=$PATH\n\nmkdir -p $TEST_PATH\ntouch ../../xz-test/xz\nchmod +x ../../xz-test/xz\n\nexport PATH=$TEST_PATH:$PATH\n\n$(nvm_supports_xz \"v2.3.2\") || \\\n  die \"expected 'nvm_supports_xz v2.3.2' to exit with 0\"\n\n$(nvm_supports_xz \"v0.12.7\") && \\\n  die \"expected 'nvm_supports_xz v0.12.7' to exit with 1\"\n\n\n# set up for a failure by having a minimal toolset available\n# but remove xz\nln -s /usr/bin/which $TEST_PATH/which\nln -s /usr/bin/command $TEST_PATH/command\nln -s /usr/bin/awk $TEST_PATH/awk\nln -s $(which rm) $TEST_PATH/rm\n\nexport PATH=$TEST_PATH\nrm $TEST_PATH/xz\n\n$(nvm_supports_xz \"v2.3.2\") && \\\n  die \"expected 'nvm_supports_xz v2.3.2' with a missing xz binary to exit with 1\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_tree_contains_path",
    "content": "#!/bin/sh\n\ncleanup () {\n  rm tmp/node\n  rmdir tmp\n  rm tmp2/node\n  rmdir tmp2\n}\ndie () { echo \"$@\" ; cleanup; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nmkdir -p tmp\ntouch tmp/node\nmkdir -p tmp2\ntouch tmp2/node\n\n[ \"$(nvm_tree_contains_path 2>&1)\" = \"both the tree and the node path are required\" ] || die 'incorrect error message with no args'\n[ \"$(nvm_tree_contains_path > /dev/null 2>&1 ; echo $?)\" = \"2\" ] || die 'incorrect error code with no args'\n[ \"$(nvm_tree_contains_path tmp 2>&1)\" = \"both the tree and the node path are required\" ] || die 'incorrect error message with one arg'\n[ \"$(nvm_tree_contains_path > /dev/null 2>&1 ; echo $?)\" = \"2\" ] || die 'incorrect error code with one arg'\n\nnvm_tree_contains_path tmp tmp/node || die '\"tmp\" should contain \"tmp/node\"'\n\nnvm_tree_contains_path tmp tmp2/node && die '\"tmp\" should not contain \"tmp2/node\"'\n\nnvm_tree_contains_path tmp2 tmp2/node || die '\"tmp2\" should contain \"tmp2/node\"'\n\nnvm_tree_contains_path tmp2 tmp/node && die '\"tmp2\" should not contain \"tmp/node\"'\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_use_if_needed",
    "content": "#!/bin/sh\n\ncleanup() { unset -f nvm_ls_current nvm; }\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm_ls_current() { echo foo; }\n\nnvm() {\n  echo \"nvm: $@\"\n}\n\nOUTPUT=\"$(nvm_use_if_needed foo)\"\nEXPECTED_OUTPUT=''\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n\nOUTPUT=\"$(nvm_use_if_needed bar)\"\nEXPECTED_OUTPUT='nvm: use bar'\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_validate_implicit_alias",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nEXPECTED_MSG=\"Only implicit aliases 'stable', 'unstable', 'iojs', and 'node' are supported.\"\n[ \"_$(nvm_validate_implicit_alias 2>&1)\" = \"_$EXPECTED_MSG\" ] \\\n  || die \"nvm_validate_implicit_alias did not require stable|unstable|iojs|node\"\n[ \"_$(nvm_validate_implicit_alias foo 2>&1)\" = \"_$EXPECTED_MSG\" ] \\\n  || die \"nvm_validate_implicit_alias did not require stable|unstable|iojs|node\"\n\ntry_err nvm_validate_implicit_alias\n[ \"_$CAPTURED_EXIT_CODE\" = \"_1\" ] \\\n  || die \"nvm_validate_implicit_alias without stable|unstable|iojs|node had wrong exit code: expected 1, got $CAPTURED_EXIT_CODE\"\n\nnvm_validate_implicit_alias stable || die \"nvm_validate_implicit_alias stable did not exit 0\"\nnvm_validate_implicit_alias unstable || die \"nvm_validate_implicit_alias unstable did not exit 0\"\nnvm_validate_implicit_alias node || die \"nvm_validate_implicit_alias node did not exit 0\"\nnvm_validate_implicit_alias iojs || die \"nvm_validate_implicit_alias iojs did not exit 0\"\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\ncleanup () {\n  unset -f nvm_ls_current nvm_ls\n}\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nnvm_ls_current() {\n  echo \"CURRENT!\"\n  return 7\n}\n\ntry nvm_version current\nEXPECTED_OUTPUT=\"CURRENT!\"\n[ \"_$CAPTURED_STDOUT\" = \"_$EXPECTED_OUTPUT\" ] || die '\"nvm_version current\" did not return nvm_ls_current output'\n[ \"_$CAPTURED_EXIT_CODE\" = \"_7\" ] || die '\"nvm_version current\" did not return nvm_ls_current exit code'\n\ntry nvm_version\nEXPECTED_OUTPUT=\"CURRENT!\"\n[ \"_$CAPTURED_STDOUT\" = \"_$EXPECTED_OUTPUT\" ] || die '\"nvm_version\" did not return nvm_ls_current output'\n[ \"_$CAPTURED_EXIT_CODE\" = \"_7\" ] || die '\"nvm_version\" did not return nvm_ls_current exit code'\n\nnvm_ls() {\n  echo \"line 1\"\n  echo \"line 2\"\n  echo \"pattern: $1\"\n}\n[ \"_$(nvm_version foo)\" = \"_pattern: foo\" ] || die '\"nvm_version foo\" did not pass the pattern to \"nvm_ls\", or return the last line'\n[ \"_$(nvm_version node)\" = \"_pattern: stable\" ] || die '\"nvm_version node\" did not pass \"stable\" to \"nvm_ls\"'\n[ \"_$(nvm_version node-)\" = \"_pattern: stable\" ] || die '\"nvm_version node-\" did not pass \"stable\" to \"nvm_ls\"'\n\nnvm_ls() { echo \"system v20.0.0\"; }\n[ \"_$(nvm_version system)\" = \"_system\" ] || die '\"nvm_version system\" did not return \"system\" when \"nvm_ls\" returns extra columns'\n\nnvm_ls() { echo \"N/A\"; }\ntry nvm_version foo\nEXPECTED_OUTPUT=\"N/A\"\n[ \"_$CAPTURED_STDOUT\" = \"_$EXPECTED_OUTPUT\" ] || die '\"nvm_version\" did not return N/A when nvm_ls returns N/A'\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die '\"nvm_version\" returning N/A did not exit code with code 3'\n\nnvm_ls() { echo; }\ntry nvm_version foo\nEXPECTED_OUTPUT=\"N/A\"\n[ \"_$CAPTURED_STDOUT\" = \"_$EXPECTED_OUTPUT\" ] || die '\"nvm_version\" did not return N/A when nvm_ls returns nothing'\n[ \"_$CAPTURED_EXIT_CODE\" = \"_3\" ] || die '\"nvm_version\" returning N/A did not exit code with code 3'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_version_dir",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\n[ \"$(nvm_version_dir)\" = \"$NVM_DIR/versions/node\" ] || die '\"nvm_version_dir\" did not return new dir path'\n[ \"$(nvm_version_dir iojs)\" = \"$NVM_DIR/versions/io.js\" ] || die '\"nvm_version_dir iojs\" did not return iojs dir path'\n[ \"$(nvm_version_dir new)\" = \"$(nvm_version_dir)\" ] || die '\"nvm_version_dir new\" did not return new dir path'\n[ \"$(nvm_version_dir old)\" = \"$NVM_DIR\" ] || die '\"nvm_version_dir old\" did not return old dir path'\n[ \"$(nvm_version_dir foo 2>&1)\" = \"unknown version dir\" ] || die '\"nvm_version_dir foo\" did not error out'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_version_greater",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nnvm_version_greater 0.10.0 0.2.12 || die '\"nvm_version_greater 0.10.0 0.2.12\" did not return true'\n\nif nvm_version_greater 0.10.0 0.20.12; then\n  die '\"nvm_version_greater 0.10.0 0.20.12\" returned true'\nfi\n\nif nvm_version_greater 0.10.0 0.10.0; then\n  die '\"nvm_version_greater\" returned false for the same two versions'\nfi\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_version_path",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n: nvm.sh\n\\. ../../../nvm.sh\n\nOUTPUT=\"$(nvm_version_path foo)\"\nEXPECTED_OUTPUT=\"$NVM_DIR/foo\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"'nvm_version_path foo' did not return correct location; expected '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\n[ \"$(nvm_version_path 2>&1)\" = \"version is required\" ] || die '\"nvm_version_path\" did not error out'\n[ \"$(nvm_version_path v0.11.0)\" = \"$NVM_DIR/v0.11.0\" ] || die 'old version has the wrong path'\n[ \"$(nvm_version_path v0.12.0)\" = \"$NVM_DIR/versions/node/v0.12.0\" ] || die 'new version has the wrong path'\n[ \"$(nvm_version_path iojs-v0.12.0)\" = \"$NVM_DIR/versions/io.js/v0.12.0\" ] || die 'iojs version has the wrong path'\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_wrap_with_color_code",
    "content": "\n"
  },
  {
    "path": "test/fast/Unit tests/nvm_write_nvmrc",
    "content": "#!/bin/sh\n: nvm.sh\n\\. ../../../nvm.sh\n\\. ../../common.sh\n\nset -e\n\nTEST_VERSION=\"v0.2.4\"\n\nif [ -f .nvmrc ]; then mv .nvmrc .nvmrc.orig; fi\n\ndel_nvmrc () {\n  rm -f .nvmrc\n}\n\ndel_alias () {\n  nvm unalias test >/dev/null 2>&1\n}\n\ncleanup () {\n  del_nvmrc\n  del_alias\n  nvm cache clear\n  nvm deactivate\n  nvm unalias default\n  rm -rf ${NVM_DIR}/v*\n  if [ -f .nvmrc.orig ]; then mv .nvmrc.orig .nvmrc; fi\n  unset -f nvm_ls_remote nvm_ls_remote_iojs\n}\n\ndie () {\n  echo \"$@\"\n  cleanup\n  exit 1\n}\n\nREMOTE=\"$PWD/mocks/nvm_ls_remote.txt\"\nnvm_ls_remote() {\n  cat \"$REMOTE\"\n}\nREMOTE_IOJS=\"$PWD/mocks/nvm_ls_remote_iojs.txt\"\nnvm_ls_remote_iojs() {\n  cat \"$REMOTE_IOJS\"\n}\n\nmake_fake_node \"$TEST_VERSION\"\n\ntest_version () {\n  del_nvmrc\n  VERSION_STRING=${1-}\n  make_fake_node \"$VERSION_STRING\"\n\n  nvm_write_nvmrc $VERSION_STRING || die \"\\`nvm_write_nvmrc ${VERSION_STRING}\\` failed\"\n  OUTPUT=\"$(cat .nvmrc)\"\n\n  nvm_is_valid_version \"$(cat .nvmrc)\" \\\n    || die \"\\`nvm install --save ${VERSION_STRING}\\`+ \\`cat .nvmrc\\` outputted invalid version: got '${OUTPUT}'\"\n}\n\n# 1.\n\ntest_version \"$TEST_VERSION\" || die\n\n# 2. with an alias\ndel_alias\nnvm alias test \"$TEST_VERSION\"\ntest_version test || die\n\n# 3. fails with invalid permissions\ndel_nvmrc\ntouch .nvmrc\nchmod 0 .nvmrc\nnvm_write_nvmrc $TEST_VERSION 2>/dev/null && die \"\\`nvm_write_nvmrc $TEST_VERSION\\` did not fail with invalid permissions\"\ndel_nvmrc\n\n# 4. respects NVM_SILENT=1\nexport NVM_SILENT=1\n[ \"$(nvm_write_nvmrc $TEST_VERSION)\" = \"\" ] || die \"\\`nvm_write_nvmrc $TEST_VERSION\\` was not silenced by NVM_SILENT=1\"\nunset NVM_SILENT\n\n# 5. fails with an invalid version number\nTEST_VERSION=\"not_a_node_version\"\nnvm_write_nvmrc $TEST_VERSION 2>/dev/null && die \"\\`nvm_write_nvmrc $TEST_VERSION\\` did not fail\"\n\n#\n\ncleanup\n"
  },
  {
    "path": "test/fast/Unit tests/security_wget_injection",
    "content": "#!/bin/sh\n\n# Security test to verify that NVM_AUTH_HEADER is sanitized in wget path\n# This test ensures that command injection attacks are prevented\n\ncleanup () {\n  unset -f die cleanup\n  rm -f /tmp/nvm_security_test_file 2>/dev/null || true\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\n\\. ../../../nvm.sh\n\nset -ex\n\n# Skip test if wget is not available\nif ! nvm_has \"wget\"; then\n  echo \"wget not available, skipping security test\"\n  exit 0\nfi\n\n# Test 1: Verify that malicious command injection in NVM_AUTH_HEADER is sanitized\n# This should not execute the command, but should sanitize it\nMALICIOUS_HEADER=\"Bearer test-token; touch /tmp/nvm_security_test_file; echo malicious\"\nNVM_AUTH_HEADER=\"${MALICIOUS_HEADER}\" nvm_download \"https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/install.sh\" >/dev/null 2>&1 || true\n\n# Verify that the malicious file was NOT created (sanitization worked)\nif [ -f /tmp/nvm_security_test_file ]; then\n  die \"SECURITY FAILURE: Command injection succeeded! Malicious file was created.\"\nfi\n\n# Test 2: Verify that sanitized header still works for legitimate requests\n# The sanitized header should only contain safe characters\nSANITIZED=$(nvm_sanitize_auth_header \"${MALICIOUS_HEADER}\")\n# Verify that dangerous characters were removed\ncase \"${SANITIZED}\" in\n  *\";\"*|*\"touch\"*|*\"/tmp\"*)\n    die \"SECURITY FAILURE: Sanitization did not remove dangerous characters properly\"\n    ;;\nesac\n\n# Test 3: Verify that legitimate header with safe characters still works\nLEGITIMATE_HEADER=\"Bearer test-token-123\"\nNVM_AUTH_HEADER=\"${LEGITIMATE_HEADER}\" nvm_download \"https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/install.sh\" >/dev/null 2>&1 || true\n\n# Test 4: Test with backticks (command substitution)\nMALICIOUS_HEADER2=\"Bearer \\`touch /tmp/nvm_security_test_file\\`\"\nNVM_AUTH_HEADER=\"${MALICIOUS_HEADER2}\" nvm_download \"https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/install.sh\" >/dev/null 2>&1 || true\n\n# Verify that the malicious file was NOT created\nif [ -f /tmp/nvm_security_test_file ]; then\n  die \"SECURITY FAILURE: Command injection with backticks succeeded! Malicious file was created.\"\nfi\n\n# Test 5: Test with $(command substitution)\nMALICIOUS_HEADER3=\"Bearer \\$(touch /tmp/nvm_security_test_file)\"\nNVM_AUTH_HEADER=\"${MALICIOUS_HEADER3}\" nvm_download \"https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/install.sh\" >/dev/null 2>&1 || true\n\n# Verify that the malicious file was NOT created\nif [ -f /tmp/nvm_security_test_file ]; then\n  die \"SECURITY FAILURE: Command injection with \\$() succeeded! Malicious file was created.\"\nfi\n\ncleanup\necho \"All security tests passed: Command injection attacks are properly sanitized\"\n"
  },
  {
    "path": "test/fast/nvm should remove the last trailing slash in $NVM_DIR",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nexport NVM_DIR_BASE=\"/tmp\"\nexport NVM_DIR=\"${NVM_DIR_BASE}/\"\n\n: nvm.sh\n\\. ../../nvm.sh\n\n[ \"${NVM_DIR}\" = \"${NVM_DIR_BASE}\" ] || die 'nvm should remove the last trailing slash in \"$NVM_DIR\"'\n\nexport NVM_DIR=\"${NVM_DIR_BASE}//\"\n\n: nvm.sh\n\\. ../../nvm.sh\n\n[ \"${NVM_DIR}\" = \"${NVM_DIR_BASE}\" ] || die 'nvm should remove all the last trailing slashes in \"$NVM_DIR\"'\n"
  },
  {
    "path": "test/fast/setup",
    "content": "#!/bin/sh\n\nset -ex\n\n(\n  cd ../..\n\n  # Back up\n\n  type setopt >/dev/null 2>&1 && setopt NULL_GLOB\n  type shopt >/dev/null 2>&1 && shopt -s nullglob\n  rm -Rf v* src alias\n  mkdir src alias\n)\n"
  },
  {
    "path": "test/fast/setup_dir",
    "content": "#!/bin/sh\n\nset -ex\n\n(\n  cd ../..\n\n  # Back up\n\n  mkdir -p bak\n  for SRC in v* src alias; do\n    [ -e \"$SRC\" ] && mv \"$SRC\" bak\n  done\n  if [ -d versions ]; then\n    mv versions bak\n  fi\n  true\n)\n"
  },
  {
    "path": "test/fast/teardown",
    "content": "#!/bin/sh\n\nset -ex\n\n# Remove temporary files\n(\n  cd ../..\n\n  type setopt >/dev/null 2>&1 && setopt NULL_GLOB\n  type shopt >/dev/null 2>&1 && shopt -s nullglob\n  rm -fR v* src alias test/test-xz\n)\n"
  },
  {
    "path": "test/fast/teardown_dir",
    "content": "#!/bin/sh\n\nset -ex\n\n(\n  cd ../..\n\n  # Restore\n  if [ -d bak ]\n    then\n    mv bak/* . > /dev/null 2>&1 || sleep 0s\n    rmdir bak\n  fi\n  mkdir -p src alias\n)\n"
  },
  {
    "path": "test/install_script/install_nvm_from_git",
    "content": "#!/bin/sh\n\nSAVE_NVM_DIR=\"$NVM_DIR\"\nSAVE_NVM_INSTALL_VERSION=\"$NVM_INSTALL_VERSION\"\n\ncleanup () {\n  NVM_DIR=\"$SAVE_NVM_DIR\"\n  NVM_INSTALL_VERSION=\"$SAVE_NVM_INSTALL_VERSION\"\n  unset SAVE_NVM_DIR SAVE_NVM_INSTALL_VERSION\n  unset -f die cleanup test_step get_head_ref get_head_changeset get_fetch_head_changeset \\\n    step_to_previous_changeset test_install_data test_install\n}\n\ndie () { echo -e \"$@\" ; cleanup ;  exit 1; }\n\nNVM_ENV=testing \\. ../../install.sh\n\nset -ex\n\n# nvm_do_install is available\ntype install_nvm_from_git > /dev/null 2>&1 || die 'install_nvm_from_git is not available'\n\ntest_step() {\n  echo -e \"\\e[33m$*\\e[0m\"\n}\n\nget_head_ref(){\n  git --git-dir \"$NVM_DIR\"/.git --no-pager log --pretty=format:'%d' -1\n}\n\nget_head_changeset() {\n  git --git-dir \"$NVM_DIR\"/.git rev-parse --verify HEAD\n}\n\nget_fetch_head_changeset() {\n  git --git-dir \"$NVM_DIR\"/.git rev-parse --verify FETCH_HEAD\n}\n\nstep_to_previous_changeset() {\n  git --git-dir \"$NVM_DIR\"/.git fetch origin +\"$(get_head_changeset)\" --depth=2\n  git --git-dir \"$NVM_DIR\"/.git reset --hard HEAD~1\n}\n\n# args:\n#   - 1: current ref\n#   - 2: current changeset\n#   - 3: error message\n#   - 4: ref to check (\"\" if none)\n#   - 5: changeset to check (\"\" if none)\n#   - 6: ref to avoid (\"\" if none)\ntest_install_data() {\n  local current_ref=\"$1\"\n  local current_changeset=\"$2\"\n  local message=\"$3\"\n  local ref=\"$4\"\n  local changeset=\"$5\"\n  local avoid_ref=\"$6\"\n\n  if [ -n \"$ref\" ]; then\n    echo \"$current_ref\" | grep -q \"$ref\" || die \"install_nvm_from_git ${message} did not clone with ref ${ref}\"\n  fi\n\n  local head_ref=\"$(git for-each-ref --points-at HEAD --format='%(refname:short)' 'refs/tags/')\"\n  if [ -n \"${avoid_ref}\" ] && [ \"${head_ref}\" != \"${avoid_ref}\"]; then\n    echo \"${current_ref}\" | grep -q \"$avoid_ref\" && die \"install_nvm_from_git ${message} did clone with unwanted ref ${avoid_ref}\"\n  fi\n\n  if [ -n \"$changeset\" ]; then\n    echo \"${current_changeset}\" | grep -q \"${changeset}\" || die \"install_nvm_from_git ${message} did not clone with changeset ${changeset}\"\n  fi\n}\n\n# args:\n#   - 1: version to install (\"\" for latest, tag, ref or changeset)\n#   - 2: error message\n#   - 3: ref to check (\"\" if none)\n#   - 4: changeset to check (\"\" if none)\n#   - 5: ref to avoid (\"\" if none)\ntest_install() {\n  if [ -n \"${1-}\" ]; then\n    export NVM_INSTALL_VERSION=\"$1\"\n  else\n    unset NVM_INSTALL_VERSION\n  fi\n  local message=\"$2\"\n  local ref=\"$3\"\n  local changeset=\"$4\"\n  local avoid_ref=\"$5\"\n\n  NVM_DIR=$(mktemp -d) || die 'Unable to create temporary directory'\n  NVM_DIR=\"$NVM_DIR/clone\"\n\n  # Ensure it clones the repository for non existing directory\n  test_step \"Clones repo $message\"\n  install_nvm_from_git\n  test_install_data \"$(get_head_ref)\" \"$(get_head_changeset)\" \"$message\" \"$ref\" \"$changeset\" \"$avoid_ref\"\n  rm -rf \"$NVM_DIR\"\n\n  # Ensure it initializes the repository for an empty existing repository\n  mkdir -p \"$NVM_DIR\" || die 'Unable to create directory'\n  test_step \"Initialize repo $message\"\n  install_nvm_from_git\n  test_install_data \"$(get_head_ref)\" \"$(get_head_changeset)\" \"$message\" \"$ref\" \"$changeset\" \"$avoid_ref\"\n  rm -rf \"$NVM_DIR\"\n\n  # Ensure it updates the repository for an existing git repository\n  git clone \"$(nvm_source \"git\")\" -b \"v0.36.0\" --depth=2 \"$NVM_DIR\" || die 'Unable to clone repository'\n  step_to_previous_changeset\n  test_step \"Updates repo $message\"\n  install_nvm_from_git\n  test_install_data \"$(get_head_ref)\" \"$(get_head_changeset)\" \"$message\" \"$ref\" \"$changeset\" \"$avoid_ref\"\n  rm -rf \"$NVM_DIR\"\n}\n\n# Handle latest version\ntest_install \"\" \"latest version\" \"$(nvm_latest_version)\"\n\n# Handle given changeset\nchangeset=\"3abb98124e8d30c9652976c9d34a7380036083b5\"\ntest_install \"$changeset\" \"with changeset $changeset\" \"\" \"$changeset\" \"$(nvm_latest_version)\"\n\n# Handle given tag\ntest_install \"v0.37.0\" \"version v0.37.0\" \"v0.37.0\" \"4054bd70cedb9998015c2d8cc468c818c7d2f57d\" \"$(nvm_latest_version)\"\n\n# Handle given ref\ntest_install \"refs/pull/2397/head\" \"with refs/pull/2397/head\" \"\" \"9849bf494d50e74aa810451fb1f83208b0092dd6\" \"$(nvm_latest_version)\"\ntest_install \"master\" \"master\" \"\" \"\" \"$(nvm_latest_version)\"\n\ncleanup\n"
  },
  {
    "path": "test/install_script/nvm_check_global_modules",
    "content": "#!/bin/sh\n\ncleanup () {\n  rm -rf \"$npm_config_prefix/lib\" >/dev/null 2>&1\n  unset npm_config_prefix\n\n  rm -f npm\n  PATH=\"$ORIGINAL_PATH\"\n  NVM_DIR=\"$ORIGINAL_NVM_DIR\"\n\n  unset -f setup cleanup die\n  unset message ORIGINAL_PATH ORIGINAL_NVM_DIR\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\nNVM_ENV=testing \\. ../../install.sh\n\nsetup () {\n  ORIGINAL_PATH=\"$PATH\"\n  ORIGINAL_NVM_DIR=\"$NVM_DIR\"\n\n  # Pretend we're not using NVM\n  unset NVM_DIR\n\n  npm_config_prefix=\"$(pwd)\"\n  export npm_config_prefix\n  mkdir -p \"$npm_config_prefix/lib\"\n}\n\nsetup\n\nnpm install -g nop >/dev/null || die 'nvm_check_global_modules cannot be tested because `npm` cannot install the `nop` package'\nmessage=$(nvm_check_global_modules)\n[ ! -z \"$message\" ] || die \"nvm_check_global_modules should have printed a notice when npm had global modules installed; got:\\n${message}\"\n\nif [ -n \"${ORIGINAL_NVM_DIR}\" ] && [ -z \"${GITHUB_ACTIONS}\" ]; then\n  # Admit we're using NVM, just for this one test\n  # TODO: fix this for GHA\n  message=$(NVM_DIR=\"${ORIGINAL_NVM_DIR}\" nvm_check_global_modules)\n  [ -z \"$message\" ] || die \"nvm_check_global_modules should not have printed a notice when npm is managed by nvm; got:\\n${message}\"\nfi\n\nnpm uninstall -g nop >/dev/null\nmessage=$(nvm_check_global_modules)\n[ -z \"$message\" ] || die \"nvm_check_global_modules should not have printed a notice when npm had no global modules installed; got:\\n${message}\"\n\n# Faking an installation of npm\nmkdir -p \"$npm_config_prefix/lib/node_modules/npm\"\ncat <<'JSON' >\"$npm_config_prefix/lib/node_modules/npm/package.json\"\n{ \"name\": \"npm\", \"version\": \"0.0.1fake\" }\nJSON\n\nmessage=$(nvm_check_global_modules)\n[ -z \"$message\" ] || die \"nvm_check_global_modules should have not printed a notice when npm had only itself installed as a global module; got:\\n${message}\"\n\n# Faking the absence of npm\nPATH=\".:$PATH\"\ntouch npm\nchmod +x npm\n\nmessage=$(nvm_check_global_modules)\n[ -z \"$message\" ] || die \"nvm_check_global_modules should have not printed a notice when npm was unavailable; got:\\n${message}\"\n\n\ncleanup\n"
  },
  {
    "path": "test/install_script/nvm_detect_profile",
    "content": "#!/bin/sh\n\nsetup () {\n  HOME=\".\"\n  NVM_ENV=testing \\. ../../install.sh\n  ZDOTDIR=\"$HOME/zdotdir\"\n  mkdir -p zdotdir\n  touch \".bashrc\"\n  touch \".bash_profile\"\n  touch \".zprofile\"\n  touch \".zshrc\"\n  touch \".profile\"\n  touch \"test_profile\"\n  touch \"zdotdir/.zshrc\"\n  touch \"zdotdir/.zprofile\"\n}\n\ncleanup () {\n  unset HOME\n  unset NVM_ENV\n  unset NVM_DETECT_PROFILE\n  unset SHELL\n  unset -f setup cleanup die\n  unset ZDOTDIR\n  rm -f \".bashrc\" \".bash_profile\" \".zprofile\" \".zshrc\" \".profile\" \"test_profile\" > \"/dev/null\" 2>&1\n  rm -rf zdotdir 2>&1\n}\n\ndie () { echo \"$@\" '$NVM_DETECT_PROFILE:' \"$NVM_DETECT_PROFILE\"; cleanup; exit 1; }\n\nsetup\n\n#\n# Confirm profile detection via $SHELL works and that $PROFILE overrides profile detection\n#\n\n# setting $PROFILE to /dev/null should return no detected profile\nNVM_DETECT_PROFILE=\"$(PROFILE='/dev/null' nvm_detect_profile)\"\nif [ -n \"$NVM_DETECT_PROFILE\" ]; then\n  die \"nvm_detect_profile still detected a profile even though PROFILE=/dev/null\"\nfi\n\n# .bashrc should be detected for bash\nNVM_DETECT_PROFILE=\"$(SHELL=\"/bin/bash\" PROFILE= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"$HOME/.bashrc\" ]; then\n  die \"nvm_detect_profile didn't pick \\$HOME/.bashrc for bash\"\nfi\n\n# $PROFILE should override .bashrc profile detection\nNVM_DETECT_PROFILE=\"$(SHELL=\"/bin/bash\" PROFILE=\"test_profile\" nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"test_profile\" ]; then\n  die \"nvm_detect_profile ignored \\$PROFILE\"\nfi\n\n# zdotdir/.zshrc should be detected for zsh\nNVM_DETECT_PROFILE=\"$(SHELL=\"/bin/zsh\" PROFILE= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"$ZDOTDIR/.zshrc\" ]; then\n  die \"nvm_detect_profile didn't pick \\$ZDOTDIR/.zshrc for zsh\"\nfi\n\n# .zshrc should be detected for zsh\nNVM_DETECT_PROFILE=\"$(SHELL=\"/bin/zsh\" PROFILE= ZDOTDIR= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"$HOME/.zshrc\" ]; then\n  die \"nvm_detect_profile didn't pick \\$HOME/.zshrc for zsh\"\nfi\n\n# $PROFILE should override .zshrc profile detection\nNVM_DETECT_PROFILE=\"$(SHELL=\"/usr/bin/zsh\" PROFILE=\"test_profile\" nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"test_profile\" ]; then\n  die \"nvm_detect_profile ignored \\$PROFILE\"\nfi\n\n#\n# Confirm $PROFILE is only returned when it points to a valid file\n#\n\n# $PROFILE is a valid file\nNVM_DETECT_PROFILE=\"$(PROFILE=\"test_profile\" SHELL= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"test_profile\" ]; then\n  die \"nvm_detect_profile didn't pick \\$PROFILE when it was a valid file\"\nfi\n\n# $PROFILE is not a valid file\nrm \"test_profile\"\nNVM_DETECT_PROFILE=\"$(PROFILE=\"test_profile\" nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" = \"test_profile\" ]; then\n  die \"nvm_detect_profile picked \\$PROFILE when it was an invalid file\"\nfi\n\n#\n# When profile detection fails via both $PROFILE and $SHELL, profile detection should select based on the existence of\n# one of the following files is the following order: .profile, .bashrc, .bash_profile, .zprofile, .zshrc and\n# return an empty value if everything fails\n#\n\n# It should favor .profile if file exists\nNVM_DETECT_PROFILE=\"$(SHELL= ZDOTDIR= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"$HOME/.profile\" ]; then\n  die \"nvm_detect_profile should have selected .profile; got $NVM_DETECT_PROFILE\"\nfi\n\n# Otherwise, it should favor .bashrc if file exists\nrm \".profile\"\nNVM_DETECT_PROFILE=\"$(SHELL= ZDOTDIR= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"$HOME/.bashrc\" ]; then\n  die \"nvm_detect_profile should have selected .bashrc; got $NVM_DETECT_PROFILE\"\nfi\n\n# Otherwise, it should favor .bash_profile if file exists\nrm \".bashrc\"\nNVM_DETECT_PROFILE=\"$(SHELL= ZDOTDIR= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"$HOME/.bash_profile\" ]; then\n  die \"nvm_detect_profile should have selected .bash_profile; got $NVM_DETECT_PROFILE\"\nfi\n\n# Otherwise, it should favor zdotdir/.zprofile if file exists\nrm \".bash_profile\"\nNVM_DETECT_PROFILE=\"$(SHELL= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"$ZDOTDIR/.zprofile\" ]; then\n  die \"nvm_detect_profile should have selected zdotdir/.zprofile; got $NVM_DETECT_PROFILE\"\nfi\n\n# Otherwise, it should favor .zprofile if file exists\nrm \"zdotdir/.zprofile\"\nNVM_DETECT_PROFILE=\"$(SHELL= ZDOTDIR= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"$HOME/.zprofile\" ]; then\n  die \"nvm_detect_profile should have selected .zprofile; got $NVM_DETECT_PROFILE\"\nfi\n\n# Otherwise, it should favor zdotdir/.zshrc if file exists\nrm \".zprofile\"\nNVM_DETECT_PROFILE=\"$(SHELL= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"$ZDOTDIR/.zshrc\" ]; then\n  die \"nvm_detect_profile should have selected zdotdir/.zshrc; got $NVM_DETECT_PROFILE\"\nfi\n\n# Otherwise, it should favor .zshrc if file exists\nrm \"zdotdir/.zshrc\"\nNVM_DETECT_PROFILE=\"$(SHELL= ZDOTDIR= nvm_detect_profile)\"\nif [ \"$NVM_DETECT_PROFILE\" != \"$HOME/.zshrc\" ]; then\n  die \"nvm_detect_profile should have selected .zshrc; got $NVM_DETECT_PROFILE\"\nfi\n\n# It should be empty if none is found\nrm \".zshrc\"\nNVM_DETECT_PROFILE=\"$(SHELL= nvm_detect_profile)\"\nif [ ! -z \"$NVM_DETECT_PROFILE\" ]; then\n  die \"nvm_detect_profile should have returned an empty value; got $NVM_DETECT_PROFILE\"\nfi\n\ncleanup\n"
  },
  {
    "path": "test/install_script/nvm_do_install",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nNVM_ENV=testing \\. ../../install.sh\n\n#nvm_do_install is available\ntype nvm_do_install > /dev/null 2>&1 || die 'nvm_do_install is not available'\n\nFILE_PATH=\"$(pwd)/nvm_do_install\"\necho $FILE_PATH\n$(NVM_DIR=\"${FILE_PATH}\" nvm_do_install >/dev/null 2>&1)\nEXIT_CODE=$(echo $?)\n[ \"${EXIT_CODE}\" = '1' ] || die \"nvm_do_install should fail if NVM_DIR is a file: expected 1, got <${EXIT_CODE}>\"\n\nACTUAL=\"$(NVM_DIR=\"${FILE_PATH}\" nvm_do_install 2>&1)\"\nEXPECTED=\"File \\\"${FILE_PATH}\\\" has the same name as installation directory.\"\n[ \"${ACTUAL}\" = \"${EXPECTED}\" ] || die \"got <${ACTUAL}>, expected <${EXPECTED}>\"\n"
  },
  {
    "path": "test/install_script/nvm_download",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f die cleanup\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\nNVM_ENV=testing \\. ../../install.sh\n\n# nvm_download install.sh\nnvm_download \"https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/install.sh\" >/dev/null || die \"nvm_download unable to download install.sh\"\n\n# nvm_download should fail to download wrong_install.sh\nif nvm_download \"https://raw.githubusercontent.com/nvm-sh/nvm/HEAD/wrong_install.sh\" &>/dev/null; then\n  die \"nvm_download should fail to download nonexistent file\"\nfi\n\ncleanup\n"
  },
  {
    "path": "test/install_script/nvm_install_dir",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f die cleanup\n  unset install_dir\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\nNVM_ENV=testing \\. ../../install.sh\nHOME=\"__home__\"\n\n\n# NVM_DIR is set\nNVM_DIR=\"some_dir\"\ninstall_dir=$(nvm_install_dir)\n[ \"_$install_dir\" = \"_$NVM_DIR\" ] || die \"nvm_install_dir should use \\$NVM_DIR if it exists. Current output: $install_dir\"\n\nunset NVM_DIR\n# NVM_DIR is not set\ninstall_dir=$(nvm_install_dir)\nfallback_dir=\"\"\n[ ! -z \"$XDG_CONFIG_HOME\" ] && fallback_dir=\"$XDG_CONFIG_HOME/nvm\" || fallback_dir=\"$HOME/.nvm\"\n[ \"_$install_dir\" = \"_$fallback_dir\" ] || die \"nvm_install_dir should default to \\$XDG_CONFIG_DIR/.nvm. Current output: $install_dir\"\n\ncleanup\n"
  },
  {
    "path": "test/install_script/nvm_install_profile_skip",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f install_nvm_from_git install_nvm_as_script nvm_detect_profile nvm_has\n  unset -f setup cleanup die\n  unset NVM_ENV METHOD PROFILE\n}\n\nsetup() {\n  NVM_ENV=testing \\. ../../install.sh\n\n  # Mock installation functions to do nothing\n  install_nvm_from_git() { :; }\n  install_nvm_as_script() { :; }\n\n  # Mock nvm_has to return true for git (to take the git path)\n  nvm_has() {\n    case \"$1\" in\n      git) return 0 ;;\n      xcode-select) return 1 ;;\n      *) return 1 ;;\n    esac\n  }\n\n  # Mock nvm_detect_profile to return empty (no profile found)\n  nvm_detect_profile() {\n    echo \"\"\n  }\n}\n\nsetup\n\n#\n# Test: When PROFILE=\"/dev/null\", no \"Profile not found\" warning should appear\n#\n\nOUTPUT=\"$(PROFILE='/dev/null' METHOD='' NVM_DIR=\"$(mktemp -d)\" nvm_do_install 2>&1)\"\nif echo \"$OUTPUT\" | grep -q \"Profile not found\"; then\n  die \"nvm_do_install should NOT show 'Profile not found' when PROFILE=/dev/null, got: $OUTPUT\"\nfi\n\n#\n# Test: When PROFILE is empty/unset, the \"Profile not found\" warning SHOULD appear\n#\n\nOUTPUT=\"$(PROFILE='' METHOD='' NVM_DIR=\"$(mktemp -d)\" nvm_do_install 2>&1)\"\nif ! echo \"$OUTPUT\" | grep -q \"Profile not found\"; then\n  die \"nvm_do_install should show 'Profile not found' when PROFILE is empty, got: $OUTPUT\"\nfi\n\n#\n# Test: When PROFILE points to a non-existent file, the \"Profile not found\" warning SHOULD appear\n#\n\nOUTPUT=\"$(PROFILE='/nonexistent/profile' METHOD='' NVM_DIR=\"$(mktemp -d)\" nvm_do_install 2>&1)\"\nif ! echo \"$OUTPUT\" | grep -q \"Profile not found\"; then\n  die \"nvm_do_install should show 'Profile not found' when PROFILE points to nonexistent file, got: $OUTPUT\"\nfi\n\ncleanup\n"
  },
  {
    "path": "test/install_script/nvm_install_with_aliased_dot",
    "content": "#!/bin/sh\n\nsetup() {\n  # Needed to avoid to checkout the repo to the latest nvm version, losing the commits of the current PR\n  unset NVM_DIR\n  shopt -s expand_aliases\n  alias .=':'\n  NVM_ENV=testing \\. ../../install.sh > /dev/null\n}\n\ncleanup () {\n  unset -f setup cleanup die\n  unalias .\n  shopt -u expand_aliases\n}\n\ndie () { echo \"$@\"; cleanup; exit 1; }\n\nsetup\n\nnvm_do_install > /dev/null 2>&1\ncommand -v nvm || die 'nvm could not be loaded'\n\ncleanup\n"
  },
  {
    "path": "test/install_script/nvm_install_with_node_version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n# Needed to avoid to checkout the repo to the latest nvm version, losing the commits of the current PR\nunset NVM_DIR\nNODE_VERSION=8 \\. ../../install.sh\n\n. \"${NVM_DIR}/nvm.sh\"\n\n# nvm installed node 8\nnvm ls 8 > /dev/null 2>&1 || die \"nvm didn't install node 8\"\n"
  },
  {
    "path": "test/install_script/nvm_profile_is_bash_or_zsh",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nNVM_ENV=testing \\. ../../install.sh\n\n#nvm_profile_is_bash_or_zsh is available\ntype nvm_profile_is_bash_or_zsh > /dev/null 2>&1 || die 'nvm_profile_is_bash_or_zsh is not available'\nnvm_profile_is_bash_or_zsh \"/home/nvm/.bashrc\"   || die '/home/nvm/.bashrc is bash profile'\nnvm_profile_is_bash_or_zsh \"/home/nvm/.bash_profile\"   || die '/home/nvm/.bash_profile is bash profile'\nnvm_profile_is_bash_or_zsh \"/home/nvm/.zshrc\"    || die '/home/nvm/.zshrc is zsh profile'\nnvm_profile_is_bash_or_zsh \"/home/nvm/.zprofile\" || die '/home/nvm/.zprofile is zsh profile'\nif nvm_profile_is_bash_or_zsh \"/home/nvm/.bash\"; then die '/home/nvm/.bash is not bash nor zsh profile'; fi\nif nvm_profile_is_bash_or_zsh \"/home/nvm/.zsh\" ; then die '/home/nvm/.zsh is not bash nor zsh profile'; fi\n"
  },
  {
    "path": "test/install_script/nvm_reset",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f safe_type die cleanup\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\nsafe_type() {\n  type \"$1\"\n}\n\n# precondition: the names should be unset\n! safe_type nvm_do_install || die 'nvm_do_install is still available'\n! safe_type nvm_has || die 'nvm_has is still available'\n! safe_type nvm_download || die 'nvm_download is still available'\n! safe_type install_nvm_as_script || die 'install_nvm_as_script is still available'\n! safe_type install_nvm_from_git || die 'install_nvm_from_git is still available'\n! safe_type nvm_reset || die 'nvm_reset is still available'\n! safe_type nvm_detect_profile || die 'nvm_detect_profile is still available'\n\nNVM_ENV=testing \\. ../../install.sh\n\n# Check nvm_reset exists\nsafe_type nvm_reset || die 'nvm_reset is not available'\n\n# Apply nvm_reset\nnvm_reset || die 'nvm_reset failed'\n\n# The names should be unset\n! safe_type nvm_do_install || die 'nvm_do_install is still available'\n! safe_type nvm_has || die 'nvm_has is still available'\n! safe_type nvm_download || die 'nvm_download is still available'\n! safe_type install_nvm_as_script || die 'install_nvm_as_script is still available'\n! safe_type install_nvm_from_git || die 'install_nvm_from_git is still available'\n! safe_type nvm_reset || die 'nvm_reset is still available'\n! safe_type nvm_detect_profile || die 'nvm_detect_profile is still available'\n\ncleanup\n"
  },
  {
    "path": "test/install_script/nvm_source",
    "content": "#!/bin/sh\n\ncleanup () {\n  unset -f die cleanup\n  unset NVM_SOURCE out\n}\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\nNVM_ENV=testing \\. ../../install.sh\n\n# nvm_source with no parameter returns the git endpoint\n[ \"$(nvm_source)\" = \"https://github.com/nvm-sh/nvm.git\" ] || die \"nvm_source without arguments should return the location of the git repo\"\nNVM_INSTALL_GITHUB_REPO=\"other-user/other-nvm\" nvm_source | grep \"https://github.com/other-user/other-nvm.git$\" > /dev/null || die \"NVM_INSTALL_GITHUB_REPO=... nvm_source without arguments should return the location of the given git repo\"\n\n# nvm_source with git parameter returns the location of the nvm repo\n[ \"$(nvm_source \"git\")\" = \"https://github.com/nvm-sh/nvm.git\" ] || die \"nvm_source \\\"git\\\" should return the location of the git repo\"\nNVM_INSTALL_GITHUB_REPO=\"other-user/other-nvm\" nvm_source \"git\" | grep \"https://github.com/other-user/other-nvm.git$\" > /dev/null || die \"NVM_INSTALL_GITHUB_REPO=... nvm_source \\\"git\\\" should return the location of the given git repo\"\n\n# nvm_source with script parameter returns the location of nvm.sh\n[ \"$(nvm_source \"script\")\" = \"https://raw.githubusercontent.com/nvm-sh/nvm/$(nvm_latest_version)/nvm.sh\" ] || die \"nvm_source \\\"script\\\" should return the location of nvm.sh\"\nNVM_INSTALL_GITHUB_REPO=\"other-user/other-nvm\" NVM_INSTALL_VERSION=\"v0.37.0\" nvm_source \"script\" | grep \"https://raw.githubusercontent.com/other-user/other-nvm/v0.37.0/nvm.sh$\" > /dev/null || die \"NVM_INSTALL_GITHUB_REPO=... NVM_INSTALL_VERSION=... nvm_source \\\"script\\\" should return the location of nvm.sh\"\n\n# nvm_source with script-nvm-exec parameter returns the location of nvm-exec\n[ \"$(nvm_source \"script-nvm-exec\")\" = \"https://raw.githubusercontent.com/nvm-sh/nvm/$(nvm_latest_version)/nvm-exec\" ] || die \"nvm_source \\\"script-nvm-exec\\\" should return the location of nvm.sh\"\nNVM_INSTALL_GITHUB_REPO=\"other-user/other-nvm\" NVM_INSTALL_VERSION=\"v0.37.0\" nvm_source \"script-nvm-exec\" | grep \"https://raw.githubusercontent.com/other-user/other-nvm/v0.37.0/nvm-exec$\" > /dev/null || die \"NVM_INSTALL_GITHUB_REPO=... NVM_INSTALL_VERSION=... nvm_source \\\"script-nvm-exec\\\" should return the location of nvm.sh\"\n\n# nvm_source with any other parameter errors out and exits\nnvm_source \"anything\" 2> /dev/null && die \"nvm_source with invalid parameter should exit\"\nout=$(nvm_source \"anything\" 2>&1 >/dev/null) || : #Saving the process here\n[ -z \"$out\" ] && die \"nvm_source with invalid parameter should error out\"\n\n#nvm_source should always return NVM_SOURCE no matter the parameters\nexport NVM_SOURCE=\"my_location\"\nout=$(nvm_source)\n[ \"_$out\" = \"_my_location\" ] || die \"nvm_source without arguments should have returned \\$NVM_SOURCE. Got \\\"$out\\\"\"\nout=$(nvm_source \"git\")\n[ \"_$out\" = \"_my_location\" ] || die \"nvm_source git should have returned \\$NVM_SOURCE. Got \\\"$out\\\"\"\nout=$(nvm_source \"script\")\n[ \"_$out\" = \"_my_location\" ] || die \"nvm_source script should have returned \\$NVM_SOURCE. Got \\\"$out\\\"\"\nout=$(nvm_source \"anything\")\n[ \"_$out\" = \"_my_location\" ] || die \"nvm_source script should have returned \\$NVM_SOURCE. Got \\\"$out\\\"\"\n\ncleanup\n"
  },
  {
    "path": "test/installation_iojs/install already installed uses it",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\n[ \"$(nvm install invalid.invalid 2>&1)\" = \"Version 'invalid.invalid' not found - try \\`nvm ls-remote\\` to browse available versions.\" ] || die \"nvm installing an invalid version did not print a nice error message\"\n\n# Remove the stuff we're clobbering.\n[ -e \"${NVM_DIR}/versions/io.js/v1.0.0\" ] && rm -R \"${NVM_DIR}/versions/io.js/v1.0.0\"\n[ -e \"${NVM_DIR}/versions/io.js/v1.0.1\" ] && rm -R \"${NVM_DIR}/versions/io.js/v1.0.1\"\n\n# Install from binary\nnvm install iojs-v1.0.0\nnvm install iojs-v1.0.1\n\nnvm use iojs-v1.0.0\n\nnode --version | grep v1.0.0 || die \"precondition failed: iojs node doesn't start at v1.0.0\"\niojs --version | grep v1.0.0 || die \"precondition failed: iojs binary doesn't start at v1.0.0\"\n\nnvm install iojs-v1.0.1\n\nnode --version | grep v1.0.1 || die \"nvm install on already installed version doesn't use it (node binary)\"\niojs --version | grep v1.0.1 || die \"nvm install on already installed version doesn't use it (iojs binary)\"\n"
  },
  {
    "path": "test/installation_iojs/install from binary",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nNVM_TEST_VERSION=\"v1.0.0\"\nNVM_PREFIXED_TEST_VERSION=\"iojs-$NVM_TEST_VERSION\"\n\n# Remove the stuff we're clobbering.\n[ -e \"${NVM_DIR}/versions/io.js/${NVM_TEST_VERSION}\" ] && rm -R \"${NVM_DIR}/versions/io.js/${NVM_TEST_VERSION}\"\n[ -e \"${NVM_DIR}/.cache/bin/${NVM_TEST_VERSION}-linux-x64/\" ] && rm -R \"${NVM_DIR}/.cache/bin/${NVM_TEST_VERSION}-linux-x64/\"\n\n# Install from binary\nOUTPUT_HEAD=\"$(2>&1 nvm install --no-progress $NVM_PREFIXED_TEST_VERSION | tac | tail -n 1)\" || die \"install $NVM_PREFIXED_TEST_VERSION failed\"\nEXPECTED_OUTPUT_HEAD=\"Downloading and installing io.js v1.0.0...\"\n\n[ \"${OUTPUT_HEAD}\" = \"${EXPECTED_OUTPUT_HEAD}\" ] || die \"expected >${EXPECTED_OUTPUT_HEAD}<; got >${OUTPUT_HEAD}<\"\n\n# Check\n[ -d \"${NVM_DIR}/versions/io.js/${NVM_TEST_VERSION}\" ]\nnvm run \"${NVM_PREFIXED_TEST_VERSION}\" --version | grep \"${NVM_TEST_VERSION}\" || die \"'nvm run ${NVM_PREFIXED_TEST_VERSION} --version | grep ${NVM_TEST_VERSION}' failed\"\n"
  },
  {
    "path": "test/installation_iojs/install from source",
    "content": "#!/bin/sh\n\n\\. ../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nset -ex\n\nNVM_TEST_VERSION='v3.3.1'\nNVM_PREFIXED_TEST_VERSION=\"iojs-${NVM_TEST_VERSION}\"\n\n# Remove the stuff we're clobbering.\nnvm uninstall \"${NVM_TEST_VERSION}\" || echo 'not installed'\n\n# Install from source\n(watch nvm install -s \"${NVM_PREFIXED_TEST_VERSION}\") || die \"'nvm install -s ${NVM_PREFIXED_TEST_VERSION}' failed\"\n\n# Check\nnvm_is_version_installed \"${NVM_PREFIXED_TEST_VERSION}\" || die 'version not installed'\nnvm run \"${NVM_PREFIXED_TEST_VERSION}\" --version | grep \"${NVM_TEST_VERSION}\" || \"'nvm run ${NVM_PREFIXED_TEST_VERSION} --version | grep ${NVM_TEST_VERSION}' failed\"\n"
  },
  {
    "path": "test/installation_iojs/install two versions and use the latest one",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\n# Remove the stuff we're clobbering.\n[ -e \"${NVM_DIR}/versions/io.js/v1.0.0\" ] && rm -R \"${NVM_DIR}/versions/io.js/v1.0.0\"\n[ -e \"${NVM_DIR}/versions/io.js/v1.0.1\" ] && rm -R \"${NVM_DIR}/versions/io.js/v1.0.1\"\n\n# Install from binary\nnvm install iojs-v1.0.0 || die \"'nvm install iojs-v1.0.0' failed\"\nnvm i iojs-v1.0.1 || die \"'nvm i iojs-v1.0.1' failed\"\n\n# Check\n[ -d \"${NVM_DIR}/versions/io.js/v1.0.0\" ] || die \"iojs v1.0.0 didn't exist\"\n[ -d \"${NVM_DIR}/versions/io.js/v1.0.1\" ] || die \"iojs v1.0.1 didn't exist\"\n\n# Use the first one\nnvm use iojs-1.0.0 || die \"'nvm use iojs-1.0.0' failed\"\n\n# Use the latest one\nnvm use iojs-1 || die \"'nvm use iojs-1' failed\"\n[ \"_$(node --version)\" = \"_v1.0.1\" ] || die \"'node --version' was not v1.0.1, got: $(node --version)\"\n[ \"_$(iojs --version)\" = \"_v1.0.1\" ] || die \"'iojs --version' was not v1.0.1, got: $(iojs --version)\"\n"
  },
  {
    "path": "test/installation_iojs/install version specified in .nvmrc from binary",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nNVM_TEST_VERSION=v1.0.0\nNVM_PREFIXED_TEST_VERSION=\"iojs-${NVM_TEST_VERSION}\"\nVERSION_PATH=\"${NVM_DIR}/versions/io.js/${NVM_TEST_VERSION}\"\n\n# Remove the stuff we're clobbering.\n[ -e \"${VERSION_PATH}\" ] && rm -R \"${VERSION_PATH}\"\n\n# Install from binary\necho \"${NVM_PREFIXED_TEST_VERSION}\" > .nvmrc\n\nnvm install || die \"'nvm install' failed\"\n\n# Check\n[ -d \"${VERSION_PATH}\" ] || die \"./${VERSION_PATH} did not exist\"\nnvm run \"${NVM_PREFIXED_TEST_VERSION}\" --version | grep \"${NVM_TEST_VERSION}\" \\\n  || \"'nvm run \\'${NVM_PREFIXED_TEST_VERSION}\\' --version | grep \\'${NVM_TEST_VERSION}\\'' failed\"\n"
  },
  {
    "path": "test/installation_iojs/install version specified in .nvmrc from source",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nset -ex\n\nNVM_TEST_VERSION='v3.3.0'\nNVM_PREFIXED_TEST_VERSION=\"iojs-${NVM_TEST_VERSION}\"\n\n# Remove the stuff we're clobbering.\nnvm uninstall \"${NVM_TEST_VERSION}\" || echo 'not installed'\n\n# Install from binary\necho \"${NVM_PREFIXED_TEST_VERSION}\" > .nvmrc\n\nnvm install -s || \"'nvm install -s' failed\"\n\n# Check\nnvm_is_version_installed \"${NVM_PREFIXED_TEST_VERSION}\" || die 'version is not installed'\nnvm run \"${NVM_PREFIXED_TEST_VERSION}\" --version | grep \"${NVM_TEST_VERSION}\" \\\n  || die \"'nvm run ${NVM_PREFIXED_TEST_VERSION} --version | grep ${NVM_TEST_VERSION}' failed\"\n"
  },
  {
    "path": "test/installation_iojs/install while reinstalling packages",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\n# Remove the stuff we're clobbering.\n[ -e \"${NVM_DIR}/versions/io.js/v1.0.0\" ] && rm -R \"${NVM_DIR}/versions/io.js/v1.0.0\"\n[ -e \"${NVM_DIR}/versions/io.js/v1.0.1\" ] && rm -R \"${NVM_DIR}/versions/io.js/v1.0.1\"\n\n# Install from binary\nnvm install iojs-v1.0.0\n\n# Check\n[ -d \"${NVM_DIR}/versions/io.js/v1.0.0\" ] || die \"nvm install iojs-v1.0.0 didn't install\"\n\nnode --version | grep v1.0.0 > /dev/null || die \"nvm install didn't use iojs-v1.0.0\"\n\nnpm install -g object-is@0.0.0 || die \"npm install -g object-is failed\"\nnpm list --global | grep object-is > /dev/null || die \"object-is isn't installed\"\n\nnvm ls iojs-1 | grep iojs-v1.0.0 > /dev/null || die \"nvm ls iojs-1 didn't show iojs-v1.0.0\"\n\nnvm install iojs-v1.0.1 --reinstall-packages-from=iojs-1.0.0 || die \"nvm install iojs-v1.0.1 --reinstall-packages-from=iojs-1.0.0 failed\"\n\n[ -d \"${NVM_DIR}/versions/io.js/v1.0.1\" ] || die \"nvm install iojs-v1.0.1 didn't install\"\n\nnvm use iojs-1\nnode --version | grep v1.0.1 > /dev/null || die \"nvm use iojs-1 didn't use v1.0.1\"\n\nnpm list --global | grep object-is > /dev/null || die \"object-is isn't installed\"\n"
  },
  {
    "path": "test/installation_iojs/nvm install v1 works",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nNVM_VERSION=\"v1\"\nNVM_PREFIXED_TEST_VERSION=\"$(nvm ls-remote \"$NVM_VERSION\" | tail -1 | sed 's/^[    ]*//;s/[        ]*$//')\"\nNVM_TEST_VERSION=\"$(nvm_strip_iojs_prefix \"$NVM_PREFIXED_TEST_VERSION\")\"\n\n# Remove the stuff we're clobbering.\n[ -e \"../../$NVM_TEST_VERSION\" ] && rm -R \"../../$NVM_TEST_VERSION\"\n\n# Install from binary\nnvm install \"$NVM_VERSION\" || die \"nvm install $NVM_VERSION failed\"\n\n# Check\n[ -d \"${NVM_DIR}/versions/io.js/$NVM_TEST_VERSION\" ]\nnvm run \"$NVM_PREFIXED_TEST_VERSION\" --version | grep \"$NVM_TEST_VERSION\" || die \"'nvm run $NVM_PREFIXED_TEST_VERSION --version | grep $NVM_TEST_VERSION' failed\"\n"
  },
  {
    "path": "test/installation_iojs/setup_dir",
    "content": "#!/bin/sh\n\nif [ -f \".nvmrc\" ]; then\n  mv .nvmrc .nvmrc.bak\nfi\n"
  },
  {
    "path": "test/installation_iojs/teardown_dir",
    "content": "#!/bin/sh\n\n\\. ../../nvm.sh\nnvm deactivate\nnvm uninstall iojs-v1.0.0\nnvm uninstall iojs-v1.0.3\nnvm uninstall iojs-v3.3.0\nnvm uninstall iojs-v3.3.1\n\nif [ -f \".nvmrc\" ]; then\n  rm .nvmrc\nfi\n\nif [ -f \".nvmrc.bak\" ]; then\n  mv .nvmrc.bak .nvmrc\nfi\n"
  },
  {
    "path": "test/installation_node/default-packages",
    "content": "#!/bin/sh\n\nFILE=\"$NVM_DIR/default-packages\"\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\nsetup () {\n  if [ -f $FILE ]; then\n    ORIG_DEFAULT_PACKAGES=$(cat $FILE)\n    mkdir ./tmp/ ||:\n    mv $FILE ./tmp/default-packages ||:\n  fi\n  touch $FILE\n}\ncleanup () {\n  rm -rf \"$(nvm_version_path v6.10.1)\" $FILE\n  if [ \"$ORIG_DEFAULT_PACKAGES\" != \"\" ]; then\n    rm -rf ./tmp/\n    echo \"$ORIG_DEFAULT_PACKAGES\" > $FILE\n  fi\n}\n\nsetup\n\n\\. ../../nvm.sh\n\ncat > $FILE << EOF\nrimraf\nobject-inspect@1.0.2\n\n# commented-package\n\nstevemao/left-pad\ndaytime\nEOF\n\nprintf %s \"$(cat \"${FILE}\")\" > $FILE # strip trailing newline\n\nnvm install v6.10.1 2>&1\nEXIT_CODE=$?\n[ \"_$EXIT_CODE\" = \"_0\" ] || die \"expected 'nvm install v6.10.1' to exit with 0, got $EXIT_CODE\"\n\nnvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'rimraf'\nif [ -z \"$?\" ]; then\n  die \"expected 'nvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'rimraf'' to exit with 0, got $?\"\nfi\n\nnvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'daytime'\nif [ -z \"$?\" ]; then\n  die \"expected 'nvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'daytime'' to exit with 0, got $?\"\nfi\n\ncleanup\n\nsetup\n\n\\. ../../nvm.sh\n\ncat > $FILE << EOF\nrimraf\nobject-inspect@1.0.2\n\n# commented-package\n\nstevemao/left-pad\nEOF\n\nnvm install v6.10.1 --skip-default-packages 2>&1\nEXIT_CODE=$?\n[ \"_$EXIT_CODE\" = \"_0\" ] || die \"expected 'nvm install v6.10.1' to exit with 0, got $EXIT_CODE\"\n\nif nvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'rimraf'; then\n  die \"expected 'nvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'rimraf'' to be empty\"\nfi\n\ncleanup\n\nsetup\n\ncat > $FILE << EOF\nnot~a~package~name\nEOF\n\nnvm install v6.10.1\nEXIT_CODE=$?\n[ \"_$EXIT_CODE\" = \"_0\" ] || die \"expected 'nvm install v6.10.1' to exit with 0, got $EXIT_CODE\"\n\nif nvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'not~a~package~name'; then\n  die \"expected 'nvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'not~a~package~name'' to exit with 1, got $?\"\nfi\n\ncleanup\n\nsetup\n\ncat > $FILE << EOF\nobject-inspect @ 1.0.2\nEOF\n\nnvm install v6.10.1 2>&1\nEXIT_CODE=$?\n[ \"_$EXIT_CODE\" = \"_1\" ] || die \"expected 'nvm install v6.10.1' to exit with 1, got $EXIT_CODE\"\n\nif nvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'object-inspect'; then\n  die \"expected 'nvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'object-inspect'' to exit with 1, got $?\"\nfi\n\ncleanup\n\nsetup\n\nrm -rf $FILE\n\nnvm install v6.10.1 2>&1\nEXIT_CODE=$?\n[ \"_$EXIT_CODE\" = \"_0\" ] || die \"expected 'nvm install v6.10.1' to exit with 0, got $EXIT_CODE\"\n\nif nvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'object-inspect'; then\n  die \"expected 'nvm exec v6.10.1 npm ls -g --depth=0 | grep -q 'object-inspect'' to exit with 1, got $?\"\nfi\n\ntouch $FILE\n\ncleanup\n"
  },
  {
    "path": "test/installation_node/install LTS",
    "content": "#!/bin/sh\n\nset -eux\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nnvm unalias default >/dev/null 2>&1 || die 'unable to unalias default'\n\nset +ex # needed for stderr\nOUTPUT=\"$(nvm install --lts 0.12 2>&1)\"\nEXIT_CODE=\"$?\"\nset -ex\nEXPECTED_OUTPUT=\"Version '0.12' (with LTS filter) not found - try \\`nvm ls-remote --lts\\` to browse available versions.\"\n[ \"${EXIT_CODE}\" = 3 ] || die \"\\`nvm install --lts 0.12\\` did not exit with 3, got >${EXIT_CODE}<\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm install --lts 3\\` output >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\nset +ex # needed for stderr\nOUTPUT=\"$(nvm install --lts=argon 0.12 2>&1)\"\nEXIT_CODE=\"$?\"\nset -x\nEXPECTED_OUTPUT=\"Version '0.12' (with LTS filter 'argon') not found - try \\`nvm ls-remote --lts=argon\\` to browse available versions.\"\n[ \"${EXIT_CODE}\" = 3 ] || die \"\\`nvm install --lts=argon 0.12\\` did not exit with 3, got >${EXIT_CODE}<\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm install --lts=argon 0.12\\` output >${OUTPUT}<, expected >${EXPECTED_OUTPUT}<\"\n\nnvm install --lts 4.2.2 || die 'nvm install --lts 4.2.2 failed'\n\n[ \"$(nvm current)\" = \"v4.2.2\" ] || die \"v4.2.2 not current, got $(nvm_current)\"\n"
  },
  {
    "path": "test/installation_node/install already installed uses it",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\n[ \"$(nvm install invalid.invalid 2>&1)\" = \"Version 'invalid.invalid' not found - try \\`nvm ls-remote\\` to browse available versions.\" ] || die \"nvm installing an invalid version did not print a nice error message\"\n\n# Remove the stuff we're clobbering.\n[ -e \"${NVM_DIR}/v0.9.7\" ] && rm -R \"${NVM_DIR}/v0.9.7\"\n[ -e \"${NVM_DIR}/v0.9.12\" ] && rm -R \"${NVM_DIR}/v0.9.12\"\n\n# Install from binary\nnvm install 0.9.7\nnvm install 0.9.12\n\nnvm use 0.9.7\n\nnode --version | grep v0.9.7 || die \"precondition failed: node doesn't start at 0.9.7\"\n\nnvm install 0.9.12\n\nnode --version | grep v0.9.12 || die \"nvm install on already installed version doesn't use it\"\n"
  },
  {
    "path": "test/installation_node/install from binary",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nnvm unalias default || die 'unable to unalias default'\n\nNVM_TEST_VERSION=v0.10.7\n\n# Remove the stuff we're clobbering.\n[ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION\n\n# Install from binary\nnvm install $NVM_TEST_VERSION || die \"install $NVM_TEST_VERSION failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ]\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION || die \"'nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION' failed\"\n\n# ensure default is set\nNVM_CURRENT_DEFAULT=\"$(nvm_alias default)\"\n[ \"$NVM_CURRENT_DEFAULT\" = \"$NVM_TEST_VERSION\" ] || die \"wrong default alias: $(nvm alias)\"\n"
  },
  {
    "path": "test/installation_node/install from binary with binary flag set",
    "content": "#!/bin/sh\n\ndie () {\n  unset -f nvm_install_binary nvm_install_source\n  echo \"$@\"\n  exit 1\n}\n\n\\. ../../nvm.sh\n\nnvm unalias default || die 'unable to unalias default'\n\nNVM_TEST_VERSION=v0.10.7\n\n# Remove the stuff we're clobbering.\n[ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION\n\n# Install from binary\nnvm install -b $NVM_TEST_VERSION || die \"install $NVM_TEST_VERSION failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ]\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION || die \"'nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION' failed\"\n\n# ensure default is set\nNVM_CURRENT_DEFAULT=\"$(nvm_alias default)\"\n[ \"$NVM_CURRENT_DEFAULT\" = \"$NVM_TEST_VERSION\" ] || die \"wrong default alias: $(nvm alias)\"\n\nnvm_install_binary() {\n  >&2 echo 'binary failed'\n  return 1\n}\n\n# binary fails, falls back to source, but if -b is set, fails\nOUTPUT=\"$(nvm install -b 9.0.0 2>&1)\"\nEXPECTED_OUTPUT='binary failed'\nif [ \"${OUTPUT#*\"${EXPECTED_OUTPUT}\"}\" = \"${OUTPUT}\" ]; then\n  die \"No source binary flag is active and should have returned >${EXPECTED_OUTPUT}<. Instead it returned >${OUTPUT}<\"\nfi\n\nnvm_install_source() {\n  >&2 echo 'source intentionally failed'\n  return 1\n}\n\n# Override nvm_get_make_jobs to produce predictable output regardless of actual CPU count\nnvm_get_make_jobs() {\n  NVM_MAKE_JOBS=1\n  nvm_echo \"Detected that you have 2 CPU core(s)\"\n  nvm_echo 'Number of CPU core(s) less than or equal to 2, running in single-threaded mode'\n}\n\n# binary fails, falls back to source if -b is not set\nOUTPUT=\"$(nvm install 9.0.0 2>&1)\"\nEXPECTED_OUTPUT=\"binary failed\nDetected that you have 2 CPU core(s)\nNumber of CPU core(s) less than or equal to 2, running in single-threaded mode\nsource intentionally failed\"\n\n[ \"${EXPECTED_OUTPUT}\" = \"${OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<, got >${OUTPUT}<\"\n"
  },
  {
    "path": "test/installation_node/install from source",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nset +e # TODO: fix\n\\. ../../nvm.sh\nset -e\n\nnvm deactivate || die 'deactivate failed'\n\nnvm unalias default || die 'unable to unalias default'\n\nNVM_TEST_VERSION=v0.10.7\n\n# Remove the stuff we're clobbering.\nnvm uninstall \"${NVM_TEST_VERSION}\" || die 'nvm uninstall failed'\n\n# Install from source\nnvm install -s \"${NVM_TEST_VERSION}\" || die \"'nvm install -s ${NVM_TEST_VERSION}' failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ] || die \"../../${NVM_TEST_VERSION} is not a directory\"\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION || \"'nvm run ${NVM_TEST_VERSION} --version | grep ${NVM_TEST_VERSION}' failed\"\n\n# ensure default is set\nNVM_CURRENT_DEFAULT=\"$(nvm_alias default)\"\n[ \"${NVM_CURRENT_DEFAULT}\" = \"${NVM_TEST_VERSION}\" ] || die \"wrong default alias: $(nvm alias)\"\n"
  },
  {
    "path": "test/installation_node/install from source with thread parameter",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nNVM_TEST_VERSION=v0.10.7\n\n# STAGE 1 #\n\n# Remove the stuff we're clobbering.\n[ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION\n\n# Install from source with 1 make job\nnvm install -s -j 1 $NVM_TEST_VERSION || die \"'nvm install -s $NVM_TEST_VERSION' failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ]\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION || \"'nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION' failed\"\n\n\n\n# STAGE 2 #\n\n# Remove the stuff we're clobbering.\n[ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION\n\n# Install from source with 2 make jobs (and swapped arg order)\nnvm install -j 2 -s $NVM_TEST_VERSION || die \"'nvm install -s $NVM_TEST_VERSION' failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ]\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION || \"'nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION' failed\"\n"
  },
  {
    "path": "test/installation_node/install from source without V8 snapshot for ARM",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nNVM_TEST_VERSION=v0.10.7\n\n# Remove the stuff we're clobbering.\n[ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION\n\n# Fake ARM arch\nnvm_get_arch() {\n  echo \"armv7l\"\n}\n\n# Install from source\nnvm install -s $NVM_TEST_VERSION || die \"'nvm install -s $NVM_TEST_VERSION' failed\"\n\n# Check Install\n[ -d ../../$NVM_TEST_VERSION ]\nnode --version | grep $NVM_TEST_VERSION || \"'node --version | grep $NVM_TEST_VERSION' failed\"\n\n# Check V8 snapshot isn't compiled\nnode -p \"if(! process.config.variables.v8_use_snapshot) { console.log('no-snapshot'); }\" | grep \"no-snapshot\" || \"'node -p \\\"if(! process.config.variables.v8_use_snapshot) { console.log('no-snapshot'); }\\\" | grep \\\"no-snapshot\\\"' failed\"\n"
  },
  {
    "path": "test/installation_node/install hook",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n. ../../nvm.sh\n\nVERSION='v0.11.0'\nVERSION_PATH=\"$(nvm_version_path \"${VERSION}\")\"\n\nsucceed() {\n  nvm_echo \"$@\"\n  NVM_INSTALL_THIRD_PARTY_HOOK= nvm install \"${VERSION}\"\n}\n\nfail() {\n  succeed \"$@\"\n  return 11\n}\n\n! nvm_is_version_installed \"${VERSION}\" || nvm uninstall \"${VERSION}\" || die 'uninstall failed'\n\n# an existing but empty VERSION_PATH directory should not be enough to satisfy nvm_is_version_installed\nrm -rf \"${VERSION_PATH}\"\nmkdir -p \"${VERSION_PATH}\"\nnvm_is_version_installed \"${VERSION}\" && die 'nvm_is_version_installed check not strict enough'\nrmdir \"${VERSION_PATH}\"\n\nOUTPUT=\"$(NVM_INSTALL_THIRD_PARTY_HOOK=succeed nvm install \"${VERSION}\")\"\nUSE_OUTPUT=\"$(nvm use \"${VERSION}\")\"\nEXPECTED_OUTPUT=\"${VERSION} node std binary ${VERSION_PATH}\nDownloading and installing node ${VERSION}...\n${USE_OUTPUT}\"\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n\n! nvm_is_version_installed \"${VERSION}\" || nvm uninstall \"${VERSION}\" || die 'uninstall 2 failed'\n\nOUTPUT=\"$(NVM_INSTALL_THIRD_PARTY_HOOK=fail nvm install \"${VERSION}\" || echo 'failed')\"\nUSE_OUTPUT=\"$(nvm use \"${VERSION}\")\"\nEXPECTED_OUTPUT=\"${VERSION} node std binary ${VERSION_PATH}\nDownloading and installing node ${VERSION}...\n${USE_OUTPUT}\nfailed\"\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n"
  },
  {
    "path": "test/installation_node/install latest npm",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nset +e # todo: fix\n\\. ../../nvm.sh\nset -e\n\nnvm deactivate >/dev/null 2>&1 || die 'unable to deactivate: 1'\nnvm install 12.12 >/dev/null 2>&1 || die 'install v12.12 failed'\nnvm install-latest-npm || die 'nvm install-latest-npm failed: 1'\nNPM_VERSION=\"$(npm --version)\"\nnvm_version_greater_than_or_equal_to \"${NPM_VERSION}\" 7.0.0 \\\n&& nvm_version_greater 8.0.0 \"${NPM_VERSION}\" || die \"node v12.12 updates to ${NPM_VERSION}; expected v7\"\n\nnvm deactivate >/dev/null 2>&1 || die 'unable to deactivate: 1'\nnvm install 4 >/dev/null 2>&1 || die 'install v4 failed'\nnvm install-latest-npm || die 'nvm install-latest-npm failed: 1'\nNPM_VERSION=\"$(npm --version)\"\nnvm_version_greater_than_or_equal_to \"${NPM_VERSION}\" 5.0.0 || die \"node v4.x updates to ${NPM_VERSION}; expected >= v5\"\n\nnvm deactivate >/dev/null 2>&1 || die 'unable to deactivate: 2'\nnvm install 1.0 >/dev/null 2>&1 || die 'install v1.0 failed'\nnvm install-latest-npm || die 'nvm install-latest-npm failed: 2'\nNPM_VERSION=\"$(npm --version)\"\n[ \"${NPM_VERSION}\" = '4.5.0' ] || die \"io.js v1.0.x updates to ${NPM_VERSION}; expected v4.5.0\"\n\nnvm deactivate >/dev/null 2>&1 || die 'unable to deactivate: 3'\nnvm install 1 >/dev/null 2>&1 || die 'install v1 failed'\nnvm install-latest-npm || die 'nvm install-latest-npm failed: 3'\nNPM_VERSION=\"$(npm --version)\"\n[ \"${NPM_VERSION}\" = '4.6.1' ] || die \"io.js v1.x updates to ${NPM_VERSION}; expected v4.6.1\"\n\n# export NPM_CONFIG_STRICT_SSL=false # the npm registry tightened up their SSL certs\n\n## Commented because TLS < 1.2 is dropped, and this breaks npm in node < 0.10\n## https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/#detailed-timeline\n# nvm deactivate >/dev/null 2>&1 || die 'unable to deactivate: 4'\n# nvm install 0.8.27 >/dev/null 2>&1 || die 'install v0.8 failed'\n# nvm install-latest-npm || die 'nvm install-latest-npm failed: 4'\n# NPM_VERSION=\"$(npm --version)\"\n# [ \"${NPM_VERSION}\" = '4.5.0' ] || die \"node 0.8.27 updates to ${NPM_VERSION}; expected v4.5.0\"\n\n## Commented to work around travis-ci breaking 0,6 installs\n# nvm deactivate >/dev/null 2>&1 || die 'unable to deactivate: 5'\n# nvm install 0.6.21 >/dev/null 2>&1 || die 'install v0.6 failed'\n# nvm install-latest-npm || die 'nvm install-latest-npm failed: 5'\n# NPM_VERSION=\"$(npm --version)\"\n# [ \"${NPM_VERSION}\" = '1.3.26' ] || die \"node 0.6.21 updates to ${NPM_VERSION}; expected v1.3.26\"\n"
  },
  {
    "path": "test/installation_node/install on bash with ERR trap and set -E",
    "content": "#!/bin/sh\n\nset -e\n\ncleanup() {\n  nvm cache clear\n  nvm deactivate\n  rm -rf \"${NVM_DIR}\"/v*\n  nvm unalias default\n}\n\ndie() {\n  echo \"$@\"\n  cleanup || true\n  exit 1\n}\n\n\\. ../../nvm.sh\n\nif [ -z \"${BASH-}\" ]; then\n  echo \"This test only applies to Bash; skipping\"\n  exit\nfi\n\ncleanup || true\ntrap 'echo \"==> EXIT signal received (status: $?)\"; cleanup' EXIT\n\n# shellcheck disable=SC3047\ntrap 'echo \"==> ERR signal received\"; exit 1' ERR\n# shellcheck disable=SC3041\nset -E\n\n# shellcheck disable=SC3045,SC3047\nERR_TRAP_EXPECTED=\"$(trap -p ERR)\"\n\n# Adding ` || die 'install failed'` implicitly disables error handling and\n# prevents ERR trap execution, so for the purposes of this test, `nvm install`\n# can't be part of another command or statement\nnvm install node\n\ncase \"$-\" in\n*E*)\n  # shellcheck disable=SC3045,SC3047\n  [ \"$(trap -p ERR)\" = \"$ERR_TRAP_EXPECTED\" ] ||\n    die \"ERR trap not restored after \\\"nvm install $VERSION\\\"\"\n  ;;\n*)\n  die \"errtrace not restored after \\\"nvm install $VERSION\\\"\"\n  ;;\nesac\n"
  },
  {
    "path": "test/installation_node/install two versions and use the latest one",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\n# Remove the stuff we're clobbering.\n[ -e \"${NVM_DIR}/v0.9.7\" ] && rm -R \"${NVM_DIR}/v0.9.7\"\n[ -e \"${NVM_DIR}/v0.9.12\" ] && rm -R \"${NVM_DIR}/v0.9.12\"\n\n# Install from binary\nnvm install 0.9.7 || die \"'nvm install 0.9.7' failed\"\nnvm i 0.9.12 || die \"'nvm i 0.9.12' failed\"\n\n# Check\n[ -d \"${NVM_DIR}/v0.9.7\" ] || die \"v0.9.7 didn't exist\"\n[ -d \"${NVM_DIR}/v0.9.12\" ] || die \"v0.9.12 didn't exist\"\n\n# Use the first one\nnvm use 0.9.7 || die \"'nvm use 0.9.7' failed\"\n\n# Use the latest one\nnvm use 0.9 || die \"'nvm use 0.9' failed\"\nnode --version | grep v0.9.12 || die \"'node --version' was not v0.9.12, got: $(node --version)\"\n"
  },
  {
    "path": "test/installation_node/install version specified in .nvmrc from binary",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nNVM_TEST_VERSION=v0.10.7\n\n# Remove the stuff we're clobbering.\n[ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION\n\n# Install from binary\necho \"$NVM_TEST_VERSION\" > .nvmrc\n\nnvm install || die \"'nvm install' failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ] || die \"./$NVM_TEST_VERSION did not exist\"\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION \\\n  || \"'nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION' failed\"\n"
  },
  {
    "path": "test/installation_node/install while reinstalling packages",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\n# Remove the stuff we're clobbering.\n[ -e \"${NVM_DIR}/versions/node/v9.7.0\" ] && rm -R \"${NVM_DIR}/versions/node/v9.7.0\"\n[ -e \"${NVM_DIR}/versions/node/v9.10.0\" ] && rm -R \"${NVM_DIR}/versions/node/v9.10.0\"\n[ -e \"${NVM_DIR}/versions/node/v4.9.1\" ] && rm -R \"${NVM_DIR}/versions/node/v4.9.1\"\n\n# Install from binary\nnvm install 9.7.0\n\n# Check\n[ -d \"${NVM_DIR}/versions/node/v9.7.0\" ] || die \"nvm install 9.7.0 didn't install\"\n\nnvm use 9.7.0\n\nnode --version | grep v9.7.0 > /dev/null || die \"nvm use 9.7.0 failed\"\n\nnpm install -g object-is@0.0.0 || die \"npm install -g object-is failed\"\nnpm list --global | grep object-is > /dev/null || die \"object-is isn't installed\"\n\nnvm ls 9 | grep v9.7.0 > /dev/null || die \"nvm ls 9 didn't show v9.7.0\"\n\nnvm install 9.10.0 --reinstall-packages-from=9 || die \"nvm install 9.10.0 --reinstall-packages-from=9 failed\"\n\n[ -d \"${NVM_DIR}/versions/node/v9.10.0\" ] || die \"nvm install 9.10.0 didn't install\"\n\nnvm use 9\nnode --version | grep v9.10.0 > /dev/null || die \"nvm ls 9 didn't use v9.10.0\"\n\nnpm list --global | grep object-is > /dev/null || die \"object-is isn't installed\"\n\n\n# LTS\n\nnvm install --lts=argon --reinstall-packages-from=9 || die \"nvm install 9.10.0 --reinstall-packages-from=9 failed\"\n\n[ -d \"${NVM_DIR}/versions/node/v4.9.1\" ] || die \"nvm install 4.9.1 didn't install\"\n\nnvm use --lts=argon\nnode --version | grep v4.9.1 > /dev/null || die \"nvm ls --lts=argon didn't use v4.9.1\"\n\nnpm list --global | grep object-is > /dev/null || die \"object-is isn't installed\"\n"
  },
  {
    "path": "test/installation_node/install with --alias",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nnvm install --alias=9 9.11.2 || die '`nvm install --alias=9 9.11.2` failed'\n\nTERM=dumb nvm alias | grep '9 -> 9.11.2 (-> v9.11.2 \\*)' || die 'did not make the expected alias'\n"
  },
  {
    "path": "test/installation_node/install with --default",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nnvm install --default node || die '`nvm install --default` failed'\n\nTERM=dumb nvm alias | grep \"default -> node (-> $(nvm version node) \\*)\" || die 'did not make the expected alias'\n"
  },
  {
    "path": "test/installation_node/install with --latest-npm",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nset +e # todo: fix\n\\. ../../nvm.sh\nset -e\n\nNVM_DEBUG=1 nvm install --latest-npm 4.2.2 \\\n  | grep 'Attempting to upgrade to the latest working version of npm...' || die 'did not call through to nvm_install_latest_npm'\n"
  },
  {
    "path": "test/installation_node/setup_dir",
    "content": "#!/bin/sh\n\nif [ -f \".nvmrc\" ]; then\n  mv .nvmrc .nvmrc.bak\nfi\n"
  },
  {
    "path": "test/installation_node/teardown_dir",
    "content": "#!/bin/sh\n\n\\. ../../nvm.sh\nnvm deactivate\nnvm uninstall v0.10.7\nnvm uninstall v4.2.2\nnvm uninstall v0.9.7\nnvm uninstall v9.7.0\nnvm uninstall v0.9.12\nnvm uninstall v9.10.0\n\nif [ -f \".nvmrc\" ]; then\n  rm .nvmrc\nfi\n\nif [ -f \".nvmrc.bak\" ]; then\n  mv .nvmrc.bak .nvmrc\nfi\n"
  },
  {
    "path": "test/mocks/isainfo_amd64",
    "content": "if [ \"_$1\" = \"_-n\" ]; then\n  echo \"amd64\"\nelse\n  echo \"amd64 i386\"\nfi\n"
  },
  {
    "path": "test/mocks/isainfo_x86",
    "content": "if [ \"_$1\" = \"_-n\" ]; then\n  echo \"i386\"\nelse\n  echo \"i386\"\nfi\n"
  },
  {
    "path": "test/mocks/pkg_info_amd64",
    "content": "# On SmartOS 64bits setups, pkg_info outputs _both_ i386 and x86_64\n# architectures as architectures supported by pkg_install.\necho \"i386\"\necho \"x86_64\"\n"
  },
  {
    "path": "test/mocks/pkg_info_fail",
    "content": "exit 1\n"
  },
  {
    "path": "test/mocks/pkg_info_x86",
    "content": "echo \"i386\"\n"
  },
  {
    "path": "test/mocks/uname_linux_armv8l",
    "content": "if [ \"_$1\" = \"_-m\" ]; then\n  echo \"armv8l\"\nelse\n  echo \"Linux 3.18.14-14721103 #1 SMP PREEMPT Thu Mar 5 20:35:37 KST 2020 armv8l armv8l armv8l GNU/Linux\"\nfi\n"
  },
  {
    "path": "test/mocks/uname_osx_amd64",
    "content": "if [ \"_$1\" = \"_-m\" ]; then\n  echo \"x86_64\"\nelse\n  echo \"Darwin foo.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64\"\nfi\n"
  },
  {
    "path": "test/mocks/uname_osx_x86",
    "content": "if [ \"_$1\" = \"_-m\" ]; then\n  echo \"i386\"\nelse\n  echo \"Darwin foo.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_I386 i386\"\nfi\n"
  },
  {
    "path": "test/mocks/uname_smartos_amd64",
    "content": "if [ \"_$1\" = \"_-m\" ]; then\n  echo \"i86pc\"\nelse\n  echo \"SunOS dev 5.11 joyent_20150219T102159Z i86pc i386 i86pc Solaris\"\nfi\n"
  },
  {
    "path": "test/mocks/uname_smartos_x86",
    "content": "if [ \"_$1\" = \"_-m\" ]; then\n  echo \"i86pc\"\nelse\n  echo \"SunOS dev 5.11 joyent_20150219T102159Z i86pc i386 i86pc Solaris\"\nfi\n"
  },
  {
    "path": "test/slow/Running 'nvm current' should display current nvm environment",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nnvm install 0.10\n\n[ \"$(nvm current)\" = \"$(node -v)\" ] || die \"Failed to find current version: got \\\"$(nvm current)\\\", expected \\\"$(node -v)\\\"\"\n"
  },
  {
    "path": "test/slow/nvm exec/Running 'nvm exec --lts' should work",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm install --lts || die 'nvm install --lts failed'\n\nNPM_VERSION_LTS=\"$(npm --version)\"\nTEST_STRING=\"foo bar\"\n\nnvm use 1.0.0 && [ \"$(node --version)\" = \"v1.0.0\" ] || die \"\\`nvm use\\` failed!\"\n\n[ \"$(nvm exec --lts npm --version | tail -1)\" = \"$NPM_VERSION_LTS\" ] || die \"`nvm exec` failed to run with the correct version\"\n\n[ \"$(nvm exec --lts bash -c \"printf '$TEST_STRING'\" | tail -1)\" = \"$TEST_STRING\" ] || die \"\\`nvm exec\\` failed to run with a command including whitespace\"\n"
  },
  {
    "path": "test/slow/nvm exec/Running 'nvm exec --silent' should work",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm use 0.10\nNPM_VERSION_TEN=\"$(npm --version)\"\nNODE_VERSION_TEN=\"$(node --version)\"\n\nnvm use 1.0.0 && [ \"$(node --version)\" = \"v1.0.0\" ] || die \"\\`nvm use\\` failed!\"\nNPM_VERSION_ONE=\"$(npm --version)\"\n\nOUTPUT=\"$(nvm exec 0.10 npm --version)\"\nEXPECTED_OUTPUT=\"Running node ${NODE_VERSION_TEN} (npm v${NPM_VERSION_TEN})\n${NPM_VERSION_TEN}\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"\\`nvm exec\\` failed to report node preamble; expected '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm exec --silent 0.10 npm --version | head -1)\"\nEXPECTED_OUTPUT=\"${NPM_VERSION_TEN}\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"\\`nvm exec --silent\\` failed to node suppress preamble; expected '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm exec 1 npm --version)\"\nEXPECTED_OUTPUT=\"Running io.js v1.0.0 (npm v${NPM_VERSION_ONE})\n${NPM_VERSION_ONE}\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"\\`nvm exec\\` failed to report io.js preamble; expected '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm exec --silent 1 npm --version | head -1)\"\nEXPECTED_OUTPUT=\"${NPM_VERSION_ONE}\"\n[ \"$OUTPUT\" = \"$EXPECTED_OUTPUT\" ] || die \"\\`nvm exec --silent\\` failed to suppress io.js preamble; expected '$EXPECTED_OUTPUT', got '$OUTPUT'\"\n"
  },
  {
    "path": "test/slow/nvm exec/Running 'nvm exec 0.x' should work",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm use 0.10\nNPM_VERSION_TEN=\"$(npm --version)\"\nTEST_STRING=\"foo bar\"\n\nnvm use 1.0.0 && [ \"$(node --version)\" = \"v1.0.0\" ] || die \"\\`nvm use\\` failed!\"\n\n[ \"$(nvm exec 0.10 npm --version | tail -1)\" = \"$NPM_VERSION_TEN\" ] || die \"\\`nvm exec\\` failed to run with the correct version\"\n\n[ \"$(nvm exec 0.10 bash -c \"printf '$TEST_STRING'\" | tail -1)\" = \"$TEST_STRING\" ] || die \"\\`nvm exec\\` failed to run with a command including whitespace\"\n"
  },
  {
    "path": "test/slow/nvm exec/Running 'nvm exec' should pick up .nvmrc version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm use 0.10.7\nNPM_VERSION_TEN=\"$(npm --version)\"\n\nnvm use 1.0.0 && [ \"$(node --version)\" = \"v1.0.0\" ] || die \"\\`nvm use\\` failed!\"\n\necho \"0.10.7\" > .nvmrc\n\n[ \"$(nvm exec npm --version | tail -1)\" = \"$NPM_VERSION_TEN\" ] || die \"\\`nvm exec\\` failed to run with the .nvmrc version\"\n\n[ \"$(nvm exec npm --version | head -1)\" = \"Found '$PWD/.nvmrc' with version <0.10.7>\" ] || die \"\\`nvm exec\\` failed to print out the \\\"found in .nvmrc\\\" message\"\n"
  },
  {
    "path": "test/slow/nvm exec/Running 'nvm exec' with help should not parse",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm use 0.10\n\nnvm exec stable -- node --help | grep 'Usage: node [options]' || die \"Help menu should have been displayed for node and not nvm\"\n"
  },
  {
    "path": "test/slow/nvm exec/setup_dir",
    "content": "#!/bin/sh\n\n\\. ../../../nvm.sh\nnvm install 0.10.7\nnvm install 1.0.0\nnvm install --lts\n\nif [ -f \".nvmrc\" ]; then\n  mv .nvmrc .nvmrc.bak\nfi\n"
  },
  {
    "path": "test/slow/nvm exec/teardown_dir",
    "content": "#!/bin/sh\n\n\\. ../../../nvm.sh\nnvm deactivate\nnvm uninstall v0.10.7\nnvm uninstall v1.0.0\nnvm uninstall --lts\n\nrm .nvmrc\n\nif [ -f \".nvmrc.bak\" ]; then\n  mv .nvmrc.bak .nvmrc\nfi\n"
  },
  {
    "path": "test/slow/nvm reinstall-packages/Running 'nvm copy-packages $(nvm ls current)' should error out",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm use 0.10.28 > /dev/null\n\nnvm install-latest-npm || die 'nvm install-latest-npm failed'\n\nEXPECTED_MSG=\"Can not reinstall packages from the current version of node.\"\nACTUAL_MSG=\"$(nvm reinstall-packages 0.10.28 2>&1 > /dev/null)\"\n[ \"~$ACTUAL_MSG\" = \"~$EXPECTED_MSG\" ] || die \"'nvm use 0.10.28 && nvm reinstall-packages 0.10.28' did not fail with the right message: '$ACTUAL_MESSAGE'\"\n\nEXPECTED_ERROR_CODE=\"2\"\nACTUAL_ERROR_CODE=\"$(nvm reinstall-packages 0.10.28  > /dev/null 2>&1 ; echo $?)\"\n[ \"~$ACTUAL_ERROR_CODE\" = \"~$EXPECTED_ERROR_CODE\" ] || die \"'nvm use 0.10.28 && nvm reinstall-packages 0.10.28' did not fail with the right error code: expected '$EXPECTED_ERROR_CODE', got '$ACTUAL_ERROR_CODE'\"\n"
  },
  {
    "path": "test/slow/nvm reinstall-packages/setup_dir",
    "content": "#!/bin/sh\n\n\\. ../../../nvm.sh\nnvm install 0.10.28\nnvm install 0.10.29\nnvm install 4.7.1\nnvm install 4.7.2\n\nif [ -f \".nvmrc\" ]; then\n  mv .nvmrc .nvmrc.bak\nfi\n"
  },
  {
    "path": "test/slow/nvm reinstall-packages/should work as expected",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm exec 0.10.28 npm install -g npm@~1.4.11 && nvm install-latest-npm # this is required because before 1.4.10, npm ls doesn't indicated linked packages\nnvm exec 0.10.29 npm install -g npm@~1.4.11 && nvm install-latest-npm # this is required because before 1.4.10, npm ls doesn't indicated linked packages\n\nnvm use 0.10.28\n(cd test-npmlink && npm link)\n\nEXPECTED_PACKAGES=\"autoprefixer bower david grunt-cli grunth-cli http-server jshint marked node-gyp npmlist postcss recursive-blame spawn-sync test-npmlink uglify-js yo\"\nEXPECTED_PACKAGES_INSTALL=\"autoprefixer bower david@11 grunt-cli grunth-cli http-server jshint marked node-gyp@7 npmlist postcss@4 recursive-blame spawn-sync test-npmlink uglify-js yo@1\"\n\necho \"$EXPECTED_PACKAGES_INSTALL\" | sed -e 's/test-npmlink //' | xargs npm install -g --quiet\n\nget_packages() {\n  npm list -g --depth=0 | \\sed -e '1 d' -e 's/^.* \\(.*\\)@.*/\\1/' -e '/^npm$/ d' -e '/^corepack$/ d' | xargs\n}\n\nnvm use 0.10.29\nORIGINAL_PACKAGES=$(get_packages)\n\nnvm reinstall-packages 0.10.28\nFINAL_PACKAGES=$(get_packages)\n\n[ \"$FINAL_PACKAGES\" = \"$EXPECTED_PACKAGES\" ] || die \"final packages ($FINAL_PACKAGES) did not match expected packages ($EXPECTED_PACKAGES)\"\n[ \"$ORIGINAL_PACKAGES\" != \"$FINAL_PACKAGES\" ] || die \"original packages matched final packages ($ORIGINAL_PACKAGES)\"\n\n[ $(test-npmlink) = 'ok' ] || die \"failed to run test-npmlink\"\n"
  },
  {
    "path": "test/slow/nvm reinstall-packages/teardown_dir",
    "content": "#!/bin/sh\n\n\\. ../../../nvm.sh\nnvm uninstall v0.10.28\nnvm uninstall v0.10.29\nnvm uninstall v4.7.1\nnvm uninstall v4.7.2\n\nrm -f .nvmrc\n\nif [ -f \".nvmrc.bak\" ]; then\n  mv .nvmrc.bak .nvmrc\nfi\n"
  },
  {
    "path": "test/slow/nvm reinstall-packages/test-npmlink/index.js",
    "content": "#!/usr/bin/env node\nconsole.log('ok')\n"
  },
  {
    "path": "test/slow/nvm reinstall-packages/test-npmlink/package.json",
    "content": "{\n  \"name\": \"test-npmlink\",\n  \"version\": \"0.0.1\",\n  \"description\": \"Stub package for testing npm link\",\n  \"bin\": {\n    \"test-npmlink\": \"index.js\"\n  },\n  \"author\": \"hax\",\n  \"license\": \"ISC\"\n}\n"
  },
  {
    "path": "test/slow/nvm reinstall-packages/works with no installs",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nget_packages() {\n  npm list -g --depth=0 | \\sed -e '1 d' -e 's/^.* \\(.*\\)@.*/\\1/' -e '/^npm$/ d' -e '/^corepack$/ d' | xargs\n}\n\nnvm use 4.7.2\nORIGINAL_PACKAGES=$(get_packages)\n\nnvm reinstall-packages 4.7.1\nFINAL_PACKAGES=$(get_packages)\n\n[ -z \"${ORIGINAL_PACKAGES}\" ] || die \"v4: original packages were not empty: ${ORIGINAL_PACKAGES}\"\n[ -z \"${FINAL_PACKAGES}\" ] || die \"v4: final packages were not empty: ${FINAL_PACKAGES}\"\n\nnvm use 23.8.20\nORIGINAL_PACKAGES=$(get_packages)\n\nnvm reinstall-packages 23.8.0\nFINAL_PACKAGES=$(get_packages)\n\n[ -z \"${ORIGINAL_PACKAGES}\" ] || die \"v23: original packages were not empty: ${ORIGINAL_PACKAGES}\"\n[ -z \"${FINAL_PACKAGES}\" ] || die \"v23: final packages were not empty: ${FINAL_PACKAGES}\"\n"
  },
  {
    "path": "test/slow/nvm run/Running 'nvm run --harmony --version' should work",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm run 0.10.7 --harmony --version\n[ \"_$(nvm run 0.10.7 --harmony --version 2>/dev/null | tail -1)\" = \"_v0.10.7\" ] || die \"\\`nvm run --harmony --version\\` failed to run with the correct version\"\n"
  },
  {
    "path": "test/slow/nvm run/Running 'nvm run --lts' should work",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nOUTPUT=\"$(nvm run --silent --lts --version)\"\nEXPECTED_OUTPUT=\"$(nvm_match_version 'lts/*')\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm run --lts\\` failed to run with the correct version; expected >${EXPECTED_OUTPUT}<, got >${OUTPUT}<\"\n\nOUTPUT=\"$(nvm run --silent --lts=argon --version)\"\nEXPECTED_OUTPUT=\"$(nvm_match_version 'lts/argon')\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"\\`nvm run --lts=argon\\` failed to run with the correct version; expected >${EXPECTED_OUTPUT}<, got >${OUTPUT}<\"\n"
  },
  {
    "path": "test/slow/nvm run/Running 'nvm run --silent' should work",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n. ../../../nvm.sh\n\necho \"0.10.7\" > .nvmrc\n\n# Check nvm run without --silent\nOUTPUT=\"$(nvm run --version)\"\nEXPECTED_OUTPUT=\"Found '${PWD}/.nvmrc' with version <0.10.7>\nRunning node v0.10.7 (npm v1.2.21)\nv0.10.7\"\n[ \">${OUTPUT}<\" = \">${EXPECTED_OUTPUT}<\" ] \\\n  || die \"\\`nvm run\\` failed to run; did not match with the .nvmrc version; got >${OUTPUT}<\"\n\nOUTPUT=\"$(nvm run --silent --version)\"\nEXPECTED_OUTPUT=\"v0.10.7\"\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] \\\n  || die \"\\`nvm run --silent\\` failed to run silently; expected no output, got >${OUTPUT}<\"\n\n# Output shouldn't be silent if --silent flag is not at the third argument position\nOUTPUT=\"$(nvm run --version --silent)\"\nEXPECTED_OUTPUT=\"\"\n[ \"${OUTPUT}\" != \"${EXPECTED_OUTPUT}\" ] \\\n  || die \"\\`nvm run --version --silent\\` should not be silent; expected >${OUTPUT}<, got no output\"\n"
  },
  {
    "path": "test/slow/nvm run/Running 'nvm run 0.x' should error out sensibly when 0.x is not installed",
    "content": "#!/bin/sh\n\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nEXPECTED_OUTPUT='N/A: version \"v0.2\" is not yet installed.\n\nYou need to run `nvm install 0.2` to install and use it.'\n[ \"_$(nvm run 0.2 --version 2>&1)\" = \"_$EXPECTED_OUTPUT\" ] || die \"\\`nvm run\\` with an uninstalled node version failed to error out correctly\"\n\nEXPECTED_OUTPUT='N/A: version \"iojs-v0.2\" is not yet installed.\n\nYou need to run `nvm install iojs-0.2` to install and use it.'\n[ \"_$(nvm run iojs-0.2 --version 2>&1)\" = \"_$EXPECTED_OUTPUT\" ] || die \"\\`nvm run\\` with an uninstalled iojs version failed to error out correctly\"\n"
  },
  {
    "path": "test/slow/nvm run/Running 'nvm run 0.x' should work",
    "content": "#!/bin/sh\n\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\n[ \"$(nvm run 0.10.7 --version | tail -1)\" = \"v0.10.7\" ] || die \"\\`nvm run\\` failed to run with the correct version\"\n"
  },
  {
    "path": "test/slow/nvm run/Running 'nvm run' should pick up .nvmrc version",
    "content": "#!/bin/sh\n\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\necho \"0.10.7\" > .nvmrc\n\n[ \"$(nvm run --version | tail -1)\" = \"v0.10.7\" ] || die \"\\`nvm run\\` failed to run with the .nvmrc version\"\n\n[ \"$(nvm run --version | head -1)\" = \"Found '$PWD/.nvmrc' with version <0.10.7>\" ] || die \"\\`nvm run\\` failed to print out the \\\"found in .nvmrc\\\" message\"\n\n\necho \"foo\" > .nvmrc\n\n# running nvm run with .nvmrc should not print the version information when not installed\nOUTPUT=\"$(nvm run --version 2>&1)\"\nEXIT_CODE=$?\nEXPECTED_OUTPUT=\"Found '$PWD/.nvmrc' with version <foo>\nN/A: version \\\"foo\\\" is not yet installed.\n\nYou need to run \\`nvm install\\` to install and use the node version specified in \\`.nvmrc\\`.\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"expected 'nvm use' with nvmrc to give $EXPECTED_OUTPUT, got $OUTPUT\"\n[ \"_$EXIT_CODE\" = \"_1\" ] || die \"expected 'nvm use' with nvmrc to exit with 1, got $EXIT_CODE\"\n"
  },
  {
    "path": "test/slow/nvm run/setup_dir",
    "content": "#!/bin/sh\n\n\\. ../../../nvm.sh\n\nnvm install 0.10.7\nnvm install --lts=argon\nnvm install --lts\n\nif [ -f \".nvmrc\" ]; then\n  mv .nvmrc .nvmrc.bak\nfi\n"
  },
  {
    "path": "test/slow/nvm run/teardown_dir",
    "content": "#!/bin/sh\n\n\\. ../../../nvm.sh\n\nnvm deactivate\nnvm uninstall v0.10.7\nnvm uninstall --lts=argon\nnvm uninstall --lts\n\nrm .nvmrc\n\nif [ -f \".nvmrc.bak\" ]; then\n  mv .nvmrc.bak .nvmrc\nfi\n"
  },
  {
    "path": "test/slow/nvm uninstall/Running 'nvm uninstall 0.12.6' uninstalls v0.12.6",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n# Source nvm\n\\. ../../../nvm.sh\n\n# Version to install/uninstall\nNVM_TEST_VERSION=0.12.6\n\n# Make sure it's not already here\n[ -e ../../../$NVM_TEST_VERSION ] && rm -R ../../../$NVM_TEST_VERSION\n\n# Install it\nnvm install $NVM_TEST_VERSION\n\n# Make sure it installed\nnvm ls | grep \"$NVM_TEST_VERSION\" || die \"Failed to install node\"\n\n# Switch to another version so we can uninstall\nnvm use 0.12.7\n\n# if zsh, set \"nomatch\" opt to reproduce failure from https://github.com/nvm-sh/nvm/issues/1228\nif nvm_has \"setopt\"; then\n  setopt nomatch\nfi\n\n# Uninstall it\nnvm uninstall $NVM_TEST_VERSION\n\n# Make sure it uninstalled\nnvm ls | grep \"$NVM_TEST_VERSION\"\n[ \"$?\" != \"0\" ] || die \"Failed to uninstall node\"\n"
  },
  {
    "path": "test/slow/nvm uninstall/Running 'nvm uninstall' with incorrect file permissions fails nicely",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n# Source nvm\n\\. ../../../nvm.sh\n\n# Version to install/uninstall\nNVM_TEST_VERSION=5.10.1\n\n# Make sure it's not already here\n[ -e ../../../$NVM_TEST_VERSION ] && rm -R ../../../$NVM_TEST_VERSION\n\n# Install it\nnvm install $NVM_TEST_VERSION\n\n# Make sure it installed\nnvm ls | grep \"$NVM_TEST_VERSION\" || die \"Failed to install node\"\n\n# Install global module as root\nnpm_path=$(which npm)\nsudo -n \"$npm_path\" install jspm@'<2' -g || die 'either sudo failed, or `npm install jspm -g` failed`'\n\n# Switch to another version so we can uninstall\nnvm use 0.12.7\n\n# Attempt to uninstall it\nRETURN_MESSAGE=\"$(nvm uninstall $NVM_TEST_VERSION 2>&1)\"\nCHECK_FOR=\"Cannot uninstall, incorrect permissions on installation folder\"\ntest \"${RETURN_MESSAGE#*$CHECK_FOR}\" != \"$RETURN_MESSAGE\" || die \"Failed to show error message\"\n"
  },
  {
    "path": "test/slow/nvm uninstall/setup_dir",
    "content": "#!/bin/sh\n\n\\. ../../../nvm.sh\nnvm install 0.12.7\n"
  },
  {
    "path": "test/slow/nvm uninstall/teardown_dir",
    "content": "#!/bin/sh\n\n\\. ../../../nvm.sh\nnvm uninstall 0.12.7\nnvm deactivate\n"
  },
  {
    "path": "test/slow/nvm use/Running 'nvm use --lts' uses latest LTS version",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm deactivate >/dev/null 2>&1 || die 'deactivate failed'\n\nnvm use --lts || die 'nvm use --lts failed'\nOUTPUT=\"$(nvm current)\"\nEXPECTED_OUTPUT=\"$(nvm_resolve_alias 'lts/*')\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use --lts' + 'nvm current' did not output '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm use --silent --lts)\"\nEXPECTED_OUTPUT=\"\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use --silent --lts' output was not silenced '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n"
  },
  {
    "path": "test/slow/nvm use/Running 'nvm use --lts=foo' uses latest 'foo' LTS version",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm deactivate 2>&1 >/dev/null || die 'deactivate failed'\n\nnvm use --lts=testing || die 'nvm use --lts=testing failed'\nOUTPUT=\"$(nvm current)\"\nEXPECTED_OUTPUT=\"$(nvm_resolve_alias 'lts/testing')\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use --lts=testing' + 'nvm current' did not output '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm use --silent --lts=testing)\"\nEXPECTED_OUTPUT=\"\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use --silent --lts=testing' output was not silenced '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n"
  },
  {
    "path": "test/slow/nvm use/Running 'nvm use iojs' uses latest io.js version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm deactivate 2>&1 >/dev/null || die 'deactivate failed'\n\nnvm use iojs || die 'nvm use iojs failed'\nOUTPUT=\"$(nvm current)\"\nEXPECTED_OUTPUT=\"iojs-v1.0.1\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use iojs' + 'nvm current' did not output '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm use --silent iojs)\"\nEXPECTED_OUTPUT=\"\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use --silent iojs' output was not silenced '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n"
  },
  {
    "path": "test/slow/nvm use/Running 'nvm use lts' shows actionable error",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\n# Deactivate any active node version\nnvm deactivate >/dev/null 2>&1 || die 'deactivate failed'\n\n# Attempt to use 'lts' without '--' and capture the error message\nERROR_OUTPUT=$(nvm use lts 2>&1) || true\n\nEXPECTED_ERROR='`lts` is not an alias - you may need to run `nvm install --lts` to install and `nvm use --lts` to use it.'\n\n# Check if the error message matches the expected output\necho \"$ERROR_OUTPUT\" | grep -q \"$EXPECTED_ERROR\" \\\n  || die \"Expected error message not found. Got: $ERROR_OUTPUT\"\n"
  },
  {
    "path": "test/slow/nvm use/Running 'nvm use node --silent' doesn't print anything",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm deactivate 2>&1 >/dev/null || die 'deactivate failed'\n\nOUTPUT=$(nvm use node --silent || die 'nvm use node failed')\nEXPECTED_OUTPUT=\"\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use node --silent' output was not silenced to '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n"
  },
  {
    "path": "test/slow/nvm use/Running 'nvm use node' uses latest stable node version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm deactivate 2>&1 >/dev/null || die 'deactivate failed'\n\nnvm use node || die 'nvm use node failed'\nOUTPUT=\"$(nvm current)\"\nEXPECTED_OUTPUT=\"$(nvm_version stable)\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use node' + 'nvm current' did not output '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm use --silent node)\"\nEXPECTED_OUTPUT=\"\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use --silent node' output was not silenced '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n"
  },
  {
    "path": "test/slow/nvm use/Running 'nvm use v1.0.0' uses iojs-v1.0.0 iojs version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm deactivate 2>&1 >/dev/null || die 'deactivate failed'\n\nnvm use 'v1.0.0' || die 'nvm use v1.0.0 failed'\nOUTPUT=\"$(nvm current)\"\nEXPECTED_OUTPUT=\"$(nvm_version v1.0.0)\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use v1.0.0' + 'nvm current' did not output '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n\nOUTPUT=\"$(nvm use --silent 'v1.0.0')\"\nEXPECTED_OUTPUT=\"\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use --silent v1.0.0' output was not silenced '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n"
  },
  {
    "path": "test/slow/nvm use/Running 'nvm use' calls 'nvm_die_on_prefix'",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\nnvm deactivate >/dev/null 2>&1 || die 'deactivate failed'\n\nnvm_die_on_prefix() {\n  echo >&2 \"| $1 | $2 |\"\n  return 3\n}\n\ntry nvm use --silent node\nEXPECTED_OUTPUT=\"\"\n[ \"_$CAPTURED_STDOUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use --silent node' did not call through to 'nvm_die_on_prefix' and give output '$EXPECTED_OUTPUT'; got '$CAPTURED_STDOUT'\"\n\ntry_err nvm use --silent node\nEXPECTED_CODE=\"11\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_$EXPECTED_CODE\" ] \\\n  || die \"'nvm use --silent node' when 'nvm_die_on_prefix' fails did not return '$EXPECTED_CODE'; got '$CAPTURED_EXIT_CODE'\"\n"
  },
  {
    "path": "test/slow/nvm use/Running 'nvm use' with nvmrc containing not installed version",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../../nvm.sh\n\nnvm deactivate 2>&1 >/dev/null || die 'deactivate failed'\n\necho \"foo\" > .nvmrc\n\n# running nvm use with .nvmrc should not print the version information\nOUTPUT=\"$(nvm use 2>&1)\"\nEXIT_CODE=$?\nEXPECTED_OUTPUT=\"Found '$PWD/.nvmrc' with version <foo>\nN/A: version \\\"foo\\\" is not yet installed.\n\nYou need to run \\`nvm install\\` to install and use the node version specified in \\`.nvmrc\\`.\"\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] || die \"expected 'nvm use' with nvmrc to give $EXPECTED_OUTPUT, got $OUTPUT\"\n[ \"_$EXIT_CODE\" = \"_3\" ] || die \"expected 'nvm use' with nvmrc to exit with 3, got $EXIT_CODE\"\n\n# --silent should not print anything\nOUTPUT=$(nvm use --silent)\nEXPECTED_OUTPUT=\"\"\n\n[ \"_$OUTPUT\" = \"_$EXPECTED_OUTPUT\" ] \\\n  || die \"'nvm use --silent' output was not silenced to '$EXPECTED_OUTPUT'; got '$OUTPUT'\"\n\nrm .nvmrc\n"
  },
  {
    "path": "test/slow/nvm use/setup_dir",
    "content": "#!/bin/sh\n\n\\. ../../../nvm.sh\n\nmkdir -p \"${NVM_DIR}/.nvm_use_bak\"\nif [ -d \"${NVM_DIR}/v*\" ]; then\n  mv \"${NVM_DIR}/v*\" \"${NVM_DIR}/.nvm_use_bak/\"\nfi\nmkdir -p \"${NVM_DIR}/.nvm_use_lts_alias_bak\"\nif [ -d \"${NVM_DIR}/alias/lts\" ]; then\n  mv \"${NVM_DIR}/alias/lts/*\" \"${NVM_DIR}/.nvm_use_lts_alias_bak/\"\nfi\n\nfor VERSION in \"0.8.7\" \"0.9.1\" \"0.10.1\" \"0.11.1\"; do\n  nvm install \"v$VERSION\"\ndone\n\nfor VERSION in \"1.0.0\" \"1.0.1\"; do\n  nvm install \"iojs-v$VERSION\"\ndone\n\nnvm_make_alias lts/testing 0.10.1\nnvm_make_alias 'lts/*' lts/testing\n"
  },
  {
    "path": "test/slow/nvm use/teardown_dir",
    "content": "#!/bin/sh\n\n\\. ../../../nvm.sh\n\nfor VERSION in \"0.8.7\" \"0.9.1\" \"0.10.1\" \"0.11.1\"; do\n  nvm uninstall \"$VERSION\"\ndone\n\nfor VERSION in \"1.0.0\" \"1.0.1\"; do\n  nvm uninstall \"iojs-v$VERSION\"\ndone\n\nif [ -d \"${NVM_DIR}/.nvm_use_bak/*\" ]; then\n  mv \"${NVM_DIR}/.nvm_use_bak/*\" \"${NVM_DIR}\"\n  rmdir \"${NVM_DIR}/.nvm_use_bak\"\nfi\n\nif [ -d \"${NVM_DIR}/.nvm_use_lts_alias_bak\" ]; then\n  rm -rf \"${NVM_DIR}/alias/lts/*\"\n  mv \"${NVM_DIR}/.nvm_use_lts_alias_bak/*\" \"${NVM_DIR}/alias/lts/\"\n  rmdir \"${NVM_DIR}/.nvm_use_lts_alias_bak\"\nfi\n"
  },
  {
    "path": "test/slow/nvm_get_latest/nvm_get_latest",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f curl wget nvm_has\n}\n\n\\. ../../../nvm.sh\n\nEXPECTED_VERSION=\"v12.3.456\"\nURL=\"https://github.com/nvm-sh/nvm/releases/tag/$EXPECTED_VERSION\"\nEXPECTED_CURL_ARGS=\"--compressed -q -w %{url_effective}\\n -L -s -S https://latest.nvm.sh -o /dev/null\"\nEXPECTED_WGET_ARGS=\"-q https://latest.nvm.sh --server-response -O /dev/null\"\n\ncurl() {\n  if [ $# -eq 1 ] && [ \"$1\" = \"-V\" ]; then\n    echo \"\ncurl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3\nProtocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp\nFeatures: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets\"\n  elif [ \"_$*\" != \"_$EXPECTED_CURL_ARGS\" ]; then\n    echo >&2 \"expected args ($EXPECTED_CURL_ARGS), got ($*)\"\n    return 1\n  else\n    echo $URL\n  fi\n}\nwget() {\n  if [ \"_$*\" != \"_$EXPECTED_WGET_ARGS\" ]; then\n    echo >&2 \"expected args ($EXPECTED_WGET_ARGS), got ($*)\"\n    return 1\n  else\n    local WGET_CONTENTS\n    WGET_CONTENTS=\"\n  HTTP/1.1 301 Moved Permanently\n  Location: https://github.com/nvm-sh/nvm/releases/latest\n  Content-Type: text/html; charset=utf-8\n  Content-Length: 84\n  Date: Mon, 22 Dec 2014 02:11:15 GMT\n  HTTP/1.1 302 Found\n  Server: GitHub.com\n  Date: Mon, 22 Dec 2014 02:11:15 GMT\n  Content-Type: text/html; charset=utf-8\n  Transfer-Encoding: chunked\n  Status: 302 Found\n  X-XSS-Protection: 1; mode=block\n  X-Frame-Options: deny\n  Content-Security-Policy: default-src *; script-src assets-cdn.github.com collector-cdn.github.com; object-src assets-cdn.github.com; style-src 'self' 'unsafe-inline' 'unsafe-eval' assets-cdn.github.com; img-src 'self' data: assets-cdn.github.com identicons.github.com www.google-analytics.com collector.githubapp.com *.githubusercontent.com *.gravatar.com *.wp.com; media-src 'none'; frame-src 'self' render.githubusercontent.com gist.github.com www.youtube.com player.vimeo.com checkout.paypal.com; font-src assets-cdn.github.com; connect-src 'self' ghconduit.com:25035 live.github.com uploads.github.com www.google-analytics.com s3.amazonaws.com\n  Cache-Control: no-cache\n  Vary: X-PJAX\n  Location: $URL\n  X-UA-Compatible: IE=Edge,chrome=1\n  Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Fri, 22-Dec-2034 02:11:15 GMT; secure; HttpOnly\n  Set-Cookie: _gh_sess=eyJzZXNzaW9uX2lkIjoiNTMzNGNjZWUxM2VhZjNhN2M3MzIwZWUxNGYwNzhmNDkiLCJzcHlfcmVwbyI6ImNyZWF0aW9uaXgvbnZtIiwic3B5X3JlcG9fYXQiOjE0MTkyMTQyNzV9--e2fa4cf5305d61aa58c0e0bf21fdb335a9660dcf; path=/; secure; HttpOnly\n  X-Request-Id: 4b99bf200157dd845f76ab83e4093acc\n  X-Runtime: 0.030872\n  X-Rack-Cache: miss\n  X-GitHub-Request-Id: 45B56780:3913:880EF6:54977DC3\n  Strict-Transport-Security: max-age=31536000; includeSubdomains; preload\n  X-Content-Type-Options: nosniff\n  Vary: Accept-Encoding\n  X-Served-By: ef97014f01ea59c1ef337fe51a4d0331\n  HTTP/1.1 200 OK\n  Server: GitHub.com\n  Date: Mon, 22 Dec 2014 02:11:15 GMT\n  Content-Type: text/html; charset=utf-8\n  Transfer-Encoding: chunked\n  Status: 200 OK\n  X-XSS-Protection: 1; mode=block\n  X-Frame-Options: deny\n  Content-Security-Policy: default-src *; script-src assets-cdn.github.com collector-cdn.github.com; object-src assets-cdn.github.com; style-src 'self' 'unsafe-inline' 'unsafe-eval' assets-cdn.github.com; img-src 'self' data: assets-cdn.github.com identicons.github.com www.google-analytics.com collector.githubapp.com *.githubusercontent.com *.gravatar.com *.wp.com; media-src 'none'; frame-src 'self' render.githubusercontent.com gist.github.com www.youtube.com player.vimeo.com checkout.paypal.com; font-src assets-cdn.github.com; connect-src 'self' ghconduit.com:25035 live.github.com uploads.github.com www.google-analytics.com s3.amazonaws.com\n  Cache-Control: no-cache, private\n  Vary: X-PJAX\n  X-UA-Compatible: IE=Edge,chrome=1\n  Set-Cookie: _gh_sess=eyJzZXNzaW9uX2lkIjoiNTMzNGNjZWUxM2VhZjNhN2M3MzIwZWUxNGYwNzhmNDkiLCJzcHlfcmVwbyI6ImNyZWF0aW9uaXgvbnZtIiwic3B5X3JlcG9fYXQiOjE0MTkyMTQyNzUsIl9jc3JmX3Rva2VuIjoiemZTVDNIRGo0QzF0dzkyNXp6NFBRdGJVbTl4NSsxTGo1cngwVFQ3NDVwdz0ifQ%3D%3D--b72bfd5241907dcf557b226e74351ff39f0e9ede; path=/; secure; HttpOnly\n  X-Request-Id: 305b0d158bf8c0b3fa488a33d7687091\n  X-Runtime: 0.038544\n  X-Rack-Cache: miss\n  X-GitHub-Request-Id: 45B56780:3913:880F19:54977DC3\n  Strict-Transport-Security: max-age=31536000; includeSubdomains; preload\n  X-Content-Type-Options: nosniff\n  Vary: Accept-Encoding\n  X-Served-By: 926b734ea1992f8ee1f88ab967a93dac\n\"\n    \"$WGET_CONTENTS\" | while read line\n    do\n      >&2 echo \"$line\"\n    done\n  fi\n}\n\n\\. ../../common.sh\n\ntry nvm_get_latest\n[ \"_$CAPTURED_STDOUT\" = \"_$EXPECTED_VERSION\" ] \\\n  || die \"success path did not return version '$EXPECTED_VERSION', got '$CAPTURED_STDOUT'\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_0\" ] \\\n  || die \"success path did not exit with code 0, got $CAPTURED_EXIT_CODE\"\n\n\ncleanup\n"
  },
  {
    "path": "test/slow/nvm_get_latest/nvm_get_latest failed redirect",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; cleanup ; exit 1; }\n\ncleanup() {\n  unset -f curl wget\n}\n\n\\. ../../../nvm.sh\n\n\\. ../../common.sh\n\ncurl() {\n  return 1\n}\nwget() {\n  return 1\n}\n\ntry_err nvm_get_latest\n[ \"_$CAPTURED_STDERR\" = \"_https://latest.nvm.sh did not redirect to the latest release on GitHub\" ] \\\n  || die \"failed redirect did not report correct error message, got '$CAPTURED_STDERR'\"\n[ \"_$CAPTURED_EXIT_CODE\" = \"_2\" ] \\\n  || die \"failed redirect did not exit with code 2, got $CAPTURED_EXIT_CODE\"\n\ncleanup\n"
  },
  {
    "path": "test/sourcing/Sourcing nvm.sh global alias bug",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nif [ -n \"${ZSH_VERSION-}\" ]; then\n  # these are set by omz: https://github.com/ohmyzsh/ohmyzsh/tree/1ac40cd4456230f09bf0258b173304929d118992/plugins/common-aliases\n  alias -g R='| less -S'\n  alias -g G='| less -S'\n  # these are set by yadr: https://github.com/skwp/dotfiles/blob/5c487de9b81cd4265ecc9df74477e410ffbda6a1/zsh/zsh-aliases.zsh\n  alias -g C='| wc -l'\n  alias -g H='| head'\n  alias -g L=\"| less\"\n  alias -g N=\"| /dev/null\"\n  alias -g S='| sort'\n  alias -g G='| grep'\nfi\n\nOUTPUT=$(\\. ../../nvm.sh || echo 'sourcing returned nonzero exit code')\nUNEXPECTED_OUTPUT=\"sourcing returned nonzero exit code\"\n[ \"_$OUTPUT\" != \"_$UNEXPECTED_OUTPUT\" ] || die \"Sourcing nvm.sh should not fail\"\n\nif [ -n \"${ZSH_VERSION-}\" ]; then\n  unalias \\R\n  unalias \\G\n  unalias \\C\n  unalias \\H\n  unalias \\L\n  unalias \\N\n  unalias \\S\nfi\n"
  },
  {
    "path": "test/sourcing/Sourcing nvm.sh should keep version if one is active",
    "content": "#!/bin/sh\n\ndie () { echo \"$*\" ; echo \"|${NVM_DIR}|\"; exit 1; }\n\necho '0.10.1' > ../../alias/default || die \"couldn't create default alias\"\n\n\\. ../../nvm.sh || die 'sourcing returned nonzero exit code'\n\nNVM_TARGET=0.10.3\nNVM_DEFAULT=\"$(nvm_resolve_local_alias default)\"\n\n[ \"_${NVM_DEFAULT}\" != \"_${NVM_TARGET}\" ] || die \"default ${NVM_DEFAULT} is the same as target ${NVM_TARGET}\"\n\nnvm use \"${NVM_TARGET}\" || die \"nvm use ${NVM_TARGET} failed\"\n\n\\. ../../nvm.sh || die 'sourcing returned nonzero exit code'\n\nNVM_CURRENT=\"$(nvm current)\"\n\n[ \"_${NVM_CURRENT#v}\" = \"_${NVM_TARGET}\" ] || die \"node version not retained after sourcing\"\n"
  },
  {
    "path": "test/sourcing/Sourcing nvm.sh should use the default if available and no nvm node is loaded",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../common.sh\n\n# We need to unload nvm again first, as by the time this test is run,\n# despite being unloaded in setup, the inherited PATH still contains\n# an nvm-installed node version. We have to reset NVM_DIR after the unload.\n\\. ../../nvm.sh || die 'sourcing returned nonzero exit code'\nNVM_DIR_CACHED=\"${NVM_DIR}\"\nnvm unload || die 'unloading returned nonzero exit code'\nNVM_DIR=\"${NVM_DIR_CACHED}\"\n\necho '0.10.1' > \"${NVM_DIR}/alias/default\" || die 'creation of default alias failed'\n\n# Now to begin the real test\n\\. ../../nvm.sh || die 'sourcing returned nonzero exit code'\n\nNVM_LS_CURRENT_NOT_GREPPED=\"$(nvm ls current | strip_colors)\"\nNVM_LS_CURRENT=\"$(nvm ls current | strip_colors | \\grep -o v0.10.1)\"\n[ \"_${NVM_LS_CURRENT}\" = '_v0.10.1' ] || die \"'nvm ls current' did not return '-> v0.10.1', got '${NVM_LS_CURRENT_NOT_GREPPED}'\"\n\n# NVM_LS_CURRENT_COLORED=\"$(nvm ls current | sed -n l)\"\n\nNVM_ALIAS_DEFAULT=\"$(nvm alias default | strip_colors)\"\n[ \"_${NVM_ALIAS_DEFAULT}\" = \"_default -> 0.10.1 (-> v0.10.1 *)\" ] \\\n  || die \"'nvm alias default' without colors did not return 'default -> 0.10.1 (-> v0.10.1 *)', got '${NVM_ALIAS_DEFAULT}'\"\n\nnvm_has_colors() { return 0; }\nNVM_ALIAS_DEFAULT_STRIPPED=\"$(nvm alias default | strip_colors)\"\n[ \"_${NVM_ALIAS_DEFAULT_STRIPPED}\" = \"_default -> 0.10.1 (-> v0.10.1)\" ] \\\n  || die \"'nvm alias default' with colors stripped did not return 'default -> 0.10.1 (-> v0.10.1)', got '${NVM_ALIAS_DEFAULT_STRIPPED}'\"\n"
  },
  {
    "path": "test/sourcing/Sourcing nvm.sh with --install and .nvmrc should install it",
    "content": "#!/bin/sh\n\ndie () { echo \"$*\" ; echo \"|${NVM_DIR}|\"; exit 1; }\n\nsupports_source_options () {\n  [ \"_$(echo 'echo $1' | . /dev/stdin yes)\" = \"_yes\" ]\n}\n\nif ! supports_source_options; then\n  echo 'this shell does not support passing options on sourcing'\n  exit 0;\nfi\n\necho '0.10.2' > .nvmrc || die 'creation of .nvmrc failed'\n\nexport NVM_DIR=\"${PWD}/../..\"\nrm ../../alias/default\n\n\\. ../../nvm.sh --install\nEXIT_CODE=\"$?\"\n\necho 'sourcing complete.'\n\n[ \"_$(nvm_rc_version | \\grep -o -e 'with version .*$')\" = \"_with version <0.10.2>\" ] || die \"nvm_rc_version $(nvm_rc_version)\"\n\nnvm_version 0.10.2 >/dev/null 2>&1 || die \"v0.10.2 not installed: \\n$(nvm_ls)\"\n\n[ \"_${EXIT_CODE}\" = '_0' ] || die \"sourcing returned nonzero exit code: ${EXIT_CODE}\"\n\nNVM_LS_CURRENT=\"$(nvm ls current | \\grep -o v0.10.2)\"\n[ \"_$NVM_LS_CURRENT\" = '_v0.10.2' ] || die \"'nvm ls current' did not return '-> v0.10.2', got >${NVM_LS_CURRENT}<\\n$(nvm_ls)\"\n\nrm .nvmrc\n"
  },
  {
    "path": "test/sourcing/Sourcing nvm.sh with --install should install the default",
    "content": "#!/bin/sh\n\\. ../common.sh\n\ndie () { echo \"$@\" ; exit 1; }\n\nsupports_source_options () {\n  [ \"_$(echo 'echo $1' | . /dev/stdin yes)\" = \"_yes\" ]\n}\n\nif ! supports_source_options; then\n  echo 'this shell does not support passing options on sourcing'\n  exit 0;\nfi\n\nrm .nvmrc\nexport NVM_DIR=\"${PWD}/../..\"\necho '0.10.2' > ../../alias/default || die 'creation of default alias failed'\n\necho 'sourcing nvm with --install...'\n\n\\. ../../nvm.sh --install\nEXIT_CODE=\"$?\"\n\necho 'sourcing complete.'\n\n[ \"$(nvm_alias default)\" = '0.10.2' ] || die \"nvm_alias default did not return '0.10.2', got >$(nvm_alias default)<\"\n\nnvm_version 0.10.2 >/dev/null 2>&1 || die \"v0.10.2 not installed: \\n$(nvm_ls)\"\n\n[ \"_$EXIT_CODE\" = '_0' ] || die \"sourcing returned nonzero exit code: ${EXIT_CODE}\"\n\nNVM_LS_CURRENT=\"$(nvm ls current | strip_colors | command grep -o v0.10.2)\"\n[ \"_$NVM_LS_CURRENT\" = '_v0.10.2' ] || die \"'nvm ls current' did not return '-> v0.10.2', >${NVM_LS_CURRENT}<\\n$(nvm_ls)\"\n\nNVM_ALIAS_DEFAULT=\"$(nvm alias default | strip_colors)\"\n[ \"_$NVM_ALIAS_DEFAULT\" = \"_default -> 0.10.2 (-> v0.10.2 *)\" ] \\\n  || die \"'nvm alias default' without colors did not return 'default -> 0.10.2 (-> v0.10.2 *)', got >${NVM_ALIAS_DEFAULT}<\\n$(nvm_ls)\"\n\nnvm_has_colors() { return 0; }\nNVM_ALIAS_DEFAULT_STRIPPED=\"$(nvm alias default | strip_colors)\"\n[ \"_$NVM_ALIAS_DEFAULT_STRIPPED\" = \"_default -> 0.10.2 (-> v0.10.2)\" ] \\\n  || die \"'nvm alias default' with colors stripped did not return 'default -> 0.10.2 (-> v0.10.2)', got >${NVM_ALIAS_DEFAULT_STRIPPED}<\\n$(nvm_ls)\"\n"
  },
  {
    "path": "test/sourcing/Sourcing nvm.sh with --no-use should not use anything",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\nsupports_source_options () {\n  [ \"_$(echo 'echo $1' | . /dev/stdin yes)\" = \"_yes\" ]\n}\n\nif ! supports_source_options; then\n  echo 'this shell does not support passing options on sourcing'\n  exit 0;\nfi\n\n\\. ../../nvm.sh\nnvm install 4.1.0 || die 'install of v4.1.0 failed'\nnvm_version 4.1.0 >/dev/null 2>&1 || die \"v4.1.0 not installed: $(nvm ls)\"\nnvm deactivate || die 'nvm deactivate failed'\n\nNVM_CURRENT=\"$(nvm current)\"\n[ \"_$NVM_CURRENT\" = '_none' ] || [ \"_$NVM_CURRENT\" = '_system' ] || die \"'nvm current' did not return 'none' or 'system', got '$NVM_CURRENT' `nvm ls`\"\n\nnvm unload || die 'nvm unload failed'\n\n\\. ../../nvm.sh --no-use\nEXIT_CODE=\"$(echo $?)\"\n\necho 'sourcing complete.'\n\n[ \"_$EXIT_CODE\" = \"_0\" ] || die \"sourcing returned nonzero exit code: $EXIT_CODE\"\n\nNVM_CURRENT=\"$(nvm current)\"\n[ \"_$NVM_CURRENT\" = '_none' ] || [ \"_$NVM_CURRENT\" = '_system' ] || die \"'nvm current' did not return 'none' or 'system', got '$NVM_CURRENT' `nvm ls`\"\n"
  },
  {
    "path": "test/sourcing/Sourcing nvm.sh with no default should return 0",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\ntouch ../../alias/default\nrm ../../alias/default || die 'removal of default alias failed'\nnvm_alias default && die '\"nvm_alias default\" did not fail'\n\nset -e # necessary to fail internally with a nonzero code\n\n\\. ../../nvm.sh || die 'sourcing returned nonzero exit code'\n"
  },
  {
    "path": "test/sourcing/setup_dir",
    "content": "#!/bin/sh\n\nmkdir -p ../../alias\nrm -rf ../../alias/default\nrm -f ../../.nvmrc\nrm -rf ../../v0.10.7\nrm -rf ../../v0.9.7\nrm -rf ../../v0.9.12\n\n\\. ../../nvm.sh\nnvm install 0.10.1 || echo >&2 'nvm install 0.10.1 failed'\nnvm install 0.10.3 || echo >&2 'nvm install 0.10.3 failed'\nnvm unalias default || 'removing default alias failed'\nnvm unload || echo >&2 'nvm unload failed'\n"
  },
  {
    "path": "test/sourcing/teardown_dir",
    "content": "#!/bin/sh\n\nrm -rf ../../alias\nrm -rf ../../v0.10.1\nrm -rf ../../v0.10.2\nrm -rf ../../v0.10.3\nrm -rf ../../versions/node/v4.1.0\nrm -f ../../.nvmrc\n"
  },
  {
    "path": "test/xenial/install from source",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nset +e # TODO: fix\n\\. ../../nvm.sh\nset -e\n\nnvm deactivate || die 'deactivate failed'\n\nnvm unalias default || die 'unable to unalias default'\n\nNVM_TEST_VERSION=v0.10.7\n\n# Remove the stuff we're clobbering.\nnvm uninstall \"${NVM_TEST_VERSION}\" || die 'nvm uninstall failed'\n\n# Install from source\nnvm install -s \"${NVM_TEST_VERSION}\" || die \"'nvm install -s ${NVM_TEST_VERSION}' failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ] || die \"../../${NVM_TEST_VERSION} is not a directory\"\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION || \"'nvm run ${NVM_TEST_VERSION} --version | grep ${NVM_TEST_VERSION}' failed\"\n\n# ensure default is set\nNVM_CURRENT_DEFAULT=\"$(nvm_alias default)\"\n[ \"${NVM_CURRENT_DEFAULT}\" = \"${NVM_TEST_VERSION}\" ] || die \"wrong default alias: $(nvm alias)\"\n"
  },
  {
    "path": "test/xenial/install from source implicitly",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\nset +e # TODO: fix\n\\. ../../nvm.sh\nset -e\n\nnvm deactivate || die 'deactivate failed'\n\nNVM_TEST_VERSION=v0.8.5\n\n# Remove the stuff we're clobbering.\nnvm uninstall \"${NVM_TEST_VERSION}\" || die 'uninstall failed'\n\n# Install from source implicitly (v0.8.6 is when binaries started)\nnvm install $NVM_TEST_VERSION || die \"'nvm install -s $NVM_TEST_VERSION' failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ]\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION || \"'nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION' failed\"\n"
  },
  {
    "path": "test/xenial/install from source with thread parameter",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nNVM_TEST_VERSION=v0.10.7\n\n# STAGE 1 #\n\n# Remove the stuff we're clobbering.\n[ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION\n\n# Install from source with 1 make job\nnvm install -s -j 1 $NVM_TEST_VERSION || die \"'nvm install -s $NVM_TEST_VERSION' failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ]\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION || \"'nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION' failed\"\n\n\n\n# STAGE 2 #\n\n# Remove the stuff we're clobbering.\n[ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION\n\n# Install from source with 2 make jobs (and swapped arg order)\nnvm install -j 2 -s $NVM_TEST_VERSION || die \"'nvm install -s $NVM_TEST_VERSION' failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ]\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION || \"'nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION' failed\"\n"
  },
  {
    "path": "test/xenial/install from source without V8 snapshot for ARM",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nNVM_TEST_VERSION=v0.10.7\n\n# Remove the stuff we're clobbering.\n[ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION\n\n# Fake ARM arch\nnvm_get_arch() {\n  echo \"armv7l\"\n}\n\n# Install from source\nnvm install -s $NVM_TEST_VERSION || die \"'nvm install -s $NVM_TEST_VERSION' failed\"\n\n# Check Install\n[ -d ../../$NVM_TEST_VERSION ]\nnode --version | grep $NVM_TEST_VERSION || \"'node --version | grep $NVM_TEST_VERSION' failed\"\n\n# Check V8 snapshot isn't compiled\nnode -p \"if(! process.config.variables.v8_use_snapshot) { console.log('no-snapshot'); }\" | grep \"no-snapshot\" || \"'node -p \\\"if(! process.config.variables.v8_use_snapshot) { console.log('no-snapshot'); }\\\" | grep \\\"no-snapshot\\\"' failed\"\n"
  },
  {
    "path": "test/xenial/install hook",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n. ../../nvm.sh\n\nVERSION='v0.11.0'\nVERSION_PATH=\"$(nvm_version_path \"${VERSION}\")\"\n\nsucceed() {\n  nvm_echo \"$@\"\n  NVM_INSTALL_THIRD_PARTY_HOOK= nvm install \"${VERSION}\"\n}\n\nfail() {\n  succeed \"$@\"\n  return 11\n}\n\n! nvm_is_version_installed \"${VERSION}\" || nvm uninstall \"${VERSION}\" || die 'uninstall failed'\n\n# an existing but empty VERSION_PATH directory should not be enough to satisfy nvm_is_version_installed\nrm -rf \"${VERSION_PATH}\"\nmkdir -p \"${VERSION_PATH}\"\nnvm_is_version_installed \"${VERSION}\" && die 'nvm_is_version_installed check not strict enough'\nrmdir \"${VERSION_PATH}\"\n\nOUTPUT=\"$(NVM_INSTALL_THIRD_PARTY_HOOK=succeed nvm install \"${VERSION}\")\"\nUSE_OUTPUT=\"$(nvm use \"${VERSION}\")\"\nEXPECTED_OUTPUT=\"${VERSION} node std binary ${VERSION_PATH}\nDownloading and installing node ${VERSION}...\n${USE_OUTPUT}\"\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n\n! nvm_is_version_installed \"${VERSION}\" || nvm uninstall \"${VERSION}\" || die 'uninstall 2 failed'\n\nOUTPUT=\"$(NVM_INSTALL_THIRD_PARTY_HOOK=fail nvm install \"${VERSION}\" || echo 'failed')\"\nUSE_OUTPUT=\"$(nvm use \"${VERSION}\")\"\nEXPECTED_OUTPUT=\"${VERSION} node std binary ${VERSION_PATH}\nDownloading and installing node ${VERSION}...\n${USE_OUTPUT}\nfailed\"\n\n[ \"${OUTPUT}\" = \"${EXPECTED_OUTPUT}\" ] || die \"expected >${EXPECTED_OUTPUT}<; got >${OUTPUT}<\"\n"
  },
  {
    "path": "test/xenial/install version specified in .nvmrc from source",
    "content": "#!/bin/sh\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nNVM_TEST_VERSION=v0.10.7\n\n# Remove the stuff we're clobbering.\n[ -e ../../$NVM_TEST_VERSION ] && rm -R ../../$NVM_TEST_VERSION\n\n# Install from binary\necho \"$NVM_TEST_VERSION\" > .nvmrc\n\nnvm install -s || \"'nvm install -s' failed\"\n\n# Check\n[ -d ../../$NVM_TEST_VERSION ] || die \"$NVM_TEST_VERSION did not exist\"\nnvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION \\\n  || die \"'nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION' failed\"\n"
  },
  {
    "path": "test/xenial/node 0.6.21 should install 0.6.21-pre",
    "content": "#!/bin/sh\n\nset -ex\n\ndie () { echo \"$@\" ; exit 1; }\n\n\\. ../../nvm.sh\n\nnvm install 0.6.21 || die 'v0.6.21 installation failed'\n[ \"_$(node -v)\" = \"_v0.6.21-pre\" ] || die \"v0.6.21-pre not installed with v0.6.21, got $(node -v)\"\n[ \"_$(nvm current)\" = \"_v0.6.21\" ] || die \"v0.6.21-pre not reported as v0.6.21, got $(nvm current)\"\n"
  },
  {
    "path": "update_test_mocks.sh",
    "content": "#!/usr/bin/env bash\n\nset -e\n\necho 'Updating test mocks...'\n\nMOCKS_DIR=\"$PWD/test/fast/Unit tests/mocks\"\n\necho \"creating $MOCKS_DIR\"\nmkdir -p \"$MOCKS_DIR\"\n\n\\. \"$NVM_DIR/nvm.sh\" --no-use\nnvm deactivate 2> /dev/null\nnvm_is_version_installed() {\n  return 1\n}\n\nnvm_make_alias() {\n  # prevent local alias creation\n  return 0\n}\n\nnvm_ls_remote > \"$MOCKS_DIR/nvm_ls_remote.txt\"\nnvm_ls_remote_iojs > \"$MOCKS_DIR/nvm_ls_remote_iojs.txt\"\nNVM_LTS=* nvm_ls_remote > \"$MOCKS_DIR/nvm_ls_remote LTS.txt\"\nNVM_LTS=argon nvm_ls_remote > \"$MOCKS_DIR/nvm_ls_remote LTS argon.txt\"\nnvm_download -L -s \"https://nodejs.org/download/nightly/index.tab\" -o - > \"$MOCKS_DIR/nodejs.org-download-nightly-index.tab\"\nnvm_download -L -s \"$(nvm_get_mirror iojs std)/index.tab\" -o - > \"$MOCKS_DIR/iojs.org-dist-index.tab\"\nNVM_COLORS=0ygre nvm ls-remote > \"$MOCKS_DIR/nvm ls-remote.txt\"\nNVM_COLORS=0ygre nvm ls-remote --lts > \"$MOCKS_DIR/nvm ls-remote lts.txt\"\nNVM_COLORS=0ygre nvm ls-remote node > \"$MOCKS_DIR/nvm ls-remote node.txt\"\nNVM_COLORS=0ygre nvm ls-remote iojs > \"$MOCKS_DIR/nvm ls-remote iojs.txt\"\nnvm_print_implicit_alias remote stable > \"$MOCKS_DIR/nvm_print_implicit_alias remote stable.txt\"\nnvm_ls_remote stable > \"$MOCKS_DIR/nvm_ls_remote stable.txt\"\nnvm alias \"lts/*\" > \"$MOCKS_DIR/lts-star.txt\"\n\nset +e\nNVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/ nvm_ls_remote > \"$MOCKS_DIR/nvm_ls_remote nightly.txt\"\nnvm_download -L -s \"$(nvm_get_mirror node std)/index.tab\" -o - > \"$MOCKS_DIR/nodejs.org-dist-index.tab\"\nNVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/ nvm_print_implicit_alias remote stable > \"$MOCKS_DIR/nvm_print_implicit_alias remote stable nightly.txt\"\nNVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/ nvm_ls_remote stable > \"$MOCKS_DIR/nvm_ls_remote stable nightly.txt\"\nNVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/ NVM_LTS=* nvm_ls_remote > \"$MOCKS_DIR/nvm_ls_remote LTS nightly.txt\"\nNVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/ NVM_LTS=argon nvm_ls_remote > \"$MOCKS_DIR/nvm_ls_remote LTS nightly argon.txt\"\nset -e\n\nALIAS_PATH=\"$MOCKS_DIR/nvm_make_alias LTS alias calls.txt\"\n: > \"$ALIAS_PATH\"\nLTS_NAMES_PATH=\"$MOCKS_DIR/LTS_names.txt\"\n: > \"$LTS_NAMES_PATH\"\nnvm_make_alias() {\n  # prevent local alias creation, and store arguments\n  echo \"${1}|${2}\" >> \"$ALIAS_PATH\"\n  if [ \"${1}\" != 'lts/*' ]; then\n    echo \"${1#lts/}\" >> \"$LTS_NAMES_PATH\"\n  fi\n}\nnvm ls-remote --lts > /dev/null\n\necho \"done! Don't forget to git commit them.\"\n"
  }
]