Skip to content

Instantly share code, notes, and snippets.

@kai2nenobu
Last active August 25, 2020 07:25
Show Gist options
  • Save kai2nenobu/07981973171d513beed2274b1d5e592b to your computer and use it in GitHub Desktop.
Save kai2nenobu/07981973171d513beed2274b1d5e592b to your computer and use it in GitHub Desktop.
GitHub Actions windows-2019 runner environment

GitHub Actionsのwindows-2019ランナーの環境を確認する。ランナー上のpowershell 5.1のシェルでの実行結果である。 イメージは2020-08-24にビルドしたもの。イメージのビルド方法については https://github.com/actions/virtual-environments/blob/main/help/CreateImageAndAzureResources.md を参照のこと。

PATHの確認。

> $env:PATH -replace ';',"`n"
C:\Program Files\MongoDB\Server\4.4\bin
C:\aliyun-cli
C:\ProgramData\kind
C:\vcpkg
C:\cf-cli
C:\Program Files (x86)\NSIS\
C:\Program Files\Mercurial\
C:\hostedtoolcache\windows\stack\2.3.3\x64
C:\ProgramData\chocolatey\lib\ghc.8.10.2\tools\ghc-8.10.2\bin
C:\Program Files\dotnet
C:\mysql-5.7.21-winx64\bin
C:\Program Files\R\R-4.0.2\bin\x64
C:\SeleniumWebDrivers\GeckoDriver
C:\Program Files (x86)\sbt\bin
C:\Rust\.cargo\bin
C:\Program Files (x86)\GitHub CLI
C:\Program Files\Git\bin
C:\hostedtoolcache\windows\go\1.14.7\x64\bin
C:\hostedtoolcache\windows\Python\3.7.9\x64\Scripts
C:\hostedtoolcache\windows\Python\3.7.9\x64
C:\hostedtoolcache\windows\Ruby\2.5.8\x64\bin
C:\Program Files\Java\jdk8u265-b01\bin
C:\npm\prefix
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin
C:\windows\system32
C:\windows
C:\windows\System32\Wbem
C:\windows\System32\WindowsPowerShell\v1.0\
C:\windows\System32\OpenSSH\
C:\ProgramData\Chocolatey\bin
C:\Program Files\Microsoft\Web Platform Installer\
C:\Program Files\Docker
C:\Program Files\PowerShell\7\
C:\Program Files\dotnet\
C:\Program Files\Microsoft SQL Server\130\Tools\Binn\
C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\
C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\
C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\
C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\
C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\
C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\
C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\
C:\Program Files\nodejs\
C:\ProgramData\chocolatey\lib\maven\apache-maven-3.6.3\bin
C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code
C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager
C:\Program Files\OpenSSL\bin
C:\Strawberry\c\bin
C:\Strawberry\perl\site\bin
C:\Strawberry\perl\bin
C:\Program Files\Git\cmd
C:\Program Files\Git\mingw64\bin
C:\Program Files\Git\usr\bin
c:\tools\php
C:\Program Files (x86)\sbt\bin
C:\Program Files\TortoiseSVN\bin
C:\SeleniumWebDrivers\ChromeDriver\
C:\SeleniumWebDrivers\EdgeDriver\
C:\Program Files\CMake\bin
C:\Program Files\Amazon\AWSCLIV2\
C:\Program Files\Amazon\SessionManagerPlugin\bin\
C:\Program Files\Amazon\AWSSAMCLI\bin\
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin

環境変数の確認。

> cmd /c set
AGENT_TOOLSDIRECTORY=C:/hostedtoolcache/windows
ALLUSERSPROFILE=C:\ProgramData
ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
ANDROID_NDK_HOME=C:\Program Files (x86)\Android\android-sdk\ndk-bundle
ANDROID_NDK_PATH=C:\Program Files (x86)\Android\android-sdk\ndk-bundle
ANT_HOME=C:\ProgramData\chocolatey\lib\ant\apache-ant-1.10.5
APPDATA=C:\Users\shady1\AppData\Roaming
AZURE_EXTENSION_DIR=C:\Program Files\Common Files\AzureCliExtensionDirectory
BOOST_ROOT_1_69_0=C:\hostedtoolcache\windows\Boost\1.69.0\x86_64
BOOST_ROOT_1_72_0=C:\hostedtoolcache\windows\Boost\1.72.0\x86_64
ChocolateyInstall=C:\ProgramData\chocolatey
ChromeWebDriver=C:\SeleniumWebDrivers\ChromeDriver
CLIENTNAME=GUJPPX211112077
COBERTURA_HOME=C:\cobertura-2.1.1
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=testvm1
ComSpec=C:\windows\system32\cmd.exe
CONDA=C:\Miniconda
DOTNET_MULTILEVEL_LOOKUP=0
DriverData=C:\Windows\System32\Drivers\DriverData
EdgeWebDriver=C:\SeleniumWebDrivers\EdgeDriver
GCM_INTERACTIVE=Never
GeckoWebDriver=C:\SeleniumWebDrivers\GeckoDriver
GOROOT=C:\hostedtoolcache\windows\go\1.14.7\x64
GOROOT_1_10_X64=C:\hostedtoolcache\windows\go\1.10.8\x64
GOROOT_1_11_X64=C:\hostedtoolcache\windows\go\1.11.13\x64
GOROOT_1_12_X64=C:\hostedtoolcache\windows\go\1.12.17\x64
GOROOT_1_13_X64=C:\hostedtoolcache\windows\go\1.13.15\x64
GOROOT_1_14_X64=C:\hostedtoolcache\windows\go\1.14.7\x64
GOROOT_1_15_X64=C:\hostedtoolcache\windows\go\1.15.0\x64
GOROOT_1_9_X64=C:\hostedtoolcache\windows\go\1.9.7\x64
GRADLE_HOME=C:\ProgramData\chocolatey\lib\gradle\tools\gradle-6.6
HOMEDRIVE=C:
HOMEPATH=\Users\shady1
IEWebDriver=C:\SeleniumWebDrivers\IEDriver
ImageOS=win19
ImageVersion=dev
JAVA_HOME=C:\Program Files\Java\jdk8u265-b01
JAVA_HOME_11_X64=C:\Program Files\Java\jdk-11.0.8+10
JAVA_HOME_13_X64=C:\Program Files\Java\jdk-13.0.2+8
JAVA_HOME_7_X64=C:\Program Files\Java\zulu-7-azure-jdk_7.31.0.5-7.0.232-win_x64
JAVA_HOME_8_X64=C:\Program Files\Java\jdk8u265-b01
LOCALAPPDATA=C:\Users\shady1\AppData\Local
LOGONSERVER=\\testvm1
M2=C:\ProgramData\chocolatey\lib\maven\apache-maven-3.6.3\bin
M2_HOME=C:\ProgramData\chocolatey\lib\maven\apache-maven-3.6.3
M2_REPO=C:\ProgramData\m2
MAVEN_OPTS=-Xms256m
NPM_CONFIG_CACHE=C:\npm\cache
NPM_CONFIG_PREFIX=C:\npm\prefix
NUMBER_OF_PROCESSORS=2
OS=Windows_NT
Path=C:\Program Files\MongoDB\Server\4.4\bin;C:\aliyun-cli;C:\ProgramData\kind;C:\vcpkg;C:\cf-cli;C:\Program Files (x86)\NSIS\;C:\Program Files\Mercurial\;C:\hostedtoolcache\windows\stack\2.3.3\x64;C:\ProgramData\chocolatey\lib\ghc.8.10.2\tools\ghc-8.10.2\bin;C:\Program Files\dotnet;C:\mysql-5.7.21-winx64\bin;C:\Program Files\R\R-4.0.2\bin\x64;C:\SeleniumWebDrivers\GeckoDriver;C:\Program Files (x86)\sbt\bin;C:\Rust\.cargo\bin;C:\Program Files (x86)\GitHub CLI;C:\Program Files\Git\bin;C:\hostedtoolcache\windows\go\1.14.7\x64\bin;C:\hostedtoolcache\windows\Python\3.7.9\x64\Scripts;C:\hostedtoolcache\windows\Python\3.7.9\x64;C:\hostedtoolcache\windows\Ruby\2.5.8\x64\bin;C:\Program Files\Java\jdk8u265-b01\bin;C:\npm\prefix;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\OpenSSH\;C:\ProgramData\Chocolatey\bin;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files\Docker;C:\Program Files\PowerShell\7\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\lib\maven\apache-maven-3.6.3\bin;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files\OpenSSL\bin;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;c:\tools\php;C:\Program Files (x86)\sbt\bin;C:\Program Files\TortoiseSVN\bin;C:\SeleniumWebDrivers\ChromeDriver\;C:\SeleniumWebDrivers\EdgeDriver\;C:\Program Files\CMake\bin;C:\Program Files\Amazon\AWSCLIV2\;C:\Program Files\Amazon\SessionManagerPlugin\bin\;C:\Program Files\Amazon\AWSSAMCLI\bin\;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL
PGBIN=C:\Program Files\PostgreSQL\12\bin
PGDATA=C:\Program Files\PostgreSQL\12\data
PGPASSWORD=root
PGROOT=C:\Program Files\PostgreSQL\12
PGUSER=postgres
PHPROOT=c:\tools\php
POWERSHELL_DISTRIBUTION_CHANNEL=MSI:Windows Server 2019 Datacenter
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 4, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=5504
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Users\shady1\Documents\WindowsPowerShell\Modules;C:\Modules\azurerm_2.1.0;C:\Modules\azure_2.1.0;C:\Users\packer\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\Microsoft SQL Server\130\Tools\PowerShell\Modules\;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\PowerShell
PUBLIC=C:\Users\Public
RTOOLS40_HOME=C:\rtools40
SBT_HOME=C:\Program Files (x86)\sbt\
SELENIUM_JAR_PATH=C:\selenium\selenium-server-standalone.jar
SESSIONNAME=RDP-Tcp#2
SystemDrive=C:
SystemRoot=C:\windows
TEMP=C:\Users\shady1\AppData\Local\Temp\2
TMP=C:\Users\shady1\AppData\Local\Temp\2
USERDOMAIN=testvm1
USERDOMAIN_ROAMINGPROFILE=testvm1
USERNAME=shady1
USERPROFILE=C:\Users\shady1
VCPKG_INSTALLATION_ROOT=C:\vcpkg
VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
windir=C:\windows
WIX=C:\Program Files (x86)\WiX Toolset v3.11\

各種コマンドラインツールの位置。

> Get-Command java,python,ruby,go,php,julia,perl,node,choco,vcpkg,npm,yarn,pip,conda,gem,helm,composer,nuget,ant,mvn,gradle,sbt,bazel,bazelisk,cmake,R.exe,docker,docker-compose,git,git-lfs,iscc,jq,kubectl,kind,mysql,hg,nsis,openssl,packer,sqlps,svn,ghc,cabal,stack,WinAppDriver,zstd,vswhere,7z,yamllint,az,azcopy,aws,sam,aliyun,cf,hub,gcloud,rustc,bindgen,cbindgen,cargo-audit,cargo-outdated,bash,psql,mongo,pwsh,dotnet -All
Get-Command : The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-Command java,python,ruby,go,php,julia,perl,node,choco,vcpkg,npm,y ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (conda:String) [Get-Command], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.GetCommandCommand

Get-Command : The term 'WinAppDriver' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-Command java,python,ruby,go,php,julia,perl,node,choco,vcpkg,npm,y ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (WinAppDriver:String) [Get-Command], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.GetCommandCommand

Get-Command : The term 'psql' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-Command java,python,ruby,go,php,julia,perl,node,choco,vcpkg,npm,y ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (psql:String) [Get-Command], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.GetCommandCommand


CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Application     java.exe                                           8.0.2650.1 C:\Program Files\Java\jdk8u265-b01\bin\java.exe
Application     python.exe                                         3.7.915... C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe
Application     python.exe                                         0.8.1.0    C:\ProgramData\Chocolatey\bin\python.exe
Application     ruby.exe                                           2.5.8.224  C:\hostedtoolcache\windows\Ruby\2.5.8\x64\bin\ruby.exe
Application     go.exe                                             0.0.0.0    C:\hostedtoolcache\windows\go\1.14.7\x64\bin\go.exe
Application     php.exe                                            7.4.9.0    c:\tools\php\php.exe
Application     julia.exe                                          1.5.0.0    C:\ProgramData\Chocolatey\bin\julia.exe
Application     perl.exe                                           5.30.3.1   C:\Strawberry\perl\bin\perl.exe
Application     perl.exe                                           0.0.0.0    C:\Program Files\Git\usr\bin\perl.exe
Application     node.exe                                           12.18.3.0  C:\Program Files\nodejs\node.exe
Application     choco.exe                                          0.10.5.0   C:\ProgramData\Chocolatey\bin\choco.exe
Application     vcpkg.exe                                          0.0.0.0    C:\vcpkg\vcpkg.exe
Application     npm.cmd                                            0.0.0.0    C:\Program Files\nodejs\npm.cmd
Application     npm                                                0.0.0.0    C:\Program Files\nodejs\npm
ExternalScript  yarn.ps1                                                      C:\npm\prefix\yarn.ps1
Application     yarn.cmd                                           0.0.0.0    C:\npm\prefix\yarn.cmd
Application     yarn                                               0.0.0.0    C:\npm\prefix\yarn
Application     pip.exe                                            0.0.0.0    C:\hostedtoolcache\windows\Python\3.7.9\x64\Scripts\pip.exe
Application     gem.bat                                            0.0.0.0    C:\hostedtoolcache\windows\Ruby\2.5.8\x64\bin\gem.bat
Application     gem.cmd                                            0.0.0.0    C:\hostedtoolcache\windows\Ruby\2.5.8\x64\bin\gem.cmd
Application     gem                                                0.0.0.0    C:\hostedtoolcache\windows\Ruby\2.5.8\x64\bin\gem
Application     helm.exe                                           0.8.1.0    C:\ProgramData\Chocolatey\bin\helm.exe
Application     composer.bat                                       0.0.0.0    c:\tools\php\composer.bat
Application     composer                                           0.0.0.0    c:\tools\php\composer
Application     nuget.exe                                          5.7.0.0    C:\ProgramData\Chocolatey\bin\nuget.exe
Application     ant.exe                                            0.8.1.0    C:\ProgramData\Chocolatey\bin\ant.exe
Application     mvn.cmd                                            0.0.0.0    C:\ProgramData\chocolatey\lib\maven\apache-maven-3.6.3\bin\mvn.cmd
Application     mvn                                                0.0.0.0    C:\ProgramData\chocolatey\lib\maven\apache-maven-3.6.3\bin\mvn
Application     gradle.exe                                         0.8.1.0    C:\ProgramData\Chocolatey\bin\gradle.exe
Application     sbt.bat                                            0.0.0.0    C:\Program Files (x86)\sbt\bin\sbt.bat
Application     sbt                                                0.0.0.0    C:\Program Files (x86)\sbt\bin\sbt
ExternalScript  bazel.ps1                                                     C:\npm\prefix\bazel.ps1
Application     bazel.cmd                                          0.0.0.0    C:\npm\prefix\bazel.cmd
Application     bazel                                              0.0.0.0    C:\npm\prefix\bazel
Application     bazel.exe                                          0.8.1.0    C:\ProgramData\Chocolatey\bin\bazel.exe
ExternalScript  bazelisk.ps1                                                  C:\npm\prefix\bazelisk.ps1
Application     bazelisk.cmd                                       0.0.0.0    C:\npm\prefix\bazelisk.cmd
Application     bazelisk                                           0.0.0.0    C:\npm\prefix\bazelisk
Application     cmake.exe                                          3.18.2.0   C:\Program Files\CMake\bin\cmake.exe
Application     R.exe                                              3.0.0.0    C:\Program Files\R\R-4.0.2\bin\x64\R.exe
Application     docker.exe                                         19.3.11.0  C:\Program Files\Docker\docker.exe
Application     docker-compose.exe                                 0.8.1.0    C:\ProgramData\Chocolatey\bin\docker-compose.exe
Application     git.exe                                            2.28.0.1   C:\Program Files\Git\bin\git.exe
Application     git.exe                                            2.28.0.1   C:\Program Files\Git\cmd\git.exe
Application     git.exe                                            2.28.0.1   C:\Program Files\Git\mingw64\bin\git.exe
Application     git-lfs.exe                                        2.28.0.1   C:\Program Files\Git\cmd\git-lfs.exe
Application     git-lfs.exe                                        0.0.0.0    C:\Program Files\Git\mingw64\bin\git-lfs.exe
Application     ISCC.exe                                           0.0.0.0    C:\ProgramData\Chocolatey\bin\ISCC.exe
Application     jq.exe                                             0.8.1.0    C:\ProgramData\Chocolatey\bin\jq.exe
Application     kubectl.exe                                        0.8.1.0    C:\ProgramData\Chocolatey\bin\kubectl.exe
Application     kind.exe                                           0.0.0.0    C:\ProgramData\kind\kind.exe
Application     mysql.exe                                          5.7.21.0   C:\mysql-5.7.21-winx64\bin\mysql.exe
Application     hg.exe                                             1.0.0.1    C:\Program Files\Mercurial\hg.exe
Application     NSIS.exe                                           3.6.1.0    C:\Program Files (x86)\NSIS\NSIS.exe
Application     openssl.exe                                        1.1.1.0    C:\Program Files\OpenSSL\bin\openssl.exe
Application     openssl.exe                                        1.1.1.7    C:\Strawberry\c\bin\openssl.exe
Application     openssl.exe                                        1.1.1.7    C:\Program Files\Git\mingw64\bin\openssl.exe
Application     openssl.exe                                        1.1.1.7    C:\Program Files\Git\usr\bin\openssl.exe
Application     packer.exe                                         0.8.1.0    C:\ProgramData\Chocolatey\bin\packer.exe
Application     SQLPS.exe                                          13.0.16... C:\Program Files\Microsoft SQL Server\130\Tools\Binn\SQLPS.exe
Application     svn.exe                                            1.14.0.... C:\Program Files\TortoiseSVN\bin\svn.exe
Application     ghc.exe                                            0.0.0.0    C:\ProgramData\chocolatey\lib\ghc.8.10.2\tools\ghc-8.10.2\bin\ghc.exe
Application     cabal.exe                                          0.8.1.0    C:\ProgramData\Chocolatey\bin\cabal.exe
Application     stack.exe                                          0.0.0.0    C:\hostedtoolcache\windows\stack\2.3.3\x64\stack.exe
Application     zstd.exe                                           1.4.0.0    C:\ProgramData\Chocolatey\bin\zstd.exe
Application     vswhere.exe                                        2.8.4.0    C:\ProgramData\Chocolatey\bin\vswhere.exe
Application     7z.exe                                             19.0.0.0   C:\ProgramData\Chocolatey\bin\7z.exe
Application     yamllint.exe                                       0.0.0.0    C:\hostedtoolcache\windows\Python\3.7.9\x64\Scripts\yamllint.exe
Application     az.cmd                                             0.0.0.0    C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin\az.cmd
Application     az                                                 0.0.0.0    C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin\az
Application     azcopy.exe                                         0.8.1.0    C:\ProgramData\Chocolatey\bin\azcopy.exe
Application     aws.exe                                            0.0.0.0    C:\Program Files\Amazon\AWSCLIV2\aws.exe
Application     sam.cmd                                            0.0.0.0    C:\Program Files\Amazon\AWSSAMCLI\bin\sam.cmd
Application     aliyun.exe                                         0.0.0.0    C:\aliyun-cli\aliyun.exe
Application     cf.exe                                             0.0.0.0    C:\cf-cli\cf.exe
Application     hub.exe                                            0.8.1.0    C:\ProgramData\Chocolatey\bin\hub.exe
Application     gcloud.cmd                                         0.0.0.0    C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd
Application     gcloud                                             0.0.0.0    C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\gcloud
Application     rustc.exe                                          0.0.0.0    C:\Rust\.cargo\bin\rustc.exe
Application     bindgen.exe                                        0.0.0.0    C:\Rust\.cargo\bin\bindgen.exe
Application     cbindgen.exe                                       0.0.0.0    C:\Rust\.cargo\bin\cbindgen.exe
Application     cargo-audit.exe                                    0.0.0.0    C:\Rust\.cargo\bin\cargo-audit.exe
Application     cargo-outdated.exe                                 0.0.0.0    C:\Rust\.cargo\bin\cargo-outdated.exe
Application     bash.exe                                           2.28.0.1   C:\Program Files\Git\bin\bash.exe
Application     bash.exe                                           10.0.17... C:\windows\system32\bash.exe
Application     bash.exe                                           0.0.0.0    C:\Program Files\Git\usr\bin\bash.exe
Application     mongo.exe                                          4.4.0.0    C:\Program Files\MongoDB\Server\4.4\bin\mongo.exe
Application     pwsh.exe                                           7.0.3.0    C:\Program Files\PowerShell\7\pwsh.exe
Application     dotnet.exe                                         3.100.7... C:\Program Files\dotnet\dotnet.exe

インストール済みプログラム。JSONに変換したものはwin32_product.jsonとして別ファイルで添付。

> Get-WmiObject -class Win32_Product | Select-Object Name,Vendor,Version | Sort-Object -Property Name

Name                                                                                  Vendor                      Version
----                                                                                  ------                      -------
 Tools for .Net 3.5                                                                   Microsoft Corporation       3.11.50727
Active Directory Authentication Library for SQL Server                                Microsoft Corporation       15.0.1300.359
Application Verifier x64 External Package                                             Microsoft                   10.1.16299.15
Application Verifier x64 External Package                                             Microsoft                   10.1.17134.12
Application Verifier x64 External Package                                             Microsoft                   10.1.17763.132
Application Verifier x64 External Package                                             Microsoft                   10.1.19041.1
Application Verifier x64 External Package                                             Microsoft                   10.1.18362.1
AWS Command Line Interface v2                                                         Amazon Web Services         2.0.42.0
AWS SAM Command Line Interface                                                        AWS Serverless Applications 1.1.0
Azure Cosmos DB Emulator                                                              Microsoft® Corporation      2.11.5
ClickOnce Bootstrapper Package for Microsoft .NET Framework                           Microsoft Corporation       4.8.04119
ClickOnce Bootstrapper Package for Microsoft .NET Framework 4.8 on Visual Studio 2017 Microsoft Corporation       4.8.03928
CMake                                                                                 Kitware                     3.18.2
DiagnosticsHub_CollectionService                                                      Microsoft Corporation       16.1.28901
Entity Framework 6.2.0 Tools  for Visual Studio 2019                                  Microsoft Corporation       6.2.0.0
Epic Games Launcher                                                                   Epic Games, Inc.            1.1.91.0
Epic Games Launcher Prerequisites (x64)                                               Epic Games, Inc.            1.0.0.0
GitHub CLI                                                                            GitHub, Inc.                0.11.1
Google Update Helper                                                                  Google LLC                  1.3.35.451
icecap_collection_neutral                                                             Microsoft Corporation       16.7.30310
icecap_collection_x64                                                                 Microsoft Corporation       16.7.30310
icecap_collectionresources                                                            Microsoft Corporation       16.7.30310
icecap_collectionresourcesx64                                                         Microsoft Corporation       16.7.30309
IIS 10.0 Express                                                                      Microsoft Corporation       10.0.04403
Intellisense Lang Pack Mobile Extension SDK 10.0.14393.0                              Microsoft Corporation       10.1.14393.795
IntelliTraceProfilerProxy                                                             Microsoft Corporation       15.0.18198.01
IntelliTraceProfilerProxy                                                             Microsoft Corporation       15.0.18198.01
Kits Configuration Installer                                                          Microsoft                   10.1.19041.1
Microsoft .NET Core 2.1 Templates 3.1.401 (x64)                                       Microsoft Corporation       2.1.15.015229
Microsoft .NET Core 3.1 Templates 3.1.401 (x64)                                       Microsoft Corporation       3.1.8.015229
Microsoft .NET Core AppHost Pack - 3.1.7 (x64)                                        Microsoft Corporation       24.92.29121
Microsoft .NET Core AppHost Pack - 3.1.7 (x64_arm)                                    Microsoft Corporation       24.92.29121
Microsoft .NET Core AppHost Pack - 3.1.7 (x64_arm64)                                  Microsoft Corporation       24.92.29121
Microsoft .NET Core AppHost Pack - 3.1.7 (x64_x86)                                    Microsoft Corporation       24.92.29121
Microsoft .NET Core Host - 3.1.7 (x64)                                                Microsoft Corporation       24.92.29121
Microsoft .NET Core Host FX Resolver - 3.1.7 (x64)                                    Microsoft Corporation       24.92.29121
Microsoft .NET Core Host FX Resolver - 3.1.7 (x86)                                    Microsoft Corporation       24.92.29121
Microsoft .NET Core Runtime - 2.1.21 (x64)                                            Microsoft Corporation       16.84.29130
Microsoft .NET Core Runtime - 3.1.7 (x64)                                             Microsoft Corporation       24.92.29121
Microsoft .NET Core Runtime - 3.1.7 (x86)                                             Microsoft Corporation       24.92.29121
Microsoft .NET Core SDK 3.1.401 (x64) from Visual Studio                              Microsoft Corporation       3.1.401.015229
Microsoft .NET Core Targeting Pack - 3.1.0 (x64)                                      Microsoft Corporation       24.64.28315
Microsoft .NET Core Toolset 3.1.401 (x64)                                             Microsoft Corporation       12.16.31613
Microsoft .NET CoreRuntime For CoreCon                                                Microsoft Corporation       1.0.0.0
Microsoft .NET CoreRuntime SDK                                                        Microsoft Corporation       1.1.27004.0
Microsoft .NET Framework 3.5 Targeting Pack (enu)                                     Microsoft Corporation       3.5.28329
Microsoft .NET Framework 4 Multi-Targeting Pack                                       Microsoft Corporation       4.0.30319
Microsoft .NET Framework 4.5 Multi-Targeting Pack                                     Microsoft Corporation       4.5.50710
Microsoft .NET Framework 4.5.1 Multi-Targeting Pack                                   Microsoft Corporation       4.5.50932
Microsoft .NET Framework 4.5.2 Multi-Targeting Pack                                   Microsoft Corporation       4.5.51651
Microsoft .NET Framework 4.6 Targeting Pack                                           Microsoft Corporation       4.6.00081
Microsoft .NET Framework 4.6.1 Targeting Pack                                         Microsoft Corporation       4.6.01055
Microsoft .NET Framework 4.6.2 Targeting Pack                                         Microsoft Corporation       4.6.01590
Microsoft .NET Framework 4.6.2 Targeting Pack (ENU)                                   Microsoft Corporation       4.6.01590
Microsoft .NET Framework 4.7 Targeting Pack                                           Microsoft Corporation       4.7.02046
Microsoft .NET Framework 4.7 Targeting Pack (ENU)                                     Microsoft Corporation       4.7.02046
Microsoft .NET Framework 4.7.1 Doc Redirected Targeting Pack (ENU)                    Microsoft Corporation       4.7.02558
Microsoft .NET Framework 4.7.1 Targeting Pack                                         Microsoft Corporation       4.7.02558
Microsoft .NET Framework 4.7.2 SDK                                                    Microsoft Corporation       4.7.03081
Microsoft .NET Framework 4.7.2 Targeting Pack                                         Microsoft Corporation       4.7.03062
Microsoft .NET Framework 4.7.2 Targeting Pack (ENU)                                   Microsoft Corporation       4.7.03062
Microsoft .NET Framework 4.8 SDK                                                      Microsoft Corporation       4.8.04084
Microsoft .NET Framework 4.8 Targeting Pack                                           Microsoft Corporation       4.8.04084
Microsoft .NET Framework 4.8 Targeting Pack (ENU)                                     Microsoft Corporation       4.8.03761
Microsoft .NET Framework Cumulative Intellisense Pack for Visual Studio (ENU)         Microsoft Corporation       4.8.03761
Microsoft .NET Native SDK                                                             Microsoft Corporation       15.0.24211.07
Microsoft .NET Standard Targeting Pack - 2.1.0 (x64)                                  Microsoft Corporation       24.0.28113
Microsoft AS OLE DB Provider for SQL Server 2016                                      Microsoft Corporation       13.1.4561.14
Microsoft ASP.NET Core 2.1.21 Shared Framework (x64)                                  Microsoft Corporation       2.1.21.0
Microsoft ASP.NET Core 3.1.3 Targeting Pack (x64)                                     Microsoft Corporation       3.1.3.0
Microsoft ASP.NET Core 3.1.7 Shared Framework (x64)                                   Microsoft Corporation       3.1.7.0
Microsoft ASP.NET Core 3.1.7 Shared Framework (x86)                                   Microsoft Corporation       3.1.7.0
Microsoft ASP.NET Core Module for IIS Express                                         Microsoft Corporation       12.2.18292.0
Microsoft ASP.NET Core Module V2 for IIS Express                                      Microsoft Corporation       13.1.20087.0
Microsoft ASP.NET Diagnostic Pack for Visual Studio                                   Microsoft Corporation       16.7.532.28833
Microsoft ASP.NET Web Tools Packages 16.0 - ENU                                       Microsoft Corporation       1.0.21125.0
Microsoft Azure Authoring Tools - v2.9.6                                              Microsoft Corporation       2.9.8899.26
Microsoft Azure CLI                                                                   Microsoft Corporation       2.10.1
Microsoft Azure Compute Emulator - v2.9.6                                             Microsoft Corporation       2.9.8899.26
Microsoft Azure Libraries for .NET  v2.9                                             Microsoft Corporation       3.0.0127.060
Microsoft Azure Service Fabric SDK                                                    Microsoft Corporation       4.1.456.9590
Microsoft Azure Storage Emulator - v5.10                                              Microsoft Corporation       5.10.19227.2113
Microsoft Azure Storage Tools - v6.2.0                                                Microsoft Corporation       6.2.0.0
Microsoft Command Line Utilities 15 for SQL Server                                    Microsoft Corporation       15.0.1300.359
Microsoft Edge                                                                        Microsoft Corporation       84.0.522.63
Microsoft Exchange Web Services Managed API 2.1                                       Microsoft Corporation       15.0.847.30
Microsoft HTML Help Workshop Package                                                  Microsoft Corporation       4.74.8702
Microsoft NetStandard SDK                                                             Microsoft Corporation       15.0.51105
Microsoft ODBC Driver 17 for SQL Server                                               Microsoft Corporation       17.2.0.1
Microsoft Portable Library Multi-Targeting Pack                                       Microsoft Corporation       16.0.28329.73
Microsoft Portable Library Multi-Targeting Pack Language Pack - enu                   Microsoft Corporation       16.0.28329.73
Microsoft Silverlight                                                                 Microsoft Corporation       5.1.50918.0
Microsoft SQL Server 2012 Analysis Management Objects                                 Microsoft Corporation       11.4.7001.0
Microsoft SQL Server 2014 Analysis Management Objects                                 Microsoft Corporation       12.2.5626.31
Microsoft SQL Server 2016 Analysis Management Objects                                 Microsoft Corporation       13.1.4561.14
Microsoft SQL Server 2016 LocalDB                                                     Microsoft Corporation       13.1.4001.0
Microsoft SQL Server 2016 Management Objects  (x64)                                   Microsoft Corporation       13.0.1601.5
Microsoft SQL Server Data-Tier Application Framework (x64)                            Microsoft Corporation       15.0.4769.1
Microsoft System CLR Types for SQL Server 2016                                        Microsoft Corporation       13.0.1601.5
Microsoft System CLR Types for SQL Server 2019 CTP2.2                                 Microsoft Corporation       15.0.1200.24
Microsoft System CLR Types for SQL Server 2019 CTP2.2                                 Microsoft Corporation       15.0.1200.24
Microsoft TestPlatform SDK Local Feed                                                 Microsoft                   16.6.0.4
Microsoft UniversalWindowsPlatform SDK                                                Microsoft                   15.9.12
Microsoft Visual C++ 2010  x64 Redistributable - 10.0.40219                           Microsoft Corporation       10.0.40219
Microsoft Visual C++ 2010  x86 Redistributable - 10.0.40219                           Microsoft Corporation       10.0.40219
Microsoft Visual C++ 2012 x64 Additional Runtime - 11.0.61030                         Microsoft Corporation       11.0.61030
Microsoft Visual C++ 2012 x64 Minimum Runtime - 11.0.61030                            Microsoft Corporation       11.0.61030
Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.40660                         Microsoft Corporation       12.0.40660
Microsoft Visual C++ 2013 x64 Minimum Runtime - 12.0.40660                            Microsoft Corporation       12.0.40660
Microsoft Visual C++ 2013 x86 Additional Runtime - 12.0.21005                         Microsoft Corporation       12.0.21005
Microsoft Visual C++ 2013 x86 Minimum Runtime - 12.0.21005                            Microsoft Corporation       12.0.21005
Microsoft Visual C++ 2019 X64 Additional Runtime - 14.27.29016                        Microsoft Corporation       14.27.29016
Microsoft Visual C++ 2019 X64 Debug Runtime - 14.27.29016                             Microsoft Corporation       14.27.29016
Microsoft Visual C++ 2019 X64 Minimum Runtime - 14.27.29016                           Microsoft Corporation       14.27.29016
Microsoft Visual C++ 2019 X86 Additional Runtime - 14.27.29016                        Microsoft Corporation       14.27.29016
Microsoft Visual C++ 2019 X86 Debug Runtime - 14.27.29016                             Microsoft Corporation       14.27.29016
Microsoft Visual C++ 2019 X86 Minimum Runtime - 14.27.29016                           Microsoft Corporation       14.27.29016
Microsoft Visual Studio 2010 Tools for Office Runtime (x64)                           Microsoft Corporation       10.0.50908
Microsoft Visual Studio 2019 Tools for Unity                                          Microsoft Corporation       4.7.1.0
Microsoft Visual Studio Setup Configuration                                           Microsoft Corporation       2.7.3111.17308
Microsoft Visual Studio Setup WMI Provider                                            Microsoft Corporation       2.7.3111.17308
Microsoft Visual Studio Tools for Applications 2019 x64 Hosting Support               Microsoft Corporation       16.0.29425
Microsoft Visual Studio Tools for Applications 2019 x86 Hosting Support               Microsoft Corporation       16.0.29425
Microsoft Web Deploy 4.0                                                              Microsoft Corporation       10.0.3802
Microsoft Web Platform Installer 5.1                                                  Microsoft Corporation       5.1.51515.0
Microsoft Windows Communication Foundation Diagnostic Pack for x86                    Microsoft                   16.0.28329
Microsoft Windows Desktop Runtime - 3.1.7 (x64)                                       Microsoft Corporation       24.92.29121
Microsoft Windows Desktop Runtime - 3.1.7 (x86)                                       Microsoft Corporation       24.92.29121
Microsoft Windows Desktop Targeting Pack - 3.1.0 (x64)                                Microsoft Corporation       24.64.28315
Microsoft Workflow Debugger v1.0 for amd64                                            Microsoft                   16.0.28329
Microsoft Workflow Debugger v1.0 for x86                                              Microsoft                   16.0.28329
Microsoft Workflow Diagnostic Pack for x64                                            Microsoft                   16.0.28329
Minimal WLPC Content                                                                  Microsoft                   10.1.19041.1
MongoDB 4.4.0 2008R2Plus SSL (64 bit)                                                 MongoDB Inc.                4.4.0
MSI Development Tools                                                                 Microsoft Corporation       10.1.19041.1
MSI Development Tools                                                                 Microsoft Corporation       10.1.17763.132
MSI Development Tools                                                                 Microsoft Corporation       10.1.18362.1
MSI Development Tools                                                                 Microsoft Corporation       10.1.17134.12
MSI Development Tools                                                                 Microsoft Corporation       10.1.16299.15
Node.js                                                                               Node.js Foundation          12.18.3
OEM Test Certificates                                                                 Microsoft                   10.1.19041.1
Open XML SDK 2.5 for Microsoft Office                                                 Microsoft Corporation       2.5.5631
PowerShell 7-x64                                                                      Microsoft Corporation       7.0.3.0
PowerShell Extensions for SQL Server 2016                                             Microsoft Corporation       13.0.1601.5
Python 2.7.18                                                                         Python Software Foundation  2.7.18150
Python 2.7.18 (64-bit)                                                                Python Software Foundation  2.7.18150
Python 3.5.4 Core Interpreter (32-bit)                                                Python Software Foundation  3.5.4150.0
Python 3.5.4 Core Interpreter (64-bit)                                                Python Software Foundation  3.5.4150.0
Python 3.5.4 Development Libraries (32-bit)                                           Python Software Foundation  3.5.4150.0
Python 3.5.4 Development Libraries (64-bit)                                           Python Software Foundation  3.5.4150.0
Python 3.5.4 Documentation (32-bit)                                                   Python Software Foundation  3.5.4150.0
Python 3.5.4 Documentation (64-bit)                                                   Python Software Foundation  3.5.4150.0
Python 3.5.4 Executables (32-bit)                                                     Python Software Foundation  3.5.4150.0
Python 3.5.4 Executables (64-bit)                                                     Python Software Foundation  3.5.4150.0
Python 3.5.4 pip Bootstrap (32-bit)                                                   Python Software Foundation  3.5.4150.0
Python 3.5.4 pip Bootstrap (64-bit)                                                   Python Software Foundation  3.5.4150.0
Python 3.5.4 Standard Library (32-bit)                                                Python Software Foundation  3.5.4150.0
Python 3.5.4 Standard Library (64-bit)                                                Python Software Foundation  3.5.4150.0
Python 3.5.4 Tcl/Tk Support (32-bit)                                                  Python Software Foundation  3.5.4150.0
Python 3.5.4 Tcl/Tk Support (64-bit)                                                  Python Software Foundation  3.5.4150.0
Python 3.5.4 Test Suite (32-bit)                                                      Python Software Foundation  3.5.4150.0
Python 3.5.4 Test Suite (64-bit)                                                      Python Software Foundation  3.5.4150.0
Python 3.5.4 Utility Scripts (32-bit)                                                 Python Software Foundation  3.5.4150.0
Python 3.5.4 Utility Scripts (64-bit)                                                 Python Software Foundation  3.5.4150.0
Python 3.6.8 Core Interpreter (32-bit)                                                Python Software Foundation  3.6.8150.0
Python 3.6.8 Core Interpreter (64-bit)                                                Python Software Foundation  3.6.8150.0
Python 3.6.8 Development Libraries (32-bit)                                           Python Software Foundation  3.6.8150.0
Python 3.6.8 Development Libraries (64-bit)                                           Python Software Foundation  3.6.8150.0
Python 3.6.8 Documentation (32-bit)                                                   Python Software Foundation  3.6.8150.0
Python 3.6.8 Documentation (64-bit)                                                   Python Software Foundation  3.6.8150.0
Python 3.6.8 Executables (32-bit)                                                     Python Software Foundation  3.6.8150.0
Python 3.6.8 Executables (64-bit)                                                     Python Software Foundation  3.6.8150.0
Python 3.6.8 pip Bootstrap (32-bit)                                                   Python Software Foundation  3.6.8150.0
Python 3.6.8 pip Bootstrap (64-bit)                                                   Python Software Foundation  3.6.8150.0
Python 3.6.8 Standard Library (32-bit)                                                Python Software Foundation  3.6.8150.0
Python 3.6.8 Standard Library (64-bit)                                                Python Software Foundation  3.6.8150.0
Python 3.6.8 Tcl/Tk Support (32-bit)                                                  Python Software Foundation  3.6.8150.0
Python 3.6.8 Tcl/Tk Support (64-bit)                                                  Python Software Foundation  3.6.8150.0
Python 3.6.8 Test Suite (32-bit)                                                      Python Software Foundation  3.6.8150.0
Python 3.6.8 Test Suite (64-bit)                                                      Python Software Foundation  3.6.8150.0
Python 3.6.8 Utility Scripts (32-bit)                                                 Python Software Foundation  3.6.8150.0
Python 3.6.8 Utility Scripts (64-bit)                                                 Python Software Foundation  3.6.8150.0
Python 3.7.9 Core Interpreter (32-bit)                                                Python Software Foundation  3.7.9150.0
Python 3.7.9 Core Interpreter (64-bit)                                                Python Software Foundation  3.7.9150.0
Python 3.7.9 Development Libraries (32-bit)                                           Python Software Foundation  3.7.9150.0
Python 3.7.9 Development Libraries (64-bit)                                           Python Software Foundation  3.7.9150.0
Python 3.7.9 Documentation (32-bit)                                                   Python Software Foundation  3.7.9150.0
Python 3.7.9 Documentation (64-bit)                                                   Python Software Foundation  3.7.9150.0
Python 3.7.9 Executables (32-bit)                                                     Python Software Foundation  3.7.9150.0
Python 3.7.9 Executables (64-bit)                                                     Python Software Foundation  3.7.9150.0
Python 3.7.9 pip Bootstrap (32-bit)                                                   Python Software Foundation  3.7.9150.0
Python 3.7.9 pip Bootstrap (64-bit)                                                   Python Software Foundation  3.7.9150.0
Python 3.7.9 Standard Library (32-bit)                                                Python Software Foundation  3.7.9150.0
Python 3.7.9 Standard Library (64-bit)                                                Python Software Foundation  3.7.9150.0
Python 3.7.9 Tcl/Tk Support (32-bit)                                                  Python Software Foundation  3.7.9150.0
Python 3.7.9 Tcl/Tk Support (64-bit)                                                  Python Software Foundation  3.7.9150.0
Python 3.7.9 Test Suite (32-bit)                                                      Python Software Foundation  3.7.9150.0
Python 3.7.9 Test Suite (64-bit)                                                      Python Software Foundation  3.7.9150.0
Python 3.7.9 Utility Scripts (32-bit)                                                 Python Software Foundation  3.7.9150.0
Python 3.7.9 Utility Scripts (64-bit)                                                 Python Software Foundation  3.7.9150.0
Python 3.8.5 Core Interpreter (32-bit)                                                Python Software Foundation  3.8.5150.0
Python 3.8.5 Core Interpreter (64-bit)                                                Python Software Foundation  3.8.5150.0
Python 3.8.5 Development Libraries (32-bit)                                           Python Software Foundation  3.8.5150.0
Python 3.8.5 Development Libraries (64-bit)                                           Python Software Foundation  3.8.5150.0
Python 3.8.5 Documentation (32-bit)                                                   Python Software Foundation  3.8.5150.0
Python 3.8.5 Documentation (64-bit)                                                   Python Software Foundation  3.8.5150.0
Python 3.8.5 Executables (32-bit)                                                     Python Software Foundation  3.8.5150.0
Python 3.8.5 Executables (64-bit)                                                     Python Software Foundation  3.8.5150.0
Python 3.8.5 pip Bootstrap (32-bit)                                                   Python Software Foundation  3.8.5150.0
Python 3.8.5 pip Bootstrap (64-bit)                                                   Python Software Foundation  3.8.5150.0
Python 3.8.5 Standard Library (32-bit)                                                Python Software Foundation  3.8.5150.0
Python 3.8.5 Standard Library (64-bit)                                                Python Software Foundation  3.8.5150.0
Python 3.8.5 Tcl/Tk Support (32-bit)                                                  Python Software Foundation  3.8.5150.0
Python 3.8.5 Tcl/Tk Support (64-bit)                                                  Python Software Foundation  3.8.5150.0
Python 3.8.5 Test Suite (32-bit)                                                      Python Software Foundation  3.8.5150.0
Python 3.8.5 Test Suite (64-bit)                                                      Python Software Foundation  3.8.5150.0
Python 3.8.5 Utility Scripts (32-bit)                                                 Python Software Foundation  3.8.5150.0
Python 3.8.5 Utility Scripts (64-bit)                                                 Python Software Foundation  3.8.5150.0
Python Launcher                                                                       Python Software Foundation  3.8.7140.0
sbt 1.3.13                                                                            Lightbend, Inc.             1.3.13
SDK ARM Additions                                                                     Microsoft Corporation       10.1.19041.1
SDK ARM Additions EULA                                                                Microsoft Corporations      10.1.19041.1
SDK ARM Redistributables                                                              Microsoft Corporation       10.1.19041.1
SDK Debuggers                                                                         Microsoft Corporation       10.1.19041.1
SDK Debuggers ARM                                                                     Microsoft Corporation       10.1.19041.1
Session Manager Plugin                                                                Amazon Web Services         1.1.61.0
sptools_Microsoft.VisualStudio.OfficeDeveloperTools.Msi                               Microsoft Corporation       16.0.29931
sptools_Microsoft.VisualStudio.Vsto.Msi                                               Microsoft Corporation       16.0.28030
sptools_Microsoft.VisualStudio.Vsto.Msi.Resources                                     Microsoft Corporation       16.0.28030
sptools_Microsoft.VisualStudio.Vsto.Msi.x64                                           Microsoft Corporation       16.0.28030
SQL Server Integration Services 2012                                                  Microsoft Corporation       11.4.7001.0
SQL Server Integration Services 2014                                                  Microsoft Corporation       12.2.5626.31
SQL Server Integration Services 2016                                                  Microsoft Corporation       13.1.4561.14
SQL Server Integration Services Singleton                                             Microsoft Corporation       14.0.3002.1026
SQL Server Integration Services Singleton                                             Microsoft Corporation       15.0.2000.128
Strawberry Perl (64-bit)                                                              strawberryperl.com project  5.30.3001
TortoiseSVN 1.14.0.28885 (64 bit)                                                     TortoiseSVN                 1.14.28885
TypeScript SDK                                                                        Microsoft Corporation       3.9.6.0
Universal CRT Extension SDK                                                           Microsoft Corporation       10.0.26624
Universal CRT Extension SDK                                                           Microsoft Corporation       10.1.16299.15
Universal CRT Extension SDK                                                           Microsoft Corporation       10.1.18362.1
Universal CRT Extension SDK                                                           Microsoft Corporation       10.1.17134.12
Universal CRT Extension SDK                                                           Microsoft Corporation       10.1.17763.132
Universal CRT Extension SDK                                                           Microsoft Corporation       10.1.14393.795
Universal CRT Extension SDK                                                           Microsoft Corporation       10.1.19041.1
Universal CRT Headers Libraries and Sources                                           Microsoft Corporation       10.1.19041.1
Universal CRT Headers Libraries and Sources                                           Microsoft Corporation       10.1.17763.132
Universal CRT Headers Libraries and Sources                                           Microsoft Corporation       10.1.18362.1
Universal CRT Headers Libraries and Sources                                           Microsoft Corporation       10.1.14393.795
Universal CRT Headers Libraries and Sources                                           Microsoft Corporation       10.1.16299.15
Universal CRT Headers Libraries and Sources                                           Microsoft Corporation       10.1.17134.12
Universal CRT Headers Libraries and Sources                                           Microsoft Corporation       10.0.26624
Universal CRT Redistributable                                                         Microsoft Corporation       10.1.19041.1
Universal CRT Redistributable                                                         Microsoft Corporation       10.1.17134.12
Universal CRT Redistributable                                                         Microsoft Corporation       10.1.18362.1
Universal CRT Redistributable                                                         Microsoft Corporation       10.1.17763.132
Universal CRT Tools x64                                                               Microsoft Corporation       10.1.19041.1
Universal CRT Tools x86                                                               Microsoft Corporation       10.1.19041.1
Universal General MIDI DLS Extension SDK                                              Microsoft Corporation       10.1.19041.1
Universal General MIDI DLS Extension SDK                                              Microsoft Corporation       10.1.16299.15
Universal General MIDI DLS Extension SDK                                              Microsoft Corporation       10.1.17134.12
Universal General MIDI DLS Extension SDK                                              Microsoft Corporation       10.1.18362.1
Universal General MIDI DLS Extension SDK                                              Microsoft Corporation       10.1.17763.132
Universal General MIDI DLS Extension SDK                                              Microsoft Corporation       10.1.14393.795
vcpp_crt.redist.clickonce                                                             Microsoft Corporation       14.27.29016
Visual C++ Compiler/Tools Premium ARM Base Package                                    Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium ARM Base Resource Package                           Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X64 ARM Cross Package                               Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X64 ARM Cross Resource Package                      Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X64 Base Package                                    Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X64 Base Resource Package                           Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X64 Native Package                                  Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X64 Native Resource Package                         Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X64 X86 Cross Package                               Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X64 X86 Cross Resource Package                      Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X86 ARM Cross Package                               Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X86 ARM Cross Resource Package                      Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X86 Base Package                                    Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X86 Base Resource Package                           Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X86 Native Package                                  Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X86 Native Resource Package                         Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X86 X64 Cross Package                               Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools Premium X86 X64 Cross Resource Package                      Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X64 ARM Cross Package                                       Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X64 ARM Cross Resource Package                              Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X64 Base Package                                            Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X64 Base Resource Package                                   Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X64 Native Package                                          Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X64 Native Resource Package                                 Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X64 X86 Cross Package                                       Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X64 X86 Cross Resource Package                              Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X86 ARM Cross Package                                       Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X86 ARM Cross Resource Package                              Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X86 Base Package                                            Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X86 Base Package                                            Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X86 Base Resource Package                                   Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X86 Native Package                                          Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X86 Native Resource Package                                 Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X86 X64 Cross Package                                       Microsoft Corporation       14.0.24245
Visual C++ Compiler/Tools X86 X64 Cross Resource Package                              Microsoft Corporation       14.0.24245
Visual C++ CRT Headers Package                                                        Microsoft Corporation       14.0.24245
Visual C++ Extra Files                                                                Microsoft Corporation       14.0.24245
Visual C++ Extra Resource Files                                                       Microsoft Corporation       14.0.24245
Visual C++ Library ATL ARM Package                                                    Microsoft Corporation       14.0.24245
Visual C++ Library ATL Headers Package                                                Microsoft Corporation       14.0.24245
Visual C++ Library ATL Source Package                                                 Microsoft Corporation       14.0.24245
Visual C++ Library ATL X64 Package                                                    Microsoft Corporation       14.0.24245
Visual C++ Library ATL X86 Package                                                    Microsoft Corporation       14.0.24245
Visual C++ Library CRT Appx Package                                                   Microsoft Corporation       14.27.29110
Visual C++ Library CRT Appx Package                                                   Microsoft Corporation       14.27.29110
Visual C++ Library CRT Appx Resource Package                                          Microsoft Corporation       14.27.29110
Visual C++ Library CRT ARM Desktop Package                                            Microsoft Corporation       14.0.24245
Visual C++ Library CRT ARM OneCore For Desktop Package                                Microsoft Corporation       14.0.24245
Visual C++ Library CRT ARM Redist Package                                             Microsoft Corporation       14.0.24245
Visual C++ Library CRT ARM Store Package                                              Microsoft Corporation       14.0.24245
Visual C++ Library CRT ARM64 Appx Package                                             Microsoft Corporation       14.27.29110
Visual C++ Library CRT ARM64 Appx Package                                             Microsoft Corporation       14.27.29110
Visual C++ Library CRT Desktop Appx Package                                           Microsoft Corporation       14.27.29110
Visual C++ Library CRT Desktop Appx Package                                           Microsoft Corporation       14.27.29110
Visual C++ Library CRT Desktop Appx Package                                           Microsoft Corporation       14.27.29110
Visual C++ Library CRT Redist Resource Package                                        Microsoft Corporation       14.0.24245
Visual C++ Library CRT Source Package                                                 Microsoft Corporation       14.0.24245
Visual C++ Library CRT X64 Desktop Package                                            Microsoft Corporation       14.0.24245
Visual C++ Library CRT X64 OneCore For Desktop Package                                Microsoft Corporation       14.0.24245
Visual C++ Library CRT X64 Redist Package                                             Microsoft Corporation       14.0.24245
Visual C++ Library CRT X64 Store Package                                              Microsoft Corporation       14.0.24245
Visual C++ Library CRT X86 Desktop Package                                            Microsoft Corporation       14.0.24245
Visual C++ Library CRT X86 OneCore For Desktop Package                                Microsoft Corporation       14.0.24245
Visual C++ Library CRT X86 Redist Package                                             Microsoft Corporation       14.0.24245
Visual C++ Library CRT X86 Store Package                                              Microsoft Corporation       14.0.24245
Visual C++ Library MFC Headers Package                                                Microsoft Corporation       14.0.24245
Visual C++ Library MFC MBCS Package                                                   Microsoft Corporation       14.0.24245
Visual C++ Library MFC Source Package                                                 Microsoft Corporation       14.0.24245
Visual C++ Library MFC X64 Package                                                    Microsoft Corporation       14.0.24245
Visual C++ Library MFC X86 Package                                                    Microsoft Corporation       14.0.24245
Visual C++ Library PGO ARM Package                                                    Microsoft Corporation       14.0.24245
Visual C++ Library PGO Headers Package                                                Microsoft Corporation       14.0.24245
Visual C++ Library PGO X64 Package                                                    Microsoft Corporation       14.0.24245
Visual C++ Library PGO X86 Package                                                    Microsoft Corporation       14.0.24245
Visual C++ Library PGO X86 Package                                                    Microsoft Corporation       14.0.24245
Visual C++ MSBuild ARM Package                                                        Microsoft Corporation       14.0.24245
Visual C++ MSBuild Base Package                                                       Microsoft Corporation       14.0.24245
Visual C++ MSBuild Base Resource Package                                              Microsoft Corporation       14.0.24245
Visual C++ MSBuild X64 Package                                                        Microsoft Corporation       14.0.24245
Visual C++ MSBuild X86 Package                                                        Microsoft Corporation       14.0.24245
VS Immersive Activate Helper                                                          Microsoft Corporation       16.0.102.0
VS JIT Debugger                                                                       Microsoft Corporation       16.0.102.0
VS Script Debugging Common                                                            Microsoft Corporation       16.0.102.0
VS WCF Debugging                                                                      Microsoft Corporation       16.0.102.0
vs_BlendMsi                                                                           Microsoft Corporation       16.0.28329
vs_clickoncebootstrappermsi                                                           Microsoft Corporation       16.0.28329
vs_clickoncebootstrappermsires                                                        Microsoft Corporation       16.0.28329
vs_clickoncesigntoolmsi                                                               Microsoft Corporation       16.0.28329
vs_codecoveragemsi                                                                    Microsoft Corporation       16.0.28329
vs_codeduitestframeworkmsi                                                            Microsoft Corporation       16.0.28329
vs_communitymsi                                                                       Microsoft Corporation       16.7.30310
vs_communitymsires                                                                    Microsoft Corporation       16.0.28329
vs_cuitcommoncoremsi16                                                                Microsoft Corporation       16.5.29521
vs_cuitextensionmsi16                                                                 Microsoft Corporation       16.5.29521
vs_cuitextensionmsi16_x64                                                             Microsoft Corporation       16.0.28329
vs_devenvmsi                                                                          Microsoft Corporation       16.0.28329
vs_filehandler_amd64                                                                  Microsoft Corporation       16.7.30309
vs_filehandler_x86                                                                    Microsoft Corporation       16.7.30309
vs_FileTracker_Singleton                                                              Microsoft Corporation       16.7.30309
vs_Graphics_Singletonx64                                                              Microsoft Corporation       16.7.30309
vs_Graphics_Singletonx86                                                              Microsoft Corporation       16.7.30310
vs_loadtestexceladdinmsi                                                              Microsoft Corporation       16.0.28329
vs_minshellinteropmsi                                                                 Microsoft Corporation       16.2.28917
vs_minshellmsi                                                                        Microsoft Corporation       16.7.30310
vs_minshellmsires                                                                     Microsoft Corporation       16.0.28329
vs_networkemulationmsi_x64                                                            Microsoft Corporation       16.0.28329
vs_SQLClickOnceBootstrappermsi                                                        Microsoft Corporation       16.7.30309
vs_tipsmsi                                                                            Microsoft Corporation       16.0.28329
vs_vswebprotocolselectormsi                                                           Microsoft Corporation       16.7.30309
vs_webtestrecordermsi                                                                 Microsoft Corporation       16.7.30309
vs_webtestrecordermsi_x64                                                             Microsoft Corporation       16.0.28329
WinAppDeploy                                                                          Microsoft Corporation       10.1.19041.1
WinAppDeploy                                                                          Microsoft Corporation       10.1.16299.15
WinAppDeploy                                                                          Microsoft Corporation       10.1.17763.132
WinAppDeploy                                                                          Microsoft Corporation       10.1.14393.795
WinAppDeploy                                                                          Microsoft Corporation       10.1.18362.1
WinAppDeploy                                                                          Microsoft Corporation       10.1.17134.12
Windows 7 WDK Headers and Libs                                                        Microsoft Corporation       10.1.19041.1
Windows 8 WDK Headers and Libs                                                        Microsoft Corporation       10.1.19041.1
Windows 8.1 WDK Headers and Libs                                                      Microsoft Corporation       10.1.19041.1
Windows App Certification Kit Native Components                                       Microsoft Corporation       10.1.19041.1
Windows App Certification Kit SupportedApiList x86                                    Microsoft Corporation       10.1.19041.1
Windows App Certification Kit x64                                                     Microsoft Corporation       10.1.19041.1
Windows Application Driver                                                            Microsoft Corporation       1.1.3.0
Windows Debugging WDK Integration                                                     Microsoft Corporation       10.1.19041.1
Windows Desktop Extension SDK                                                         Microsoft Corporation       10.1.14393.795
Windows Desktop Extension SDK                                                         Microsoft Corporation       10.1.18362.1
Windows Desktop Extension SDK                                                         Microsoft Corporation       10.1.17134.12
Windows Desktop Extension SDK                                                         Microsoft Corporation       10.1.19041.1
Windows Desktop Extension SDK                                                         Microsoft Corporation       10.1.17763.132
Windows Desktop Extension SDK                                                         Microsoft Corporation       10.1.16299.15
Windows Desktop Extension SDK Contracts                                               Microsoft Corporation       10.1.17134.12
Windows Desktop Extension SDK Contracts                                               Microsoft Corporation       10.1.19041.1
Windows Desktop Extension SDK Contracts                                               Microsoft Corporation       10.1.16299.15
Windows Desktop Extension SDK Contracts                                               Microsoft Corporation       10.1.17763.132
Windows Desktop Extension SDK Contracts                                               Microsoft Corporation       10.1.18362.1
Windows Desktop Extension SDK Contracts                                               Microsoft Corporation       10.1.14393.795
Windows Driver Framework ARM Headers and Libs                                         Microsoft Corporation       10.1.19041.1
Windows Driver Framework Headers and Libs                                             Microsoft Corporation       10.1.19041.1
Windows Driver Kit                                                                    Microsoft Corporation       10.1.19041.1
Windows Driver Kit ARM Additions                                                      Microsoft Corporation       10.1.19041.1
Windows Driver Kit ARM Binaries                                                       Microsoft Corporation       10.1.19041.1
Windows Driver Kit ARM Headers and Libs                                               Microsoft Corporation       10.1.19041.1
Windows Driver Kit Binaries                                                           Microsoft Corporation       10.1.19041.1
Windows Driver Kit Downlevel Dev14 Content                                            Microsoft Corporation       10.1.19041.1
Windows Driver Kit Headers and Libs                                                   Microsoft Corporation       10.1.19041.1
Windows Driver Kit Root Dev16 Content                                                 Microsoft Corporation       10.1.19041.1
Windows Driver Kit SxS Content                                                        Microsoft Corporation       10.1.19041.1
Windows Driver Kit Visual Studio Dev16 Content                                        Microsoft Corporation       10.1.19041.1
Windows Espc Package                                                                  Microsoft Corporation       14.0.24245
Windows Espc Package                                                                  Microsoft Corporation       14.0.24245
Windows IoT Extension SDK                                                             Microsoft Corporation       10.1.17763.132
Windows IoT Extension SDK                                                             Microsoft Corporation       10.1.19041.1
Windows IoT Extension SDK                                                             Microsoft Corporation       10.1.14393.795
Windows IoT Extension SDK                                                             Microsoft Corporation       10.1.16299.15
Windows IoT Extension SDK                                                             Microsoft Corporation       10.1.18362.1
Windows IoT Extension SDK                                                             Microsoft Corporation       10.1.17134.12
Windows IoT Extension SDK Contracts                                                   Microsoft Corporation       10.1.19041.1
Windows IoT Extension SDK Contracts                                                   Microsoft Corporation       10.1.17763.132
Windows IoT Extension SDK Contracts                                                   Microsoft Corporation       10.1.18362.1
Windows IoT Extension SDK Contracts                                                   Microsoft Corporation       10.1.17134.12
Windows IoT Extension SDK Contracts                                                   Microsoft Corporation       10.1.14393.795
Windows IoT Extension SDK Contracts                                                   Microsoft Corporation       10.1.16299.15
Windows IP Over USB                                                                   Microsoft Corporation       10.1.19041.1
Windows Mobile Connectivity Tools 10.0.14393.0 - Desktop x86                          Microsoft Corporation       10.1.14393.795
Windows Mobile Connectivity Tools 10.0.15254.0 - Desktop x86                          Microsoft Corporation       10.1.15254.1
Windows Mobile Extension SDK                                                          Microsoft Corporation       10.1.17763.132
Windows Mobile Extension SDK                                                          Microsoft Corporation       10.1.18362.1
Windows Mobile Extension SDK                                                          Microsoft Corporation       10.1.16299.15
Windows Mobile Extension SDK                                                          Microsoft Corporation       10.1.19041.1
Windows Mobile Extension SDK                                                          Microsoft Corporation       10.1.17134.12
Windows Mobile Extension SDK 10.0.14393.0 - ARM                                       Microsoft Corporation       10.1.14393.795
Windows Mobile Extension SDK 10.0.14393.0 - x86                                       Microsoft Corporation       10.1.14393.795
Windows Mobile Extension SDK Contracts                                                Microsoft Corporation       10.1.17134.12
Windows Mobile Extension SDK Contracts                                                Microsoft Corporation       10.1.16299.15
Windows Mobile Extension SDK Contracts                                                Microsoft Corporation       10.1.18362.1
Windows Mobile Extension SDK Contracts                                                Microsoft Corporation       10.1.17763.132
Windows Mobile Extension SDK Contracts                                                Microsoft Corporation       10.1.19041.1
Windows Phone SDK 8.0 Assemblies for Visual Studio 2019                               Microsoft Corporation       16.0.30309
Windows SDK                                                                           Microsoft Corporation       10.1.19041.1
Windows SDK AddOn                                                                     Microsoft Corporation       10.1.0.0
Windows SDK ARM Desktop Tools                                                         Microsoft Corporation       10.1.17763.132
Windows SDK ARM Desktop Tools                                                         Microsoft Corporation       10.1.17134.12
Windows SDK ARM Desktop Tools                                                         Microsoft Corporation       10.1.16299.15
Windows SDK ARM Desktop Tools                                                         Microsoft Corporation       10.1.19041.1
Windows SDK ARM Desktop Tools                                                         Microsoft Corporation       10.1.18362.1
Windows SDK ARM Headers Libs Metadata                                                 Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Headers arm                                                       Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Headers arm                                                       Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Headers arm                                                       Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Headers arm                                                       Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Headers arm                                                       Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Headers arm64                                                     Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Headers arm64                                                     Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Headers arm64                                                     Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Headers arm64                                                     Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Headers arm64                                                     Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Headers Libs Metadata                                             Microsoft Corporation       10.1.14393.795
Windows SDK Desktop Headers x64                                                       Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Headers x64                                                       Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Headers x64                                                       Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Headers x64                                                       Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Headers x64                                                       Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Headers x86                                                       Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Headers x86                                                       Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Headers x86                                                       Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Headers x86                                                       Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Headers x86                                                       Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Libs arm                                                          Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Libs arm                                                          Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Libs arm                                                          Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Libs arm                                                          Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Libs arm                                                          Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Libs arm64                                                        Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Libs arm64                                                        Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Libs arm64                                                        Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Libs arm64                                                        Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Libs arm64                                                        Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Libs x64                                                          Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Libs x64                                                          Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Libs x64                                                          Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Libs x64                                                          Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Libs x64                                                          Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Libs x86                                                          Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Libs x86                                                          Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Libs x86                                                          Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Libs x86                                                          Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Libs x86                                                          Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Tools                                                             Microsoft Corporation       10.1.14393.795
Windows SDK Desktop Tools arm64                                                       Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Tools arm64                                                       Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Tools arm64                                                       Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Tools arm64                                                       Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Tools arm64                                                       Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Tools x64                                                         Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Tools x64                                                         Microsoft Corporation       10.1.19041.1
Windows SDK Desktop Tools x64                                                         Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Tools x64                                                         Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Tools x64                                                         Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Tools x86                                                         Microsoft Corporation       10.1.18362.1
Windows SDK Desktop Tools x86                                                         Microsoft Corporation       10.1.17763.132
Windows SDK Desktop Tools x86                                                         Microsoft Corporation       10.1.17134.12
Windows SDK Desktop Tools x86                                                         Microsoft Corporation       10.1.16299.15
Windows SDK Desktop Tools x86                                                         Microsoft Corporation       10.1.19041.1
Windows SDK DirectX x64 Remote                                                        Microsoft Corporation       10.1.19041.1
Windows SDK DirectX x86 Remote                                                        Microsoft Corporation       10.1.19041.1
Windows SDK EULA                                                                      Microsoft Corporations      10.1.18362.1
Windows SDK EULA                                                                      Microsoft Corporations      10.1.14393.795
Windows SDK EULA                                                                      Microsoft Corporations      10.1.17763.132
Windows SDK EULA                                                                      Microsoft Corporations      10.1.16299.15
Windows SDK EULA                                                                      Microsoft Corporations      10.1.19041.1
Windows SDK EULA                                                                      Microsoft Corporations      10.1.17134.12
Windows SDK Facade Windows WinMD Versioned                                            Microsoft Corporation       10.1.17763.132
Windows SDK Facade Windows WinMD Versioned                                            Microsoft Corporation       10.1.19041.1
Windows SDK Facade Windows WinMD Versioned                                            Microsoft Corporation       10.1.17134.12
Windows SDK Facade Windows WinMD Versioned                                            Microsoft Corporation       10.1.18362.1
Windows SDK Facade Windows WinMD Versioned                                            Microsoft Corporation       10.1.16299.15
Windows SDK for Windows Store Apps                                                    Microsoft Corporation       10.1.19041.1
Windows SDK for Windows Store Apps Contracts                                          Microsoft Corporation       10.1.17763.132
Windows SDK for Windows Store Apps Contracts                                          Microsoft Corporation       10.1.17134.12
Windows SDK for Windows Store Apps Contracts                                          Microsoft Corporation       10.1.14393.795
Windows SDK for Windows Store Apps Contracts                                          Microsoft Corporation       10.1.18362.1
Windows SDK for Windows Store Apps Contracts                                          Microsoft Corporation       10.1.16299.15
Windows SDK for Windows Store Apps Contracts                                          Microsoft Corporation       10.1.19041.1
Windows SDK for Windows Store Apps DirectX x64 Remote                                 Microsoft Corporation       10.1.16299.15
Windows SDK for Windows Store Apps DirectX x64 Remote                                 Microsoft Corporation       10.1.17134.12
Windows SDK for Windows Store Apps DirectX x64 Remote                                 Microsoft Corporation       10.1.14393.795
Windows SDK for Windows Store Apps DirectX x86 Remote                                 Microsoft Corporation       10.1.16299.15
Windows SDK for Windows Store Apps DirectX x86 Remote                                 Microsoft Corporation       10.1.17763.132
Windows SDK for Windows Store Apps DirectX x86 Remote                                 Microsoft Corporation       10.1.17134.12
Windows SDK for Windows Store Apps DirectX x86 Remote                                 Microsoft Corporation       10.1.18362.1
Windows SDK for Windows Store Apps DirectX x86 Remote                                 Microsoft Corporation       10.1.14393.795
Windows SDK for Windows Store Apps DirectX x86 Remote                                 Microsoft Corporation       10.1.19041.1
Windows SDK for Windows Store Apps Headers                                            Microsoft Corporation       10.1.17763.132
Windows SDK for Windows Store Apps Headers                                            Microsoft Corporation       10.1.18362.1
Windows SDK for Windows Store Apps Headers                                            Microsoft Corporation       10.1.16299.15
Windows SDK for Windows Store Apps Headers                                            Microsoft Corporation       10.1.17134.12
Windows SDK for Windows Store Apps Headers                                            Microsoft Corporation       10.1.19041.1
Windows SDK for Windows Store Apps Headers Libs                                       Microsoft Corporation       10.1.14393.795
Windows SDK for Windows Store Apps Libs                                               Microsoft Corporation       10.1.17134.12
Windows SDK for Windows Store Apps Libs                                               Microsoft Corporation       10.1.16299.15
Windows SDK for Windows Store Apps Libs                                               Microsoft Corporation       10.1.17763.132
Windows SDK for Windows Store Apps Libs                                               Microsoft Corporation       10.1.19041.1
Windows SDK for Windows Store Apps Libs                                               Microsoft Corporation       10.1.18362.1
Windows SDK for Windows Store Apps Metadata                                           Microsoft Corporation       10.1.17134.12
Windows SDK for Windows Store Apps Metadata                                           Microsoft Corporation       10.1.18362.1
Windows SDK for Windows Store Apps Metadata                                           Microsoft Corporation       10.1.16299.15
Windows SDK for Windows Store Apps Metadata                                           Microsoft Corporation       10.1.17763.132
Windows SDK for Windows Store Apps Metadata                                           Microsoft Corporation       10.1.19041.1
Windows SDK for Windows Store Apps Tools                                              Microsoft Corporation       10.1.19041.1
Windows SDK for Windows Store Apps Tools                                              Microsoft Corporation       10.1.16299.15
Windows SDK for Windows Store Apps Tools                                              Microsoft Corporation       10.1.18362.1
Windows SDK for Windows Store Apps Tools                                              Microsoft Corporation       10.1.17763.132
Windows SDK for Windows Store Apps Tools                                              Microsoft Corporation       10.1.17134.12
Windows SDK for Windows Store Apps Tools                                              Microsoft Corporation       10.1.14393.795
Windows SDK for Windows Store Managed Apps Libs                                       Microsoft Corporation       10.1.19041.1
Windows SDK for Windows Store Managed Apps Libs                                       Microsoft Corporation       10.1.16299.15
Windows SDK for Windows Store Managed Apps Libs                                       Microsoft Corporation       10.1.17763.132
Windows SDK for Windows Store Managed Apps Libs                                       Microsoft Corporation       10.1.18362.1
Windows SDK for Windows Store Managed Apps Libs                                       Microsoft Corporation       10.1.17134.12
Windows SDK Modern Non-Versioned Developer Tools                                      Microsoft Corporation       10.1.19041.1
Windows SDK Modern Versioned Developer Tools                                          Microsoft Corporation       10.1.19041.1
Windows SDK Modern Versioned Developer Tools                                          Microsoft Corporation       10.1.16299.15
Windows SDK Modern Versioned Developer Tools                                          Microsoft Corporation       10.1.17134.12
Windows SDK Modern Versioned Developer Tools                                          Microsoft Corporation       10.1.14393.795
Windows SDK Modern Versioned Developer Tools                                          Microsoft Corporation       10.1.18362.1
Windows SDK Modern Versioned Developer Tools                                          Microsoft Corporation       10.1.17763.132
Windows SDK Redistributables                                                          Microsoft Corporation       10.1.19041.1
Windows SDK Signing Tools                                                             Microsoft Corporation       10.1.16299.15
Windows SDK Signing Tools                                                             Microsoft Corporation       10.1.17134.12
Windows SDK Signing Tools                                                             Microsoft Corporation       10.1.17763.132
Windows SDK Signing Tools                                                             Microsoft Corporation       10.1.18362.1
Windows SDK Signing Tools                                                             Microsoft Corporation       10.1.19041.1
Windows Simulator                                                                     Microsoft Corporation       16.0.28522
Windows Simulator - ENU                                                               Microsoft Corporation       16.0.28522
Windows Team Extension SDK                                                            Microsoft Corporation       10.1.17134.12
Windows Team Extension SDK                                                            Microsoft Corporation       10.1.14393.795
Windows Team Extension SDK                                                            Microsoft Corporation       10.1.19041.1
Windows Team Extension SDK                                                            Microsoft Corporation       10.1.16299.15
Windows Team Extension SDK                                                            Microsoft Corporation       10.1.17763.132
Windows Team Extension SDK                                                            Microsoft Corporation       10.1.18362.1
Windows Team Extension SDK Contracts                                                  Microsoft Corporation       10.1.19041.1
Windows Team Extension SDK Contracts                                                  Microsoft Corporation       10.1.17134.12
Windows Team Extension SDK Contracts                                                  Microsoft Corporation       10.1.18362.1
Windows Team Extension SDK Contracts                                                  Microsoft Corporation       10.1.17763.132
Windows Team Extension SDK Contracts                                                  Microsoft Corporation       10.1.16299.15
Windows Team Extension SDK Contracts                                                  Microsoft Corporation       10.1.14393.795
Windows XP Targeting with C++                                                         Microsoft Corporation       11.0.51106
Windows XP Targeting with C++                                                         Microsoft Corporation       11.0.51106
windows_toolscorepkg                                                                  Microsoft Corporation       16.7.30309
WinRT Intellisense Desktop - en-us                                                    Microsoft Corporation       10.1.14393.795
WinRT Intellisense Desktop - en-us                                                    Microsoft Corporation       10.1.17134.12
WinRT Intellisense Desktop - en-us                                                    Microsoft Corporation       10.1.19041.1
WinRT Intellisense Desktop - en-us                                                    Microsoft Corporation       10.1.17763.132
WinRT Intellisense Desktop - en-us                                                    Microsoft Corporation       10.1.16299.15
WinRT Intellisense Desktop - en-us                                                    Microsoft Corporation       10.1.18362.1
WinRT Intellisense Desktop - Other Languages                                          Microsoft Corporation       10.1.18362.1
WinRT Intellisense Desktop - Other Languages                                          Microsoft Corporation       10.1.19041.1
WinRT Intellisense Desktop - Other Languages                                          Microsoft Corporation       10.1.17763.132
WinRT Intellisense Desktop - Other Languages                                          Microsoft Corporation       10.1.14393.795
WinRT Intellisense Desktop - Other Languages                                          Microsoft Corporation       10.1.16299.15
WinRT Intellisense Desktop - Other Languages                                          Microsoft Corporation       10.1.17134.12
WinRT Intellisense IoT - en-us                                                        Microsoft Corporation       10.1.16299.15
WinRT Intellisense IoT - en-us                                                        Microsoft Corporation       10.1.18362.1
WinRT Intellisense IoT - en-us                                                        Microsoft Corporation       10.1.14393.795
WinRT Intellisense IoT - en-us                                                        Microsoft Corporation       10.1.17763.132
WinRT Intellisense IoT - en-us                                                        Microsoft Corporation       10.1.17134.12
WinRT Intellisense IoT - en-us                                                        Microsoft Corporation       10.1.19041.1
WinRT Intellisense IoT - Other Languages                                              Microsoft Corporation       10.1.16299.15
WinRT Intellisense IoT - Other Languages                                              Microsoft Corporation       10.1.18362.1
WinRT Intellisense IoT - Other Languages                                              Microsoft Corporation       10.1.19041.1
WinRT Intellisense IoT - Other Languages                                              Microsoft Corporation       10.1.17134.12
WinRT Intellisense IoT - Other Languages                                              Microsoft Corporation       10.1.14393.795
WinRT Intellisense IoT - Other Languages                                              Microsoft Corporation       10.1.17763.132
WinRT Intellisense Mobile - en-us                                                     Microsoft Corporation       10.1.17763.132
WinRT Intellisense Mobile - en-us                                                     Microsoft Corporation       10.1.17134.12
WinRT Intellisense Mobile - en-us                                                     Microsoft Corporation       10.1.18362.1
WinRT Intellisense Mobile - en-us                                                     Microsoft Corporation       10.1.16299.15
WinRT Intellisense Mobile - en-us                                                     Microsoft Corporation       10.1.19041.1
WinRT Intellisense PPI - en-us                                                        Microsoft Corporation       10.1.18362.1
WinRT Intellisense PPI - en-us                                                        Microsoft Corporation       10.1.17763.132
WinRT Intellisense PPI - en-us                                                        Microsoft Corporation       10.1.19041.1
WinRT Intellisense PPI - en-us                                                        Microsoft Corporation       10.1.16299.15
WinRT Intellisense PPI - en-us                                                        Microsoft Corporation       10.1.17134.12
WinRT Intellisense PPI - en-us                                                        Microsoft Corporation       10.1.14393.795
WinRT Intellisense PPI - Other Languages                                              Microsoft Corporation       10.1.14393.795
WinRT Intellisense PPI - Other Languages                                              Microsoft Corporation       10.1.16299.15
WinRT Intellisense PPI - Other Languages                                              Microsoft Corporation       10.1.17134.12
WinRT Intellisense PPI - Other Languages                                              Microsoft Corporation       10.1.18362.1
WinRT Intellisense PPI - Other Languages                                              Microsoft Corporation       10.1.19041.1
WinRT Intellisense PPI - Other Languages                                              Microsoft Corporation       10.1.17763.132
WinRT Intellisense UAP - en-us                                                        Microsoft Corporation       10.1.14393.795
WinRT Intellisense UAP - en-us                                                        Microsoft Corporation       10.1.17763.132
WinRT Intellisense UAP - en-us                                                        Microsoft Corporation       10.1.17134.12
WinRT Intellisense UAP - en-us                                                        Microsoft Corporation       10.1.19041.1
WinRT Intellisense UAP - en-us                                                        Microsoft Corporation       10.1.18362.1
WinRT Intellisense UAP - en-us                                                        Microsoft Corporation       10.1.16299.15
WinRT Intellisense UAP - Other Languages                                              Microsoft Corporation       10.1.17763.132
WinRT Intellisense UAP - Other Languages                                              Microsoft Corporation       10.1.19041.1
WinRT Intellisense UAP - Other Languages                                              Microsoft Corporation       10.1.14393.795
WinRT Intellisense UAP - Other Languages                                              Microsoft Corporation       10.1.17134.12
WinRT Intellisense UAP - Other Languages                                              Microsoft Corporation       10.1.16299.15
WinRT Intellisense UAP - Other Languages                                              Microsoft Corporation       10.1.18362.1
WiX Toolset v3.11 Core                                                                .NET Foundation             3.11.4516
WiX Toolset v3.11 Managed SDK                                                         .NET Foundation             3.11.4516
WiX Toolset v3.11 Native 2010 SDK                                                     .NET Foundation             3.11.4516
WiX Toolset v3.11 Native 2012 SDK                                                     .NET Foundation             3.11.4516
WiX Toolset v3.11 Native 2013 SDK                                                     .NET Foundation             3.11.4516
WiX Toolset v3.11 Native 2015 SDK                                                     .NET Foundation             3.11.4516
WiX Toolset v3.11 Native 2017 SDK                                                     .NET Foundation             3.11.4516
WiX Toolset v3.11 X64                                                                 .NET Foundation             3.11.4516
Workflow Manager Client 1.0                                                           Microsoft Corporation       2.1.10525.2
Workflow Manager Tools 1.0 for Visual Studio                                          Microsoft Corporation       2.1.30411.0
WPT Redistributables                                                                  Microsoft                   10.1.19041.1
WPTx64                                                                                Microsoft                   10.1.19041.1
Xamarin Offline Packages                                                              Xamarin                     16.7.85
Xamarin PCL Profiles v1.0.9                                                           Xamarin                     1.0.9.0
Xamarin Remoted iOS Simulator                                                         Xamarin                     16.7.0.0

インストール済みパッケージ。JSONに変換したものはget-package.jsonとして別ファイルで添付。

> Get-Package | Select-Object Name,Version,ProviderName | Sort-Object -Property Name

Name                                                                                  Version         ProviderName
----                                                                                  -------         ------------
 Tools for .Net 3.5                                                                   3.11.50727      msi
7-Zip 19.00 (x64)                                                                     19.00           Programs
Active Directory Authentication Library for SQL Server                                15.0.1300.359   msi
Application Verifier x64 External Package                                             10.1.19041.1    msi
AWS Command Line Interface v2                                                         2.0.42.0        msi
AWS SAM Command Line Interface                                                        1.1.0           msi
Azure Cosmos DB Emulator                                                              2.11.5          msi
ClickOnce Bootstrapper Package for Microsoft .NET Framework                           4.8.4119        msi
ClickOnce Bootstrapper Package for Microsoft .NET Framework 4.8 on Visual Studio 2017 4.8.3928        msi
CMake                                                                                 3.18.2          msi
DiagnosticsHub_CollectionService                                                      16.1.28901      msi
DockerMsftProvider                                                                    1.0.0.8         PowerShellGet
Entity Framework 6.2.0 Tools  for Visual Studio 2019                                  6.2.0.0         msi
Epic Games Launcher                                                                   1.1.91.0        msi
Epic Games Launcher Prerequisites (x64)                                               1.0.0.0         msi
Git version 2.28.0                                                                    2.28.0          Programs
GitHub CLI                                                                            0.11.1          msi
Google Chrome                                                                         84.0.4147.135   Programs
Google Cloud SDK                                                                                      Programs
Google Update Helper                                                                  1.3.35.451      msi
icecap_collection_neutral                                                             16.7.30310      msi
icecap_collection_x64                                                                 16.7.30310      msi
icecap_collectionresources                                                            16.7.30310      msi
icecap_collectionresourcesx64                                                         16.7.30309      msi
IIS 10.0 Express                                                                      10.0.4403       msi
Inno Setup version 6.0.5                                                              6.0.5           Programs
Intellisense Lang Pack Mobile Extension SDK 10.0.14393.0                              10.1.14393.795  msi
IntelliTraceProfilerProxy                                                             15.0.18198.1    msi
Kits Configuration Installer                                                          10.1.19041.1    msi
MarkdownPS                                                                            1.9             PowerShellGet
Mercurial 5.0 (64-bit)                                                                5.0             Programs
Microsoft .NET Core 2.1 Templates 3.1.401 (x64)                                       2.1.15.15229    msi
Microsoft .NET Core 3.1 Templates 3.1.401 (x64)                                       3.1.8.15229     msi
Microsoft .NET Core AppHost Pack - 3.1.7 (x64)                                        24.92.29121     msi
Microsoft .NET Core AppHost Pack - 3.1.7 (x64_arm)                                    24.92.29121     msi
Microsoft .NET Core AppHost Pack - 3.1.7 (x64_arm64)                                  24.92.29121     msi
Microsoft .NET Core AppHost Pack - 3.1.7 (x64_x86)                                    24.92.29121     msi
Microsoft .NET Core Host - 3.1.7 (x64)                                                24.92.29121     msi
Microsoft .NET Core Host FX Resolver - 3.1.7 (x64)                                    24.92.29121     msi
Microsoft .NET Core Host FX Resolver - 3.1.7 (x86)                                    24.92.29121     msi
Microsoft .NET Core Runtime - 2.1.21 (x64)                                            16.84.29130     msi
Microsoft .NET Core Runtime - 3.1.7 (x64)                                             24.92.29121     msi
Microsoft .NET Core Runtime - 3.1.7 (x86)                                             24.92.29121     msi
Microsoft .NET Core SDK 3.1.401 (x64) from Visual Studio                              3.1.401.15229   msi
Microsoft .NET Core Targeting Pack - 3.1.0 (x64)                                      24.64.28315     msi
Microsoft .NET Core Toolset 3.1.401 (x64)                                             12.16.31613     msi
Microsoft .NET CoreRuntime For CoreCon                                                1.0.0.0         msi
Microsoft .NET CoreRuntime SDK                                                        1.1.27004.0     msi
Microsoft .NET Framework 3.5 Targeting Pack (enu)                                     3.5.28329       msi
Microsoft .NET Framework 4 Multi-Targeting Pack                                       4.0.30319       msi
Microsoft .NET Framework 4.5 Multi-Targeting Pack                                     4.5.50710       msi
Microsoft .NET Framework 4.5.1 Multi-Targeting Pack                                   4.5.50932       msi
Microsoft .NET Framework 4.5.2 Multi-Targeting Pack                                   4.5.51651       msi
Microsoft .NET Framework 4.6 Targeting Pack                                           4.6.81          msi
Microsoft .NET Framework 4.6.1 Targeting Pack                                         4.6.1055        msi
Microsoft .NET Framework 4.6.2 Targeting Pack                                         4.6.1590        msi
Microsoft .NET Framework 4.6.2 Targeting Pack (ENU)                                   4.6.1590        msi
Microsoft .NET Framework 4.7 Targeting Pack                                           4.7.2046        msi
Microsoft .NET Framework 4.7 Targeting Pack (ENU)                                     4.7.2046        msi
Microsoft .NET Framework 4.7.1 Doc Redirected Targeting Pack (ENU)                    4.7.2558        msi
Microsoft .NET Framework 4.7.1 Targeting Pack                                         4.7.2558        msi
Microsoft .NET Framework 4.7.2 SDK                                                    4.7.3081        msi
Microsoft .NET Framework 4.7.2 Targeting Pack                                         4.7.3062        msi
Microsoft .NET Framework 4.7.2 Targeting Pack (ENU)                                   4.7.3062        msi
Microsoft .NET Framework 4.8 SDK                                                      4.8.4084        msi
Microsoft .NET Framework 4.8 Targeting Pack                                           4.8.4084        msi
Microsoft .NET Framework 4.8 Targeting Pack (ENU)                                     4.8.3761        msi
Microsoft .NET Framework Cumulative Intellisense Pack for Visual Studio (ENU)         4.8.3761        msi
Microsoft .NET Native SDK                                                             15.0.24211.7    msi
Microsoft .NET Standard Targeting Pack - 2.1.0 (x64)                                  24.0.28113      msi
Microsoft AS OLE DB Provider for SQL Server 2016                                      13.1.4561.14    msi
Microsoft ASP.NET Core 2.1.21 Shared Framework (x64)                                  2.1.21.0        msi
Microsoft ASP.NET Core 3.1.3 Targeting Pack (x64)                                     3.1.3.0         msi
Microsoft ASP.NET Core 3.1.7 Shared Framework (x64)                                   3.1.7.0         msi
Microsoft ASP.NET Core 3.1.7 Shared Framework (x86)                                   3.1.7.0         msi
Microsoft ASP.NET Core Module for IIS Express                                         12.2.18292.0    msi
Microsoft ASP.NET Core Module V2 for IIS Express                                      13.1.20087.0    msi
Microsoft ASP.NET Diagnostic Pack for Visual Studio                                   16.7.532.28833  msi
Microsoft ASP.NET Web Tools Packages 16.0 - ENU                                       1.0.21125.0     msi
Microsoft Azure Authoring Tools - v2.9.6                                              2.9.8899.26     msi
Microsoft Azure CLI                                                                   2.10.1          msi
Microsoft Azure Compute Emulator - v2.9.6                                             2.9.8899.26     msi
Microsoft Azure Compute Emulator - v2.9.6                                             2.9.8899.26     Programs
Microsoft Azure Libraries for .NET  v2.9                                             3.0.127.60      msi
Microsoft Azure Service Fabric                                                        7.1.456.9590    Programs
Microsoft Azure Service Fabric SDK                                                    4.1.456.9590    msi
Microsoft Azure Storage Emulator - v5.10                                              5.10.19227.2113 msi
Microsoft Azure Storage Emulator - v5.10                                              5.10.19227.2113 Programs
Microsoft Azure Storage Tools - v6.2.0                                                6.2.0.0         msi
Microsoft Command Line Utilities 15 for SQL Server                                    15.0.1300.359   msi
Microsoft Edge                                                                        84.0.522.63     msi
Microsoft Edge Update                                                                 1.3.135.29      Programs
Microsoft Exchange Web Services Managed API 2.1                                       15.0.847.30     msi
Microsoft HTML Help Workshop Package                                                  4.74.8702       msi
Microsoft NetStandard SDK                                                             15.0.51105      msi
Microsoft ODBC Driver 17 for SQL Server                                               17.2.0.1        msi
Microsoft Portable Library Multi-Targeting Pack                                       16.0.28329.73   msi
Microsoft Portable Library Multi-Targeting Pack Language Pack - enu                   16.0.28329.73   msi
Microsoft Silverlight                                                                 5.1.50918.0     msi
Microsoft SQL Server 2012 Analysis Management Objects                                 11.4.7001.0     msi
Microsoft SQL Server 2014 Analysis Management Objects                                 12.2.5626.31    msi
Microsoft SQL Server 2016 Analysis Management Objects                                 13.1.4561.14    msi
Microsoft SQL Server 2016 LocalDB                                                     13.1.4001.0     msi
Microsoft SQL Server 2016 Management Objects  (x64)                                   13.0.1601.5     msi
Microsoft SQL Server Data-Tier Application Framework (x64)                            15.0.4769.1     msi
Microsoft SQL Server Integration Services Projects                                    15.0.2000.128   Programs
Microsoft System CLR Types for SQL Server 2016                                        13.0.1601.5     msi
Microsoft System CLR Types for SQL Server 2019 CTP2.2                                 15.0.1200.24    msi
Microsoft TestPlatform SDK Local Feed                                                 16.6.0.4        msi
Microsoft UniversalWindowsPlatform SDK                                                15.9.12         msi
Microsoft Visual C++ 2010  x64 Redistributable - 10.0.40219                           10.0.40219      msi
Microsoft Visual C++ 2010  x86 Redistributable - 10.0.40219                           10.0.40219      msi
Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030                          11.0.61030.0    Programs
Microsoft Visual C++ 2012 x64 Additional Runtime - 11.0.61030                         11.0.61030      msi
Microsoft Visual C++ 2012 x64 Minimum Runtime - 11.0.61030                            11.0.61030      msi
Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.30501                          12.0.30501.0    Programs
Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.40660                          12.0.40660.0    Programs
Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.30501                          12.0.30501.0    Programs
Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.40660                         12.0.40660      msi
Microsoft Visual C++ 2013 x64 Minimum Runtime - 12.0.40660                            12.0.40660      msi
Microsoft Visual C++ 2013 x86 Additional Runtime - 12.0.21005                         12.0.21005      msi
Microsoft Visual C++ 2013 x86 Minimum Runtime - 12.0.21005                            12.0.21005      msi
Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.27.29016                    14.27.29016.0   Programs
Microsoft Visual C++ 2015-2019 Redistributable (x86) - 14.27.29016                    14.27.29016.0   Programs
Microsoft Visual C++ 2019 X64 Additional Runtime - 14.27.29016                        14.27.29016     msi
Microsoft Visual C++ 2019 X64 Debug Runtime - 14.27.29016                             14.27.29016     msi
Microsoft Visual C++ 2019 X64 Minimum Runtime - 14.27.29016                           14.27.29016     msi
Microsoft Visual C++ 2019 X86 Additional Runtime - 14.27.29016                        14.27.29016     msi
Microsoft Visual C++ 2019 X86 Debug Runtime - 14.27.29016                             14.27.29016     msi
Microsoft Visual C++ 2019 X86 Minimum Runtime - 14.27.29016                           14.27.29016     msi
Microsoft Visual Studio 2010 Tools for Office Runtime (x64)                           10.0.50908      msi
Microsoft Visual Studio 2010 Tools for Office Runtime (x64)                           10.0.50903      Programs
Microsoft Visual Studio 2019 Tools for Unity                                          4.7.1.0         msi
Microsoft Visual Studio Installer                                                     2.7.3064.805    Programs
Microsoft Visual Studio Setup Configuration                                           2.7.3111.17308  msi
Microsoft Visual Studio Setup WMI Provider                                            2.7.3111.17308  msi
Microsoft Visual Studio Tools for Applications 2019                                   16.0.29425      Programs
Microsoft Visual Studio Tools for Applications 2019 x64 Hosting Support               16.0.29425      msi
Microsoft Visual Studio Tools for Applications 2019 x86 Hosting Support               16.0.29425      msi
Microsoft Web Deploy 4.0                                                              10.0.3802       msi
Microsoft Web Platform Installer 5.1                                                  5.1.51515.0     msi
Microsoft Windows Communication Foundation Diagnostic Pack for x86                    16.0.28329      msi
Microsoft Windows Desktop Runtime - 3.1.7 (x64)                                       24.92.29121     msi
Microsoft Windows Desktop Runtime - 3.1.7 (x86)                                       24.92.29121     msi
Microsoft Windows Desktop Targeting Pack - 3.1.0 (x64)                                24.64.28315     msi
Microsoft Workflow Debugger v1.0 for amd64                                            16.0.28329      msi
Microsoft Workflow Debugger v1.0 for x86                                              16.0.28329      msi
Microsoft Workflow Diagnostic Pack for x64                                            16.0.28329      msi
Miniconda3 4.6.14 (Python 3.7.3 64-bit)                                               4.6.14          Programs
Minimal WLPC Content                                                                  10.1.19041.1    msi
MongoDB 4.4.0 2008R2Plus SSL (64 bit)                                                 4.4.0           msi
Mozilla Firefox 79.0 (x64 en-US)                                                      79.0            Programs
Mozilla Maintenance Service                                                           79.0            Programs
MSI Development Tools                                                                 10.1.19041.1    msi
Node.js                                                                               12.18.3         msi
Nullsoft Install System                                                               3.06.1          Programs
OEM Test Certificates                                                                 10.1.19041.1    msi
Open XML SDK 2.5 for Microsoft Office                                                 2.5.5631        msi
OpenSSL 1.1.1 Light (64-bit)                                                                          Programs
PackageManagement                                                                     1.4.7           PowerShellGet
Pester                                                                                5.0.3           PowerShellGet
PostgreSQL 12                                                                         12              Programs
PowerShell 7-x64                                                                      7.0.3.0         msi
PowerShell Extensions for SQL Server 2016                                             13.0.1601.5     msi
PowerShellGet                                                                         2.2.4.1         PowerShellGet
PSWindowsUpdate                                                                       2.2.0.2         PowerShellGet
Python 2.7.18                                                                         2.7.18150       msi
Python 2.7.18 (64-bit)                                                                2.7.18150       msi
Python 3.5.4 Core Interpreter (32-bit)                                                3.5.4150.0      msi
Python 3.5.4 Core Interpreter (64-bit)                                                3.5.4150.0      msi
Python 3.5.4 Development Libraries (32-bit)                                           3.5.4150.0      msi
Python 3.5.4 Development Libraries (64-bit)                                           3.5.4150.0      msi
Python 3.5.4 Documentation (32-bit)                                                   3.5.4150.0      msi
Python 3.5.4 Documentation (64-bit)                                                   3.5.4150.0      msi
Python 3.5.4 Executables (32-bit)                                                     3.5.4150.0      msi
Python 3.5.4 Executables (64-bit)                                                     3.5.4150.0      msi
Python 3.5.4 pip Bootstrap (32-bit)                                                   3.5.4150.0      msi
Python 3.5.4 pip Bootstrap (64-bit)                                                   3.5.4150.0      msi
Python 3.5.4 Standard Library (32-bit)                                                3.5.4150.0      msi
Python 3.5.4 Standard Library (64-bit)                                                3.5.4150.0      msi
Python 3.5.4 Tcl/Tk Support (32-bit)                                                  3.5.4150.0      msi
Python 3.5.4 Tcl/Tk Support (64-bit)                                                  3.5.4150.0      msi
Python 3.5.4 Test Suite (32-bit)                                                      3.5.4150.0      msi
Python 3.5.4 Test Suite (64-bit)                                                      3.5.4150.0      msi
Python 3.5.4 Utility Scripts (32-bit)                                                 3.5.4150.0      msi
Python 3.5.4 Utility Scripts (64-bit)                                                 3.5.4150.0      msi
Python 3.6.8 Core Interpreter (32-bit)                                                3.6.8150.0      msi
Python 3.6.8 Core Interpreter (64-bit)                                                3.6.8150.0      msi
Python 3.6.8 Development Libraries (32-bit)                                           3.6.8150.0      msi
Python 3.6.8 Development Libraries (64-bit)                                           3.6.8150.0      msi
Python 3.6.8 Documentation (32-bit)                                                   3.6.8150.0      msi
Python 3.6.8 Documentation (64-bit)                                                   3.6.8150.0      msi
Python 3.6.8 Executables (32-bit)                                                     3.6.8150.0      msi
Python 3.6.8 Executables (64-bit)                                                     3.6.8150.0      msi
Python 3.6.8 pip Bootstrap (32-bit)                                                   3.6.8150.0      msi
Python 3.6.8 pip Bootstrap (64-bit)                                                   3.6.8150.0      msi
Python 3.6.8 Standard Library (32-bit)                                                3.6.8150.0      msi
Python 3.6.8 Standard Library (64-bit)                                                3.6.8150.0      msi
Python 3.6.8 Tcl/Tk Support (32-bit)                                                  3.6.8150.0      msi
Python 3.6.8 Tcl/Tk Support (64-bit)                                                  3.6.8150.0      msi
Python 3.6.8 Test Suite (32-bit)                                                      3.6.8150.0      msi
Python 3.6.8 Test Suite (64-bit)                                                      3.6.8150.0      msi
Python 3.6.8 Utility Scripts (32-bit)                                                 3.6.8150.0      msi
Python 3.6.8 Utility Scripts (64-bit)                                                 3.6.8150.0      msi
Python 3.7.9 Core Interpreter (32-bit)                                                3.7.9150.0      msi
Python 3.7.9 Core Interpreter (64-bit)                                                3.7.9150.0      msi
Python 3.7.9 Development Libraries (32-bit)                                           3.7.9150.0      msi
Python 3.7.9 Development Libraries (64-bit)                                           3.7.9150.0      msi
Python 3.7.9 Documentation (32-bit)                                                   3.7.9150.0      msi
Python 3.7.9 Documentation (64-bit)                                                   3.7.9150.0      msi
Python 3.7.9 Executables (32-bit)                                                     3.7.9150.0      msi
Python 3.7.9 Executables (64-bit)                                                     3.7.9150.0      msi
Python 3.7.9 pip Bootstrap (32-bit)                                                   3.7.9150.0      msi
Python 3.7.9 pip Bootstrap (64-bit)                                                   3.7.9150.0      msi
Python 3.7.9 Standard Library (32-bit)                                                3.7.9150.0      msi
Python 3.7.9 Standard Library (64-bit)                                                3.7.9150.0      msi
Python 3.7.9 Tcl/Tk Support (32-bit)                                                  3.7.9150.0      msi
Python 3.7.9 Tcl/Tk Support (64-bit)                                                  3.7.9150.0      msi
Python 3.7.9 Test Suite (32-bit)                                                      3.7.9150.0      msi
Python 3.7.9 Test Suite (64-bit)                                                      3.7.9150.0      msi
Python 3.7.9 Utility Scripts (32-bit)                                                 3.7.9150.0      msi
Python 3.7.9 Utility Scripts (64-bit)                                                 3.7.9150.0      msi
Python 3.8.5 Core Interpreter (32-bit)                                                3.8.5150.0      msi
Python 3.8.5 Core Interpreter (64-bit)                                                3.8.5150.0      msi
Python 3.8.5 Development Libraries (32-bit)                                           3.8.5150.0      msi
Python 3.8.5 Development Libraries (64-bit)                                           3.8.5150.0      msi
Python 3.8.5 Documentation (32-bit)                                                   3.8.5150.0      msi
Python 3.8.5 Documentation (64-bit)                                                   3.8.5150.0      msi
Python 3.8.5 Executables (32-bit)                                                     3.8.5150.0      msi
Python 3.8.5 Executables (64-bit)                                                     3.8.5150.0      msi
Python 3.8.5 pip Bootstrap (32-bit)                                                   3.8.5150.0      msi
Python 3.8.5 pip Bootstrap (64-bit)                                                   3.8.5150.0      msi
Python 3.8.5 Standard Library (32-bit)                                                3.8.5150.0      msi
Python 3.8.5 Standard Library (64-bit)                                                3.8.5150.0      msi
Python 3.8.5 Tcl/Tk Support (32-bit)                                                  3.8.5150.0      msi
Python 3.8.5 Tcl/Tk Support (64-bit)                                                  3.8.5150.0      msi
Python 3.8.5 Test Suite (32-bit)                                                      3.8.5150.0      msi
Python 3.8.5 Test Suite (64-bit)                                                      3.8.5150.0      msi
Python 3.8.5 Utility Scripts (32-bit)                                                 3.8.5150.0      msi
Python 3.8.5 Utility Scripts (64-bit)                                                 3.8.5150.0      msi
Python Launcher                                                                       3.8.7140.0      msi
R for Windows 4.0.2                                                                   4.0.2           Programs
Rtools 4.0 (4.0.0.28)                                                                 4.0             Programs
sbt 1.3.13                                                                            1.3.13          msi
SDK ARM Additions                                                                     10.1.19041.1    msi
SDK ARM Additions EULA                                                                10.1.19041.1    msi
SDK ARM Redistributables                                                              10.1.19041.1    msi
SDK Debuggers                                                                         10.1.19041.1    msi
SDK Debuggers ARM                                                                     10.1.19041.1    msi
Session Manager Plugin                                                                1.1.61.0        Programs
Session Manager Plugin                                                                1.1.61.0        msi
sptools_Microsoft.VisualStudio.OfficeDeveloperTools.Msi                               16.0.29931      msi
sptools_Microsoft.VisualStudio.Vsto.Msi                                               16.0.28030      msi
sptools_Microsoft.VisualStudio.Vsto.Msi.Resources                                     16.0.28030      msi
sptools_Microsoft.VisualStudio.Vsto.Msi.x64                                           16.0.28030      msi
SQL Server Integration Services 2012                                                  11.4.7001.0     msi
SQL Server Integration Services 2014                                                  12.2.5626.31    msi
SQL Server Integration Services 2016                                                  13.1.4561.14    msi
SQL Server Integration Services Singleton                                             15.0.2000.128   msi
SqlServer                                                                             21.1.18226      PowerShellGet
Strawberry Perl (64-bit)                                                              5.30.3001       msi
TortoiseSVN 1.14.0.28885 (64 bit)                                                     1.14.28885      msi
TypeScript SDK                                                                        3.9.6.0         msi
Unity Hub 2.3.2                                                                       2.3.2           Programs
Universal CRT Extension SDK                                                           10.1.19041.1    msi
Universal CRT Headers Libraries and Sources                                           10.1.19041.1    msi
Universal CRT Redistributable                                                         10.1.19041.1    msi
Universal CRT Tools x64                                                               10.1.19041.1    msi
Universal CRT Tools x86                                                               10.1.19041.1    msi
Universal General MIDI DLS Extension SDK                                              10.1.19041.1    msi
Update for  (KB2504637)                                                               1               Programs
vcpp_crt.redist.clickonce                                                             14.27.29016     msi
Visual C++ Compiler/Tools Premium ARM Base Package                                    14.0.24245      msi
Visual C++ Compiler/Tools Premium ARM Base Resource Package                           14.0.24245      msi
Visual C++ Compiler/Tools Premium X64 ARM Cross Package                               14.0.24245      msi
Visual C++ Compiler/Tools Premium X64 ARM Cross Resource Package                      14.0.24245      msi
Visual C++ Compiler/Tools Premium X64 Base Package                                    14.0.24245      msi
Visual C++ Compiler/Tools Premium X64 Base Resource Package                           14.0.24245      msi
Visual C++ Compiler/Tools Premium X64 Native Package                                  14.0.24245      msi
Visual C++ Compiler/Tools Premium X64 Native Resource Package                         14.0.24245      msi
Visual C++ Compiler/Tools Premium X64 X86 Cross Package                               14.0.24245      msi
Visual C++ Compiler/Tools Premium X64 X86 Cross Resource Package                      14.0.24245      msi
Visual C++ Compiler/Tools Premium X86 ARM Cross Package                               14.0.24245      msi
Visual C++ Compiler/Tools Premium X86 ARM Cross Resource Package                      14.0.24245      msi
Visual C++ Compiler/Tools Premium X86 Base Package                                    14.0.24245      msi
Visual C++ Compiler/Tools Premium X86 Base Resource Package                           14.0.24245      msi
Visual C++ Compiler/Tools Premium X86 Native Package                                  14.0.24245      msi
Visual C++ Compiler/Tools Premium X86 Native Resource Package                         14.0.24245      msi
Visual C++ Compiler/Tools Premium X86 X64 Cross Package                               14.0.24245      msi
Visual C++ Compiler/Tools Premium X86 X64 Cross Resource Package                      14.0.24245      msi
Visual C++ Compiler/Tools X64 ARM Cross Package                                       14.0.24245      msi
Visual C++ Compiler/Tools X64 ARM Cross Resource Package                              14.0.24245      msi
Visual C++ Compiler/Tools X64 Base Package                                            14.0.24245      msi
Visual C++ Compiler/Tools X64 Base Resource Package                                   14.0.24245      msi
Visual C++ Compiler/Tools X64 Native Package                                          14.0.24245      msi
Visual C++ Compiler/Tools X64 Native Resource Package                                 14.0.24245      msi
Visual C++ Compiler/Tools X64 X86 Cross Package                                       14.0.24245      msi
Visual C++ Compiler/Tools X64 X86 Cross Resource Package                              14.0.24245      msi
Visual C++ Compiler/Tools X86 ARM Cross Package                                       14.0.24245      msi
Visual C++ Compiler/Tools X86 ARM Cross Resource Package                              14.0.24245      msi
Visual C++ Compiler/Tools X86 Base Package                                            14.0.24245      msi
Visual C++ Compiler/Tools X86 Base Resource Package                                   14.0.24245      msi
Visual C++ Compiler/Tools X86 Native Package                                          14.0.24245      msi
Visual C++ Compiler/Tools X86 Native Resource Package                                 14.0.24245      msi
Visual C++ Compiler/Tools X86 X64 Cross Package                                       14.0.24245      msi
Visual C++ Compiler/Tools X86 X64 Cross Resource Package                              14.0.24245      msi
Visual C++ CRT Headers Package                                                        14.0.24245      msi
Visual C++ Extra Files                                                                14.0.24245      msi
Visual C++ Extra Resource Files                                                       14.0.24245      msi
Visual C++ Library ATL ARM Package                                                    14.0.24245      msi
Visual C++ Library ATL Headers Package                                                14.0.24245      msi
Visual C++ Library ATL Source Package                                                 14.0.24245      msi
Visual C++ Library ATL X64 Package                                                    14.0.24245      msi
Visual C++ Library ATL X86 Package                                                    14.0.24245      msi
Visual C++ Library CRT Appx Package                                                   14.27.29110     msi
Visual C++ Library CRT Appx Resource Package                                          14.27.29110     msi
Visual C++ Library CRT ARM Desktop Package                                            14.0.24245      msi
Visual C++ Library CRT ARM OneCore For Desktop Package                                14.0.24245      msi
Visual C++ Library CRT ARM Redist Package                                             14.0.24245      msi
Visual C++ Library CRT ARM Store Package                                              14.0.24245      msi
Visual C++ Library CRT ARM64 Appx Package                                             14.27.29110     msi
Visual C++ Library CRT Desktop Appx Package                                           14.27.29110     msi
Visual C++ Library CRT Redist Resource Package                                        14.0.24245      msi
Visual C++ Library CRT Source Package                                                 14.0.24245      msi
Visual C++ Library CRT X64 Desktop Package                                            14.0.24245      msi
Visual C++ Library CRT X64 OneCore For Desktop Package                                14.0.24245      msi
Visual C++ Library CRT X64 Redist Package                                             14.0.24245      msi
Visual C++ Library CRT X64 Store Package                                              14.0.24245      msi
Visual C++ Library CRT X86 Desktop Package                                            14.0.24245      msi
Visual C++ Library CRT X86 OneCore For Desktop Package                                14.0.24245      msi
Visual C++ Library CRT X86 Redist Package                                             14.0.24245      msi
Visual C++ Library CRT X86 Store Package                                              14.0.24245      msi
Visual C++ Library MFC Headers Package                                                14.0.24245      msi
Visual C++ Library MFC MBCS Package                                                   14.0.24245      msi
Visual C++ Library MFC Source Package                                                 14.0.24245      msi
Visual C++ Library MFC X64 Package                                                    14.0.24245      msi
Visual C++ Library MFC X86 Package                                                    14.0.24245      msi
Visual C++ Library PGO ARM Package                                                    14.0.24245      msi
Visual C++ Library PGO Headers Package                                                14.0.24245      msi
Visual C++ Library PGO X64 Package                                                    14.0.24245      msi
Visual C++ Library PGO X86 Package                                                    14.0.24245      msi
Visual C++ MSBuild ARM Package                                                        14.0.24245      msi
Visual C++ MSBuild Base Package                                                       14.0.24245      msi
Visual C++ MSBuild Base Resource Package                                              14.0.24245      msi
Visual C++ MSBuild X64 Package                                                        14.0.24245      msi
Visual C++ MSBuild X86 Package                                                        14.0.24245      msi
Visual Studio Enterprise 2019                                                         16.7.30413.136  Programs
VS Immersive Activate Helper                                                          16.0.102.0      msi
VS JIT Debugger                                                                       16.0.102.0      msi
VS Script Debugging Common                                                            16.0.102.0      msi
VS WCF Debugging                                                                      16.0.102.0      msi
vs_BlendMsi                                                                           16.0.28329      msi
vs_clickoncebootstrappermsi                                                           16.0.28329      msi
vs_clickoncebootstrappermsires                                                        16.0.28329      msi
vs_clickoncesigntoolmsi                                                               16.0.28329      msi
vs_codecoveragemsi                                                                    16.0.28329      msi
vs_codeduitestframeworkmsi                                                            16.0.28329      msi
vs_communitymsi                                                                       16.7.30310      msi
vs_communitymsires                                                                    16.0.28329      msi
vs_cuitcommoncoremsi16                                                                16.5.29521      msi
vs_cuitextensionmsi16                                                                 16.5.29521      msi
vs_cuitextensionmsi16_x64                                                             16.0.28329      msi
vs_devenvmsi                                                                          16.0.28329      msi
vs_filehandler_amd64                                                                  16.7.30309      msi
vs_filehandler_x86                                                                    16.7.30309      msi
vs_FileTracker_Singleton                                                              16.7.30309      msi
vs_Graphics_Singletonx64                                                              16.7.30309      msi
vs_Graphics_Singletonx86                                                              16.7.30310      msi
vs_loadtestexceladdinmsi                                                              16.0.28329      msi
vs_minshellinteropmsi                                                                 16.2.28917      msi
vs_minshellmsi                                                                        16.7.30310      msi
vs_minshellmsires                                                                     16.0.28329      msi
vs_networkemulationmsi_x64                                                            16.0.28329      msi
vs_SQLClickOnceBootstrappermsi                                                        16.7.30309      msi
vs_tipsmsi                                                                            16.0.28329      msi
vs_vswebprotocolselectormsi                                                           16.7.30309      msi
vs_webtestrecordermsi                                                                 16.7.30309      msi
vs_webtestrecordermsi_x64                                                             16.0.28329      msi
VSSetup                                                                               2.2.16          PowerShellGet
WinAppDeploy                                                                          10.1.19041.1    msi
Windows 7 WDK Headers and Libs                                                        10.1.19041.1    msi
Windows 8 WDK Headers and Libs                                                        10.1.19041.1    msi
Windows 8.1 WDK Headers and Libs                                                      10.1.19041.1    msi
Windows App Certification Kit Native Components                                       10.1.19041.1    msi
Windows App Certification Kit SupportedApiList x86                                    10.1.19041.1    msi
Windows App Certification Kit x64                                                     10.1.19041.1    msi
Windows Application Driver                                                            1.1.3.0         msi
Windows Debugging WDK Integration                                                     10.1.19041.1    msi
Windows Desktop Extension SDK                                                         10.1.19041.1    msi
Windows Desktop Extension SDK Contracts                                               10.1.19041.1    msi
Windows Driver Framework ARM Headers and Libs                                         10.1.19041.1    msi
Windows Driver Framework Headers and Libs                                             10.1.19041.1    msi
Windows Driver Kit                                                                    10.1.19041.1    msi
Windows Driver Kit - Windows 10.0.19041.1                                             10.1.19041.1    Programs
Windows Driver Kit ARM Additions                                                      10.1.19041.1    msi
Windows Driver Kit ARM Binaries                                                       10.1.19041.1    msi
Windows Driver Kit ARM Headers and Libs                                               10.1.19041.1    msi
Windows Driver Kit Binaries                                                           10.1.19041.1    msi
Windows Driver Kit Downlevel Dev14 Content                                            10.1.19041.1    msi
Windows Driver Kit Headers and Libs                                                   10.1.19041.1    msi
Windows Driver Kit Root Dev16 Content                                                 10.1.19041.1    msi
Windows Driver Kit SxS Content                                                        10.1.19041.1    msi
Windows Driver Kit Visual Studio Dev16 Content                                        10.1.19041.1    msi
Windows Espc Package                                                                  14.0.24245      msi
Windows IoT Extension SDK                                                             10.1.19041.1    msi
Windows IoT Extension SDK Contracts                                                   10.1.19041.1    msi
Windows IP Over USB                                                                   10.1.19041.1    msi
Windows Mobile Connectivity Tools 10.0.14393.0 - Desktop x86                          10.1.14393.795  msi
Windows Mobile Connectivity Tools 10.0.15254.0 - Desktop x86                          10.1.15254.1    msi
Windows Mobile Extension SDK                                                          10.1.19041.1    msi
Windows Mobile Extension SDK 10.0.14393.0 - ARM                                       10.1.14393.795  msi
Windows Mobile Extension SDK 10.0.14393.0 - x86                                       10.1.14393.795  msi
Windows Mobile Extension SDK Contracts                                                10.1.19041.1    msi
Windows Phone SDK 8.0 Assemblies for Visual Studio 2019                               16.0.30309      msi
Windows SDK                                                                           10.1.19041.1    msi
Windows SDK AddOn                                                                     10.1.0.0        msi
Windows SDK ARM Desktop Tools                                                         10.1.19041.1    msi
Windows SDK ARM Headers Libs Metadata                                                 10.1.19041.1    msi
Windows SDK Desktop Headers arm                                                       10.1.19041.1    msi
Windows SDK Desktop Headers arm64                                                     10.1.19041.1    msi
Windows SDK Desktop Headers Libs Metadata                                             10.1.14393.795  msi
Windows SDK Desktop Headers x64                                                       10.1.19041.1    msi
Windows SDK Desktop Headers x86                                                       10.1.19041.1    msi
Windows SDK Desktop Libs arm                                                          10.1.19041.1    msi
Windows SDK Desktop Libs arm64                                                        10.1.19041.1    msi
Windows SDK Desktop Libs x64                                                          10.1.19041.1    msi
Windows SDK Desktop Libs x86                                                          10.1.19041.1    msi
Windows SDK Desktop Tools                                                             10.1.14393.795  msi
Windows SDK Desktop Tools arm64                                                       10.1.19041.1    msi
Windows SDK Desktop Tools x64                                                         10.1.19041.1    msi
Windows SDK Desktop Tools x86                                                         10.1.19041.1    msi
Windows SDK DirectX x64 Remote                                                        10.1.19041.1    msi
Windows SDK DirectX x86 Remote                                                        10.1.19041.1    msi
Windows SDK EULA                                                                      10.1.19041.1    msi
Windows SDK Facade Windows WinMD Versioned                                            10.1.19041.1    msi
Windows SDK for Windows Store Apps                                                    10.1.19041.1    msi
Windows SDK for Windows Store Apps Contracts                                          10.1.19041.1    msi
Windows SDK for Windows Store Apps DirectX x64 Remote                                 10.1.17134.12   msi
Windows SDK for Windows Store Apps DirectX x86 Remote                                 10.1.19041.1    msi
Windows SDK for Windows Store Apps Headers                                            10.1.19041.1    msi
Windows SDK for Windows Store Apps Headers Libs                                       10.1.14393.795  msi
Windows SDK for Windows Store Apps Libs                                               10.1.19041.1    msi
Windows SDK for Windows Store Apps Metadata                                           10.1.19041.1    msi
Windows SDK for Windows Store Apps Tools                                              10.1.19041.1    msi
Windows SDK for Windows Store Managed Apps Libs                                       10.1.19041.1    msi
Windows SDK Modern Non-Versioned Developer Tools                                      10.1.19041.1    msi
Windows SDK Modern Versioned Developer Tools                                          10.1.19041.1    msi
Windows SDK Redistributables                                                          10.1.19041.1    msi
Windows SDK Signing Tools                                                             10.1.19041.1    msi
Windows Simulator                                                                     16.0.28522      msi
Windows Simulator - ENU                                                               16.0.28522      msi
Windows Software Development Kit - Windows 10.0.14393.795                             10.1.14393.795  Programs
Windows Software Development Kit - Windows 10.0.16299.15                              10.1.16299.15   Programs
Windows Software Development Kit - Windows 10.0.17134.12                              10.1.17134.12   Programs
Windows Software Development Kit - Windows 10.0.17763.132                             10.1.17763.132  Programs
Windows Software Development Kit - Windows 10.0.18362.1                               10.1.18362.1    Programs
Windows Software Development Kit - Windows 10.0.19041.1                               10.1.19041.1    Programs
Windows Team Extension SDK                                                            10.1.19041.1    msi
Windows Team Extension SDK Contracts                                                  10.1.19041.1    msi
Windows XP Targeting with C++                                                         11.0.51106      msi
windows_toolscorepkg                                                                  16.7.30309      msi
WinRT Intellisense Desktop - en-us                                                    10.1.19041.1    msi
WinRT Intellisense Desktop - Other Languages                                          10.1.19041.1    msi
WinRT Intellisense IoT - en-us                                                        10.1.19041.1    msi
WinRT Intellisense IoT - Other Languages                                              10.1.19041.1    msi
WinRT Intellisense Mobile - en-us                                                     10.1.19041.1    msi
WinRT Intellisense PPI - en-us                                                        10.1.19041.1    msi
WinRT Intellisense PPI - Other Languages                                              10.1.19041.1    msi
WinRT Intellisense UAP - en-us                                                        10.1.19041.1    msi
WinRT Intellisense UAP - Other Languages                                              10.1.19041.1    msi
WiX Toolset v3.11 Core                                                                3.11.4516       msi
WiX Toolset v3.11 Managed SDK                                                         3.11.4516       msi
WiX Toolset v3.11 Native 2010 SDK                                                     3.11.4516       msi
WiX Toolset v3.11 Native 2012 SDK                                                     3.11.4516       msi
WiX Toolset v3.11 Native 2013 SDK                                                     3.11.4516       msi
WiX Toolset v3.11 Native 2015 SDK                                                     3.11.4516       msi
WiX Toolset v3.11 Native 2017 SDK                                                     3.11.4516       msi
WiX Toolset v3.11 X64                                                                 3.11.4516       msi
WiX Toolset v3.11.2.4516                                                              3.11.2.4516     Programs
Workflow Manager Client 1.0                                                           2.1.10525.2     msi
Workflow Manager Tools 1.0 for Visual Studio                                          2.1.30411.0     msi
WPT Redistributables                                                                  10.1.19041.1    msi
WPTx64                                                                                10.1.19041.1    msi
Xamarin Offline Packages                                                              16.7.85         msi
Xamarin PCL Profiles v1.0.9                                                           1.0.9.0         msi
Xamarin Remoted iOS Simulator                                                         16.7.0.0        msi

C:\以下のディレクトリ列挙。dirs.txtとして別ファイルで添付。

> .\fd . --type d --exclude 'Windows' --exclude Temp --exclude Users --max-depth 6 'C:\' | Out-File dirs.txt
This file has been truncated, but you can view the full file.
C:\aliyun-cli
C:\cf-cli
C:\cobertura-2.1.1
C:\cobertura-2.1.1\examples
C:\cobertura-2.1.1\examples\basic
C:\cobertura-2.1.1\examples\basic\src
C:\cobertura-2.1.1\examples\basic\src\com
C:\cobertura-2.1.1\examples\basic\src\com\example
C:\cobertura-2.1.1\lib
C:\hostedtoolcache
C:\hostedtoolcache\windows
C:\hostedtoolcache\windows\boost
C:\hostedtoolcache\windows\boost\1.69.0
C:\hostedtoolcache\windows\boost\1.69.0\x86_64
C:\hostedtoolcache\windows\boost\1.69.0\x86_64\boost
C:\hostedtoolcache\windows\boost\1.69.0\x86_64\doc
C:\hostedtoolcache\windows\boost\1.69.0\x86_64\include
C:\hostedtoolcache\windows\boost\1.69.0\x86_64\lib
C:\hostedtoolcache\windows\boost\1.69.0\x86_64\libs
C:\hostedtoolcache\windows\boost\1.69.0\x86_64\more
C:\hostedtoolcache\windows\boost\1.69.0\x86_64\status
C:\hostedtoolcache\windows\boost\1.69.0\x86_64\tools
C:\hostedtoolcache\windows\boost\1.72.0
C:\hostedtoolcache\windows\boost\1.72.0\x86_64
C:\hostedtoolcache\windows\boost\1.72.0\x86_64\boost
C:\hostedtoolcache\windows\boost\1.72.0\x86_64\doc
C:\hostedtoolcache\windows\boost\1.72.0\x86_64\include
C:\hostedtoolcache\windows\boost\1.72.0\x86_64\lib
C:\hostedtoolcache\windows\boost\1.72.0\x86_64\libs
C:\hostedtoolcache\windows\boost\1.72.0\x86_64\more
C:\hostedtoolcache\windows\boost\1.72.0\x86_64\status
C:\hostedtoolcache\windows\boost\1.72.0\x86_64\tools
C:\hostedtoolcache\windows\go
C:\hostedtoolcache\windows\go\1.10.8
C:\hostedtoolcache\windows\go\1.10.8\x64
C:\hostedtoolcache\windows\go\1.10.8\x64\api
C:\hostedtoolcache\windows\go\1.10.8\x64\bin
C:\hostedtoolcache\windows\go\1.10.8\x64\doc
C:\hostedtoolcache\windows\go\1.10.8\x64\lib
C:\hostedtoolcache\windows\go\1.10.8\x64\misc
C:\hostedtoolcache\windows\go\1.10.8\x64\pkg
C:\hostedtoolcache\windows\go\1.10.8\x64\src
C:\hostedtoolcache\windows\go\1.10.8\x64\test
C:\hostedtoolcache\windows\go\1.11.13
C:\hostedtoolcache\windows\go\1.11.13\x64
C:\hostedtoolcache\windows\go\1.11.13\x64\api
C:\hostedtoolcache\windows\go\1.11.13\x64\bin
C:\hostedtoolcache\windows\go\1.11.13\x64\doc
C:\hostedtoolcache\windows\go\1.11.13\x64\lib
C:\hostedtoolcache\windows\go\1.11.13\x64\misc
C:\hostedtoolcache\windows\go\1.11.13\x64\pkg
C:\hostedtoolcache\windows\go\1.11.13\x64\src
C:\hostedtoolcache\windows\go\1.11.13\x64\test
C:\hostedtoolcache\windows\go\1.12.17
C:\hostedtoolcache\windows\go\1.12.17\x64
C:\hostedtoolcache\windows\go\1.12.17\x64\api
C:\hostedtoolcache\windows\go\1.12.17\x64\bin
C:\hostedtoolcache\windows\go\1.12.17\x64\doc
C:\hostedtoolcache\windows\go\1.12.17\x64\lib
C:\hostedtoolcache\windows\go\1.12.17\x64\misc
C:\hostedtoolcache\windows\go\1.12.17\x64\pkg
C:\hostedtoolcache\windows\go\1.12.17\x64\src
C:\hostedtoolcache\windows\go\1.12.17\x64\test
C:\hostedtoolcache\windows\go\1.13.15
C:\hostedtoolcache\windows\go\1.13.15\x64
C:\hostedtoolcache\windows\go\1.13.15\x64\api
C:\hostedtoolcache\windows\go\1.13.15\x64\bin
C:\hostedtoolcache\windows\go\1.13.15\x64\doc
C:\hostedtoolcache\windows\go\1.13.15\x64\lib
C:\hostedtoolcache\windows\go\1.13.15\x64\misc
C:\hostedtoolcache\windows\go\1.13.15\x64\pkg
C:\hostedtoolcache\windows\go\1.13.15\x64\src
C:\hostedtoolcache\windows\go\1.13.15\x64\test
C:\hostedtoolcache\windows\go\1.14.7
C:\hostedtoolcache\windows\go\1.14.7\x64
C:\hostedtoolcache\windows\go\1.14.7\x64\api
C:\hostedtoolcache\windows\go\1.14.7\x64\bin
C:\hostedtoolcache\windows\go\1.14.7\x64\doc
C:\hostedtoolcache\windows\go\1.14.7\x64\lib
C:\hostedtoolcache\windows\go\1.14.7\x64\misc
C:\hostedtoolcache\windows\go\1.14.7\x64\pkg
C:\hostedtoolcache\windows\go\1.14.7\x64\src
C:\hostedtoolcache\windows\go\1.14.7\x64\test
C:\hostedtoolcache\windows\go\1.15.0
C:\hostedtoolcache\windows\go\1.15.0\x64
C:\hostedtoolcache\windows\go\1.15.0\x64\api
C:\hostedtoolcache\windows\go\1.15.0\x64\bin
C:\hostedtoolcache\windows\go\1.15.0\x64\doc
C:\hostedtoolcache\windows\go\1.15.0\x64\lib
C:\hostedtoolcache\windows\go\1.15.0\x64\misc
C:\hostedtoolcache\windows\go\1.15.0\x64\pkg
C:\hostedtoolcache\windows\go\1.15.0\x64\src
C:\hostedtoolcache\windows\go\1.15.0\x64\test
C:\hostedtoolcache\windows\go\1.9.7
C:\hostedtoolcache\windows\go\1.9.7\x64
C:\hostedtoolcache\windows\go\1.9.7\x64\api
C:\hostedtoolcache\windows\go\1.9.7\x64\bin
C:\hostedtoolcache\windows\go\1.9.7\x64\blog
C:\hostedtoolcache\windows\go\1.9.7\x64\doc
C:\hostedtoolcache\windows\go\1.9.7\x64\lib
C:\hostedtoolcache\windows\go\1.9.7\x64\misc
C:\hostedtoolcache\windows\go\1.9.7\x64\pkg
C:\hostedtoolcache\windows\go\1.9.7\x64\src
C:\hostedtoolcache\windows\go\1.9.7\x64\test
C:\hostedtoolcache\windows\node
C:\hostedtoolcache\windows\node\10.22.0
C:\hostedtoolcache\windows\node\10.22.0\x64
C:\hostedtoolcache\windows\node\10.22.0\x64\node_modules
C:\hostedtoolcache\windows\node\12.18.3
C:\hostedtoolcache\windows\node\12.18.3\x64
C:\hostedtoolcache\windows\node\12.18.3\x64\node_modules
C:\hostedtoolcache\windows\node\14.8.0
C:\hostedtoolcache\windows\node\14.8.0\x64
C:\hostedtoolcache\windows\node\14.8.0\x64\node_modules
C:\hostedtoolcache\windows\node\8.17.0
C:\hostedtoolcache\windows\node\8.17.0\x64
C:\hostedtoolcache\windows\node\8.17.0\x64\node_modules
C:\hostedtoolcache\windows\PyPy
C:\hostedtoolcache\windows\PyPy\2.7.13
C:\hostedtoolcache\windows\PyPy\2.7.13\x86
C:\hostedtoolcache\windows\PyPy\2.7.13\x86\include
C:\hostedtoolcache\windows\PyPy\2.7.13\x86\lib_pypy
C:\hostedtoolcache\windows\PyPy\2.7.13\x86\lib-python
C:\hostedtoolcache\windows\PyPy\2.7.13\x86\libs
C:\hostedtoolcache\windows\PyPy\2.7.13\x86\Scripts
C:\hostedtoolcache\windows\PyPy\2.7.13\x86\site-packages
C:\hostedtoolcache\windows\PyPy\2.7.13\x86\tcl
C:\hostedtoolcache\windows\PyPy\3.6.9
C:\hostedtoolcache\windows\PyPy\3.6.9\x86
C:\hostedtoolcache\windows\PyPy\3.6.9\x86\include
C:\hostedtoolcache\windows\PyPy\3.6.9\x86\lib_pypy
C:\hostedtoolcache\windows\PyPy\3.6.9\x86\lib-python
C:\hostedtoolcache\windows\PyPy\3.6.9\x86\libs
C:\hostedtoolcache\windows\PyPy\3.6.9\x86\Scripts
C:\hostedtoolcache\windows\PyPy\3.6.9\x86\site-packages
C:\hostedtoolcache\windows\PyPy\3.6.9\x86\tcl
C:\hostedtoolcache\windows\Python
C:\hostedtoolcache\windows\Python\2.7.18
C:\hostedtoolcache\windows\Python\2.7.18\x64
C:\hostedtoolcache\windows\Python\2.7.18\x64\DLLs
C:\hostedtoolcache\windows\Python\2.7.18\x64\Doc
C:\hostedtoolcache\windows\Python\2.7.18\x64\include
C:\hostedtoolcache\windows\Python\2.7.18\x64\Lib
C:\hostedtoolcache\windows\Python\2.7.18\x64\libs
C:\hostedtoolcache\windows\Python\2.7.18\x64\Scripts
C:\hostedtoolcache\windows\Python\2.7.18\x64\tcl
C:\hostedtoolcache\windows\Python\2.7.18\x64\Tools
C:\hostedtoolcache\windows\Python\2.7.18\x86
C:\hostedtoolcache\windows\Python\2.7.18\x86\DLLs
C:\hostedtoolcache\windows\Python\2.7.18\x86\Doc
C:\hostedtoolcache\windows\Python\2.7.18\x86\include
C:\hostedtoolcache\windows\Python\2.7.18\x86\Lib
C:\hostedtoolcache\windows\Python\2.7.18\x86\libs
C:\hostedtoolcache\windows\Python\2.7.18\x86\Scripts
C:\hostedtoolcache\windows\Python\2.7.18\x86\tcl
C:\hostedtoolcache\windows\Python\2.7.18\x86\Tools
C:\hostedtoolcache\windows\Python\3.5.4
C:\hostedtoolcache\windows\Python\3.5.4\x64
C:\hostedtoolcache\windows\Python\3.5.4\x64\DLLs
C:\hostedtoolcache\windows\Python\3.5.4\x64\Doc
C:\hostedtoolcache\windows\Python\3.5.4\x64\include
C:\hostedtoolcache\windows\Python\3.5.4\x64\Lib
C:\hostedtoolcache\windows\Python\3.5.4\x64\libs
C:\hostedtoolcache\windows\Python\3.5.4\x64\Scripts
C:\hostedtoolcache\windows\Python\3.5.4\x64\tcl
C:\hostedtoolcache\windows\Python\3.5.4\x64\Tools
C:\hostedtoolcache\windows\Python\3.5.4\x86
C:\hostedtoolcache\windows\Python\3.5.4\x86\DLLs
C:\hostedtoolcache\windows\Python\3.5.4\x86\Doc
C:\hostedtoolcache\windows\Python\3.5.4\x86\include
C:\hostedtoolcache\windows\Python\3.5.4\x86\Lib
C:\hostedtoolcache\windows\Python\3.5.4\x86\libs
C:\hostedtoolcache\windows\Python\3.5.4\x86\Scripts
C:\hostedtoolcache\windows\Python\3.5.4\x86\tcl
C:\hostedtoolcache\windows\Python\3.5.4\x86\Tools
C:\hostedtoolcache\windows\Python\3.6.8
C:\hostedtoolcache\windows\Python\3.6.8\x64
C:\hostedtoolcache\windows\Python\3.6.8\x64\DLLs
C:\hostedtoolcache\windows\Python\3.6.8\x64\Doc
C:\hostedtoolcache\windows\Python\3.6.8\x64\include
C:\hostedtoolcache\windows\Python\3.6.8\x64\Lib
C:\hostedtoolcache\windows\Python\3.6.8\x64\libs
C:\hostedtoolcache\windows\Python\3.6.8\x64\Scripts
C:\hostedtoolcache\windows\Python\3.6.8\x64\tcl
C:\hostedtoolcache\windows\Python\3.6.8\x64\Tools
C:\hostedtoolcache\windows\Python\3.6.8\x86
C:\hostedtoolcache\windows\Python\3.6.8\x86\DLLs
C:\hostedtoolcache\windows\Python\3.6.8\x86\Doc
C:\hostedtoolcache\windows\Python\3.6.8\x86\include
C:\hostedtoolcache\windows\Python\3.6.8\x86\Lib
C:\hostedtoolcache\windows\Python\3.6.8\x86\libs
C:\hostedtoolcache\windows\Python\3.6.8\x86\Scripts
C:\hostedtoolcache\windows\Python\3.6.8\x86\tcl
C:\hostedtoolcache\windows\Python\3.6.8\x86\Tools
C:\hostedtoolcache\windows\Python\3.7.9
C:\hostedtoolcache\windows\Python\3.7.9\x64
C:\hostedtoolcache\windows\Python\3.7.9\x64\DLLs
C:\hostedtoolcache\windows\Python\3.7.9\x64\Doc
C:\hostedtoolcache\windows\Python\3.7.9\x64\include
C:\hostedtoolcache\windows\Python\3.7.9\x64\Lib
C:\hostedtoolcache\windows\Python\3.7.9\x64\libs
C:\hostedtoolcache\windows\Python\3.7.9\x64\Scripts
C:\hostedtoolcache\windows\Python\3.7.9\x64\tcl
C:\hostedtoolcache\windows\Python\3.7.9\x64\Tools
C:\hostedtoolcache\windows\Python\3.7.9\x86
C:\hostedtoolcache\windows\Python\3.7.9\x86\DLLs
C:\hostedtoolcache\windows\Python\3.7.9\x86\Doc
C:\hostedtoolcache\windows\Python\3.7.9\x86\include
C:\hostedtoolcache\windows\Python\3.7.9\x86\Lib
C:\hostedtoolcache\windows\Python\3.7.9\x86\libs
C:\hostedtoolcache\windows\Python\3.7.9\x86\Scripts
C:\hostedtoolcache\windows\Python\3.7.9\x86\tcl
C:\hostedtoolcache\windows\Python\3.7.9\x86\Tools
C:\hostedtoolcache\windows\Python\3.8.5
C:\hostedtoolcache\windows\Python\3.8.5\x64
C:\hostedtoolcache\windows\Python\3.8.5\x64\DLLs
C:\hostedtoolcache\windows\Python\3.8.5\x64\Doc
C:\hostedtoolcache\windows\Python\3.8.5\x64\include
C:\hostedtoolcache\windows\Python\3.8.5\x64\Lib
C:\hostedtoolcache\windows\Python\3.8.5\x64\libs
C:\hostedtoolcache\windows\Python\3.8.5\x64\Scripts
C:\hostedtoolcache\windows\Python\3.8.5\x64\tcl
C:\hostedtoolcache\windows\Python\3.8.5\x64\Tools
C:\hostedtoolcache\windows\Python\3.8.5\x86
C:\hostedtoolcache\windows\Python\3.8.5\x86\DLLs
C:\hostedtoolcache\windows\Python\3.8.5\x86\Doc
C:\hostedtoolcache\windows\Python\3.8.5\x86\include
C:\hostedtoolcache\windows\Python\3.8.5\x86\Lib
C:\hostedtoolcache\windows\Python\3.8.5\x86\libs
C:\hostedtoolcache\windows\Python\3.8.5\x86\Scripts
C:\hostedtoolcache\windows\Python\3.8.5\x86\tcl
C:\hostedtoolcache\windows\Python\3.8.5\x86\Tools
C:\hostedtoolcache\windows\Ruby
C:\hostedtoolcache\windows\Ruby\2.4.10
C:\hostedtoolcache\windows\Ruby\2.4.10\x64
C:\hostedtoolcache\windows\Ruby\2.4.10\x64\bin
C:\hostedtoolcache\windows\Ruby\2.4.10\x64\include
C:\hostedtoolcache\windows\Ruby\2.4.10\x64\lib
C:\hostedtoolcache\windows\Ruby\2.4.10\x64\msys64
C:\hostedtoolcache\windows\Ruby\2.4.10\x64\ridk_use
C:\hostedtoolcache\windows\Ruby\2.4.10\x64\share
C:\hostedtoolcache\windows\Ruby\2.4.10\x64\ssl
C:\hostedtoolcache\windows\Ruby\2.5.8
C:\hostedtoolcache\windows\Ruby\2.5.8\x64
C:\hostedtoolcache\windows\Ruby\2.5.8\x64\bin
C:\hostedtoolcache\windows\Ruby\2.5.8\x64\include
C:\hostedtoolcache\windows\Ruby\2.5.8\x64\lib
C:\hostedtoolcache\windows\Ruby\2.5.8\x64\msys64
C:\hostedtoolcache\windows\Ruby\2.5.8\x64\ridk_use
C:\hostedtoolcache\windows\Ruby\2.5.8\x64\share
C:\hostedtoolcache\windows\Ruby\2.5.8\x64\ssl
C:\hostedtoolcache\windows\Ruby\2.6.6
C:\hostedtoolcache\windows\Ruby\2.6.6\x64
C:\hostedtoolcache\windows\Ruby\2.6.6\x64\bin
C:\hostedtoolcache\windows\Ruby\2.6.6\x64\include
C:\hostedtoolcache\windows\Ruby\2.6.6\x64\lib
C:\hostedtoolcache\windows\Ruby\2.6.6\x64\msys64
C:\hostedtoolcache\windows\Ruby\2.6.6\x64\ridk_use
C:\hostedtoolcache\windows\Ruby\2.6.6\x64\share
C:\hostedtoolcache\windows\Ruby\2.6.6\x64\ssl
C:\hostedtoolcache\windows\Ruby\2.7.1
C:\hostedtoolcache\windows\Ruby\2.7.1\x64
C:\hostedtoolcache\windows\Ruby\2.7.1\x64\bin
C:\hostedtoolcache\windows\Ruby\2.7.1\x64\include
C:\hostedtoolcache\windows\Ruby\2.7.1\x64\lib
C:\hostedtoolcache\windows\Ruby\2.7.1\x64\msys64
C:\hostedtoolcache\windows\Ruby\2.7.1\x64\ridk_use
C:\hostedtoolcache\windows\Ruby\2.7.1\x64\share
C:\hostedtoolcache\windows\Ruby\2.7.1\x64\ssl
C:\hostedtoolcache\windows\stack
C:\hostedtoolcache\windows\stack\2.3.3
C:\hostedtoolcache\windows\stack\2.3.3\x64
C:\hostedtoolcache\windows\stack\2.3.3\x64\doc
C:\image
C:\image\SoftwareReport
C:\image\Tests
C:\inetpub
C:\inetpub\history
C:\inetpub\history\CFGHISTORY_0000000001
C:\inetpub\history\CFGHISTORY_0000000002
C:\inetpub\history\CFGHISTORY_0000000003
C:\inetpub\history\CFGHISTORY_0000000004
C:\inetpub\logs
C:\inetpub\temp
C:\inetpub\temp\appPools
C:\inetpub\wwwroot
C:\inetpub\wwwroot\aspnet_client
C:\inetpub\wwwroot\aspnet_client\system_web
C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319
C:\Julia
C:\Julia\bin
C:\Julia\etc
C:\Julia\etc\julia
C:\Julia\include
C:\Julia\include\julia
C:\Julia\include\julia\uv
C:\Julia\lib
C:\Julia\lib\julia
C:\Julia\libexec
C:\Julia\share
C:\Julia\share\appdata
C:\Julia\share\applications
C:\Julia\share\doc
C:\Julia\share\doc\julia
C:\Julia\share\doc\julia\html
C:\Julia\share\doc\julia\html\en
C:\Julia\share\icons
C:\Julia\share\icons\hicolor
C:\Julia\share\icons\hicolor\scalable
C:\Julia\share\icons\hicolor\scalable\apps
C:\Julia\share\julia
C:\Julia\share\julia\base
C:\Julia\share\julia\base\compiler
C:\Julia\share\julia\base\compiler\ssair
C:\Julia\share\julia\base\docs
C:\Julia\share\julia\base\grisu
C:\Julia\share\julia\base\ryu
C:\Julia\share\julia\base\special
C:\Julia\share\julia\base\strings
C:\Julia\share\julia\stdlib
C:\Julia\share\julia\stdlib\v1.5
C:\Julia\share\julia\stdlib\v1.5\Base64
C:\Julia\share\julia\stdlib\v1.5\CRC32c
C:\Julia\share\julia\stdlib\v1.5\Dates
C:\Julia\share\julia\stdlib\v1.5\DelimitedFiles
C:\Julia\share\julia\stdlib\v1.5\Distributed
C:\Julia\share\julia\stdlib\v1.5\FileWatching
C:\Julia\share\julia\stdlib\v1.5\Future
C:\Julia\share\julia\stdlib\v1.5\InteractiveUtils
C:\Julia\share\julia\stdlib\v1.5\Libdl
C:\Julia\share\julia\stdlib\v1.5\LibGit2
C:\Julia\share\julia\stdlib\v1.5\LinearAlgebra
C:\Julia\share\julia\stdlib\v1.5\Logging
C:\Julia\share\julia\stdlib\v1.5\Markdown
C:\Julia\share\julia\stdlib\v1.5\Mmap
C:\Julia\share\julia\stdlib\v1.5\Pkg
C:\Julia\share\julia\stdlib\v1.5\Printf
C:\Julia\share\julia\stdlib\v1.5\Profile
C:\Julia\share\julia\stdlib\v1.5\Random
C:\Julia\share\julia\stdlib\v1.5\REPL
C:\Julia\share\julia\stdlib\v1.5\Serialization
C:\Julia\share\julia\stdlib\v1.5\SHA
C:\Julia\share\julia\stdlib\v1.5\SharedArrays
C:\Julia\share\julia\stdlib\v1.5\Sockets
C:\Julia\share\julia\stdlib\v1.5\SparseArrays
C:\Julia\share\julia\stdlib\v1.5\Statistics
C:\Julia\share\julia\stdlib\v1.5\SuiteSparse
C:\Julia\share\julia\stdlib\v1.5\Test
C:\Julia\share\julia\stdlib\v1.5\Unicode
C:\Julia\share\julia\stdlib\v1.5\UUIDs
C:\Julia\share\julia\test
C:\Julia\share\julia\test\clangsa
C:\Julia\share\julia\test\compiler
C:\Julia\share\julia\test\depot
C:\Julia\share\julia\test\depot\packages
C:\Julia\share\julia\test\embedding
C:\Julia\share\julia\test\gcext
C:\Julia\share\julia\test\llvmpasses
C:\Julia\share\julia\test\netload
C:\Julia\share\julia\test\project
C:\Julia\share\julia\test\project\deps
C:\Julia\share\julia\test\strings
C:\Julia\share\julia\test\testhelpers
C:\Julia\share\julia\test\TestPkg
C:\Julia\share\julia\test\TestPkg\src
C:\Julia\share\julia\test\unicode
C:\Julia\share\julia\test\util
C:\Julia\share\man
C:\Julia\share\man\man1
C:\Julia\uninstall
C:\Microsoft
C:\Microsoft\AndroidNDK64
C:\Microsoft\AndroidNDK64\android-ndk-r16b
C:\Microsoft\AndroidNDK64\android-ndk-r16b\build
C:\Microsoft\AndroidNDK64\android-ndk-r16b\build\cmake
C:\Microsoft\AndroidNDK64\android-ndk-r16b\build\core
C:\Microsoft\AndroidNDK64\android-ndk-r16b\build\core\toolchains
C:\Microsoft\AndroidNDK64\android-ndk-r16b\build\gmsl
C:\Microsoft\AndroidNDK64\android-ndk-r16b\build\lib
C:\Microsoft\AndroidNDK64\android-ndk-r16b\build\tools
C:\Microsoft\AndroidNDK64\android-ndk-r16b\build\tools\toolchain-licenses
C:\Microsoft\AndroidNDK64\android-ndk-r16b\meta
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-14
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-14\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-14\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-14\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-15
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-15\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-15\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-15\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-16
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-16\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-16\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-16\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-17
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-17\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-17\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-17\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-18
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-18\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-18\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-18\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-19
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-19\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-19\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-19\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-21
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-21\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-21\arch-arm64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-21\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-21\arch-mips64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-21\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-21\arch-x86_64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-22
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-22\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-22\arch-arm64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-22\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-22\arch-mips64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-22\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-22\arch-x86_64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-23
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-23\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-23\arch-arm64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-23\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-23\arch-mips64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-23\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-23\arch-x86_64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-24
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-24\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-24\arch-arm64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-24\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-24\arch-mips64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-24\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-24\arch-x86_64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-26
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-26\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-26\arch-arm64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-26\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-26\arch-mips64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-26\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-26\arch-x86_64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-27
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-27\arch-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-27\arch-arm64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-27\arch-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-27\arch-mips64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-27\arch-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\platforms\android-27\arch-x86_64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-arm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-arm\gdbserver
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-arm64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-arm64\gdbserver
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-mips
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-mips\gdbserver
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-mips64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-mips64\gdbserver
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-x86
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-x86\gdbserver
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-x86_64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\android-x86_64\gdbserver
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\windows-x86_64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\windows-x86_64\bin
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\windows-x86_64\include
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\windows-x86_64\lib
C:\Microsoft\AndroidNDK64\android-ndk-r16b\prebuilt\windows-x86_64\share
C:\Microsoft\AndroidNDK64\android-ndk-r16b\python-packages
C:\Microsoft\AndroidNDK64\android-ndk-r16b\python-packages\adb
C:\Microsoft\AndroidNDK64\android-ndk-r16b\python-packages\fastboot
C:\Microsoft\AndroidNDK64\android-ndk-r16b\python-packages\gdbrunner
C:\Microsoft\AndroidNDK64\android-ndk-r16b\shader-tools
C:\Microsoft\AndroidNDK64\android-ndk-r16b\shader-tools\windows-x86_64
C:\Microsoft\AndroidNDK64\android-ndk-r16b\simpleperf
C:\Microsoft\AndroidNDK64\android-ndk-r16b\simpleperf\bin
C:\Microsoft\AndroidNDK64\android-ndk-r16b\simpleperf\bin\android
C:\Microsoft\AndroidNDK64\android-ndk-r16b\simpleperf\bin\windows
C:\Microsoft\AndroidNDK64\android-ndk-r16b\simpleperf\doc
C:\Microsoft\AndroidNDK64\android-ndk-r16b\simpleperf\inferno
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\android
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\android\cpufeatures
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\android\native_app_glue
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\android\ndk_helper
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\android\renderscript
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\android\support
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\cxx-stl
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\cxx-stl\gabi++
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\cxx-stl\gnu-libstdc++
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\cxx-stl\llvm-libc++
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\cxx-stl\llvm-libc++abi
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\cxx-stl\stlport
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\cxx-stl\system
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\third_party
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\third_party\googletest
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\third_party\shaderc
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sources\third_party\vulkan
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sysroot
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sysroot\usr
C:\Microsoft\AndroidNDK64\android-ndk-r16b\sysroot\usr\include
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\aarch64-linux-android-4.9
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\aarch64-linux-android-4.9\prebuilt
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\arm-linux-androideabi-4.9
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\arm-linux-androideabi-4.9\prebuilt
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\llvm
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\llvm\prebuilt
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\mips64el-linux-android-4.9
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\mips64el-linux-android-4.9\prebuilt
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\mipsel-linux-android-4.9
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\mipsel-linux-android-4.9\prebuilt
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\renderscript
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\renderscript\prebuilt
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\x86_64-4.9
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\x86_64-4.9\prebuilt
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\x86-4.9
C:\Microsoft\AndroidNDK64\android-ndk-r16b\toolchains\x86-4.9\prebuilt
C:\Microsoft\AndroidSDK
C:\Microsoft\AndroidSDK\25
C:\Microsoft\AndroidSDK\25\build-tools
C:\Microsoft\AndroidSDK\25\build-tools\25.0.3
C:\Microsoft\AndroidSDK\25\build-tools\25.0.3\lib
C:\Microsoft\AndroidSDK\25\build-tools\25.0.3\lib64
C:\Microsoft\AndroidSDK\25\build-tools\25.0.3\renderscript
C:\Microsoft\AndroidSDK\25\extras
C:\Microsoft\AndroidSDK\25\extras\android
C:\Microsoft\AndroidSDK\25\extras\android\m2repository
C:\Microsoft\AndroidSDK\25\platforms
C:\Microsoft\AndroidSDK\25\platforms\android-25
C:\Microsoft\AndroidSDK\25\platforms\android-25\data
C:\Microsoft\AndroidSDK\25\platforms\android-25\optional
C:\Microsoft\AndroidSDK\25\platforms\android-25\skins
C:\Microsoft\AndroidSDK\25\platforms\android-25\templates
C:\Microsoft\AndroidSDK\25\platform-tools
C:\Microsoft\AndroidSDK\25\platform-tools\api
C:\Microsoft\AndroidSDK\25\platform-tools\lib64
C:\Microsoft\AndroidSDK\25\platform-tools\systrace
C:\Microsoft\AndroidSDK\25\platform-tools\systrace\catapult
C:\Microsoft\AndroidSDK\25\tools
C:\Microsoft\AndroidSDK\25\tools\ant
C:\Microsoft\AndroidSDK\25\tools\apps
C:\Microsoft\AndroidSDK\25\tools\apps\SdkController
C:\Microsoft\AndroidSDK\25\tools\bin
C:\Microsoft\AndroidSDK\25\tools\lib
C:\Microsoft\AndroidSDK\25\tools\lib\emulator
C:\Microsoft\AndroidSDK\25\tools\lib\gles_angle
C:\Microsoft\AndroidSDK\25\tools\lib\gles_mesa
C:\Microsoft\AndroidSDK\25\tools\lib\gles_swiftshader
C:\Microsoft\AndroidSDK\25\tools\lib\monitor-x86
C:\Microsoft\AndroidSDK\25\tools\lib\monitor-x86_64
C:\Microsoft\AndroidSDK\25\tools\lib\pc-bios
C:\Microsoft\AndroidSDK\25\tools\lib\qt
C:\Microsoft\AndroidSDK\25\tools\lib\x86
C:\Microsoft\AndroidSDK\25\tools\lib\x86_64
C:\Microsoft\AndroidSDK\25\tools\lib64
C:\Microsoft\AndroidSDK\25\tools\lib64\gles_angle
C:\Microsoft\AndroidSDK\25\tools\lib64\gles_mesa
C:\Microsoft\AndroidSDK\25\tools\lib64\gles_swiftshader
C:\Microsoft\AndroidSDK\25\tools\lib64\qt
C:\Microsoft\AndroidSDK\25\tools\proguard
C:\Microsoft\AndroidSDK\25\tools\proguard\ant
C:\Microsoft\AndroidSDK\25\tools\proguard\bin
C:\Microsoft\AndroidSDK\25\tools\proguard\docs
C:\Microsoft\AndroidSDK\25\tools\proguard\examples
C:\Microsoft\AndroidSDK\25\tools\proguard\lib
C:\Microsoft\AndroidSDK\25\tools\qemu
C:\Microsoft\AndroidSDK\25\tools\qemu\windows-x86
C:\Microsoft\AndroidSDK\25\tools\qemu\windows-x86_64
C:\Microsoft\AndroidSDK\25\tools\support
C:\Microsoft\AndroidSDK\25\tools\templates
C:\Microsoft\AndroidSDK\25\tools\templates\activities
C:\Microsoft\AndroidSDK\25\tools\templates\gradle
C:\Microsoft\AndroidSDK\25\tools\templates\other
C:\Microsoft\AndroidSDK\25\tools\templates\projects
C:\Microsoft\Xamarin
C:\Microsoft\Xamarin\NuGet
C:\Microsoft\Xamarin\NuGet\fsharp.core
C:\Microsoft\Xamarin\NuGet\fsharp.core\4.6.2
C:\Microsoft\Xamarin\NuGet\fsharp.core\4.6.2\lib
C:\Microsoft\Xamarin\NuGet\newtonsoft.json
C:\Microsoft\Xamarin\NuGet\newtonsoft.json\11.0.2
C:\Microsoft\Xamarin\NuGet\newtonsoft.json\11.0.2\lib
C:\Microsoft\Xamarin\NuGet\nunit
C:\Microsoft\Xamarin\NuGet\nunit\3.12.0
C:\Microsoft\Xamarin\NuGet\nunit\3.12.0\build
C:\Microsoft\Xamarin\NuGet\nunit\3.12.0\lib
C:\Microsoft\Xamarin\NuGet\nunit3testadapter
C:\Microsoft\Xamarin\NuGet\nunit3testadapter\3.13.0
C:\Microsoft\Xamarin\NuGet\nunit3testadapter\3.13.0\build
C:\Microsoft\Xamarin\NuGet\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\4.3.0\runtimes
C:\Microsoft\Xamarin\NuGet\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\4.3.0\runtimes
C:\Microsoft\Xamarin\NuGet\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\4.3.0\runtimes
C:\Microsoft\Xamarin\NuGet\runtime.native.system.io.compression
C:\Microsoft\Xamarin\NuGet\runtime.native.system.io.compression\4.1.0
C:\Microsoft\Xamarin\NuGet\runtime.native.system.io.compression\4.1.0\lib
C:\Microsoft\Xamarin\NuGet\runtime.native.system.io.compression\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.native.system.io.compression\4.3.0\lib
C:\Microsoft\Xamarin\NuGet\runtime.native.system.security.cryptography
C:\Microsoft\Xamarin\NuGet\runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.native.system.security.cryptography.openssl\4.3.0\lib
C:\Microsoft\Xamarin\NuGet\runtime.native.system.security.cryptography\4.0.0
C:\Microsoft\Xamarin\NuGet\runtime.native.system.security.cryptography\4.0.0\lib
C:\Microsoft\Xamarin\NuGet\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\4.3.0\runtimes
C:\Microsoft\Xamarin\NuGet\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\4.3.0\runtimes
C:\Microsoft\Xamarin\NuGet\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0\runtimes
C:\Microsoft\Xamarin\NuGet\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\4.3.0\runtimes
C:\Microsoft\Xamarin\NuGet\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0\runtimes
C:\Microsoft\Xamarin\NuGet\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\4.3.0\runtimes
C:\Microsoft\Xamarin\NuGet\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl
C:\Microsoft\Xamarin\NuGet\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0
C:\Microsoft\Xamarin\NuGet\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\4.3.0\runtimes
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.common
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.common\1.0.0
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.common\1.0.0\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.common\1.0.0\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.common\1.1.1.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.common\1.1.1.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.common\1.1.1.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.runtime
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.runtime\1.1.1.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.runtime\1.1.1.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.core.runtime\1.1.1.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.common
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.common\1.0.1
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.common\1.0.1\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.common\1.0.1\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.common\1.1.1.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.common\1.1.1.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.common\1.1.1.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.livedata
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.livedata.core
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.livedata.core\1.1.1.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.livedata.core\1.1.1.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.livedata.core\1.1.1.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.livedata\1.1.1.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.livedata\1.1.1.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.livedata\1.1.1.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.runtime
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.runtime\1.0.0
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.runtime\1.0.0\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.runtime\1.0.0\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.runtime\1.0.0\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.runtime\1.1.1.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.runtime\1.1.1.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.runtime\1.1.1.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.runtime\1.1.1.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.viewmodel
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.viewmodel\1.1.1.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.viewmodel\1.1.1.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.viewmodel\1.1.1.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.arch.lifecycle.viewmodel\1.1.1.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.animated.vector.drawable
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.animated.vector.drawable\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.animated.vector.drawable\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.animated.vector.drawable\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.animated.vector.drawable\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.annotations
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.annotations\26.1.0.1
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.annotations\26.1.0.1\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.annotations\26.1.0.1\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.annotations\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.annotations\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.annotations\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.asynclayoutinflater
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.asynclayoutinflater\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.asynclayoutinflater\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.asynclayoutinflater\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.collections
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.collections\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.collections\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.collections\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.compat
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.compat\26.1.0.1
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.compat\26.1.0.1\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.compat\26.1.0.1\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.compat\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.compat\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.compat\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.compat\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.constraint.layout
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.constraint.layout.solver
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.constraint.layout.solver\1.1.0
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.constraint.layout.solver\1.1.0\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.constraint.layout\1.1.0
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.constraint.layout\1.1.0\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.coordinaterlayout
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.coordinaterlayout\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.coordinaterlayout\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.coordinaterlayout\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.coordinaterlayout\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.ui
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.ui\26.1.0.1
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.ui\26.1.0.1\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.ui\26.1.0.1\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.ui\26.1.0.1\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.ui\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.ui\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.ui\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.ui\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.utils
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.utils\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.utils\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.core.utils\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.cursoradapter
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.cursoradapter\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.cursoradapter\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.cursoradapter\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.customtabs
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.customtabs\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.customtabs\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.customtabs\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.customview
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.customview\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.customview\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.customview\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.design
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.design\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.design\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.design\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.design\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.documentfile
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.documentfile\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.documentfile\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.documentfile\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.drawerlayout
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.drawerlayout\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.drawerlayout\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.drawerlayout\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.fragment
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.fragment\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.fragment\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.fragment\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.interpolator
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.interpolator\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.interpolator\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.interpolator\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.loader
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.loader\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.loader\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.loader\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.localbroadcastmanager
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.localbroadcastmanager\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.localbroadcastmanager\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.localbroadcastmanager\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.media.compat
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.media.compat\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.media.compat\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.media.compat\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.media.compat\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.percent
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.percent\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.percent\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.percent\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.print
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.print\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.print\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.print\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.slidingpanelayout
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.slidingpanelayout\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.slidingpanelayout\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.slidingpanelayout\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.swiperefreshlayout
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.swiperefreshlayout\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.swiperefreshlayout\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.swiperefreshlayout\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.transition
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.transition\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.transition\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.transition\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.transition\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v4
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v4\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v4\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v4\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.appcompat
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.appcompat\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.appcompat\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.appcompat\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.appcompat\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.cardview
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.cardview\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.cardview\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.cardview\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.recyclerview
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.recyclerview\26.1.0.1
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.recyclerview\26.1.0.1\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.recyclerview\26.1.0.1\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.recyclerview\26.1.0.1\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.recyclerview\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.recyclerview\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.recyclerview\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.v7.recyclerview\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.vector.drawable
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.vector.drawable\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.vector.drawable\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.vector.drawable\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.versionedparcelable
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.versionedparcelable\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.versionedparcelable\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.versionedparcelable\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.versionedparcelable\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.viewpager
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.viewpager\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.viewpager\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.viewpager\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.wear
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.wear\28.0.0.3
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.wear\28.0.0.3\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.wear\28.0.0.3\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.support.wear\28.0.0.3\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.android.wear
C:\Microsoft\Xamarin\NuGet\xamarin.android.wear\2.2.0
C:\Microsoft\Xamarin\NuGet\xamarin.android.wear\2.2.0\build
C:\Microsoft\Xamarin\NuGet\xamarin.android.wear\2.2.0\lib
C:\Microsoft\Xamarin\NuGet\xamarin.android.wear\2.2.0\proguard
C:\Microsoft\Xamarin\NuGet\xamarin.essentials
C:\Microsoft\Xamarin\NuGet\xamarin.essentials\1.5.3.2
C:\Microsoft\Xamarin\NuGet\xamarin.essentials\1.5.3.2\lib
C:\Microsoft\Xamarin\NuGet\xamarin.forms
C:\Microsoft\Xamarin\NuGet\xamarin.forms\4.6.0.1141
C:\Microsoft\Xamarin\NuGet\xamarin.forms\4.6.0.1141\build
C:\Microsoft\Xamarin\NuGet\xamarin.forms\4.6.0.1141\buildTransitive
C:\Microsoft\Xamarin\NuGet\xamarin.forms\4.6.0.1141\lib
C:\Microsoft\Xamarin\NuGet\xamarin.testcloud.agent
C:\Microsoft\Xamarin\NuGet\xamarin.testcloud.agent\0.21.9
C:\Microsoft\Xamarin\NuGet\xamarin.testcloud.agent\0.21.9\lib
C:\Microsoft\Xamarin\NuGet\xamarin.uitest
C:\Microsoft\Xamarin\NuGet\xamarin.uitest\3.0.5
C:\Microsoft\Xamarin\NuGet\xamarin.uitest\3.0.5\lib
C:\Microsoft\Xamarin\NuGet\xamarin.uitest\3.0.5\tools
C:\Miniconda
C:\Miniconda\condabin
C:\Miniconda\conda-meta
C:\Miniconda\DLLs
C:\Miniconda\DLLs\instrumented
C:\Miniconda\envs
C:\Miniconda\etc
C:\Miniconda\etc\fish
C:\Miniconda\etc\fish\conf.d
C:\Miniconda\etc\profile.d
C:\Miniconda\include
C:\Miniconda\include\internal
C:\Miniconda\Lib
C:\Miniconda\Lib\__pycache__
C:\Miniconda\Lib\asyncio
C:\Miniconda\Lib\asyncio\__pycache__
C:\Miniconda\Lib\collections
C:\Miniconda\Lib\collections\__pycache__
C:\Miniconda\Lib\concurrent
C:\Miniconda\Lib\concurrent\__pycache__
C:\Miniconda\Lib\concurrent\futures
C:\Miniconda\Lib\concurrent\futures\__pycache__
C:\Miniconda\Lib\ctypes
C:\Miniconda\Lib\ctypes\__pycache__
C:\Miniconda\Lib\ctypes\macholib
C:\Miniconda\Lib\ctypes\macholib\__pycache__
C:\Miniconda\Lib\ctypes\test
C:\Miniconda\Lib\ctypes\test\__pycache__
C:\Miniconda\Lib\curses
C:\Miniconda\Lib\curses\__pycache__
C:\Miniconda\Lib\dbm
C:\Miniconda\Lib\dbm\__pycache__
C:\Miniconda\Lib\distutils
C:\Miniconda\Lib\distutils\__pycache__
C:\Miniconda\Lib\distutils\command
C:\Miniconda\Lib\distutils\command\__pycache__
C:\Miniconda\Lib\distutils\tests
C:\Miniconda\Lib\distutils\tests\__pycache__
C:\Miniconda\Lib\email
C:\Miniconda\Lib\email\__pycache__
C:\Miniconda\Lib\email\mime
C:\Miniconda\Lib\email\mime\__pycache__
C:\Miniconda\Lib\encodings
C:\Miniconda\Lib\encodings\__pycache__
C:\Miniconda\Lib\ensurepip
C:\Miniconda\Lib\ensurepip\__pycache__
C:\Miniconda\Lib\ensurepip\_bundled
C:\Miniconda\Lib\html
C:\Miniconda\Lib\html\__pycache__
C:\Miniconda\Lib\http
C:\Miniconda\Lib\http\__pycache__
C:\Miniconda\Lib\idlelib
C:\Miniconda\Lib\idlelib\__pycache__
C:\Miniconda\Lib\idlelib\Icons
C:\Miniconda\Lib\idlelib\idle_test
C:\Miniconda\Lib\idlelib\idle_test\__pycache__
C:\Miniconda\Lib\importlib
C:\Miniconda\Lib\importlib\__pycache__
C:\Miniconda\Lib\json
C:\Miniconda\Lib\json\__pycache__
C:\Miniconda\Lib\lib2to3
C:\Miniconda\Lib\lib2to3\__pycache__
C:\Miniconda\Lib\lib2to3\fixes
C:\Miniconda\Lib\lib2to3\fixes\__pycache__
C:\Miniconda\Lib\lib2to3\pgen2
C:\Miniconda\Lib\lib2to3\pgen2\__pycache__
C:\Miniconda\Lib\logging
C:\Miniconda\Lib\logging\__pycache__
C:\Miniconda\Lib\msilib
C:\Miniconda\Lib\msilib\__pycache__
C:\Miniconda\Lib\multiprocessing
C:\Miniconda\Lib\multiprocessing\__pycache__
C:\Miniconda\Lib\multiprocessing\dummy
C:\Miniconda\Lib\multiprocessing\dummy\__pycache__
C:\Miniconda\Lib\pydoc_data
C:\Miniconda\Lib\pydoc_data\__pycache__
C:\Miniconda\Lib\site-packages
C:\Miniconda\Lib\site-packages\__pycache__
C:\Miniconda\Lib\site-packages\adodbapi
C:\Miniconda\Lib\site-packages\adodbapi\__pycache__
C:\Miniconda\Lib\site-packages\adodbapi\examples
C:\Miniconda\Lib\site-packages\adodbapi\examples\__pycache__
C:\Miniconda\Lib\site-packages\adodbapi\test
C:\Miniconda\Lib\site-packages\adodbapi\test\__pycache__
C:\Miniconda\Lib\site-packages\asn1crypto
C:\Miniconda\Lib\site-packages\asn1crypto\__pycache__
C:\Miniconda\Lib\site-packages\asn1crypto\_perf
C:\Miniconda\Lib\site-packages\asn1crypto\_perf\__pycache__
C:\Miniconda\Lib\site-packages\asn1crypto-0.24.0-py3.7.egg-info
C:\Miniconda\Lib\site-packages\certifi
C:\Miniconda\Lib\site-packages\certifi\__pycache__
C:\Miniconda\Lib\site-packages\cffi
C:\Miniconda\Lib\site-packages\cffi\__pycache__
C:\Miniconda\Lib\site-packages\cffi-1.12.2.dist-info
C:\Miniconda\Lib\site-packages\chardet
C:\Miniconda\Lib\site-packages\chardet\__pycache__
C:\Miniconda\Lib\site-packages\chardet\cli
C:\Miniconda\Lib\site-packages\chardet\cli\__pycache__
C:\Miniconda\Lib\site-packages\chardet-3.0.4-py3.7.egg-info
C:\Miniconda\Lib\site-packages\conda
C:\Miniconda\Lib\site-packages\conda\__pycache__
C:\Miniconda\Lib\site-packages\conda\_vendor
C:\Miniconda\Lib\site-packages\conda\_vendor\__pycache__
C:\Miniconda\Lib\site-packages\conda\_vendor\auxlib
C:\Miniconda\Lib\site-packages\conda\_vendor\boltons
C:\Miniconda\Lib\site-packages\conda\_vendor\toolz
C:\Miniconda\Lib\site-packages\conda\_vendor\tqdm
C:\Miniconda\Lib\site-packages\conda\_vendor\urllib3
C:\Miniconda\Lib\site-packages\conda\base
C:\Miniconda\Lib\site-packages\conda\base\__pycache__
C:\Miniconda\Lib\site-packages\conda\cli
C:\Miniconda\Lib\site-packages\conda\cli\__pycache__
C:\Miniconda\Lib\site-packages\conda\common
C:\Miniconda\Lib\site-packages\conda\common\__pycache__
C:\Miniconda\Lib\site-packages\conda\common\_os
C:\Miniconda\Lib\site-packages\conda\common\pkg_formats
C:\Miniconda\Lib\site-packages\conda\core
C:\Miniconda\Lib\site-packages\conda\core\__pycache__
C:\Miniconda\Lib\site-packages\conda\gateways
C:\Miniconda\Lib\site-packages\conda\gateways\__pycache__
C:\Miniconda\Lib\site-packages\conda\gateways\connection
C:\Miniconda\Lib\site-packages\conda\gateways\disk
C:\Miniconda\Lib\site-packages\conda\models
C:\Miniconda\Lib\site-packages\conda\models\__pycache__
C:\Miniconda\Lib\site-packages\conda\shell
C:\Miniconda\Lib\site-packages\conda\shell\bin
C:\Miniconda\Lib\site-packages\conda\shell\condabin
C:\Miniconda\Lib\site-packages\conda\shell\etc
C:\Miniconda\Lib\site-packages\conda\shell\Library
C:\Miniconda\Lib\site-packages\conda\shell\Scripts
C:\Miniconda\Lib\site-packages\conda_env
C:\Miniconda\Lib\site-packages\conda_env\__pycache__
C:\Miniconda\Lib\site-packages\conda_env\cli
C:\Miniconda\Lib\site-packages\conda_env\cli\__pycache__
C:\Miniconda\Lib\site-packages\conda_env\installers
C:\Miniconda\Lib\site-packages\conda_env\installers\__pycache__
C:\Miniconda\Lib\site-packages\conda_env\specs
C:\Miniconda\Lib\site-packages\conda_env\specs\__pycache__
C:\Miniconda\Lib\site-packages\conda-4.6.14-py3.7.egg-info
C:\Miniconda\Lib\site-packages\cryptography
C:\Miniconda\Lib\site-packages\cryptography\__pycache__
C:\Miniconda\Lib\site-packages\cryptography\hazmat
C:\Miniconda\Lib\site-packages\cryptography\hazmat\__pycache__
C:\Miniconda\Lib\site-packages\cryptography\hazmat\backends
C:\Miniconda\Lib\site-packages\cryptography\hazmat\bindings
C:\Miniconda\Lib\site-packages\cryptography\hazmat\primitives
C:\Miniconda\Lib\site-packages\cryptography\x509
C:\Miniconda\Lib\site-packages\cryptography\x509\__pycache__
C:\Miniconda\Lib\site-packages\cryptography-2.6.1.dist-info
C:\Miniconda\Lib\site-packages\idna
C:\Miniconda\Lib\site-packages\idna\__pycache__
C:\Miniconda\Lib\site-packages\idna-2.8-py3.7.egg-info
C:\Miniconda\Lib\site-packages\isapi
C:\Miniconda\Lib\site-packages\isapi\__pycache__
C:\Miniconda\Lib\site-packages\isapi\doc
C:\Miniconda\Lib\site-packages\isapi\samples
C:\Miniconda\Lib\site-packages\isapi\samples\__pycache__
C:\Miniconda\Lib\site-packages\isapi\test
C:\Miniconda\Lib\site-packages\isapi\test\__pycache__
C:\Miniconda\Lib\site-packages\menuinst
C:\Miniconda\Lib\site-packages\menuinst\__pycache__
C:\Miniconda\Lib\site-packages\OpenSSL
C:\Miniconda\Lib\site-packages\OpenSSL\__pycache__
C:\Miniconda\Lib\site-packages\pip
C:\Miniconda\Lib\site-packages\pip\__pycache__
C:\Miniconda\Lib\site-packages\pip\_internal
C:\Miniconda\Lib\site-packages\pip\_internal\__pycache__
C:\Miniconda\Lib\site-packages\pip\_internal\cli
C:\Miniconda\Lib\site-packages\pip\_internal\commands
C:\Miniconda\Lib\site-packages\pip\_internal\models
C:\Miniconda\Lib\site-packages\pip\_internal\operations
C:\Miniconda\Lib\site-packages\pip\_internal\req
C:\Miniconda\Lib\site-packages\pip\_internal\utils
C:\Miniconda\Lib\site-packages\pip\_internal\vcs
C:\Miniconda\Lib\site-packages\pip\_vendor
C:\Miniconda\Lib\site-packages\pip\_vendor\__pycache__
C:\Miniconda\Lib\site-packages\pip\_vendor\cachecontrol
C:\Miniconda\Lib\site-packages\pip\_vendor\certifi
C:\Miniconda\Lib\site-packages\pip\_vendor\chardet
C:\Miniconda\Lib\site-packages\pip\_vendor\colorama
C:\Miniconda\Lib\site-packages\pip\_vendor\distlib
C:\Miniconda\Lib\site-packages\pip\_vendor\html5lib
C:\Miniconda\Lib\site-packages\pip\_vendor\idna
C:\Miniconda\Lib\site-packages\pip\_vendor\lockfile
C:\Miniconda\Lib\site-packages\pip\_vendor\msgpack
C:\Miniconda\Lib\site-packages\pip\_vendor\packaging
C:\Miniconda\Lib\site-packages\pip\_vendor\pep517
C:\Miniconda\Lib\site-packages\pip\_vendor\pkg_resources
C:\Miniconda\Lib\site-packages\pip\_vendor\progress
C:\Miniconda\Lib\site-packages\pip\_vendor\pytoml
C:\Miniconda\Lib\site-packages\pip\_vendor\requests
C:\Miniconda\Lib\site-packages\pip\_vendor\urllib3
C:\Miniconda\Lib\site-packages\pip\_vendor\webencodings
C:\Miniconda\Lib\site-packages\pip-19.0.3-py3.7.egg-info
C:\Miniconda\Lib\site-packages\pkg_resources
C:\Miniconda\Lib\site-packages\pkg_resources\__pycache__
C:\Miniconda\Lib\site-packages\pkg_resources\_vendor
C:\Miniconda\Lib\site-packages\pkg_resources\_vendor\__pycache__
C:\Miniconda\Lib\site-packages\pkg_resources\_vendor\packaging
C:\Miniconda\Lib\site-packages\pkg_resources\extern
C:\Miniconda\Lib\site-packages\pkg_resources\extern\__pycache__
C:\Miniconda\Lib\site-packages\pycparser
C:\Miniconda\Lib\site-packages\pycparser\__pycache__
C:\Miniconda\Lib\site-packages\pycparser\ply
C:\Miniconda\Lib\site-packages\pycparser\ply\__pycache__
C:\Miniconda\Lib\site-packages\pycparser-2.19-py3.7.egg-info
C:\Miniconda\Lib\site-packages\pyOpenSSL-19.0.0-py3.7.egg-info
C:\Miniconda\Lib\site-packages\PySocks-1.6.8-py3.7.egg-info
C:\Miniconda\Lib\site-packages\pythonwin
C:\Miniconda\Lib\site-packages\pythonwin\pywin
C:\Miniconda\Lib\site-packages\pythonwin\pywin\__pycache__
C:\Miniconda\Lib\site-packages\pythonwin\pywin\debugger
C:\Miniconda\Lib\site-packages\pythonwin\pywin\Demos
C:\Miniconda\Lib\site-packages\pythonwin\pywin\dialogs
C:\Miniconda\Lib\site-packages\pythonwin\pywin\docking
C:\Miniconda\Lib\site-packages\pythonwin\pywin\framework
C:\Miniconda\Lib\site-packages\pythonwin\pywin\idle
C:\Miniconda\Lib\site-packages\pythonwin\pywin\mfc
C:\Miniconda\Lib\site-packages\pythonwin\pywin\scintilla
C:\Miniconda\Lib\site-packages\pythonwin\pywin\tools
C:\Miniconda\Lib\site-packages\pywin32_system32
C:\Miniconda\Lib\site-packages\pywin32-223-py3.7.egg-info
C:\Miniconda\Lib\site-packages\requests
C:\Miniconda\Lib\site-packages\requests\__pycache__
C:\Miniconda\Lib\site-packages\requests-2.21.0.dist-info
C:\Miniconda\Lib\site-packages\ruamel_yaml
C:\Miniconda\Lib\site-packages\ruamel_yaml\__pycache__
C:\Miniconda\Lib\site-packages\ruamel_yaml\ext
C:\Miniconda\Lib\site-packages\ruamel_yaml\ext\__pycache__
C:\Miniconda\Lib\site-packages\setuptools
C:\Miniconda\Lib\site-packages\setuptools\__pycache__
C:\Miniconda\Lib\site-packages\setuptools\_vendor
C:\Miniconda\Lib\site-packages\setuptools\_vendor\__pycache__
C:\Miniconda\Lib\site-packages\setuptools\_vendor\packaging
C:\Miniconda\Lib\site-packages\setuptools\command
C:\Miniconda\Lib\site-packages\setuptools\command\__pycache__
C:\Miniconda\Lib\site-packages\setuptools\extern
C:\Miniconda\Lib\site-packages\setuptools\extern\__pycache__
C:\Miniconda\Lib\site-packages\setuptools-41.0.0-py3.7.egg-info
C:\Miniconda\Lib\site-packages\six-1.12.0-py3.7.egg-info
C:\Miniconda\Lib\site-packages\test_data
C:\Miniconda\Lib\site-packages\test_data\__pycache__
C:\Miniconda\Lib\site-packages\test_data\env_metadata
C:\Miniconda\Lib\site-packages\test_data\env_metadata\__pycache__
C:\Miniconda\Lib\site-packages\urllib3
C:\Miniconda\Lib\site-packages\urllib3\__pycache__
C:\Miniconda\Lib\site-packages\urllib3\contrib
C:\Miniconda\Lib\site-packages\urllib3\contrib\__pycache__
C:\Miniconda\Lib\site-packages\urllib3\contrib\_securetransport
C:\Miniconda\Lib\site-packages\urllib3\packages
C:\Miniconda\Lib\site-packages\urllib3\packages\__pycache__
C:\Miniconda\Lib\site-packages\urllib3\packages\backports
C:\Miniconda\Lib\site-packages\urllib3\packages\ssl_match_hostname
C:\Miniconda\Lib\site-packages\urllib3\util
C:\Miniconda\Lib\site-packages\urllib3\util\__pycache__
C:\Miniconda\Lib\site-packages\urllib3-1.24.1-py3.7.egg-info
C:\Miniconda\Lib\site-packages\wheel
C:\Miniconda\Lib\site-packages\wheel\__pycache__
C:\Miniconda\Lib\site-packages\wheel\cli
C:\Miniconda\Lib\site-packages\wheel\cli\__pycache__
C:\Miniconda\Lib\site-packages\wheel-0.33.1-py3.7.egg-info
C:\Miniconda\Lib\site-packages\win_inet_pton-1.1.0-py3.7.egg-info
C:\Miniconda\Lib\site-packages\win32
C:\Miniconda\Lib\site-packages\win32\Demos
C:\Miniconda\Lib\site-packages\win32\Demos\__pycache__
C:\Miniconda\Lib\site-packages\win32\Demos\c_extension
C:\Miniconda\Lib\site-packages\win32\Demos\dde
C:\Miniconda\Lib\site-packages\win32\Demos\images
C:\Miniconda\Lib\site-packages\win32\Demos\pipes
C:\Miniconda\Lib\site-packages\win32\Demos\security
C:\Miniconda\Lib\site-packages\win32\Demos\service
C:\Miniconda\Lib\site-packages\win32\Demos\win32wnet
C:\Miniconda\Lib\site-packages\win32\include
C:\Miniconda\Lib\site-packages\win32\lib
C:\Miniconda\Lib\site-packages\win32\lib\__pycache__
C:\Miniconda\Lib\site-packages\win32\libs
C:\Miniconda\Lib\site-packages\win32\scripts
C:\Miniconda\Lib\site-packages\win32\scripts\__pycache__
C:\Miniconda\Lib\site-packages\win32\scripts\ce
C:\Miniconda\Lib\site-packages\win32\scripts\VersionStamp
C:\Miniconda\Lib\site-packages\win32\test
C:\Miniconda\Lib\site-packages\win32\test\__pycache__
C:\Miniconda\Lib\site-packages\win32\test\win32rcparser
C:\Miniconda\Lib\site-packages\win32com
C:\Miniconda\Lib\site-packages\win32com\__pycache__
C:\Miniconda\Lib\site-packages\win32com\client
C:\Miniconda\Lib\site-packages\win32com\client\__pycache__
C:\Miniconda\Lib\site-packages\win32com\demos
C:\Miniconda\Lib\site-packages\win32com\demos\__pycache__
C:\Miniconda\Lib\site-packages\win32com\HTML
C:\Miniconda\Lib\site-packages\win32com\HTML\image
C:\Miniconda\Lib\site-packages\win32com\include
C:\Miniconda\Lib\site-packages\win32com\libs
C:\Miniconda\Lib\site-packages\win32com\makegw
C:\Miniconda\Lib\site-packages\win32com\makegw\__pycache__
C:\Miniconda\Lib\site-packages\win32com\server
C:\Miniconda\Lib\site-packages\win32com\server\__pycache__
C:\Miniconda\Lib\site-packages\win32com\servers
C:\Miniconda\Lib\site-packages\win32com\servers\__pycache__
C:\Miniconda\Lib\site-packages\win32com\test
C:\Miniconda\Lib\site-packages\win32com\test\__pycache__
C:\Miniconda\Lib\site-packages\win32comext
C:\Miniconda\Lib\site-packages\win32comext\adsi
C:\Miniconda\Lib\site-packages\win32comext\adsi\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\adsi\demos
C:\Miniconda\Lib\site-packages\win32comext\authorization
C:\Miniconda\Lib\site-packages\win32comext\authorization\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\authorization\demos
C:\Miniconda\Lib\site-packages\win32comext\axcontrol
C:\Miniconda\Lib\site-packages\win32comext\axcontrol\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\axdebug
C:\Miniconda\Lib\site-packages\win32comext\axdebug\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\axscript
C:\Miniconda\Lib\site-packages\win32comext\axscript\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\axscript\client
C:\Miniconda\Lib\site-packages\win32comext\axscript\Demos
C:\Miniconda\Lib\site-packages\win32comext\axscript\server
C:\Miniconda\Lib\site-packages\win32comext\axscript\test
C:\Miniconda\Lib\site-packages\win32comext\bits
C:\Miniconda\Lib\site-packages\win32comext\bits\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\bits\test
C:\Miniconda\Lib\site-packages\win32comext\directsound
C:\Miniconda\Lib\site-packages\win32comext\directsound\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\directsound\test
C:\Miniconda\Lib\site-packages\win32comext\ifilter
C:\Miniconda\Lib\site-packages\win32comext\ifilter\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\ifilter\demo
C:\Miniconda\Lib\site-packages\win32comext\internet
C:\Miniconda\Lib\site-packages\win32comext\internet\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\mapi
C:\Miniconda\Lib\site-packages\win32comext\mapi\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\mapi\demos
C:\Miniconda\Lib\site-packages\win32comext\propsys
C:\Miniconda\Lib\site-packages\win32comext\propsys\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\propsys\test
C:\Miniconda\Lib\site-packages\win32comext\shell
C:\Miniconda\Lib\site-packages\win32comext\shell\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\shell\demos
C:\Miniconda\Lib\site-packages\win32comext\shell\test
C:\Miniconda\Lib\site-packages\win32comext\taskscheduler
C:\Miniconda\Lib\site-packages\win32comext\taskscheduler\__pycache__
C:\Miniconda\Lib\site-packages\win32comext\taskscheduler\test
C:\Miniconda\Lib\site-packages\xonsh
C:\Miniconda\Lib\sqlite3
C:\Miniconda\Lib\sqlite3\__pycache__
C:\Miniconda\Lib\sqlite3\test
C:\Miniconda\Lib\sqlite3\test\__pycache__
C:\Miniconda\Lib\test
C:\Miniconda\Lib\test\__pycache__
C:\Miniconda\Lib\test\support
C:\Miniconda\Lib\test\support\__pycache__
C:\Miniconda\Lib\tkinter
C:\Miniconda\Lib\tkinter\__pycache__
C:\Miniconda\Lib\tkinter\test
C:\Miniconda\Lib\tkinter\test\__pycache__
C:\Miniconda\Lib\tkinter\test\test_tkinter
C:\Miniconda\Lib\tkinter\test\test_tkinter\__pycache__
C:\Miniconda\Lib\tkinter\test\test_ttk
C:\Miniconda\Lib\tkinter\test\test_ttk\__pycache__
C:\Miniconda\Lib\turtledemo
C:\Miniconda\Lib\turtledemo\__pycache__
C:\Miniconda\Lib\unittest
C:\Miniconda\Lib\unittest\__pycache__
C:\Miniconda\Lib\unittest\test
C:\Miniconda\Lib\unittest\test\__pycache__
C:\Miniconda\Lib\unittest\test\testmock
C:\Miniconda\Lib\unittest\test\testmock\__pycache__
C:\Miniconda\Lib\urllib
C:\Miniconda\Lib\urllib\__pycache__
C:\Miniconda\Lib\venv
C:\Miniconda\Lib\venv\__pycache__
C:\Miniconda\Lib\venv\scripts
C:\Miniconda\Lib\venv\scripts\common
C:\Miniconda\Lib\venv\scripts\nt
C:\Miniconda\Lib\venv\scripts\posix
C:\Miniconda\Lib\wsgiref
C:\Miniconda\Lib\wsgiref\__pycache__
C:\Miniconda\Lib\xml
C:\Miniconda\Lib\xml\__pycache__
C:\Miniconda\Lib\xml\dom
C:\Miniconda\Lib\xml\dom\__pycache__
C:\Miniconda\Lib\xml\etree
C:\Miniconda\Lib\xml\etree\__pycache__
C:\Miniconda\Lib\xml\parsers
C:\Miniconda\Lib\xml\parsers\__pycache__
C:\Miniconda\Lib\xml\sax
C:\Miniconda\Lib\xml\sax\__pycache__
C:\Miniconda\Lib\xmlrpc
C:\Miniconda\Lib\xmlrpc\__pycache__
C:\Miniconda\Library
C:\Miniconda\Library\bin
C:\Miniconda\Library\include
C:\Miniconda\Library\include\openssl
C:\Miniconda\Library\lib
C:\Miniconda\Library\lib\engines-1_1
C:\Miniconda\Library\misc
C:\Miniconda\Library\ssl
C:\Miniconda\libs
C:\Miniconda\Menu
C:\Miniconda\pkgs
C:\Miniconda\pkgs\asn1crypto-0.24.0-py37_0
C:\Miniconda\pkgs\asn1crypto-0.24.0-py37_0\info
C:\Miniconda\pkgs\asn1crypto-0.24.0-py37_0\info\recipe
C:\Miniconda\pkgs\asn1crypto-0.24.0-py37_0\info\test
C:\Miniconda\pkgs\asn1crypto-0.24.0-py37_0\Lib
C:\Miniconda\pkgs\asn1crypto-0.24.0-py37_0\Lib\site-packages
C:\Miniconda\pkgs\asn1crypto-0.24.0-py37_0\Lib\site-packages\asn1crypto
C:\Miniconda\pkgs\asn1crypto-0.24.0-py37_0\Lib\site-packages\asn1crypto-0.24.0-py3.7.egg-info
C:\Miniconda\pkgs\ca-certificates-2019.1.23-0
C:\Miniconda\pkgs\ca-certificates-2019.1.23-0\info
C:\Miniconda\pkgs\ca-certificates-2019.1.23-0\info\recipe
C:\Miniconda\pkgs\ca-certificates-2019.1.23-0\Library
C:\Miniconda\pkgs\ca-certificates-2019.1.23-0\Library\ssl
C:\Miniconda\pkgs\cache
C:\Miniconda\pkgs\certifi-2019.3.9-py37_0
C:\Miniconda\pkgs\certifi-2019.3.9-py37_0\info
C:\Miniconda\pkgs\certifi-2019.3.9-py37_0\info\recipe
C:\Miniconda\pkgs\certifi-2019.3.9-py37_0\info\test
C:\Miniconda\pkgs\certifi-2019.3.9-py37_0\Lib
C:\Miniconda\pkgs\certifi-2019.3.9-py37_0\Lib\site-packages
C:\Miniconda\pkgs\certifi-2019.3.9-py37_0\Lib\site-packages\certifi
C:\Miniconda\pkgs\cffi-1.12.2-py37h7a1dbc1_1
C:\Miniconda\pkgs\cffi-1.12.2-py37h7a1dbc1_1\info
C:\Miniconda\pkgs\cffi-1.12.2-py37h7a1dbc1_1\info\recipe
C:\Miniconda\pkgs\cffi-1.12.2-py37h7a1dbc1_1\info\test
C:\Miniconda\pkgs\cffi-1.12.2-py37h7a1dbc1_1\Lib
C:\Miniconda\pkgs\cffi-1.12.2-py37h7a1dbc1_1\Lib\site-packages
C:\Miniconda\pkgs\cffi-1.12.2-py37h7a1dbc1_1\Lib\site-packages\cffi
C:\Miniconda\pkgs\cffi-1.12.2-py37h7a1dbc1_1\Lib\site-packages\cffi-1.12.2.dist-info
C:\Miniconda\pkgs\chardet-3.0.4-py37_1
C:\Miniconda\pkgs\chardet-3.0.4-py37_1\info
C:\Miniconda\pkgs\chardet-3.0.4-py37_1\info\recipe
C:\Miniconda\pkgs\chardet-3.0.4-py37_1\info\test
C:\Miniconda\pkgs\chardet-3.0.4-py37_1\Lib
C:\Miniconda\pkgs\chardet-3.0.4-py37_1\Lib\site-packages
C:\Miniconda\pkgs\chardet-3.0.4-py37_1\Lib\site-packages\chardet
C:\Miniconda\pkgs\chardet-3.0.4-py37_1\Lib\site-packages\chardet-3.0.4-py3.7.egg-info
C:\Miniconda\pkgs\chardet-3.0.4-py37_1\Scripts
C:\Miniconda\pkgs\conda-4.6.14-py37_0
C:\Miniconda\pkgs\conda-4.6.14-py37_0\condabin
C:\Miniconda\pkgs\conda-4.6.14-py37_0\etc
C:\Miniconda\pkgs\conda-4.6.14-py37_0\etc\fish
C:\Miniconda\pkgs\conda-4.6.14-py37_0\etc\fish\conf.d
C:\Miniconda\pkgs\conda-4.6.14-py37_0\etc\profile.d
C:\Miniconda\pkgs\conda-4.6.14-py37_0\info
C:\Miniconda\pkgs\conda-4.6.14-py37_0\info\recipe
C:\Miniconda\pkgs\conda-4.6.14-py37_0\info\test
C:\Miniconda\pkgs\conda-4.6.14-py37_0\info\test\tests
C:\Miniconda\pkgs\conda-4.6.14-py37_0\Lib
C:\Miniconda\pkgs\conda-4.6.14-py37_0\Lib\site-packages
C:\Miniconda\pkgs\conda-4.6.14-py37_0\Lib\site-packages\conda
C:\Miniconda\pkgs\conda-4.6.14-py37_0\Lib\site-packages\conda_env
C:\Miniconda\pkgs\conda-4.6.14-py37_0\Lib\site-packages\conda-4.6.14-py3.7.egg-info
C:\Miniconda\pkgs\conda-4.6.14-py37_0\Lib\site-packages\test_data
C:\Miniconda\pkgs\conda-4.6.14-py37_0\Lib\site-packages\xonsh
C:\Miniconda\pkgs\conda-4.6.14-py37_0\Library
C:\Miniconda\pkgs\conda-4.6.14-py37_0\Library\bin
C:\Miniconda\pkgs\conda-4.6.14-py37_0\Scripts
C:\Miniconda\pkgs\conda-4.6.14-py37_0\shell
C:\Miniconda\pkgs\conda-4.6.14-py37_0\shell\condabin
C:\Miniconda\pkgs\console_shortcut-0.1.1-3
C:\Miniconda\pkgs\console_shortcut-0.1.1-3\info
C:\Miniconda\pkgs\console_shortcut-0.1.1-3\info\recipe
C:\Miniconda\pkgs\console_shortcut-0.1.1-3\Menu
C:\Miniconda\pkgs\cryptography-2.6.1-py37h7a1dbc1_0
C:\Miniconda\pkgs\cryptography-2.6.1-py37h7a1dbc1_0\info
C:\Miniconda\pkgs\cryptography-2.6.1-py37h7a1dbc1_0\info\recipe
C:\Miniconda\pkgs\cryptography-2.6.1-py37h7a1dbc1_0\info\test
C:\Miniconda\pkgs\cryptography-2.6.1-py37h7a1dbc1_0\info\test\tests
C:\Miniconda\pkgs\cryptography-2.6.1-py37h7a1dbc1_0\Lib
C:\Miniconda\pkgs\cryptography-2.6.1-py37h7a1dbc1_0\Lib\site-packages
C:\Miniconda\pkgs\cryptography-2.6.1-py37h7a1dbc1_0\Lib\site-packages\cryptography
C:\Miniconda\pkgs\cryptography-2.6.1-py37h7a1dbc1_0\Lib\site-packages\cryptography-2.6.1.dist-info
C:\Miniconda\pkgs\idna-2.8-py37_0
C:\Miniconda\pkgs\idna-2.8-py37_0\info
C:\Miniconda\pkgs\idna-2.8-py37_0\info\recipe
C:\Miniconda\pkgs\idna-2.8-py37_0\info\test
C:\Miniconda\pkgs\idna-2.8-py37_0\Lib
C:\Miniconda\pkgs\idna-2.8-py37_0\Lib\site-packages
C:\Miniconda\pkgs\idna-2.8-py37_0\Lib\site-packages\idna
C:\Miniconda\pkgs\idna-2.8-py37_0\Lib\site-packages\idna-2.8-py3.7.egg-info
C:\Miniconda\pkgs\menuinst-1.4.16-py37he774522_0
C:\Miniconda\pkgs\menuinst-1.4.16-py37he774522_0\info
C:\Miniconda\pkgs\menuinst-1.4.16-py37he774522_0\info\recipe
C:\Miniconda\pkgs\menuinst-1.4.16-py37he774522_0\info\test
C:\Miniconda\pkgs\menuinst-1.4.16-py37he774522_0\Lib
C:\Miniconda\pkgs\menuinst-1.4.16-py37he774522_0\Lib\site-packages
C:\Miniconda\pkgs\menuinst-1.4.16-py37he774522_0\Lib\site-packages\menuinst
C:\Miniconda\pkgs\menuinst-1.4.16-py37he774522_0\Scripts
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1\info
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1\info\recipe
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1\info\test
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1\Library
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1\Library\bin
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1\Library\include
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1\Library\include\openssl
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1\Library\lib
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1\Library\lib\engines-1_1
C:\Miniconda\pkgs\openssl-1.1.1b-he774522_1\Library\misc
C:\Miniconda\pkgs\pip-19.0.3-py37_0
C:\Miniconda\pkgs\pip-19.0.3-py37_0\info
C:\Miniconda\pkgs\pip-19.0.3-py37_0\info\recipe
C:\Miniconda\pkgs\pip-19.0.3-py37_0\info\test
C:\Miniconda\pkgs\pip-19.0.3-py37_0\Lib
C:\Miniconda\pkgs\pip-19.0.3-py37_0\Lib\site-packages
C:\Miniconda\pkgs\pip-19.0.3-py37_0\Lib\site-packages\pip
C:\Miniconda\pkgs\pip-19.0.3-py37_0\Lib\site-packages\pip-19.0.3-py3.7.egg-info
C:\Miniconda\pkgs\pip-19.0.3-py37_0\Scripts
C:\Miniconda\pkgs\powershell_shortcut-0.0.1-2
C:\Miniconda\pkgs\powershell_shortcut-0.0.1-2\info
C:\Miniconda\pkgs\powershell_shortcut-0.0.1-2\info\recipe
C:\Miniconda\pkgs\powershell_shortcut-0.0.1-2\Menu
C:\Miniconda\pkgs\pycosat-0.6.3-py37hfa6e2cd_0
C:\Miniconda\pkgs\pycosat-0.6.3-py37hfa6e2cd_0\info
C:\Miniconda\pkgs\pycosat-0.6.3-py37hfa6e2cd_0\info\recipe
C:\Miniconda\pkgs\pycosat-0.6.3-py37hfa6e2cd_0\info\test
C:\Miniconda\pkgs\pycosat-0.6.3-py37hfa6e2cd_0\Lib
C:\Miniconda\pkgs\pycosat-0.6.3-py37hfa6e2cd_0\Lib\site-packages
C:\Miniconda\pkgs\pycosat-0.6.3-py37hfa6e2cd_0\Lib\site-packages\__pycache__
C:\Miniconda\pkgs\pycparser-2.19-py37_0
C:\Miniconda\pkgs\pycparser-2.19-py37_0\info
C:\Miniconda\pkgs\pycparser-2.19-py37_0\info\recipe
C:\Miniconda\pkgs\pycparser-2.19-py37_0\info\test
C:\Miniconda\pkgs\pycparser-2.19-py37_0\Lib
C:\Miniconda\pkgs\pycparser-2.19-py37_0\Lib\site-packages
C:\Miniconda\pkgs\pycparser-2.19-py37_0\Lib\site-packages\pycparser
C:\Miniconda\pkgs\pycparser-2.19-py37_0\Lib\site-packages\pycparser-2.19-py3.7.egg-info
C:\Miniconda\pkgs\pyopenssl-19.0.0-py37_0
C:\Miniconda\pkgs\pyopenssl-19.0.0-py37_0\info
C:\Miniconda\pkgs\pyopenssl-19.0.0-py37_0\info\recipe
C:\Miniconda\pkgs\pyopenssl-19.0.0-py37_0\info\test
C:\Miniconda\pkgs\pyopenssl-19.0.0-py37_0\Lib
C:\Miniconda\pkgs\pyopenssl-19.0.0-py37_0\Lib\site-packages
C:\Miniconda\pkgs\pyopenssl-19.0.0-py37_0\Lib\site-packages\OpenSSL
C:\Miniconda\pkgs\pyopenssl-19.0.0-py37_0\Lib\site-packages\pyOpenSSL-19.0.0-py3.7.egg-info
C:\Miniconda\pkgs\pysocks-1.6.8-py37_0
C:\Miniconda\pkgs\pysocks-1.6.8-py37_0\info
C:\Miniconda\pkgs\pysocks-1.6.8-py37_0\info\recipe
C:\Miniconda\pkgs\pysocks-1.6.8-py37_0\info\test
C:\Miniconda\pkgs\pysocks-1.6.8-py37_0\Lib
C:\Miniconda\pkgs\pysocks-1.6.8-py37_0\Lib\site-packages
C:\Miniconda\pkgs\pysocks-1.6.8-py37_0\Lib\site-packages\__pycache__
C:\Miniconda\pkgs\pysocks-1.6.8-py37_0\Lib\site-packages\PySocks-1.6.8-py3.7.egg-info
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\DLLs
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\DLLs\instrumented
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\include
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\include\internal
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\info
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\info\recipe
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\info\recipe\sysconfigdata
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\info\test
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\asyncio
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\asyncio\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\collections
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\collections\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\concurrent
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\concurrent\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\concurrent\futures
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\ctypes
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\ctypes\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\ctypes\macholib
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\ctypes\test
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\curses
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\curses\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\dbm
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\dbm\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\distutils
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\distutils\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\distutils\command
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\distutils\tests
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\email
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\email\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\email\mime
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\encodings
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\encodings\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\ensurepip
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\ensurepip\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\ensurepip\_bundled
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\html
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\html\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\http
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\http\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\idlelib
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\idlelib\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\idlelib\Icons
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\idlelib\idle_test
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\importlib
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\importlib\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\json
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\json\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\lib2to3
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\lib2to3\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\lib2to3\fixes
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\lib2to3\pgen2
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\logging
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\logging\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\msilib
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\msilib\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\multiprocessing
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\multiprocessing\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\multiprocessing\dummy
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\pydoc_data
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\pydoc_data\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\site-packages
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\sqlite3
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\sqlite3\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\sqlite3\test
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\test
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\test\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\test\support
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\tkinter
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\tkinter\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\tkinter\test
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\turtledemo
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\turtledemo\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\unittest
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\unittest\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\unittest\test
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\urllib
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\urllib\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\venv
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\venv\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\venv\scripts
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\wsgiref
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\wsgiref\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\xml
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\xml\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\xml\dom
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\xml\etree
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\xml\parsers
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\xml\sax
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\xmlrpc
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Lib\xmlrpc\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\libs
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Scripts
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\dde1.4
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\nmake
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\reg1.3
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tcl8
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tcl8.6
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tcl8.6\encoding
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tcl8.6\http1.0
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tcl8.6\msgs
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tcl8.6\opt0.4
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tcl8.6\tzdata
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tcl8\8.4
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tcl8\8.5
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tcl8\8.6
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tix8.4.3
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tix8.4.3\bitmaps
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tix8.4.3\demos
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tix8.4.3\pref
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tk8.6
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tk8.6\demos
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tk8.6\images
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tk8.6\msgs
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\tcl\tk8.6\ttk
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\demo
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\demo\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\i18n
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\i18n\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\parser
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\parser\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\pynche
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\pynche\__pycache__
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\pynche\X
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\scripts
C:\Miniconda\pkgs\python-3.7.3-h8c8aaf0_0\Tools\scripts\__pycache__
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\info
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\info\recipe
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\info\recipe\Outlook2010MAPIHeaderFiles
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\info\test
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib\site-packages
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib\site-packages\__pycache__
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib\site-packages\adodbapi
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib\site-packages\isapi
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib\site-packages\pythonwin
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib\site-packages\pywin32_system32
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib\site-packages\pywin32-223-py3.7.egg-info
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib\site-packages\win32
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib\site-packages\win32com
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Lib\site-packages\win32comext
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Library
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Library\bin
C:\Miniconda\pkgs\pywin32-223-py37hfa6e2cd_1\Scripts
C:\Miniconda\pkgs\requests-2.21.0-py37_0
C:\Miniconda\pkgs\requests-2.21.0-py37_0\info
C:\Miniconda\pkgs\requests-2.21.0-py37_0\info\recipe
C:\Miniconda\pkgs\requests-2.21.0-py37_0\info\test
C:\Miniconda\pkgs\requests-2.21.0-py37_0\Lib
C:\Miniconda\pkgs\requests-2.21.0-py37_0\Lib\site-packages
C:\Miniconda\pkgs\requests-2.21.0-py37_0\Lib\site-packages\requests
C:\Miniconda\pkgs\requests-2.21.0-py37_0\Lib\site-packages\requests-2.21.0.dist-info
C:\Miniconda\pkgs\ruamel_yaml-0.15.46-py37hfa6e2cd_0
C:\Miniconda\pkgs\ruamel_yaml-0.15.46-py37hfa6e2cd_0\info
C:\Miniconda\pkgs\ruamel_yaml-0.15.46-py37hfa6e2cd_0\info\recipe
C:\Miniconda\pkgs\ruamel_yaml-0.15.46-py37hfa6e2cd_0\info\test
C:\Miniconda\pkgs\ruamel_yaml-0.15.46-py37hfa6e2cd_0\Lib
C:\Miniconda\pkgs\ruamel_yaml-0.15.46-py37hfa6e2cd_0\Lib\site-packages
C:\Miniconda\pkgs\ruamel_yaml-0.15.46-py37hfa6e2cd_0\Lib\site-packages\ruamel_yaml
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0\info
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0\info\recipe
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0\info\test
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0\Lib
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0\Lib\site-packages
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0\Lib\site-packages\__pycache__
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0\Lib\site-packages\pkg_resources
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0\Lib\site-packages\setuptools
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0\Lib\site-packages\setuptools-41.0.0-py3.7.egg-info
C:\Miniconda\pkgs\setuptools-41.0.0-py37_0\Scripts
C:\Miniconda\pkgs\six-1.12.0-py37_0
C:\Miniconda\pkgs\six-1.12.0-py37_0\info
C:\Miniconda\pkgs\six-1.12.0-py37_0\info\recipe
C:\Miniconda\pkgs\six-1.12.0-py37_0\info\test
C:\Miniconda\pkgs\six-1.12.0-py37_0\Lib
C:\Miniconda\pkgs\six-1.12.0-py37_0\Lib\site-packages
C:\Miniconda\pkgs\six-1.12.0-py37_0\Lib\site-packages\__pycache__
C:\Miniconda\pkgs\six-1.12.0-py37_0\Lib\site-packages\six-1.12.0-py3.7.egg-info
C:\Miniconda\pkgs\sqlite-3.27.2-he774522_0
C:\Miniconda\pkgs\sqlite-3.27.2-he774522_0\info
C:\Miniconda\pkgs\sqlite-3.27.2-he774522_0\info\recipe
C:\Miniconda\pkgs\sqlite-3.27.2-he774522_0\info\test
C:\Miniconda\pkgs\sqlite-3.27.2-he774522_0\Library
C:\Miniconda\pkgs\sqlite-3.27.2-he774522_0\Library\bin
C:\Miniconda\pkgs\sqlite-3.27.2-he774522_0\Library\include
C:\Miniconda\pkgs\sqlite-3.27.2-he774522_0\Library\lib
C:\Miniconda\pkgs\urllib3-1.24.1-py37_0
C:\Miniconda\pkgs\urllib3-1.24.1-py37_0\info
C:\Miniconda\pkgs\urllib3-1.24.1-py37_0\info\recipe
C:\Miniconda\pkgs\urllib3-1.24.1-py37_0\info\test
C:\Miniconda\pkgs\urllib3-1.24.1-py37_0\Lib
C:\Miniconda\pkgs\urllib3-1.24.1-py37_0\Lib\site-packages
C:\Miniconda\pkgs\urllib3-1.24.1-py37_0\Lib\site-packages\urllib3
C:\Miniconda\pkgs\urllib3-1.24.1-py37_0\Lib\site-packages\urllib3-1.24.1-py3.7.egg-info
C:\Miniconda\pkgs\vc-14.1-h0510ff6_4
C:\Miniconda\pkgs\vc-14.1-h0510ff6_4\info
C:\Miniconda\pkgs\vc-14.1-h0510ff6_4\info\recipe
C:\Miniconda\pkgs\vc-14.1-h0510ff6_4\info\recipe\parent
C:\Miniconda\pkgs\vs2015_runtime-14.15.26706-h3a45250_0
C:\Miniconda\pkgs\vs2015_runtime-14.15.26706-h3a45250_0\info
C:\Miniconda\pkgs\vs2015_runtime-14.15.26706-h3a45250_0\info\recipe
C:\Miniconda\pkgs\vs2015_runtime-14.15.26706-h3a45250_0\info\recipe\parent
C:\Miniconda\pkgs\vs2015_runtime-14.15.26706-h3a45250_0\Library
C:\Miniconda\pkgs\vs2015_runtime-14.15.26706-h3a45250_0\Library\bin
C:\Miniconda\pkgs\wheel-0.33.1-py37_0
C:\Miniconda\pkgs\wheel-0.33.1-py37_0\info
C:\Miniconda\pkgs\wheel-0.33.1-py37_0\info\recipe
C:\Miniconda\pkgs\wheel-0.33.1-py37_0\info\test
C:\Miniconda\pkgs\wheel-0.33.1-py37_0\Lib
C:\Miniconda\pkgs\wheel-0.33.1-py37_0\Lib\site-packages
C:\Miniconda\pkgs\wheel-0.33.1-py37_0\Lib\site-packages\wheel
C:\Miniconda\pkgs\wheel-0.33.1-py37_0\Lib\site-packages\wheel-0.33.1-py3.7.egg-info
C:\Miniconda\pkgs\wheel-0.33.1-py37_0\Scripts
C:\Miniconda\pkgs\win_inet_pton-1.1.0-py37_0
C:\Miniconda\pkgs\win_inet_pton-1.1.0-py37_0\info
C:\Miniconda\pkgs\win_inet_pton-1.1.0-py37_0\info\recipe
C:\Miniconda\pkgs\win_inet_pton-1.1.0-py37_0\info\test
C:\Miniconda\pkgs\win_inet_pton-1.1.0-py37_0\Lib
C:\Miniconda\pkgs\win_inet_pton-1.1.0-py37_0\Lib\site-packages
C:\Miniconda\pkgs\win_inet_pton-1.1.0-py37_0\Lib\site-packages\__pycache__
C:\Miniconda\pkgs\win_inet_pton-1.1.0-py37_0\Lib\site-packages\win_inet_pton-1.1.0-py3.7.egg-info
C:\Miniconda\pkgs\wincertstore-0.2-py37_0
C:\Miniconda\pkgs\wincertstore-0.2-py37_0\info
C:\Miniconda\pkgs\wincertstore-0.2-py37_0\info\recipe
C:\Miniconda\pkgs\wincertstore-0.2-py37_0\info\test
C:\Miniconda\pkgs\wincertstore-0.2-py37_0\Lib
C:\Miniconda\pkgs\wincertstore-0.2-py37_0\Lib\site-packages
C:\Miniconda\pkgs\wincertstore-0.2-py37_0\Lib\site-packages\__pycache__
C:\Miniconda\pkgs\yaml-0.1.7-hc54c509_2
C:\Miniconda\pkgs\yaml-0.1.7-hc54c509_2\info
C:\Miniconda\pkgs\yaml-0.1.7-hc54c509_2\info\recipe
C:\Miniconda\pkgs\yaml-0.1.7-hc54c509_2\info\test
C:\Miniconda\pkgs\yaml-0.1.7-hc54c509_2\Library
C:\Miniconda\pkgs\yaml-0.1.7-hc54c509_2\Library\bin
C:\Miniconda\pkgs\yaml-0.1.7-hc54c509_2\Library\include
C:\Miniconda\pkgs\yaml-0.1.7-hc54c509_2\Library\lib
C:\Miniconda\Scripts
C:\Miniconda\shell
C:\Miniconda\shell\condabin
C:\Miniconda\tcl
C:\Miniconda\tcl\dde1.4
C:\Miniconda\tcl\nmake
C:\Miniconda\tcl\reg1.3
C:\Miniconda\tcl\tcl8
C:\Miniconda\tcl\tcl8.6
C:\Miniconda\tcl\tcl8.6\encoding
C:\Miniconda\tcl\tcl8.6\http1.0
C:\Miniconda\tcl\tcl8.6\msgs
C:\Miniconda\tcl\tcl8.6\opt0.4
C:\Miniconda\tcl\tcl8.6\tzdata
C:\Miniconda\tcl\tcl8.6\tzdata\Africa
C:\Miniconda\tcl\tcl8.6\tzdata\America
C:\Miniconda\tcl\tcl8.6\tzdata\America\Argentina
C:\Miniconda\tcl\tcl8.6\tzdata\America\Indiana
C:\Miniconda\tcl\tcl8.6\tzdata\America\Kentucky
C:\Miniconda\tcl\tcl8.6\tzdata\America\North_Dakota
C:\Miniconda\tcl\tcl8.6\tzdata\Antarctica
C:\Miniconda\tcl\tcl8.6\tzdata\Arctic
C:\Miniconda\tcl\tcl8.6\tzdata\Asia
C:\Miniconda\tcl\tcl8.6\tzdata\Atlantic
C:\Miniconda\tcl\tcl8.6\tzdata\Australia
C:\Miniconda\tcl\tcl8.6\tzdata\Brazil
C:\Miniconda\tcl\tcl8.6\tzdata\Canada
C:\Miniconda\tcl\tcl8.6\tzdata\Chile
C:\Miniconda\tcl\tcl8.6\tzdata\Etc
C:\Miniconda\tcl\tcl8.6\tzdata\Europe
C:\Miniconda\tcl\tcl8.6\tzdata\Indian
C:\Miniconda\tcl\tcl8.6\tzdata\Mexico
C:\Miniconda\tcl\tcl8.6\tzdata\Pacific
C:\Miniconda\tcl\tcl8.6\tzdata\SystemV
C:\Miniconda\tcl\tcl8.6\tzdata\US
C:\Miniconda\tcl\tcl8\8.4
C:\Miniconda\tcl\tcl8\8.4\platform
C:\Miniconda\tcl\tcl8\8.5
C:\Miniconda\tcl\tcl8\8.6
C:\Miniconda\tcl\tix8.4.3
C:\Miniconda\tcl\tix8.4.3\bitmaps
C:\Miniconda\tcl\tix8.4.3\demos
C:\Miniconda\tcl\tix8.4.3\demos\bitmaps
C:\Miniconda\tcl\tix8.4.3\demos\samples
C:\Miniconda\tcl\tix8.4.3\pref
C:\Miniconda\tcl\tk8.6
C:\Miniconda\tcl\tk8.6\demos
C:\Miniconda\tcl\tk8.6\demos\images
C:\Miniconda\tcl\tk8.6\images
C:\Miniconda\tcl\tk8.6\msgs
C:\Miniconda\tcl\tk8.6\ttk
C:\Miniconda\Tools
C:\Miniconda\Tools\demo
C:\Miniconda\Tools\demo\__pycache__
C:\Miniconda\Tools\i18n
C:\Miniconda\Tools\i18n\__pycache__
C:\Miniconda\Tools\parser
C:\Miniconda\Tools\parser\__pycache__
C:\Miniconda\Tools\pynche
C:\Miniconda\Tools\pynche\__pycache__
C:\Miniconda\Tools\pynche\X
C:\Miniconda\Tools\scripts
C:\Miniconda\Tools\scripts\__pycache__
C:\Modules
C:\Modules\az_1.0.0
C:\Modules\az_1.0.0\Az
C:\Modules\az_1.0.0\Az.Accounts
C:\Modules\az_1.0.0\Az.Accounts\1.9.2
C:\Modules\az_1.0.0\Az.Accounts\1.9.2\NetCoreAssemblies
C:\Modules\az_1.0.0\Az.Accounts\1.9.2\PostImportScripts
C:\Modules\az_1.0.0\Az.Accounts\1.9.2\PreloadAssemblies
C:\Modules\az_1.0.0\Az.Accounts\1.9.2\StartupScripts
C:\Modules\az_1.0.0\Az.Aks
C:\Modules\az_1.0.0\Az.Aks\1.0.0
C:\Modules\az_1.0.0\Az.AnalysisServices
C:\Modules\az_1.0.0\Az.AnalysisServices\1.0.0
C:\Modules\az_1.0.0\Az.ApiManagement
C:\Modules\az_1.0.0\Az.ApiManagement\1.0.0
C:\Modules\az_1.0.0\Az.ApplicationInsights
C:\Modules\az_1.0.0\Az.ApplicationInsights\1.0.0
C:\Modules\az_1.0.0\Az.Automation
C:\Modules\az_1.0.0\Az.Automation\1.0.0
C:\Modules\az_1.0.0\Az.Batch
C:\Modules\az_1.0.0\Az.Batch\1.0.0
C:\Modules\az_1.0.0\Az.Billing
C:\Modules\az_1.0.0\Az.Billing\1.0.0
C:\Modules\az_1.0.0\Az.Cdn
C:\Modules\az_1.0.0\Az.Cdn\1.0.0
C:\Modules\az_1.0.0\Az.CognitiveServices
C:\Modules\az_1.0.0\Az.CognitiveServices\1.0.0
C:\Modules\az_1.0.0\Az.Compute
C:\Modules\az_1.0.0\Az.Compute\1.0.0
C:\Modules\az_1.0.0\Az.Compute\1.0.0\Generated
C:\Modules\az_1.0.0\Az.ContainerInstance
C:\Modules\az_1.0.0\Az.ContainerInstance\1.0.0
C:\Modules\az_1.0.0\Az.ContainerRegistry
C:\Modules\az_1.0.0\Az.ContainerRegistry\1.0.0
C:\Modules\az_1.0.0\Az.DataFactory
C:\Modules\az_1.0.0\Az.DataFactory\1.0.0
C:\Modules\az_1.0.0\Az.DataLakeAnalytics
C:\Modules\az_1.0.0\Az.DataLakeAnalytics\1.0.0
C:\Modules\az_1.0.0\Az.DataLakeStore
C:\Modules\az_1.0.0\Az.DataLakeStore\1.0.0
C:\Modules\az_1.0.0\Az.DevTestLabs
C:\Modules\az_1.0.0\Az.DevTestLabs\1.0.0
C:\Modules\az_1.0.0\Az.Dns
C:\Modules\az_1.0.0\Az.Dns\1.0.0
C:\Modules\az_1.0.0\Az.EventGrid
C:\Modules\az_1.0.0\Az.EventGrid\1.0.0
C:\Modules\az_1.0.0\Az.EventHub
C:\Modules\az_1.0.0\Az.EventHub\1.0.0
C:\Modules\az_1.0.0\Az.HDInsight
C:\Modules\az_1.0.0\Az.HDInsight\1.0.0
C:\Modules\az_1.0.0\Az.IotHub
C:\Modules\az_1.0.0\Az.IotHub\1.0.0
C:\Modules\az_1.0.0\Az.KeyVault
C:\Modules\az_1.0.0\Az.KeyVault\1.0.0
C:\Modules\az_1.0.0\Az.LogicApp
C:\Modules\az_1.0.0\Az.LogicApp\1.0.0
C:\Modules\az_1.0.0\Az.MachineLearning
C:\Modules\az_1.0.0\Az.MachineLearning\1.0.0
C:\Modules\az_1.0.0\Az.MarketplaceOrdering
C:\Modules\az_1.0.0\Az.MarketplaceOrdering\1.0.0
C:\Modules\az_1.0.0\Az.Media
C:\Modules\az_1.0.0\Az.Media\1.0.0
C:\Modules\az_1.0.0\Az.Monitor
C:\Modules\az_1.0.0\Az.Monitor\1.0.0
C:\Modules\az_1.0.0\Az.Network
C:\Modules\az_1.0.0\Az.Network\1.0.0
C:\Modules\az_1.0.0\Az.NotificationHubs
C:\Modules\az_1.0.0\Az.NotificationHubs\1.0.0
C:\Modules\az_1.0.0\Az.OperationalInsights
C:\Modules\az_1.0.0\Az.OperationalInsights\1.0.0
C:\Modules\az_1.0.0\Az.PolicyInsights
C:\Modules\az_1.0.0\Az.PolicyInsights\1.0.0
C:\Modules\az_1.0.0\Az.PowerBIEmbedded
C:\Modules\az_1.0.0\Az.PowerBIEmbedded\1.0.0
C:\Modules\az_1.0.0\Az.RecoveryServices
C:\Modules\az_1.0.0\Az.RecoveryServices\1.0.0
C:\Modules\az_1.0.0\Az.RedisCache
C:\Modules\az_1.0.0\Az.RedisCache\1.0.0
C:\Modules\az_1.0.0\Az.Relay
C:\Modules\az_1.0.0\Az.Relay\1.0.0
C:\Modules\az_1.0.0\Az.Resources
C:\Modules\az_1.0.0\Az.Resources\1.0.0
C:\Modules\az_1.0.0\Az.ServiceBus
C:\Modules\az_1.0.0\Az.ServiceBus\1.0.0
C:\Modules\az_1.0.0\Az.ServiceFabric
C:\Modules\az_1.0.0\Az.ServiceFabric\1.0.0
C:\Modules\az_1.0.0\Az.SignalR
C:\Modules\az_1.0.0\Az.SignalR\1.0.0
C:\Modules\az_1.0.0\Az.Sql
C:\Modules\az_1.0.0\Az.Sql\1.0.0
C:\Modules\az_1.0.0\Az.Storage
C:\Modules\az_1.0.0\Az.Storage\1.0.0
C:\Modules\az_1.0.0\Az.StreamAnalytics
C:\Modules\az_1.0.0\Az.StreamAnalytics\1.0.0
C:\Modules\az_1.0.0\Az.TrafficManager
C:\Modules\az_1.0.0\Az.TrafficManager\1.0.0
C:\Modules\az_1.0.0\Az.Websites
C:\Modules\az_1.0.0\Az.Websites\1.0.0
C:\Modules\az_1.0.0\Az\1.0.0
C:\Modules\az_1.6.0
C:\Modules\az_1.6.0\Az
C:\Modules\az_1.6.0\Az.Accounts
C:\Modules\az_1.6.0\Az.Accounts\1.9.2
C:\Modules\az_1.6.0\Az.Accounts\1.9.2\NetCoreAssemblies
C:\Modules\az_1.6.0\Az.Accounts\1.9.2\PostImportScripts
C:\Modules\az_1.6.0\Az.Accounts\1.9.2\PreloadAssemblies
C:\Modules\az_1.6.0\Az.Accounts\1.9.2\StartupScripts
C:\Modules\az_1.6.0\Az.Aks
C:\Modules\az_1.6.0\Az.Aks\1.0.1
C:\Modules\az_1.6.0\Az.AnalysisServices
C:\Modules\az_1.6.0\Az.AnalysisServices\1.0.2
C:\Modules\az_1.6.0\Az.ApiManagement
C:\Modules\az_1.6.0\Az.ApiManagement\1.0.0
C:\Modules\az_1.6.0\Az.ApplicationInsights
C:\Modules\az_1.6.0\Az.ApplicationInsights\1.0.0
C:\Modules\az_1.6.0\Az.Automation
C:\Modules\az_1.6.0\Az.Automation\1.2.0
C:\Modules\az_1.6.0\Az.Batch
C:\Modules\az_1.6.0\Az.Batch\1.0.0
C:\Modules\az_1.6.0\Az.Billing
C:\Modules\az_1.6.0\Az.Billing\1.0.0
C:\Modules\az_1.6.0\Az.Cdn
C:\Modules\az_1.6.0\Az.Cdn\1.1.0
C:\Modules\az_1.6.0\Az.CognitiveServices
C:\Modules\az_1.6.0\Az.CognitiveServices\1.0.1
C:\Modules\az_1.6.0\Az.Compute
C:\Modules\az_1.6.0\Az.Compute\1.6.0
C:\Modules\az_1.6.0\Az.ContainerInstance
C:\Modules\az_1.6.0\Az.ContainerInstance\1.0.0
C:\Modules\az_1.6.0\Az.ContainerRegistry
C:\Modules\az_1.6.0\Az.ContainerRegistry\1.0.1
C:\Modules\az_1.6.0\Az.DataFactory
C:\Modules\az_1.6.0\Az.DataFactory\1.0.2
C:\Modules\az_1.6.0\Az.DataLakeAnalytics
C:\Modules\az_1.6.0\Az.DataLakeAnalytics\1.0.0
C:\Modules\az_1.6.0\Az.DataLakeStore
C:\Modules\az_1.6.0\Az.DataLakeStore\1.1.0
C:\Modules\az_1.6.0\Az.DevTestLabs
C:\Modules\az_1.6.0\Az.DevTestLabs\1.0.0
C:\Modules\az_1.6.0\Az.Dns
C:\Modules\az_1.6.0\Az.Dns\1.0.0
C:\Modules\az_1.6.0\Az.EventGrid
C:\Modules\az_1.6.0\Az.EventGrid\1.1.0
C:\Modules\az_1.6.0\Az.EventHub
C:\Modules\az_1.6.0\Az.EventHub\1.0.1
C:\Modules\az_1.6.0\Az.HDInsight
C:\Modules\az_1.6.0\Az.HDInsight\1.0.0
C:\Modules\az_1.6.0\Az.IotHub
C:\Modules\az_1.6.0\Az.IotHub\1.0.2
C:\Modules\az_1.6.0\Az.KeyVault
C:\Modules\az_1.6.0\Az.KeyVault\1.1.0
C:\Modules\az_1.6.0\Az.LogicApp
C:\Modules\az_1.6.0\Az.LogicApp\1.2.1
C:\Modules\az_1.6.0\Az.MachineLearning
C:\Modules\az_1.6.0\Az.MachineLearning\1.0.0
C:\Modules\az_1.6.0\Az.MarketplaceOrdering
C:\Modules\az_1.6.0\Az.MarketplaceOrdering\1.0.0
C:\Modules\az_1.6.0\Az.Media
C:\Modules\az_1.6.0\Az.Media\1.0.0
C:\Modules\az_1.6.0\Az.Monitor
C:\Modules\az_1.6.0\Az.Monitor\1.0.1
C:\Modules\az_1.6.0\Az.Network
C:\Modules\az_1.6.0\Az.Network\1.6.0
C:\Modules\az_1.6.0\Az.NotificationHubs
C:\Modules\az_1.6.0\Az.NotificationHubs\1.0.0
C:\Modules\az_1.6.0\Az.OperationalInsights
C:\Modules\az_1.6.0\Az.OperationalInsights\1.1.0
C:\Modules\az_1.6.0\Az.PolicyInsights
C:\Modules\az_1.6.0\Az.PolicyInsights\1.0.0
C:\Modules\az_1.6.0\Az.PowerBIEmbedded
C:\Modules\az_1.6.0\Az.PowerBIEmbedded\1.0.0
C:\Modules\az_1.6.0\Az.RecoveryServices
C:\Modules\az_1.6.0\Az.RecoveryServices\1.2.0
C:\Modules\az_1.6.0\Az.RedisCache
C:\Modules\az_1.6.0\Az.RedisCache\1.0.0
C:\Modules\az_1.6.0\Az.Relay
C:\Modules\az_1.6.0\Az.Relay\1.0.0
C:\Modules\az_1.6.0\Az.Resources
C:\Modules\az_1.6.0\Az.Resources\1.2.1
C:\Modules\az_1.6.0\Az.ServiceBus
C:\Modules\az_1.6.0\Az.ServiceBus\1.0.0
C:\Modules\az_1.6.0\Az.ServiceFabric
C:\Modules\az_1.6.0\Az.ServiceFabric\1.0.1
C:\Modules\az_1.6.0\Az.ServiceFabric\1.0.1\Template
C:\Modules\az_1.6.0\Az.ServiceFabric\1.0.1\Template\Linux
C:\Modules\az_1.6.0\Az.SignalR
C:\Modules\az_1.6.0\Az.SignalR\1.0.2
C:\Modules\az_1.6.0\Az.Sql
C:\Modules\az_1.6.0\Az.Sql\1.7.0
C:\Modules\az_1.6.0\Az.Storage
C:\Modules\az_1.6.0\Az.Storage\1.1.0
C:\Modules\az_1.6.0\Az.StreamAnalytics
C:\Modules\az_1.6.0\Az.StreamAnalytics\1.0.0
C:\Modules\az_1.6.0\Az.TrafficManager
C:\Modules\az_1.6.0\Az.TrafficManager\1.0.1
C:\Modules\az_1.6.0\Az.Websites
C:\Modules\az_1.6.0\Az.Websites\1.1.2
C:\Modules\az_1.6.0\Az\1.6.0
C:\Modules\az_2.3.2
C:\Modules\az_2.3.2\Az
C:\Modules\az_2.3.2\Az.Accounts
C:\Modules\az_2.3.2\Az.Accounts\1.9.2
C:\Modules\az_2.3.2\Az.Accounts\1.9.2\NetCoreAssemblies
C:\Modules\az_2.3.2\Az.Accounts\1.9.2\PostImportScripts
C:\Modules\az_2.3.2\Az.Accounts\1.9.2\PreloadAssemblies
C:\Modules\az_2.3.2\Az.Accounts\1.9.2\StartupScripts
C:\Modules\az_2.3.2\Az.Aks
C:\Modules\az_2.3.2\Az.Aks\1.0.1
C:\Modules\az_2.3.2\Az.AnalysisServices
C:\Modules\az_2.3.2\Az.AnalysisServices\1.1.0
C:\Modules\az_2.3.2\Az.ApiManagement
C:\Modules\az_2.3.2\Az.ApiManagement\1.1.0
C:\Modules\az_2.3.2\Az.ApplicationInsights
C:\Modules\az_2.3.2\Az.ApplicationInsights\1.0.0
C:\Modules\az_2.3.2\Az.Automation
C:\Modules\az_2.3.2\Az.Automation\1.2.2
C:\Modules\az_2.3.2\Az.Batch
C:\Modules\az_2.3.2\Az.Batch\1.1.0
C:\Modules\az_2.3.2\Az.Billing
C:\Modules\az_2.3.2\Az.Billing\1.0.0
C:\Modules\az_2.3.2\Az.Cdn
C:\Modules\az_2.3.2\Az.Cdn\1.3.0
C:\Modules\az_2.3.2\Az.CognitiveServices
C:\Modules\az_2.3.2\Az.CognitiveServices\1.1.1
C:\Modules\az_2.3.2\Az.Compute
C:\Modules\az_2.3.2\Az.Compute\2.3.0
C:\Modules\az_2.3.2\Az.ContainerInstance
C:\Modules\az_2.3.2\Az.ContainerInstance\1.0.1
C:\Modules\az_2.3.2\Az.ContainerRegistry
C:\Modules\az_2.3.2\Az.ContainerRegistry\1.0.1
C:\Modules\az_2.3.2\Az.DataFactory
C:\Modules\az_2.3.2\Az.DataFactory\1.1.1
C:\Modules\az_2.3.2\Az.DataLakeAnalytics
C:\Modules\az_2.3.2\Az.DataLakeAnalytics\1.0.0
C:\Modules\az_2.3.2\Az.DataLakeStore
C:\Modules\az_2.3.2\Az.DataLakeStore\1.2.1
C:\Modules\az_2.3.2\Az.DeploymentManager
C:\Modules\az_2.3.2\Az.DeploymentManager\1.0.0
C:\Modules\az_2.3.2\Az.DevTestLabs
C:\Modules\az_2.3.2\Az.DevTestLabs\1.0.0
C:\Modules\az_2.3.2\Az.Dns
C:\Modules\az_2.3.2\Az.Dns\1.1.1
C:\Modules\az_2.3.2\Az.EventGrid
C:\Modules\az_2.3.2\Az.EventGrid\1.2.0
C:\Modules\az_2.3.2\Az.EventHub
C:\Modules\az_2.3.2\Az.EventHub\1.2.0
C:\Modules\az_2.3.2\Az.FrontDoor
C:\Modules\az_2.3.2\Az.FrontDoor\1.1.0
C:\Modules\az_2.3.2\Az.HDInsight
C:\Modules\az_2.3.2\Az.HDInsight\2.0.0
C:\Modules\az_2.3.2\Az.IotHub
C:\Modules\az_2.3.2\Az.IotHub\1.1.0
C:\Modules\az_2.3.2\Az.KeyVault
C:\Modules\az_2.3.2\Az.KeyVault\1.2.0
C:\Modules\az_2.3.2\Az.LogicApp
C:\Modules\az_2.3.2\Az.LogicApp\1.2.1
C:\Modules\az_2.3.2\Az.MachineLearning
C:\Modules\az_2.3.2\Az.MachineLearning\1.1.0
C:\Modules\az_2.3.2\Az.MarketplaceOrdering
C:\Modules\az_2.3.2\Az.MarketplaceOrdering\1.0.0
C:\Modules\az_2.3.2\Az.Media
C:\Modules\az_2.3.2\Az.Media\1.1.0
C:\Modules\az_2.3.2\Az.Monitor
C:\Modules\az_2.3.2\Az.Monitor\1.2.1
C:\Modules\az_2.3.2\Az.Network
C:\Modules\az_2.3.2\Az.Network\1.10.0
C:\Modules\az_2.3.2\Az.NotificationHubs
C:\Modules\az_2.3.2\Az.NotificationHubs\1.1.0
C:\Modules\az_2.3.2\Az.OperationalInsights
C:\Modules\az_2.3.2\Az.OperationalInsights\1.3.0
C:\Modules\az_2.3.2\Az.PolicyInsights
C:\Modules\az_2.3.2\Az.PolicyInsights\1.1.1
C:\Modules\az_2.3.2\Az.PowerBIEmbedded
C:\Modules\az_2.3.2\Az.PowerBIEmbedded\1.1.0
C:\Modules\az_2.3.2\Az.RecoveryServices
C:\Modules\az_2.3.2\Az.RecoveryServices\1.4.1
C:\Modules\az_2.3.2\Az.RedisCache
C:\Modules\az_2.3.2\Az.RedisCache\1.1.0
C:\Modules\az_2.3.2\Az.Relay
C:\Modules\az_2.3.2\Az.Relay\1.0.1
C:\Modules\az_2.3.2\Az.Resources
C:\Modules\az_2.3.2\Az.Resources\1.5.0
C:\Modules\az_2.3.2\Az.ServiceBus
C:\Modules\az_2.3.2\Az.ServiceBus\1.2.0
C:\Modules\az_2.3.2\Az.ServiceFabric
C:\Modules\az_2.3.2\Az.ServiceFabric\1.1.1
C:\Modules\az_2.3.2\Az.ServiceFabric\1.1.1\Template
C:\Modules\az_2.3.2\Az.ServiceFabric\1.1.1\Template\Linux
C:\Modules\az_2.3.2\Az.SignalR
C:\Modules\az_2.3.2\Az.SignalR\1.0.2
C:\Modules\az_2.3.2\Az.Sql
C:\Modules\az_2.3.2\Az.Sql\1.12.0
C:\Modules\az_2.3.2\Az.Storage
C:\Modules\az_2.3.2\Az.Storage\1.4.0
C:\Modules\az_2.3.2\Az.StreamAnalytics
C:\Modules\az_2.3.2\Az.StreamAnalytics\1.0.0
C:\Modules\az_2.3.2\Az.TrafficManager
C:\Modules\az_2.3.2\Az.TrafficManager\1.0.1
C:\Modules\az_2.3.2\Az.Websites
C:\Modules\az_2.3.2\Az.Websites\1.3.0
C:\Modules\az_2.3.2\Az\2.3.2
C:\Modules\az_2.6.0
C:\Modules\az_2.6.0\Az
C:\Modules\az_2.6.0\Az.Accounts
C:\Modules\az_2.6.0\Az.Accounts\1.9.2
C:\Modules\az_2.6.0\Az.Accounts\1.9.2\NetCoreAssemblies
C:\Modules\az_2.6.0\Az.Accounts\1.9.2\PostImportScripts
C:\Modules\az_2.6.0\Az.Accounts\1.9.2\PreloadAssemblies
C:\Modules\az_2.6.0\Az.Accounts\1.9.2\StartupScripts
C:\Modules\az_2.6.0\Az.Advisor
C:\Modules\az_2.6.0\Az.Advisor\1.0.1
C:\Modules\az_2.6.0\Az.Aks
C:\Modules\az_2.6.0\Az.Aks\1.0.2
C:\Modules\az_2.6.0\Az.AnalysisServices
C:\Modules\az_2.6.0\Az.AnalysisServices\1.1.1
C:\Modules\az_2.6.0\Az.ApiManagement
C:\Modules\az_2.6.0\Az.ApiManagement\1.3.0
C:\Modules\az_2.6.0\Az.ApplicationInsights
C:\Modules\az_2.6.0\Az.ApplicationInsights\1.0.2
C:\Modules\az_2.6.0\Az.Automation
C:\Modules\az_2.6.0\Az.Automation\1.3.2
C:\Modules\az_2.6.0\Az.Batch
C:\Modules\az_2.6.0\Az.Batch\1.1.1
C:\Modules\az_2.6.0\Az.Billing
C:\Modules\az_2.6.0\Az.Billing\1.0.1
C:\Modules\az_2.6.0\Az.Cdn
C:\Modules\az_2.6.0\Az.Cdn\1.3.1
C:\Modules\az_2.6.0\Az.CognitiveServices
C:\Modules\az_2.6.0\Az.CognitiveServices\1.2.1
C:\Modules\az_2.6.0\Az.Compute
C:\Modules\az_2.6.0\Az.Compute\2.5.0
C:\Modules\az_2.6.0\Az.ContainerInstance
C:\Modules\az_2.6.0\Az.ContainerInstance\1.0.1
C:\Modules\az_2.6.0\Az.ContainerRegistry
C:\Modules\az_2.6.0\Az.ContainerRegistry\1.1.0
C:\Modules\az_2.6.0\Az.DataFactory
C:\Modules\az_2.6.0\Az.DataFactory\1.2.0
C:\Modules\az_2.6.0\Az.DataLakeAnalytics
C:\Modules\az_2.6.0\Az.DataLakeAnalytics\1.0.1
C:\Modules\az_2.6.0\Az.DataLakeStore
C:\Modules\az_2.6.0\Az.DataLakeStore\1.2.2
C:\Modules\az_2.6.0\Az.DeploymentManager
C:\Modules\az_2.6.0\Az.DeploymentManager\1.0.1
C:\Modules\az_2.6.0\Az.DevTestLabs
C:\Modules\az_2.6.0\Az.DevTestLabs\1.0.0
C:\Modules\az_2.6.0\Az.Dns
C:\Modules\az_2.6.0\Az.Dns\1.1.1
C:\Modules\az_2.6.0\Az.EventGrid
C:\Modules\az_2.6.0\Az.EventGrid\1.2.2
C:\Modules\az_2.6.0\Az.EventHub
C:\Modules\az_2.6.0\Az.EventHub\1.4.0
C:\Modules\az_2.6.0\Az.FrontDoor
C:\Modules\az_2.6.0\Az.FrontDoor\1.1.1
C:\Modules\az_2.6.0\Az.HDInsight
C:\Modules\az_2.6.0\Az.HDInsight\2.0.1
C:\Modules\az_2.6.0\Az.IotHub
C:\Modules\az_2.6.0\Az.IotHub\1.2.1
C:\Modules\az_2.6.0\Az.KeyVault
C:\Modules\az_2.6.0\Az.KeyVault\1.3.1
C:\Modules\az_2.6.0\Az.LogicApp
C:\Modules\az_2.6.0\Az.LogicApp\1.3.1
C:\Modules\az_2.6.0\Az.MachineLearning
C:\Modules\az_2.6.0\Az.MachineLearning\1.1.1
C:\Modules\az_2.6.0\Az.ManagedServices
C:\Modules\az_2.6.0\Az.ManagedServices\1.0.1
C:\Modules\az_2.6.0\Az.MarketplaceOrdering
C:\Modules\az_2.6.0\Az.MarketplaceOrdering\1.0.1
C:\Modules\az_2.6.0\Az.Media
C:\Modules\az_2.6.0\Az.Media\1.1.0
C:\Modules\az_2.6.0\Az.Monitor
C:\Modules\az_2.6.0\Az.Monitor\1.2.2
C:\Modules\az_2.6.0\Az.Network
C:\Modules\az_2.6.0\Az.Network\1.13.0
C:\Modules\az_2.6.0\Az.NotificationHubs
C:\Modules\az_2.6.0\Az.NotificationHubs\1.1.0
C:\Modules\az_2.6.0\Az.OperationalInsights
C:\Modules\az_2.6.0\Az.OperationalInsights\1.3.3
C:\Modules\az_2.6.0\Az.PolicyInsights
C:\Modules\az_2.6.0\Az.PolicyInsights\1.1.3
C:\Modules\az_2.6.0\Az.PowerBIEmbedded
C:\Modules\az_2.6.0\Az.PowerBIEmbedded\1.1.0
C:\Modules\az_2.6.0\Az.RecoveryServices
C:\Modules\az_2.6.0\Az.RecoveryServices\1.4.4
C:\Modules\az_2.6.0\Az.RedisCache
C:\Modules\az_2.6.0\Az.RedisCache\1.1.0
C:\Modules\az_2.6.0\Az.Relay
C:\Modules\az_2.6.0\Az.Relay\1.0.2
C:\Modules\az_2.6.0\Az.Resources
C:\Modules\az_2.6.0\Az.Resources\1.6.2
C:\Modules\az_2.6.0\Az.ServiceBus
C:\Modules\az_2.6.0\Az.ServiceBus\1.4.0
C:\Modules\az_2.6.0\Az.ServiceFabric
C:\Modules\az_2.6.0\Az.ServiceFabric\1.1.2
C:\Modules\az_2.6.0\Az.ServiceFabric\1.1.2\Template
C:\Modules\az_2.6.0\Az.ServiceFabric\1.1.2\Template\Linux
C:\Modules\az_2.6.0\Az.SignalR
C:\Modules\az_2.6.0\Az.SignalR\1.0.3
C:\Modules\az_2.6.0\Az.Sql
C:\Modules\az_2.6.0\Az.Sql\1.14.1
C:\Modules\az_2.6.0\Az.Storage
C:\Modules\az_2.6.0\Az.Storage\1.6.0
C:\Modules\az_2.6.0\Az.StorageSync
C:\Modules\az_2.6.0\Az.StorageSync\1.2.0
C:\Modules\az_2.6.0\Az.StorageSync\1.2.0\PlatformAssemblies
C:\Modules\az_2.6.0\Az.StorageSync\1.2.0\PlatformAssemblies\unix
C:\Modules\az_2.6.0\Az.StorageSync\1.2.0\PlatformAssemblies\win
C:\Modules\az_2.6.0\Az.StorageSync\1.2.0\PostImportScripts
C:\Modules\az_2.6.0\Az.StreamAnalytics
C:\Modules\az_2.6.0\Az.StreamAnalytics\1.0.0
C:\Modules\az_2.6.0\Az.TrafficManager
C:\Modules\az_2.6.0\Az.TrafficManager\1.0.2
C:\Modules\az_2.6.0\Az.Websites
C:\Modules\az_2.6.0\Az.Websites\1.4.1
C:\Modules\az_2.6.0\Az\2.6.0
C:\Modules\az_3.1.0
C:\Modules\az_3.1.0\Az
C:\Modules\az_3.1.0\Az.Accounts
C:\Modules\az_3.1.0\Az.Accounts\1.9.2
C:\Modules\az_3.1.0\Az.Accounts\1.9.2\NetCoreAssemblies
C:\Modules\az_3.1.0\Az.Accounts\1.9.2\PostImportScripts
C:\Modules\az_3.1.0\Az.Accounts\1.9.2\PreloadAssemblies
C:\Modules\az_3.1.0\Az.Accounts\1.9.2\StartupScripts
C:\Modules\az_3.1.0\Az.Advisor
C:\Modules\az_3.1.0\Az.Advisor\1.1.0
C:\Modules\az_3.1.0\Az.Aks
C:\Modules\az_3.1.0\Az.Aks\1.0.2
C:\Modules\az_3.1.0\Az.AnalysisServices
C:\Modules\az_3.1.0\Az.AnalysisServices\1.1.1
C:\Modules\az_3.1.0\Az.ApiManagement
C:\Modules\az_3.1.0\Az.ApiManagement\1.3.2
C:\Modules\az_3.1.0\Az.ApplicationInsights
C:\Modules\az_3.1.0\Az.ApplicationInsights\1.0.2
C:\Modules\az_3.1.0\Az.Automation
C:\Modules\az_3.1.0\Az.Automation\1.3.4
C:\Modules\az_3.1.0\Az.Batch
C:\Modules\az_3.1.0\Az.Batch\2.0.1
C:\Modules\az_3.1.0\Az.Billing
C:\Modules\az_3.1.0\Az.Billing\1.0.1
C:\Modules\az_3.1.0\Az.Cdn
C:\Modules\az_3.1.0\Az.Cdn\1.4.0
C:\Modules\az_3.1.0\Az.CognitiveServices
C:\Modules\az_3.1.0\Az.CognitiveServices\1.2.1
C:\Modules\az_3.1.0\Az.Compute
C:\Modules\az_3.1.0\Az.Compute\3.1.0
C:\Modules\az_3.1.0\Az.ContainerInstance
C:\Modules\az_3.1.0\Az.ContainerInstance\1.0.1
C:\Modules\az_3.1.0\Az.ContainerRegistry
C:\Modules\az_3.1.0\Az.ContainerRegistry\1.1.0
C:\Modules\az_3.1.0\Az.DataBoxEdge
C:\Modules\az_3.1.0\Az.DataBoxEdge\1.0.0
C:\Modules\az_3.1.0\Az.DataFactory
C:\Modules\az_3.1.0\Az.DataFactory\1.5.0
C:\Modules\az_3.1.0\Az.DataLakeAnalytics
C:\Modules\az_3.1.0\Az.DataLakeAnalytics\1.0.1
C:\Modules\az_3.1.0\Az.DataLakeStore
C:\Modules\az_3.1.0\Az.DataLakeStore\1.2.5
C:\Modules\az_3.1.0\Az.DeploymentManager
C:\Modules\az_3.1.0\Az.DeploymentManager\1.0.1
C:\Modules\az_3.1.0\Az.DevTestLabs
C:\Modules\az_3.1.0\Az.DevTestLabs\1.0.0
C:\Modules\az_3.1.0\Az.Dns
C:\Modules\az_3.1.0\Az.Dns\1.1.1
C:\Modules\az_3.1.0\Az.EventGrid
C:\Modules\az_3.1.0\Az.EventGrid\1.2.2
C:\Modules\az_3.1.0\Az.EventHub
C:\Modules\az_3.1.0\Az.EventHub\1.4.1
C:\Modules\az_3.1.0\Az.FrontDoor
C:\Modules\az_3.1.0\Az.FrontDoor\1.2.0
C:\Modules\az_3.1.0\Az.HDInsight
C:\Modules\az_3.1.0\Az.HDInsight\3.0.0
C:\Modules\az_3.1.0\Az.HealthcareApis
C:\Modules\az_3.1.0\Az.HealthcareApis\1.0.0
C:\Modules\az_3.1.0\Az.IotHub
C:\Modules\az_3.1.0\Az.IotHub\2.0.0
C:\Modules\az_3.1.0\Az.KeyVault
C:\Modules\az_3.1.0\Az.KeyVault\1.3.1
C:\Modules\az_3.1.0\Az.LogicApp
C:\Modules\az_3.1.0\Az.LogicApp\1.3.1
C:\Modules\az_3.1.0\Az.MachineLearning
C:\Modules\az_3.1.0\Az.MachineLearning\1.1.1
C:\Modules\az_3.1.0\Az.ManagedServices
C:\Modules\az_3.1.0\Az.ManagedServices\1.0.1
C:\Modules\az_3.1.0\Az.MarketplaceOrdering
C:\Modules\az_3.1.0\Az.MarketplaceOrdering\1.0.1
C:\Modules\az_3.1.0\Az.Media
C:\Modules\az_3.1.0\Az.Media\1.1.0
C:\Modules\az_3.1.0\Az.Monitor
C:\Modules\az_3.1.0\Az.Monitor\1.4.0
C:\Modules\az_3.1.0\Az.Network
C:\Modules\az_3.1.0\Az.Network\2.1.0
C:\Modules\az_3.1.0\Az.NotificationHubs
C:\Modules\az_3.1.0\Az.NotificationHubs\1.1.0
C:\Modules\az_3.1.0\Az.OperationalInsights
C:\Modules\az_3.1.0\Az.OperationalInsights\1.3.3
C:\Modules\az_3.1.0\Az.PolicyInsights
C:\Modules\az_3.1.0\Az.PolicyInsights\1.1.3
C:\Modules\az_3.1.0\Az.PowerBIEmbedded
C:\Modules\az_3.1.0\Az.PowerBIEmbedded\1.1.0
C:\Modules\az_3.1.0\Az.PrivateDns
C:\Modules\az_3.1.0\Az.PrivateDns\1.0.1
C:\Modules\az_3.1.0\Az.RecoveryServices
C:\Modules\az_3.1.0\Az.RecoveryServices\2.1.0
C:\Modules\az_3.1.0\Az.RedisCache
C:\Modules\az_3.1.0\Az.RedisCache\1.2.0
C:\Modules\az_3.1.0\Az.Relay
C:\Modules\az_3.1.0\Az.Relay\1.0.2
C:\Modules\az_3.1.0\Az.Resources
C:\Modules\az_3.1.0\Az.Resources\1.8.0
C:\Modules\az_3.1.0\Az.ServiceBus
C:\Modules\az_3.1.0\Az.ServiceBus\1.4.0
C:\Modules\az_3.1.0\Az.ServiceFabric
C:\Modules\az_3.1.0\Az.ServiceFabric\2.0.0
C:\Modules\az_3.1.0\Az.ServiceFabric\2.0.0\Template
C:\Modules\az_3.1.0\Az.ServiceFabric\2.0.0\Template\Linux
C:\Modules\az_3.1.0\Az.ServiceFabric\2.0.0\Template\Service
C:\Modules\az_3.1.0\Az.SignalR
C:\Modules\az_3.1.0\Az.SignalR\1.1.0
C:\Modules\az_3.1.0\Az.Sql
C:\Modules\az_3.1.0\Az.Sql\2.1.0
C:\Modules\az_3.1.0\Az.SqlVirtualMachine
C:\Modules\az_3.1.0\Az.SqlVirtualMachine\1.0.0
C:\Modules\az_3.1.0\Az.Storage
C:\Modules\az_3.1.0\Az.Storage\1.9.0
C:\Modules\az_3.1.0\Az.StorageSync
C:\Modules\az_3.1.0\Az.StorageSync\1.2.1
C:\Modules\az_3.1.0\Az.StorageSync\1.2.1\PlatformAssemblies
C:\Modules\az_3.1.0\Az.StorageSync\1.2.1\PlatformAssemblies\unix
C:\Modules\az_3.1.0\Az.StorageSync\1.2.1\PlatformAssemblies\win
C:\Modules\az_3.1.0\Az.StorageSync\1.2.1\PostImportScripts
C:\Modules\az_3.1.0\Az.StreamAnalytics
C:\Modules\az_3.1.0\Az.StreamAnalytics\1.0.0
C:\Modules\az_3.1.0\Az.TrafficManager
C:\Modules\az_3.1.0\Az.TrafficManager\1.0.2
C:\Modules\az_3.1.0\Az.Websites
C:\Modules\az_3.1.0\Az.Websites\1.5.0
C:\Modules\az_3.1.0\Az\3.1.0
C:\Modules\az_3.5.0
C:\Modules\az_3.5.0\Az
C:\Modules\az_3.5.0\Az.Accounts
C:\Modules\az_3.5.0\Az.Accounts\1.9.2
C:\Modules\az_3.5.0\Az.Accounts\1.9.2\NetCoreAssemblies
C:\Modules\az_3.5.0\Az.Accounts\1.9.2\PostImportScripts
C:\Modules\az_3.5.0\Az.Accounts\1.9.2\PreloadAssemblies
C:\Modules\az_3.5.0\Az.Accounts\1.9.2\StartupScripts
C:\Modules\az_3.5.0\Az.Advisor
C:\Modules\az_3.5.0\Az.Advisor\1.1.1
C:\Modules\az_3.5.0\Az.Aks
C:\Modules\az_3.5.0\Az.Aks\1.0.3
C:\Modules\az_3.5.0\Az.AnalysisServices
C:\Modules\az_3.5.0\Az.AnalysisServices\1.1.2
C:\Modules\az_3.5.0\Az.ApiManagement
C:\Modules\az_3.5.0\Az.ApiManagement\1.3.4
C:\Modules\az_3.5.0\Az.ApplicationInsights
C:\Modules\az_3.5.0\Az.ApplicationInsights\1.0.3
C:\Modules\az_3.5.0\Az.Automation
C:\Modules\az_3.5.0\Az.Automation\1.3.6
C:\Modules\az_3.5.0\Az.Batch
C:\Modules\az_3.5.0\Az.Batch\2.0.2
C:\Modules\az_3.5.0\Az.Billing
C:\Modules\az_3.5.0\Az.Billing\1.0.2
C:\Modules\az_3.5.0\Az.Cdn
C:\Modules\az_3.5.0\Az.Cdn\1.4.2
C:\Modules\az_3.5.0\Az.CognitiveServices
C:\Modules\az_3.5.0\Az.CognitiveServices\1.2.3
C:\Modules\az_3.5.0\Az.Compute
C:\Modules\az_3.5.0\Az.Compute\3.5.0
C:\Modules\az_3.5.0\Az.ContainerInstance
C:\Modules\az_3.5.0\Az.ContainerInstance\1.0.3
C:\Modules\az_3.5.0\Az.ContainerRegistry
C:\Modules\az_3.5.0\Az.ContainerRegistry\1.1.1
C:\Modules\az_3.5.0\Az.DataBoxEdge
C:\Modules\az_3.5.0\Az.DataBoxEdge\1.1.0
C:\Modules\az_3.5.0\Az.DataFactory
C:\Modules\az_3.5.0\Az.DataFactory\1.6.1
C:\Modules\az_3.5.0\Az.DataLakeAnalytics
C:\Modules\az_3.5.0\Az.DataLakeAnalytics\1.0.2
C:\Modules\az_3.5.0\Az.DataLakeStore
C:\Modules\az_3.5.0\Az.DataLakeStore\1.2.6
C:\Modules\az_3.5.0\Az.DeploymentManager
C:\Modules\az_3.5.0\Az.DeploymentManager\1.1.0
C:\Modules\az_3.5.0\Az.DevTestLabs
C:\Modules\az_3.5.0\Az.DevTestLabs\1.0.2
C:\Modules\az_3.5.0\Az.Dns
C:\Modules\az_3.5.0\Az.Dns\1.1.2
C:\Modules\az_3.5.0\Az.EventGrid
C:\Modules\az_3.5.0\Az.EventGrid\1.2.3
C:\Modules\az_3.5.0\Az.EventHub
C:\Modules\az_3.5.0\Az.EventHub\1.4.3
C:\Modules\az_3.5.0\Az.FrontDoor
C:\Modules\az_3.5.0\Az.FrontDoor\1.4.0
C:\Modules\az_3.5.0\Az.HDInsight
C:\Modules\az_3.5.0\Az.HDInsight\3.0.3
C:\Modules\az_3.5.0\Az.HealthcareApis
C:\Modules\az_3.5.0\Az.HealthcareApis\1.0.1
C:\Modules\az_3.5.0\Az.IotHub
C:\Modules\az_3.5.0\Az.IotHub\2.1.0
C:\Modules\az_3.5.0\Az.KeyVault
C:\Modules\az_3.5.0\Az.KeyVault\1.5.1
C:\Modules\az_3.5.0\Az.LogicApp
C:\Modules\az_3.5.0\Az.LogicApp\1.3.2
C:\Modules\az_3.5.0\Az.MachineLearning
C:\Modules\az_3.5.0\Az.MachineLearning\1.1.3
C:\Modules\az_3.5.0\Az.ManagedServices
C:\Modules\az_3.5.0\Az.ManagedServices\1.0.2
C:\Modules\az_3.5.0\Az.MarketplaceOrdering
C:\Modules\az_3.5.0\Az.MarketplaceOrdering\1.0.2
C:\Modules\az_3.5.0\Az.Media
C:\Modules\az_3.5.0\Az.Media\1.1.1
C:\Modules\az_3.5.0\Az.Monitor
C:\Modules\az_3.5.0\Az.Monitor\1.6.0
C:\Modules\az_3.5.0\Az.Network
C:\Modules\az_3.5.0\Az.Network\2.3.1
C:\Modules\az_3.5.0\Az.NotificationHubs
C:\Modules\az_3.5.0\Az.NotificationHubs\1.1.1
C:\Modules\az_3.5.0\Az.OperationalInsights
C:\Modules\az_3.5.0\Az.OperationalInsights\1.3.4
C:\Modules\az_3.5.0\Az.PolicyInsights
C:\Modules\az_3.5.0\Az.PolicyInsights\1.2.0
C:\Modules\az_3.5.0\Az.PowerBIEmbedded
C:\Modules\az_3.5.0\Az.PowerBIEmbedded\1.1.1
C:\Modules\az_3.5.0\Az.PrivateDns
C:\Modules\az_3.5.0\Az.PrivateDns\1.0.2
C:\Modules\az_3.5.0\Az.RecoveryServices
C:\Modules\az_3.5.0\Az.RecoveryServices\2.7.0
C:\Modules\az_3.5.0\Az.RedisCache
C:\Modules\az_3.5.0\Az.RedisCache\1.2.1
C:\Modules\az_3.5.0\Az.Relay
C:\Modules\az_3.5.0\Az.Relay\1.0.3
C:\Modules\az_3.5.0\Az.Resources
C:\Modules\az_3.5.0\Az.Resources\1.11.0
C:\Modules\az_3.5.0\Az.ServiceBus
C:\Modules\az_3.5.0\Az.ServiceBus\1.4.1
C:\Modules\az_3.5.0\Az.ServiceFabric
C:\Modules\az_3.5.0\Az.ServiceFabric\2.0.1
C:\Modules\az_3.5.0\Az.ServiceFabric\2.0.1\Template
C:\Modules\az_3.5.0\Az.ServiceFabric\2.0.1\Template\Linux
C:\Modules\az_3.5.0\Az.ServiceFabric\2.0.1\Template\Service
C:\Modules\az_3.5.0\Az.SignalR
C:\Modules\az_3.5.0\Az.SignalR\1.1.1
C:\Modules\az_3.5.0\Az.Sql
C:\Modules\az_3.5.0\Az.Sql\2.3.0
C:\Modules\az_3.5.0\Az.SqlVirtualMachine
C:\Modules\az_3.5.0\Az.SqlVirtualMachine\1.1.0
C:\Modules\az_3.5.0\Az.Storage
C:\Modules\az_3.5.0\Az.Storage\1.12.0
C:\Modules\az_3.5.0\Az.StorageSync
C:\Modules\az_3.5.0\Az.StorageSync\1.2.3
C:\Modules\az_3.5.0\Az.StorageSync\1.2.3\PlatformAssemblies
C:\Modules\az_3.5.0\Az.StorageSync\1.2.3\PlatformAssemblies\unix
C:\Modules\az_3.5.0\Az.StorageSync\1.2.3\PlatformAssemblies\win
C:\Modules\az_3.5.0\Az.StorageSync\1.2.3\PostImportScripts
C:\Modules\az_3.5.0\Az.StreamAnalytics
C:\Modules\az_3.5.0\Az.StreamAnalytics\1.0.1
C:\Modules\az_3.5.0\Az.TrafficManager
C:\Modules\az_3.5.0\Az.TrafficManager\1.0.3
C:\Modules\az_3.5.0\Az.Websites
C:\Modules\az_3.5.0\Az.Websites\1.6.0
C:\Modules\az_3.5.0\Az\3.5.0
C:\Modules\az_3.8.0
C:\Modules\az_3.8.0\Az
C:\Modules\az_3.8.0\Az.Accounts
C:\Modules\az_3.8.0\Az.Accounts\1.9.2
C:\Modules\az_3.8.0\Az.Accounts\1.9.2\NetCoreAssemblies
C:\Modules\az_3.8.0\Az.Accounts\1.9.2\PostImportScripts
C:\Modules\az_3.8.0\Az.Accounts\1.9.2\PreloadAssemblies
C:\Modules\az_3.8.0\Az.Accounts\1.9.2\StartupScripts
C:\Modules\az_3.8.0\Az.Advisor
C:\Modules\az_3.8.0\Az.Advisor\1.1.1
C:\Modules\az_3.8.0\Az.Aks
C:\Modules\az_3.8.0\Az.Aks\1.0.3
C:\Modules\az_3.8.0\Az.AnalysisServices
C:\Modules\az_3.8.0\Az.AnalysisServices\1.1.2
C:\Modules\az_3.8.0\Az.ApiManagement
C:\Modules\az_3.8.0\Az.ApiManagement\1.4.1
C:\Modules\az_3.8.0\Az.ApplicationInsights
C:\Modules\az_3.8.0\Az.ApplicationInsights\1.0.3
C:\Modules\az_3.8.0\Az.Automation
C:\Modules\az_3.8.0\Az.Automation\1.3.6
C:\Modules\az_3.8.0\Az.Batch
C:\Modules\az_3.8.0\Az.Batch\2.0.2
C:\Modules\az_3.8.0\Az.Billing
C:\Modules\az_3.8.0\Az.Billing\1.0.2
C:\Modules\az_3.8.0\Az.Cdn
C:\Modules\az_3.8.0\Az.Cdn\1.4.3
C:\Modules\az_3.8.0\Az.CognitiveServices
C:\Modules\az_3.8.0\Az.CognitiveServices\1.3.0
C:\Modules\az_3.8.0\Az.Compute
C:\Modules\az_3.8.0\Az.Compute\3.7.0
C:\Modules\az_3.8.0\Az.ContainerInstance
C:\Modules\az_3.8.0\Az.ContainerInstance\1.0.3
C:\Modules\az_3.8.0\Az.ContainerRegistry
C:\Modules\az_3.8.0\Az.ContainerRegistry\1.1.1
C:\Modules\az_3.8.0\Az.DataBoxEdge
C:\Modules\az_3.8.0\Az.DataBoxEdge\1.1.0
C:\Modules\az_3.8.0\Az.DataFactory
C:\Modules\az_3.8.0\Az.DataFactory\1.7.0
C:\Modules\az_3.8.0\Az.DataLakeAnalytics
C:\Modules\az_3.8.0\Az.DataLakeAnalytics\1.0.2
C:\Modules\az_3.8.0\Az.DataLakeStore
C:\Modules\az_3.8.0\Az.DataLakeStore\1.2.8
C:\Modules\az_3.8.0\Az.DeploymentManager
C:\Modules\az_3.8.0\Az.DeploymentManager\1.1.0
C:\Modules\az_3.8.0\Az.DevTestLabs
C:\Modules\az_3.8.0\Az.DevTestLabs\1.0.2
C:\Modules\az_3.8.0\Az.Dns
C:\Modules\az_3.8.0\Az.Dns\1.1.2
C:\Modules\az_3.8.0\Az.EventGrid
C:\Modules\az_3.8.0\Az.EventGrid\1.2.3
C:\Modules\az_3.8.0\Az.EventHub
C:\Modules\az_3.8.0\Az.EventHub\1.4.3
C:\Modules\az_3.8.0\Az.FrontDoor
C:\Modules\az_3.8.0\Az.FrontDoor\1.4.0
C:\Modules\az_3.8.0\Az.HDInsight
C:\Modules\az_3.8.0\Az.HDInsight\3.1.0
C:\Modules\az_3.8.0\Az.HealthcareApis
C:\Modules\az_3.8.0\Az.HealthcareApis\1.0.1
C:\Modules\az_3.8.0\Az.IotHub
C:\Modules\az_3.8.0\Az.IotHub\2.4.0
C:\Modules\az_3.8.0\Az.KeyVault
C:\Modules\az_3.8.0\Az.KeyVault\1.6.0
C:\Modules\az_3.8.0\Az.KeyVault\1.6.0\SecretManagementExtension
C:\Modules\az_3.8.0\Az.LogicApp
C:\Modules\az_3.8.0\Az.LogicApp\1.3.2
C:\Modules\az_3.8.0\Az.MachineLearning
C:\Modules\az_3.8.0\Az.MachineLearning\1.1.3
C:\Modules\az_3.8.0\Az.Maintenance
C:\Modules\az_3.8.0\Az.Maintenance\1.0.0
C:\Modules\az_3.8.0\Az.ManagedServices
C:\Modules\az_3.8.0\Az.ManagedServices\1.0.2
C:\Modules\az_3.8.0\Az.MarketplaceOrdering
C:\Modules\az_3.8.0\Az.MarketplaceOrdering\1.0.2
C:\Modules\az_3.8.0\Az.Media
C:\Modules\az_3.8.0\Az.Media\1.1.1
C:\Modules\az_3.8.0\Az.Monitor
C:\Modules\az_3.8.0\Az.Monitor\1.7.0
C:\Modules\az_3.8.0\Az.Network
C:\Modules\az_3.8.0\Az.Network\2.5.0
C:\Modules\az_3.8.0\Az.NotificationHubs
C:\Modules\az_3.8.0\Az.NotificationHubs\1.1.1
C:\Modules\az_3.8.0\Az.OperationalInsights
C:\Modules\az_3.8.0\Az.OperationalInsights\1.3.4
C:\Modules\az_3.8.0\Az.PolicyInsights
C:\Modules\az_3.8.0\Az.PolicyInsights\1.3.0
C:\Modules\az_3.8.0\Az.PowerBIEmbedded
C:\Modules\az_3.8.0\Az.PowerBIEmbedded\1.1.1
C:\Modules\az_3.8.0\Az.PrivateDns
C:\Modules\az_3.8.0\Az.PrivateDns\1.0.2
C:\Modules\az_3.8.0\Az.RecoveryServices
C:\Modules\az_3.8.0\Az.RecoveryServices\2.8.0
C:\Modules\az_3.8.0\Az.RedisCache
C:\Modules\az_3.8.0\Az.RedisCache\1.2.1
C:\Modules\az_3.8.0\Az.Relay
C:\Modules\az_3.8.0\Az.Relay\1.0.3
C:\Modules\az_3.8.0\Az.Resources
C:\Modules\az_3.8.0\Az.Resources\1.13.0
C:\Modules\az_3.8.0\Az.ServiceBus
C:\Modules\az_3.8.0\Az.ServiceBus\1.4.1
C:\Modules\az_3.8.0\Az.ServiceFabric
C:\Modules\az_3.8.0\Az.ServiceFabric\2.0.2
C:\Modules\az_3.8.0\Az.ServiceFabric\2.0.2\Template
C:\Modules\az_3.8.0\Az.ServiceFabric\2.0.2\Template\Linux
C:\Modules\az_3.8.0\Az.ServiceFabric\2.0.2\Template\Service
C:\Modules\az_3.8.0\Az.SignalR
C:\Modules\az_3.8.0\Az.SignalR\1.1.1
C:\Modules\az_3.8.0\Az.Sql
C:\Modules\az_3.8.0\Az.Sql\2.6.0
C:\Modules\az_3.8.0\Az.SqlVirtualMachine
C:\Modules\az_3.8.0\Az.SqlVirtualMachine\1.1.0
C:\Modules\az_3.8.0\Az.Storage
C:\Modules\az_3.8.0\Az.Storage\1.14.0
C:\Modules\az_3.8.0\Az.Storage\1.14.0\NetCoreAssemblies
C:\Modules\az_3.8.0\Az.Storage\1.14.0\PreloadAssemblies
C:\Modules\az_3.8.0\Az.StorageSync
C:\Modules\az_3.8.0\Az.StorageSync\1.2.3
C:\Modules\az_3.8.0\Az.StorageSync\1.2.3\PlatformAssemblies
C:\Modules\az_3.8.0\Az.StorageSync\1.2.3\PlatformAssemblies\unix
C:\Modules\az_3.8.0\Az.StorageSync\1.2.3\PlatformAssemblies\win
C:\Modules\az_3.8.0\Az.StorageSync\1.2.3\PostImportScripts
C:\Modules\az_3.8.0\Az.StreamAnalytics
C:\Modules\az_3.8.0\Az.StreamAnalytics\1.0.1
C:\Modules\az_3.8.0\Az.Support
C:\Modules\az_3.8.0\Az.Support\1.0.0
C:\Modules\az_3.8.0\Az.TrafficManager
C:\Modules\az_3.8.0\Az.TrafficManager\1.0.3
C:\Modules\az_3.8.0\Az.Websites
C:\Modules\az_3.8.0\Az.Websites\1.8.0
C:\Modules\az_3.8.0\Az\3.8.0
C:\Modules\az_4.3.0
C:\Modules\az_4.3.0\Az
C:\Modules\az_4.3.0\Az.Accounts
C:\Modules\az_4.3.0\Az.Accounts\1.9.2
C:\Modules\az_4.3.0\Az.Accounts\1.9.2\NetCoreAssemblies
C:\Modules\az_4.3.0\Az.Accounts\1.9.2\PostImportScripts
C:\Modules\az_4.3.0\Az.Accounts\1.9.2\PreloadAssemblies
C:\Modules\az_4.3.0\Az.Accounts\1.9.2\StartupScripts
C:\Modules\az_4.3.0\Az.Advisor
C:\Modules\az_4.3.0\Az.Advisor\1.1.1
C:\Modules\az_4.3.0\Az.Aks
C:\Modules\az_4.3.0\Az.Aks\1.1.2
C:\Modules\az_4.3.0\Az.AnalysisServices
C:\Modules\az_4.3.0\Az.AnalysisServices\1.1.3
C:\Modules\az_4.3.0\Az.ApiManagement
C:\Modules\az_4.3.0\Az.ApiManagement\2.0.1
C:\Modules\az_4.3.0\Az.ApplicationInsights
C:\Modules\az_4.3.0\Az.ApplicationInsights\1.1.0
C:\Modules\az_4.3.0\Az.Automation
C:\Modules\az_4.3.0\Az.Automation\1.3.6
C:\Modules\az_4.3.0\Az.Batch
C:\Modules\az_4.3.0\Az.Batch\3.1.0
C:\Modules\az_4.3.0\Az.Billing
C:\Modules\az_4.3.0\Az.Billing\1.0.3
C:\Modules\az_4.3.0\Az.Cdn
C:\Modules\az_4.3.0\Az.Cdn\1.4.3
C:\Modules\az_4.3.0\Az.CognitiveServices
C:\Modules\az_4.3.0\Az.CognitiveServices\1.5.0
C:\Modules\az_4.3.0\Az.Compute
C:\Modules\az_4.3.0\Az.Compute\4.2.0
C:\Modules\az_4.3.0\Az.ContainerInstance
C:\Modules\az_4.3.0\Az.ContainerInstance\1.0.3
C:\Modules\az_4.3.0\Az.ContainerRegistry
C:\Modules\az_4.3.0\Az.ContainerRegistry\1.1.1
C:\Modules\az_4.3.0\Az.DataBoxEdge
C:\Modules\az_4.3.0\Az.DataBoxEdge\1.1.0
C:\Modules\az_4.3.0\Az.DataFactory
C:\Modules\az_4.3.0\Az.DataFactory\1.8.2
C:\Modules\az_4.3.0\Az.DataLakeAnalytics
C:\Modules\az_4.3.0\Az.DataLakeAnalytics\1.0.2
C:\Modules\az_4.3.0\Az.DataLakeStore
C:\Modules\az_4.3.0\Az.DataLakeStore\1.2.8
C:\Modules\az_4.3.0\Az.DataShare
C:\Modules\az_4.3.0\Az.DataShare\1.0.0
C:\Modules\az_4.3.0\Az.DeploymentManager
C:\Modules\az_4.3.0\Az.DeploymentManager\1.1.0
C:\Modules\az_4.3.0\Az.DesktopVirtualization
C:\Modules\az_4.3.0\Az.DesktopVirtualization\1.0.0
C:\Modules\az_4.3.0\Az.DesktopVirtualization\1.0.0\bin
C:\Modules\az_4.3.0\Az.DesktopVirtualization\1.0.0\custom
C:\Modules\az_4.3.0\Az.DesktopVirtualization\1.0.0\exports
C:\Modules\az_4.3.0\Az.DesktopVirtualization\1.0.0\internal
C:\Modules\az_4.3.0\Az.DevTestLabs
C:\Modules\az_4.3.0\Az.DevTestLabs\1.0.2
C:\Modules\az_4.3.0\Az.Dns
C:\Modules\az_4.3.0\Az.Dns\1.1.2
C:\Modules\az_4.3.0\Az.EventGrid
C:\Modules\az_4.3.0\Az.EventGrid\1.2.3
C:\Modules\az_4.3.0\Az.EventHub
C:\Modules\az_4.3.0\Az.EventHub\1.5.0
C:\Modules\az_4.3.0\Az.FrontDoor
C:\Modules\az_4.3.0\Az.FrontDoor\1.5.0
C:\Modules\az_4.3.0\Az.Functions
C:\Modules\az_4.3.0\Az.Functions\1.0.1
C:\Modules\az_4.3.0\Az.Functions\1.0.1\bin
C:\Modules\az_4.3.0\Az.Functions\1.0.1\custom
C:\Modules\az_4.3.0\Az.Functions\1.0.1\custom\api
C:\Modules\az_4.3.0\Az.Functions\1.0.1\custom\Api20190801
C:\Modules\az_4.3.0\Az.Functions\1.0.1\custom\FunctionsStack
C:\Modules\az_4.3.0\Az.Functions\1.0.1\exports
C:\Modules\az_4.3.0\Az.Functions\1.0.1\internal
C:\Modules\az_4.3.0\Az.HDInsight
C:\Modules\az_4.3.0\Az.HDInsight\3.3.0
C:\Modules\az_4.3.0\Az.HealthcareApis
C:\Modules\az_4.3.0\Az.HealthcareApis\1.1.0
C:\Modules\az_4.3.0\Az.IotHub
C:\Modules\az_4.3.0\Az.IotHub\2.5.0
C:\Modules\az_4.3.0\Az.KeyVault
C:\Modules\az_4.3.0\Az.KeyVault\2.0.0
C:\Modules\az_4.3.0\Az.KeyVault\2.0.0\SecretManagementExtension
C:\Modules\az_4.3.0\Az.LogicApp
C:\Modules\az_4.3.0\Az.LogicApp\1.3.2
C:\Modules\az_4.3.0\Az.MachineLearning
C:\Modules\az_4.3.0\Az.MachineLearning\1.1.3
C:\Modules\az_4.3.0\Az.Maintenance
C:\Modules\az_4.3.0\Az.Maintenance\1.0.0
C:\Modules\az_4.3.0\Az.ManagedServices
C:\Modules\az_4.3.0\Az.ManagedServices\1.0.2
C:\Modules\az_4.3.0\Az.MarketplaceOrdering
C:\Modules\az_4.3.0\Az.MarketplaceOrdering\1.0.2
C:\Modules\az_4.3.0\Az.Media
C:\Modules\az_4.3.0\Az.Media\1.1.1
C:\Modules\az_4.3.0\Az.Monitor
C:\Modules\az_4.3.0\Az.Monitor\2.0.1
C:\Modules\az_4.3.0\Az.Network
C:\Modules\az_4.3.0\Az.Network\3.1.0
C:\Modules\az_4.3.0\Az.NotificationHubs
C:\Modules\az_4.3.0\Az.NotificationHubs\1.1.1
C:\Modules\az_4.3.0\Az.OperationalInsights
C:\Modules\az_4.3.0\Az.OperationalInsights\2.2.0
C:\Modules\az_4.3.0\Az.PolicyInsights
C:\Modules\az_4.3.0\Az.PolicyInsights\1.3.1
C:\Modules\az_4.3.0\Az.PowerBIEmbedded
C:\Modules\az_4.3.0\Az.PowerBIEmbedded\1.1.2
C:\Modules\az_4.3.0\Az.PrivateDns
C:\Modules\az_4.3.0\Az.PrivateDns\1.0.3
C:\Modules\az_4.3.0\Az.RecoveryServices
C:\Modules\az_4.3.0\Az.RecoveryServices\2.10.0
C:\Modules\az_4.3.0\Az.RedisCache
C:\Modules\az_4.3.0\Az.RedisCache\1.2.1
C:\Modules\az_4.3.0\Az.Relay
C:\Modules\az_4.3.0\Az.Relay\1.0.3
C:\Modules\az_4.3.0\Az.Resources
C:\Modules\az_4.3.0\Az.Resources\2.2.0
C:\Modules\az_4.3.0\Az.ServiceBus
C:\Modules\az_4.3.0\Az.ServiceBus\1.4.1
C:\Modules\az_4.3.0\Az.ServiceFabric
C:\Modules\az_4.3.0\Az.ServiceFabric\2.1.0
C:\Modules\az_4.3.0\Az.ServiceFabric\2.1.0\Template
C:\Modules\az_4.3.0\Az.ServiceFabric\2.1.0\Template\Linux
C:\Modules\az_4.3.0\Az.ServiceFabric\2.1.0\Template\Service
C:\Modules\az_4.3.0\Az.SignalR
C:\Modules\az_4.3.0\Az.SignalR\1.1.1
C:\Modules\az_4.3.0\Az.Sql
C:\Modules\az_4.3.0\Az.Sql\2.8.0
C:\Modules\az_4.3.0\Az.SqlVirtualMachine
C:\Modules\az_4.3.0\Az.SqlVirtualMachine\1.1.0
C:\Modules\az_4.3.0\Az.Storage
C:\Modules\az_4.3.0\Az.Storage\2.2.0
C:\Modules\az_4.3.0\Az.StorageSync
C:\Modules\az_4.3.0\Az.StorageSync\1.2.3
C:\Modules\az_4.3.0\Az.StorageSync\1.2.3\PlatformAssemblies
C:\Modules\az_4.3.0\Az.StorageSync\1.2.3\PlatformAssemblies\unix
C:\Modules\az_4.3.0\Az.StorageSync\1.2.3\PlatformAssemblies\win
C:\Modules\az_4.3.0\Az.StorageSync\1.2.3\PostImportScripts
C:\Modules\az_4.3.0\Az.StreamAnalytics
C:\Modules\az_4.3.0\Az.StreamAnalytics\1.0.1
C:\Modules\az_4.3.0\Az.Support
C:\Modules\az_4.3.0\Az.Support\1.0.0
C:\Modules\az_4.3.0\Az.TrafficManager
C:\Modules\az_4.3.0\Az.TrafficManager\1.0.4
C:\Modules\az_4.3.0\Az.Websites
C:\Modules\az_4.3.0\Az.Websites\1.10.0
C:\Modules\az_4.3.0\Az\4.3.0
C:\Modules\az_4.4.0
C:\Modules\az_4.4.0\Az
C:\Modules\az_4.4.0\Az.Accounts
C:\Modules\az_4.4.0\Az.Accounts\1.9.2
C:\Modules\az_4.4.0\Az.Accounts\1.9.2\NetCoreAssemblies
C:\Modules\az_4.4.0\Az.Accounts\1.9.2\PostImportScripts
C:\Modules\az_4.4.0\Az.Accounts\1.9.2\PreloadAssemblies
C:\Modules\az_4.4.0\Az.Accounts\1.9.2\StartupScripts
C:\Modules\az_4.4.0\Az.Advisor
C:\Modules\az_4.4.0\Az.Advisor\1.1.1
C:\Modules\az_4.4.0\Az.Aks
C:\Modules\az_4.4.0\Az.Aks\1.1.3
C:\Modules\az_4.4.0\Az.AnalysisServices
C:\Modules\az_4.4.0\Az.AnalysisServices\1.1.4
C:\Modules\az_4.4.0\Az.ApiManagement
C:\Modules\az_4.4.0\Az.ApiManagement\2.0.1
C:\Modules\az_4.4.0\Az.ApplicationInsights
C:\Modules\az_4.4.0\Az.ApplicationInsights\1.1.0
C:\Modules\az_4.4.0\Az.Automation
C:\Modules\az_4.4.0\Az.Automation\1.3.7
C:\Modules\az_4.4.0\Az.Batch
C:\Modules\az_4.4.0\Az.Batch\3.1.0
C:\Modules\az_4.4.0\Az.Billing
C:\Modules\az_4.4.0\Az.Billing\1.0.3
C:\Modules\az_4.4.0\Az.Cdn
C:\Modules\az_4.4.0\Az.Cdn\1.4.3
C:\Modules\az_4.4.0\Az.CognitiveServices
C:\Modules\az_4.4.0\Az.CognitiveServices\1.5.0
C:\Modules\az_4.4.0\Az.Compute
C:\Modules\az_4.4.0\Az.Compute\4.2.1
C:\Modules\az_4.4.0\Az.ContainerInstance
C:\Modules\az_4.4.0\Az.ContainerInstance\1.0.3
C:\Modules\az_4.4.0\Az.ContainerRegistry
C:\Modules\az_4.4.0\Az.ContainerRegistry\1.1.1
C:\Modules\az_4.4.0\Az.DataBoxEdge
C:\Modules\az_4.4.0\Az.DataBoxEdge\1.1.0
C:\Modules\az_4.4.0\Az.DataFactory
C:\Modules\az_4.4.0\Az.DataFactory\1.9.0
C:\Modules\az_4.4.0\Az.DataLakeAnalytics
C:\Modules\az_4.4.0\Az.DataLakeAnalytics\1.0.2
C:\Modules\az_4.4.0\Az.DataLakeStore
C:\Modules\az_4.4.0\Az.DataLakeStore\1.2.8
C:\Modules\az_4.4.0\Az.DataShare
C:\Modules\az_4.4.0\Az.DataShare\1.0.0
C:\Modules\az_4.4.0\Az.DeploymentManager
C:\Modules\az_4.4.0\Az.DeploymentManager\1.1.0
C:\Modules\az_4.4.0\Az.DesktopVirtualization
C:\Modules\az_4.4.0\Az.DesktopVirtualization\1.0.0
C:\Modules\az_4.4.0\Az.DesktopVirtualization\1.0.0\bin
C:\Modules\az_4.4.0\Az.DesktopVirtualization\1.0.0\custom
C:\Modules\az_4.4.0\Az.DesktopVirtualization\1.0.0\exports
C:\Modules\az_4.4.0\Az.DesktopVirtualization\1.0.0\internal
C:\Modules\az_4.4.0\Az.DevTestLabs
C:\Modules\az_4.4.0\Az.DevTestLabs\1.0.2
C:\Modules\az_4.4.0\Az.Dns
C:\Modules\az_4.4.0\Az.Dns\1.1.2
C:\Modules\az_4.4.0\Az.EventGrid
C:\Modules\az_4.4.0\Az.EventGrid\1.3.0
C:\Modules\az_4.4.0\Az.EventHub
C:\Modules\az_4.4.0\Az.EventHub\1.5.0
C:\Modules\az_4.4.0\Az.FrontDoor
C:\Modules\az_4.4.0\Az.FrontDoor\1.6.0
C:\Modules\az_4.4.0\Az.Functions
C:\Modules\az_4.4.0\Az.Functions\1.0.1
C:\Modules\az_4.4.0\Az.Functions\1.0.1\bin
C:\Modules\az_4.4.0\Az.Functions\1.0.1\custom
C:\Modules\az_4.4.0\Az.Functions\1.0.1\custom\api
C:\Modules\az_4.4.0\Az.Functions\1.0.1\custom\Api20190801
C:\Modules\az_4.4.0\Az.Functions\1.0.1\custom\FunctionsStack
C:\Modules\az_4.4.0\Az.Functions\1.0.1\exports
C:\Modules\az_4.4.0\Az.Functions\1.0.1\internal
C:\Modules\az_4.4.0\Az.HDInsight
C:\Modules\az_4.4.0\Az.HDInsight\3.3.1
C:\Modules\az_4.4.0\Az.HealthcareApis
C:\Modules\az_4.4.0\Az.HealthcareApis\1.1.0
C:\Modules\az_4.4.0\Az.IotHub
C:\Modules\az_4.4.0\Az.IotHub\2.5.0
C:\Modules\az_4.4.0\Az.KeyVault
C:\Modules\az_4.4.0\Az.KeyVault\2.0.0
C:\Modules\az_4.4.0\Az.KeyVault\2.0.0\SecretManagementExtension
C:\Modules\az_4.4.0\Az.LogicApp
C:\Modules\az_4.4.0\Az.LogicApp\1.3.2
C:\Modules\az_4.4.0\Az.MachineLearning
C:\Modules\az_4.4.0\Az.MachineLearning\1.1.3
C:\Modules\az_4.4.0\Az.Maintenance
C:\Modules\az_4.4.0\Az.Maintenance\1.0.0
C:\Modules\az_4.4.0\Az.ManagedServices
C:\Modules\az_4.4.0\Az.ManagedServices\1.0.2
C:\Modules\az_4.4.0\Az.MarketplaceOrdering
C:\Modules\az_4.4.0\Az.MarketplaceOrdering\1.0.2
C:\Modules\az_4.4.0\Az.Media
C:\Modules\az_4.4.0\Az.Media\1.1.1
C:\Modules\az_4.4.0\Az.Monitor
C:\Modules\az_4.4.0\Az.Monitor\2.0.2
C:\Modules\az_4.4.0\Az.Network
C:\Modules\az_4.4.0\Az.Network\3.2.0
C:\Modules\az_4.4.0\Az.NotificationHubs
C:\Modules\az_4.4.0\Az.NotificationHubs\1.1.1
C:\Modules\az_4.4.0\Az.OperationalInsights
C:\Modules\az_4.4.0\Az.OperationalInsights\2.2.0
C:\Modules\az_4.4.0\Az.PolicyInsights
C:\Modules\az_4.4.0\Az.PolicyInsights\1.3.1
C:\Modules\az_4.4.0\Az.PowerBIEmbedded
C:\Modules\az_4.4.0\Az.PowerBIEmbedded\1.1.2
C:\Modules\az_4.4.0\Az.PrivateDns
C:\Modules\az_4.4.0\Az.PrivateDns\1.0.3
C:\Modules\az_4.4.0\Az.RecoveryServices
C:\Modules\az_4.4.0\Az.RecoveryServices\2.11.0
C:\Modules\az_4.4.0\Az.RedisCache
C:\Modules\az_4.4.0\Az.RedisCache\1.2.1
C:\Modules\az_4.4.0\Az.Relay
C:\Modules\az_4.4.0\Az.Relay\1.0.3
C:\Modules\az_4.4.0\Az.Resources
C:\Modules\az_4.4.0\Az.Resources\2.3.0
C:\Modules\az_4.4.0\Az.ServiceBus
C:\Modules\az_4.4.0\Az.ServiceBus\1.4.1
C:\Modules\az_4.4.0\Az.ServiceFabric
C:\Modules\az_4.4.0\Az.ServiceFabric\2.1.0
C:\Modules\az_4.4.0\Az.ServiceFabric\2.1.0\Template
C:\Modules\az_4.4.0\Az.ServiceFabric\2.1.0\Template\Linux
C:\Modules\az_4.4.0\Az.ServiceFabric\2.1.0\Template\Service
C:\Modules\az_4.4.0\Az.SignalR
C:\Modules\az_4.4.0\Az.SignalR\1.1.1
C:\Modules\az_4.4.0\Az.Sql
C:\Modules\az_4.4.0\Az.Sql\2.9.0
C:\Modules\az_4.4.0\Az.SqlVirtualMachine
C:\Modules\az_4.4.0\Az.SqlVirtualMachine\1.1.0
C:\Modules\az_4.4.0\Az.Storage
C:\Modules\az_4.4.0\Az.Storage\2.3.0
C:\Modules\az_4.4.0\Az.StorageSync
C:\Modules\az_4.4.0\Az.StorageSync\1.3.0
C:\Modules\az_4.4.0\Az.StorageSync\1.3.0\PlatformAssemblies
C:\Modules\az_4.4.0\Az.StorageSync\1.3.0\PlatformAssemblies\unix
C:\Modules\az_4.4.0\Az.StorageSync\1.3.0\PlatformAssemblies\win
C:\Modules\az_4.4.0\Az.StorageSync\1.3.0\PostImportScripts
C:\Modules\az_4.4.0\Az.StreamAnalytics
C:\Modules\az_4.4.0\Az.StreamAnalytics\1.0.1
C:\Modules\az_4.4.0\Az.Support
C:\Modules\az_4.4.0\Az.Support\1.0.0
C:\Modules\az_4.4.0\Az.TrafficManager
C:\Modules\az_4.4.0\Az.TrafficManager\1.0.4
C:\Modules\az_4.4.0\Az.Websites
C:\Modules\az_4.4.0\Az.Websites\1.11.0
C:\Modules\az_4.4.0\Az\4.4.0
C:\Modules\azure_2.1.0
C:\Modules\azure_2.1.0\Azure
C:\Modules\azure_2.1.0\Azure.Storage
C:\Modules\azure_2.1.0\Azure.Storage\2.1.0
C:\Modules\azure_2.1.0\Azure.Storage\2.1.0\de
C:\Modules\azure_2.1.0\Azure.Storage\2.1.0\es
C:\Modules\azure_2.1.0\Azure.Storage\2.1.0\fr
C:\Modules\azure_2.1.0\Azure.Storage\2.1.0\it
C:\Modules\azure_2.1.0\Azure.Storage\2.1.0\ja
C:\Modules\azure_2.1.0\Azure.Storage\2.1.0\ko
C:\Modules\azure_2.1.0\Azure.Storage\2.1.0\ru
C:\Modules\azure_2.1.0\Azure.Storage\2.1.0\zh-Hans
C:\Modules\azure_2.1.0\Azure.Storage\2.1.0\zh-Hant
C:\Modules\azure_2.1.0\Azure\2.1.0
C:\Modules\azure_2.1.0\Azure\2.1.0\Automation
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute\de
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute\es
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute\fr
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute\it
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute\ja
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute\ko
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute\Resources
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute\ru
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute\zh-Hans
C:\Modules\azure_2.1.0\Azure\2.1.0\Compute\zh-Hant
C:\Modules\azure_2.1.0\Azure\2.1.0\ExpressRoute
C:\Modules\azure_2.1.0\Azure\2.1.0\HDInsight
C:\Modules\azure_2.1.0\Azure\2.1.0\HDInsight\de
C:\Modules\azure_2.1.0\Azure\2.1.0\HDInsight\es
C:\Modules\azure_2.1.0\Azure\2.1.0\HDInsight\fr
C:\Modules\azure_2.1.0\Azure\2.1.0\HDInsight\it
C:\Modules\azure_2.1.0\Azure\2.1.0\HDInsight\ja
C:\Modules\azure_2.1.0\Azure\2.1.0\HDInsight\ko
C:\Modules\azure_2.1.0\Azure\2.1.0\HDInsight\ru
C:\Modules\azure_2.1.0\Azure\2.1.0\HDInsight\zh-Hans
C:\Modules\azure_2.1.0\Azure\2.1.0\HDInsight\zh-Hant
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache\de
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache\es
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache\fr
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache\it
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache\ja
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache\ko
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache\Resources
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache\ru
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache\zh-Hans
C:\Modules\azure_2.1.0\Azure\2.1.0\ManagedCache\zh-Hant
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking\de
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking\es
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking\fr
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking\it
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking\ja
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking\ko
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking\Resources
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking\ru
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking\zh-Hans
C:\Modules\azure_2.1.0\Azure\2.1.0\Networking\zh-Hant
C:\Modules\azure_2.1.0\Azure\2.1.0\RecoveryServices
C:\Modules\azure_2.1.0\Azure\2.1.0\RecoveryServices\lib
C:\Modules\azure_2.1.0\Azure\2.1.0\RemoteApp
C:\Modules\azure_2.1.0\Azure\2.1.0\RemoteApp\de
C:\Modules\azure_2.1.0\Azure\2.1.0\RemoteApp\es
C:\Modules\azure_2.1.0\Azure\2.1.0\RemoteApp\fr
C:\Modules\azure_2.1.0\Azure\2.1.0\RemoteApp\it
C:\Modules\azure_2.1.0\Azure\2.1.0\RemoteApp\ja
C:\Modules\azure_2.1.0\Azure\2.1.0\RemoteApp\ko
C:\Modules\azure_2.1.0\Azure\2.1.0\RemoteApp\ru
C:\Modules\azure_2.1.0\Azure\2.1.0\RemoteApp\zh-Hans
C:\Modules\azure_2.1.0\Azure\2.1.0\RemoteApp\zh-Hant
C:\Modules\azure_2.1.0\Azure\2.1.0\Services
C:\Modules\azure_2.1.0\Azure\2.1.0\Services\de
C:\Modules\azure_2.1.0\Azure\2.1.0\Services\es
C:\Modules\azure_2.1.0\Azure\2.1.0\Services\fr
C:\Modules\azure_2.1.0\Azure\2.1.0\Services\it
C:\Modules\azure_2.1.0\Azure\2.1.0\Services\ja
C:\Modules\azure_2.1.0\Azure\2.1.0\Services\ko
C:\Modules\azure_2.1.0\Azure\2.1.0\Services\Resources
C:\Modules\azure_2.1.0\Azure\2.1.0\Services\ru
C:\Modules\azure_2.1.0\Azure\2.1.0\Services\zh-Hans
C:\Modules\azure_2.1.0\Azure\2.1.0\Services\zh-Hant
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql\de
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql\es
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql\fr
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql\it
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql\ja
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql\ko
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql\Resources
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql\ru
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql\zh-Hans
C:\Modules\azure_2.1.0\Azure\2.1.0\Sql\zh-Hant
C:\Modules\azure_2.1.0\Azure\2.1.0\StorSimple
C:\Modules\azure_2.1.0\Azure\2.1.0\TrafficManager
C:\Modules\azure_2.1.0\Azure\2.1.0\TrafficManager\de
C:\Modules\azure_2.1.0\Azure\2.1.0\TrafficManager\es
C:\Modules\azure_2.1.0\Azure\2.1.0\TrafficManager\fr
C:\Modules\azure_2.1.0\Azure\2.1.0\TrafficManager\it
C:\Modules\azure_2.1.0\Azure\2.1.0\TrafficManager\ja
C:\Modules\azure_2.1.0\Azure\2.1.0\TrafficManager\ko
C:\Modules\azure_2.1.0\Azure\2.1.0\TrafficManager\ru
C:\Modules\azure_2.1.0\Azure\2.1.0\TrafficManager\zh-Hans
C:\Modules\azure_2.1.0\Azure\2.1.0\TrafficManager\zh-Hant
C:\Modules\azure_2.1.0\AzureRM.profile
C:\Modules\azure_2.1.0\AzureRM.profile\2.1.0
C:\Modules\azure_3.8.0
C:\Modules\azure_3.8.0\Azure
C:\Modules\azure_3.8.0\Azure.Storage
C:\Modules\azure_3.8.0\Azure.Storage\2.8.0
C:\Modules\azure_3.8.0\Azure.Storage\2.8.0\de
C:\Modules\azure_3.8.0\Azure.Storage\2.8.0\es
C:\Modules\azure_3.8.0\Azure.Storage\2.8.0\fr
C:\Modules\azure_3.8.0\Azure.Storage\2.8.0\it
C:\Modules\azure_3.8.0\Azure.Storage\2.8.0\ja
C:\Modules\azure_3.8.0\Azure.Storage\2.8.0\ko
C:\Modules\azure_3.8.0\Azure.Storage\2.8.0\ru
C:\Modules\azure_3.8.0\Azure.Storage\2.8.0\zh-Hans
C:\Modules\azure_3.8.0\Azure.Storage\2.8.0\zh-Hant
C:\Modules\azure_3.8.0\Azure\3.8.0
C:\Modules\azure_3.8.0\Azure\3.8.0\Automation
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute\de
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute\es
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute\fr
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute\it
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute\ja
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute\ko
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute\Resources
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute\ru
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute\zh-Hans
C:\Modules\azure_3.8.0\Azure\3.8.0\Compute\zh-Hant
C:\Modules\azure_3.8.0\Azure\3.8.0\ExpressRoute
C:\Modules\azure_3.8.0\Azure\3.8.0\HDInsight
C:\Modules\azure_3.8.0\Azure\3.8.0\HDInsight\de
C:\Modules\azure_3.8.0\Azure\3.8.0\HDInsight\es
C:\Modules\azure_3.8.0\Azure\3.8.0\HDInsight\fr
C:\Modules\azure_3.8.0\Azure\3.8.0\HDInsight\it
C:\Modules\azure_3.8.0\Azure\3.8.0\HDInsight\ja
C:\Modules\azure_3.8.0\Azure\3.8.0\HDInsight\ko
C:\Modules\azure_3.8.0\Azure\3.8.0\HDInsight\ru
C:\Modules\azure_3.8.0\Azure\3.8.0\HDInsight\zh-Hans
C:\Modules\azure_3.8.0\Azure\3.8.0\HDInsight\zh-Hant
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking\de
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking\es
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking\fr
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking\it
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking\ja
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking\ko
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking\Resources
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking\ru
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking\zh-Hans
C:\Modules\azure_3.8.0\Azure\3.8.0\Networking\zh-Hant
C:\Modules\azure_3.8.0\Azure\3.8.0\RecoveryServices
C:\Modules\azure_3.8.0\Azure\3.8.0\RecoveryServices\lib
C:\Modules\azure_3.8.0\Azure\3.8.0\RemoteApp
C:\Modules\azure_3.8.0\Azure\3.8.0\RemoteApp\de
C:\Modules\azure_3.8.0\Azure\3.8.0\RemoteApp\es
C:\Modules\azure_3.8.0\Azure\3.8.0\RemoteApp\fr
C:\Modules\azure_3.8.0\Azure\3.8.0\RemoteApp\it
C:\Modules\azure_3.8.0\Azure\3.8.0\RemoteApp\ja
C:\Modules\azure_3.8.0\Azure\3.8.0\RemoteApp\ko
C:\Modules\azure_3.8.0\Azure\3.8.0\RemoteApp\ru
C:\Modules\azure_3.8.0\Azure\3.8.0\RemoteApp\zh-Hans
C:\Modules\azure_3.8.0\Azure\3.8.0\RemoteApp\zh-Hant
C:\Modules\azure_3.8.0\Azure\3.8.0\Services
C:\Modules\azure_3.8.0\Azure\3.8.0\Services\de
C:\Modules\azure_3.8.0\Azure\3.8.0\Services\es
C:\Modules\azure_3.8.0\Azure\3.8.0\Services\fr
C:\Modules\azure_3.8.0\Azure\3.8.0\Services\it
C:\Modules\azure_3.8.0\Azure\3.8.0\Services\ja
C:\Modules\azure_3.8.0\Azure\3.8.0\Services\ko
C:\Modules\azure_3.8.0\Azure\3.8.0\Services\Resources
C:\Modules\azure_3.8.0\Azure\3.8.0\Services\ru
C:\Modules\azure_3.8.0\Azure\3.8.0\Services\zh-Hans
C:\Modules\azure_3.8.0\Azure\3.8.0\Services\zh-Hant
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql\de
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql\es
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql\fr
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql\it
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql\ja
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql\ko
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql\Resources
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql\ru
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql\zh-Hans
C:\Modules\azure_3.8.0\Azure\3.8.0\Sql\zh-Hant
C:\Modules\azure_3.8.0\Azure\3.8.0\StorSimple
C:\Modules\azure_3.8.0\Azure\3.8.0\TrafficManager
C:\Modules\azure_3.8.0\Azure\3.8.0\TrafficManager\de
C:\Modules\azure_3.8.0\Azure\3.8.0\TrafficManager\es
C:\Modules\azure_3.8.0\Azure\3.8.0\TrafficManager\fr
C:\Modules\azure_3.8.0\Azure\3.8.0\TrafficManager\it
C:\Modules\azure_3.8.0\Azure\3.8.0\TrafficManager\ja
C:\Modules\azure_3.8.0\Azure\3.8.0\TrafficManager\ko
C:\Modules\azure_3.8.0\Azure\3.8.0\TrafficManager\ru
C:\Modules\azure_3.8.0\Azure\3.8.0\TrafficManager\zh-Hans
C:\Modules\azure_3.8.0\Azure\3.8.0\TrafficManager\zh-Hant
C:\Modules\azure_3.8.0\AzureRM.profile
C:\Modules\azure_3.8.0\AzureRM.profile\2.8.0
C:\Modules\azure_4.2.1
C:\Modules\azure_4.2.1\Azure
C:\Modules\azure_4.2.1\Azure.Storage
C:\Modules\azure_4.2.1\Azure.Storage\3.2.1
C:\Modules\azure_4.2.1\Azure.Storage\3.2.1\de
C:\Modules\azure_4.2.1\Azure.Storage\3.2.1\es
C:\Modules\azure_4.2.1\Azure.Storage\3.2.1\fr
C:\Modules\azure_4.2.1\Azure.Storage\3.2.1\it
C:\Modules\azure_4.2.1\Azure.Storage\3.2.1\ja
C:\Modules\azure_4.2.1\Azure.Storage\3.2.1\ko
C:\Modules\azure_4.2.1\Azure.Storage\3.2.1\ru
C:\Modules\azure_4.2.1\Azure.Storage\3.2.1\zh-Hans
C:\Modules\azure_4.2.1\Azure.Storage\3.2.1\zh-Hant
C:\Modules\azure_4.2.1\Azure\4.2.1
C:\Modules\azure_4.2.1\Azure\4.2.1\Automation
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute\de
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute\es
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute\fr
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute\it
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute\ja
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute\ko
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute\Resources
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute\ru
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute\zh-Hans
C:\Modules\azure_4.2.1\Azure\4.2.1\Compute\zh-Hant
C:\Modules\azure_4.2.1\Azure\4.2.1\ExpressRoute
C:\Modules\azure_4.2.1\Azure\4.2.1\HDInsight
C:\Modules\azure_4.2.1\Azure\4.2.1\HDInsight\de
C:\Modules\azure_4.2.1\Azure\4.2.1\HDInsight\es
C:\Modules\azure_4.2.1\Azure\4.2.1\HDInsight\fr
C:\Modules\azure_4.2.1\Azure\4.2.1\HDInsight\it
C:\Modules\azure_4.2.1\Azure\4.2.1\HDInsight\ja
C:\Modules\azure_4.2.1\Azure\4.2.1\HDInsight\ko
C:\Modules\azure_4.2.1\Azure\4.2.1\HDInsight\ru
C:\Modules\azure_4.2.1\Azure\4.2.1\HDInsight\zh-Hans
C:\Modules\azure_4.2.1\Azure\4.2.1\HDInsight\zh-Hant
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking\de
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking\es
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking\fr
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking\it
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking\ja
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking\ko
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking\Resources
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking\ru
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking\zh-Hans
C:\Modules\azure_4.2.1\Azure\4.2.1\Networking\zh-Hant
C:\Modules\azure_4.2.1\Azure\4.2.1\RecoveryServices
C:\Modules\azure_4.2.1\Azure\4.2.1\RecoveryServices\lib
C:\Modules\azure_4.2.1\Azure\4.2.1\RemoteApp
C:\Modules\azure_4.2.1\Azure\4.2.1\RemoteApp\de
C:\Modules\azure_4.2.1\Azure\4.2.1\RemoteApp\es
C:\Modules\azure_4.2.1\Azure\4.2.1\RemoteApp\fr
C:\Modules\azure_4.2.1\Azure\4.2.1\RemoteApp\it
C:\Modules\azure_4.2.1\Azure\4.2.1\RemoteApp\ja
C:\Modules\azure_4.2.1\Azure\4.2.1\RemoteApp\ko
C:\Modules\azure_4.2.1\Azure\4.2.1\RemoteApp\ru
C:\Modules\azure_4.2.1\Azure\4.2.1\RemoteApp\zh-Hans
C:\Modules\azure_4.2.1\Azure\4.2.1\RemoteApp\zh-Hant
C:\Modules\azure_4.2.1\Azure\4.2.1\Services
C:\Modules\azure_4.2.1\Azure\4.2.1\Services\de
C:\Modules\azure_4.2.1\Azure\4.2.1\Services\es
C:\Modules\azure_4.2.1\Azure\4.2.1\Services\fr
C:\Modules\azure_4.2.1\Azure\4.2.1\Services\it
C:\Modules\azure_4.2.1\Azure\4.2.1\Services\ja
C:\Modules\azure_4.2.1\Azure\4.2.1\Services\ko
C:\Modules\azure_4.2.1\Azure\4.2.1\Services\Resources
C:\Modules\azure_4.2.1\Azure\4.2.1\Services\ru
C:\Modules\azure_4.2.1\Azure\4.2.1\Services\zh-Hans
C:\Modules\azure_4.2.1\Azure\4.2.1\Services\zh-Hant
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql\de
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql\es
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql\fr
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql\it
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql\ja
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql\ko
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql\Resources
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql\ru
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql\zh-Hans
C:\Modules\azure_4.2.1\Azure\4.2.1\Sql\zh-Hant
C:\Modules\azure_4.2.1\Azure\4.2.1\StorSimple
C:\Modules\azure_4.2.1\Azure\4.2.1\TrafficManager
C:\Modules\azure_4.2.1\Azure\4.2.1\TrafficManager\de
C:\Modules\azure_4.2.1\Azure\4.2.1\TrafficManager\es
C:\Modules\azure_4.2.1\Azure\4.2.1\TrafficManager\fr
C:\Modules\azure_4.2.1\Azure\4.2.1\TrafficManager\it
C:\Modules\azure_4.2.1\Azure\4.2.1\TrafficManager\ja
C:\Modules\azure_4.2.1\Azure\4.2.1\TrafficManager\ko
C:\Modules\azure_4.2.1\Azure\4.2.1\TrafficManager\ru
C:\Modules\azure_4.2.1\Azure\4.2.1\TrafficManager\zh-Hans
C:\Modules\azure_4.2.1\Azure\4.2.1\TrafficManager\zh-Hant
C:\Modules\azure_4.2.1\AzureRM.profile
C:\Modules\azure_4.2.1\AzureRM.profile\3.2.1
C:\Modules\azure_5.1.1
C:\Modules\azure_5.1.1\Azure
C:\Modules\azure_5.1.1\Azure.Storage
C:\Modules\azure_5.1.1\Azure.Storage\4.6.1
C:\Modules\azure_5.1.1\Azure\5.1.1
C:\Modules\azure_5.1.1\Azure\5.1.1\Automation
C:\Modules\azure_5.1.1\Azure\5.1.1\Compute
C:\Modules\azure_5.1.1\Azure\5.1.1\Compute\Resources
C:\Modules\azure_5.1.1\Azure\5.1.1\ExpressRoute
C:\Modules\azure_5.1.1\Azure\5.1.1\HDInsight
C:\Modules\azure_5.1.1\Azure\5.1.1\Networking
C:\Modules\azure_5.1.1\Azure\5.1.1\Networking\Resources
C:\Modules\azure_5.1.1\Azure\5.1.1\RecoveryServices
C:\Modules\azure_5.1.1\Azure\5.1.1\RecoveryServices\lib
C:\Modules\azure_5.1.1\Azure\5.1.1\Services
C:\Modules\azure_5.1.1\Azure\5.1.1\Services\Resources
C:\Modules\azure_5.1.1\Azure\5.1.1\Sql
C:\Modules\azure_5.1.1\Azure\5.1.1\Sql\Resources
C:\Modules\azure_5.1.1\Azure\5.1.1\StorSimple
C:\Modules\azure_5.1.1\Azure\5.1.1\TrafficManager
C:\Modules\azure_5.1.1\AzureRM.profile
C:\Modules\azure_5.1.1\AzureRM.profile\5.8.3
C:\Modules\azure_5.1.1\AzureRM.profile\5.8.3\StartupScripts
C:\Modules\azure_5.3.0
C:\Modules\azure_5.3.0\Azure
C:\Modules\azure_5.3.0\Azure.Storage
C:\Modules\azure_5.3.0\Azure.Storage\4.6.1
C:\Modules\azure_5.3.0\Azure\5.3.0
C:\Modules\azure_5.3.0\Azure\5.3.0\Automation
C:\Modules\azure_5.3.0\Azure\5.3.0\Compute
C:\Modules\azure_5.3.0\Azure\5.3.0\Compute\Resources
C:\Modules\azure_5.3.0\Azure\5.3.0\ExpressRoute
C:\Modules\azure_5.3.0\Azure\5.3.0\HDInsight
C:\Modules\azure_5.3.0\Azure\5.3.0\Networking
C:\Modules\azure_5.3.0\Azure\5.3.0\Networking\Resources
C:\Modules\azure_5.3.0\Azure\5.3.0\RecoveryServices
C:\Modules\azure_5.3.0\Azure\5.3.0\RecoveryServices\lib
C:\Modules\azure_5.3.0\Azure\5.3.0\Services
C:\Modules\azure_5.3.0\Azure\5.3.0\Services\Resources
C:\Modules\azure_5.3.0\Azure\5.3.0\Sql
C:\Modules\azure_5.3.0\Azure\5.3.0\Sql\Resources
C:\Modules\azure_5.3.0\Azure\5.3.0\StorSimple
C:\Modules\azure_5.3.0\Azure\5.3.0\TrafficManager
C:\Modules\azure_5.3.0\AzureRM.profile
C:\Modules\azure_5.3.0\AzureRM.profile\5.8.3
C:\Modules\azure_5.3.0\AzureRM.profile\5.8.3\StartupScripts
C:\Modules\azurerm_2.1.0
C:\Modules\azurerm_2.1.0\Azure.Storage
C:\Modules\azurerm_2.1.0\Azure.Storage\2.1.0
C:\Modules\azurerm_2.1.0\Azure.Storage\2.1.0\de
C:\Modules\azurerm_2.1.0\Azure.Storage\2.1.0\es
C:\Modules\azurerm_2.1.0\Azure.Storage\2.1.0\fr
C:\Modules\azurerm_2.1.0\Azure.Storage\2.1.0\it
C:\Modules\azurerm_2.1.0\Azure.Storage\2.1.0\ja
C:\Modules\azurerm_2.1.0\Azure.Storage\2.1.0\ko
C:\Modules\azurerm_2.1.0\Azure.Storage\2.1.0\ru
C:\Modules\azurerm_2.1.0\Azure.Storage\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\Azure.Storage\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.ApiManagement\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.Automation
C:\Modules\azurerm_2.1.0\AzureRM.Automation\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Backup
C:\Modules\azurerm_2.1.0\AzureRM.Backup\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Batch
C:\Modules\azurerm_2.1.0\AzureRM.Batch\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Batch\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.Batch\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.Batch\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.Batch\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.Batch\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.Batch\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.Batch\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.Batch\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.Batch\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.Cdn
C:\Modules\azurerm_2.1.0\AzureRM.Cdn\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.CognitiveServices
C:\Modules\azurerm_2.1.0\AzureRM.CognitiveServices\0.3.0
C:\Modules\azurerm_2.1.0\AzureRM.Compute
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0\Generated
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.Compute\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.DataFactories\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.DataLakeAnalytics
C:\Modules\azurerm_2.1.0\AzureRM.DataLakeAnalytics\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.DataLakeStore
C:\Modules\azurerm_2.1.0\AzureRM.DataLakeStore\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.DevTestLabs
C:\Modules\azurerm_2.1.0\AzureRM.DevTestLabs\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Dns
C:\Modules\azurerm_2.1.0\AzureRM.Dns\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Dns\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.Dns\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.Dns\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.Dns\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.Dns\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.Dns\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.Dns\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.Dns\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.Dns\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.HDInsight\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.Insights
C:\Modules\azurerm_2.1.0\AzureRM.Insights\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Insights\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.Insights\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.Insights\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.Insights\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.Insights\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.Insights\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.Insights\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.Insights\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.Insights\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.KeyVault\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.LogicApp
C:\Modules\azurerm_2.1.0\AzureRM.LogicApp\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.MachineLearning
C:\Modules\azurerm_2.1.0\AzureRM.MachineLearning\0.10.0
C:\Modules\azurerm_2.1.0\AzureRM.Media
C:\Modules\azurerm_2.1.0\AzureRM.Media\0.2.0
C:\Modules\azurerm_2.1.0\AzureRM.Network
C:\Modules\azurerm_2.1.0\AzureRM.Network\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Network\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.Network\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.Network\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.Network\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.Network\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.Network\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.Network\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.Network\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.Network\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.NotificationHubs
C:\Modules\azurerm_2.1.0\AzureRM.NotificationHubs\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.OperationalInsights
C:\Modules\azurerm_2.1.0\AzureRM.OperationalInsights\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.PowerBIEmbedded
C:\Modules\azurerm_2.1.0\AzureRM.PowerBIEmbedded\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.profile
C:\Modules\azurerm_2.1.0\AzureRM.profile\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.RecoveryServices
C:\Modules\azurerm_2.1.0\AzureRM.RecoveryServices.Backup
C:\Modules\azurerm_2.1.0\AzureRM.RecoveryServices.Backup\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.RecoveryServices\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.RedisCache\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.Resources
C:\Modules\azurerm_2.1.0\AzureRM.Resources\3.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Scheduler
C:\Modules\azurerm_2.1.0\AzureRM.Scheduler\0.10.0
C:\Modules\azurerm_2.1.0\AzureRM.ServerManagement
C:\Modules\azurerm_2.1.0\AzureRM.ServerManagement\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.SiteRecovery
C:\Modules\azurerm_2.1.0\AzureRM.SiteRecovery\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Sql
C:\Modules\azurerm_2.1.0\AzureRM.Sql\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Sql\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.Sql\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.Sql\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.Sql\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.Sql\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.Sql\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.Sql\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.Sql\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.Sql\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.Storage
C:\Modules\azurerm_2.1.0\AzureRM.Storage\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Storage\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.Storage\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.Storage\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.Storage\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.Storage\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.Storage\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.Storage\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.Storage\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.Storage\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics\2.1.0\de
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics\2.1.0\es
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics\2.1.0\fr
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics\2.1.0\it
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics\2.1.0\ja
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics\2.1.0\ko
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics\2.1.0\ru
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics\2.1.0\zh-Hans
C:\Modules\azurerm_2.1.0\AzureRM.StreamAnalytics\2.1.0\zh-Hant
C:\Modules\azurerm_2.1.0\AzureRM.Tags
C:\Modules\azurerm_2.1.0\AzureRM.Tags\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.TrafficManager
C:\Modules\azurerm_2.1.0\AzureRM.TrafficManager\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.UsageAggregates
C:\Modules\azurerm_2.1.0\AzureRM.UsageAggregates\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM.Websites
C:\Modules\azurerm_2.1.0\AzureRM.Websites\2.1.0
C:\Modules\azurerm_2.1.0\AzureRM\2.1.0
C:\Modules\azurerm_3.8.0
C:\Modules\azurerm_3.8.0\Azure.AnalysisServices
C:\Modules\azurerm_3.8.0\Azure.AnalysisServices\0.2.0
C:\Modules\azurerm_3.8.0\Azure.Storage
C:\Modules\azurerm_3.8.0\Azure.Storage\2.8.0
C:\Modules\azurerm_3.8.0\Azure.Storage\2.8.0\de
C:\Modules\azurerm_3.8.0\Azure.Storage\2.8.0\es
C:\Modules\azurerm_3.8.0\Azure.Storage\2.8.0\fr
C:\Modules\azurerm_3.8.0\Azure.Storage\2.8.0\it
C:\Modules\azurerm_3.8.0\Azure.Storage\2.8.0\ja
C:\Modules\azurerm_3.8.0\Azure.Storage\2.8.0\ko
C:\Modules\azurerm_3.8.0\Azure.Storage\2.8.0\ru
C:\Modules\azurerm_3.8.0\Azure.Storage\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\Azure.Storage\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM
C:\Modules\azurerm_3.8.0\AzureRM.AnalysisServices
C:\Modules\azurerm_3.8.0\AzureRM.AnalysisServices\0.2.0
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement\3.6.0
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement\3.6.0\de
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement\3.6.0\es
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement\3.6.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement\3.6.0\it
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement\3.6.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement\3.6.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement\3.6.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement\3.6.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.ApiManagement\3.6.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.Automation
C:\Modules\azurerm_3.8.0\AzureRM.Automation\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.Backup
C:\Modules\azurerm_3.8.0\AzureRM.Backup\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.Batch
C:\Modules\azurerm_3.8.0\AzureRM.Batch\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.Batch\2.8.0\de
C:\Modules\azurerm_3.8.0\AzureRM.Batch\2.8.0\es
C:\Modules\azurerm_3.8.0\AzureRM.Batch\2.8.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.Batch\2.8.0\it
C:\Modules\azurerm_3.8.0\AzureRM.Batch\2.8.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.Batch\2.8.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.Batch\2.8.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.Batch\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.Batch\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.Billing
C:\Modules\azurerm_3.8.0\AzureRM.Billing\0.11.0
C:\Modules\azurerm_3.8.0\AzureRM.Billing\0.11.0\help
C:\Modules\azurerm_3.8.0\AzureRM.Cdn
C:\Modules\azurerm_3.8.0\AzureRM.Cdn\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.CognitiveServices
C:\Modules\azurerm_3.8.0\AzureRM.CognitiveServices\0.6.0
C:\Modules\azurerm_3.8.0\AzureRM.Compute
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0\de
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0\es
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0\Generated
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0\it
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.Compute\2.9.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories\2.8.0\de
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories\2.8.0\es
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories\2.8.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories\2.8.0\it
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories\2.8.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories\2.8.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories\2.8.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.DataFactories\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.DataLakeAnalytics
C:\Modules\azurerm_3.8.0\AzureRM.DataLakeAnalytics\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.DataLakeStore
C:\Modules\azurerm_3.8.0\AzureRM.DataLakeStore\3.6.0
C:\Modules\azurerm_3.8.0\AzureRM.DevTestLabs
C:\Modules\azurerm_3.8.0\AzureRM.DevTestLabs\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.Dns
C:\Modules\azurerm_3.8.0\AzureRM.Dns\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.Dns\2.8.0\de
C:\Modules\azurerm_3.8.0\AzureRM.Dns\2.8.0\es
C:\Modules\azurerm_3.8.0\AzureRM.Dns\2.8.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.Dns\2.8.0\it
C:\Modules\azurerm_3.8.0\AzureRM.Dns\2.8.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.Dns\2.8.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.Dns\2.8.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.Dns\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.Dns\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.EventHub
C:\Modules\azurerm_3.8.0\AzureRM.EventHub\0.2.0
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight\2.8.0\de
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight\2.8.0\es
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight\2.8.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight\2.8.0\it
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight\2.8.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight\2.8.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight\2.8.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.HDInsight\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.Insights
C:\Modules\azurerm_3.8.0\AzureRM.Insights\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.Insights\2.8.0\de
C:\Modules\azurerm_3.8.0\AzureRM.Insights\2.8.0\es
C:\Modules\azurerm_3.8.0\AzureRM.Insights\2.8.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.Insights\2.8.0\it
C:\Modules\azurerm_3.8.0\AzureRM.Insights\2.8.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.Insights\2.8.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.Insights\2.8.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.Insights\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.Insights\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.IotHub
C:\Modules\azurerm_3.8.0\AzureRM.IotHub\1.4.0
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault\2.8.0\de
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault\2.8.0\es
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault\2.8.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault\2.8.0\it
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault\2.8.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault\2.8.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault\2.8.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.KeyVault\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.LogicApp
C:\Modules\azurerm_3.8.0\AzureRM.LogicApp\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.MachineLearning
C:\Modules\azurerm_3.8.0\AzureRM.MachineLearning\0.13.0
C:\Modules\azurerm_3.8.0\AzureRM.Media
C:\Modules\azurerm_3.8.0\AzureRM.Media\0.5.0
C:\Modules\azurerm_3.8.0\AzureRM.Network
C:\Modules\azurerm_3.8.0\AzureRM.Network\3.7.0
C:\Modules\azurerm_3.8.0\AzureRM.Network\3.7.0\de
C:\Modules\azurerm_3.8.0\AzureRM.Network\3.7.0\es
C:\Modules\azurerm_3.8.0\AzureRM.Network\3.7.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.Network\3.7.0\it
C:\Modules\azurerm_3.8.0\AzureRM.Network\3.7.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.Network\3.7.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.Network\3.7.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.Network\3.7.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.Network\3.7.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.NotificationHubs
C:\Modules\azurerm_3.8.0\AzureRM.NotificationHubs\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.OperationalInsights
C:\Modules\azurerm_3.8.0\AzureRM.OperationalInsights\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.PowerBIEmbedded
C:\Modules\azurerm_3.8.0\AzureRM.PowerBIEmbedded\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.profile
C:\Modules\azurerm_3.8.0\AzureRM.profile\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.RecoveryServices
C:\Modules\azurerm_3.8.0\AzureRM.RecoveryServices.Backup
C:\Modules\azurerm_3.8.0\AzureRM.RecoveryServices.Backup\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.RecoveryServices\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache\2.8.0\de
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache\2.8.0\es
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache\2.8.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache\2.8.0\it
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache\2.8.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache\2.8.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache\2.8.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.RedisCache\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.Resources
C:\Modules\azurerm_3.8.0\AzureRM.Resources\3.8.0
C:\Modules\azurerm_3.8.0\AzureRM.Scheduler
C:\Modules\azurerm_3.8.0\AzureRM.Scheduler\0.13.0
C:\Modules\azurerm_3.8.0\AzureRM.ServerManagement
C:\Modules\azurerm_3.8.0\AzureRM.ServerManagement\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.ServiceBus
C:\Modules\azurerm_3.8.0\AzureRM.ServiceBus\0.2.0
C:\Modules\azurerm_3.8.0\AzureRM.SiteRecovery
C:\Modules\azurerm_3.8.0\AzureRM.SiteRecovery\3.7.0
C:\Modules\azurerm_3.8.0\AzureRM.Sql
C:\Modules\azurerm_3.8.0\AzureRM.Sql\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.Sql\2.8.0\de
C:\Modules\azurerm_3.8.0\AzureRM.Sql\2.8.0\es
C:\Modules\azurerm_3.8.0\AzureRM.Sql\2.8.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.Sql\2.8.0\it
C:\Modules\azurerm_3.8.0\AzureRM.Sql\2.8.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.Sql\2.8.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.Sql\2.8.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.Sql\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.Sql\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.Storage
C:\Modules\azurerm_3.8.0\AzureRM.Storage\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.Storage\2.8.0\de
C:\Modules\azurerm_3.8.0\AzureRM.Storage\2.8.0\es
C:\Modules\azurerm_3.8.0\AzureRM.Storage\2.8.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.Storage\2.8.0\it
C:\Modules\azurerm_3.8.0\AzureRM.Storage\2.8.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.Storage\2.8.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.Storage\2.8.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.Storage\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.Storage\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics\2.8.0\de
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics\2.8.0\es
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics\2.8.0\fr
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics\2.8.0\it
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics\2.8.0\ja
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics\2.8.0\ko
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics\2.8.0\ru
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics\2.8.0\zh-Hans
C:\Modules\azurerm_3.8.0\AzureRM.StreamAnalytics\2.8.0\zh-Hant
C:\Modules\azurerm_3.8.0\AzureRM.Tags
C:\Modules\azurerm_3.8.0\AzureRM.Tags\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.TrafficManager
C:\Modules\azurerm_3.8.0\AzureRM.TrafficManager\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.UsageAggregates
C:\Modules\azurerm_3.8.0\AzureRM.UsageAggregates\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM.Websites
C:\Modules\azurerm_3.8.0\AzureRM.Websites\2.8.0
C:\Modules\azurerm_3.8.0\AzureRM\3.8.0
C:\Modules\azurerm_4.2.1
C:\Modules\azurerm_4.2.1\Azure.AnalysisServices
C:\Modules\azurerm_4.2.1\Azure.AnalysisServices\0.4.2
C:\Modules\azurerm_4.2.1\Azure.Storage
C:\Modules\azurerm_4.2.1\Azure.Storage\3.2.1
C:\Modules\azurerm_4.2.1\Azure.Storage\3.2.1\de
C:\Modules\azurerm_4.2.1\Azure.Storage\3.2.1\es
C:\Modules\azurerm_4.2.1\Azure.Storage\3.2.1\fr
C:\Modules\azurerm_4.2.1\Azure.Storage\3.2.1\it
C:\Modules\azurerm_4.2.1\Azure.Storage\3.2.1\ja
C:\Modules\azurerm_4.2.1\Azure.Storage\3.2.1\ko
C:\Modules\azurerm_4.2.1\Azure.Storage\3.2.1\ru
C:\Modules\azurerm_4.2.1\Azure.Storage\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\Azure.Storage\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM
C:\Modules\azurerm_4.2.1\AzureRM.AnalysisServices
C:\Modules\azurerm_4.2.1\AzureRM.AnalysisServices\0.4.2
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement\4.2.1
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement\4.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement\4.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement\4.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement\4.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement\4.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement\4.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement\4.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement\4.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.ApiManagement\4.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.Automation
C:\Modules\azurerm_4.2.1\AzureRM.Automation\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Backup
C:\Modules\azurerm_4.2.1\AzureRM.Backup\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Batch
C:\Modules\azurerm_4.2.1\AzureRM.Batch\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Batch\3.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.Batch\3.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.Batch\3.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.Batch\3.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.Batch\3.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.Batch\3.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.Batch\3.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.Batch\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.Batch\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.Billing
C:\Modules\azurerm_4.2.1\AzureRM.Billing\0.13.2
C:\Modules\azurerm_4.2.1\AzureRM.Cdn
C:\Modules\azurerm_4.2.1\AzureRM.Cdn\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.CognitiveServices
C:\Modules\azurerm_4.2.1\AzureRM.CognitiveServices\0.8.2
C:\Modules\azurerm_4.2.1\AzureRM.Compute
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1\Generated
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.Compute\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.Consumption
C:\Modules\azurerm_4.2.1\AzureRM.Consumption\0.2.2
C:\Modules\azurerm_4.2.1\AzureRM.ContainerRegistry
C:\Modules\azurerm_4.2.1\AzureRM.ContainerRegistry\0.2.2
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories\3.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories\3.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories\3.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories\3.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories\3.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories\3.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories\3.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.DataFactories\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.DataLakeAnalytics
C:\Modules\azurerm_4.2.1\AzureRM.DataLakeAnalytics\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.DataLakeStore
C:\Modules\azurerm_4.2.1\AzureRM.DataLakeStore\4.2.1
C:\Modules\azurerm_4.2.1\AzureRM.DevTestLabs
C:\Modules\azurerm_4.2.1\AzureRM.DevTestLabs\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Dns
C:\Modules\azurerm_4.2.1\AzureRM.Dns\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Dns\3.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.Dns\3.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.Dns\3.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.Dns\3.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.Dns\3.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.Dns\3.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.Dns\3.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.Dns\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.Dns\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.EventHub
C:\Modules\azurerm_4.2.1\AzureRM.EventHub\0.4.2
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight\3.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight\3.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight\3.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight\3.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight\3.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight\3.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight\3.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.HDInsight\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.Insights
C:\Modules\azurerm_4.2.1\AzureRM.Insights\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.IotHub
C:\Modules\azurerm_4.2.1\AzureRM.IotHub\2.2.1
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault\3.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault\3.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault\3.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault\3.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault\3.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault\3.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault\3.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.KeyVault\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.LogicApp
C:\Modules\azurerm_4.2.1\AzureRM.LogicApp\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.MachineLearning
C:\Modules\azurerm_4.2.1\AzureRM.MachineLearning\0.15.2
C:\Modules\azurerm_4.2.1\AzureRM.Media
C:\Modules\azurerm_4.2.1\AzureRM.Media\0.7.2
C:\Modules\azurerm_4.2.1\AzureRM.Network
C:\Modules\azurerm_4.2.1\AzureRM.Network\4.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Network\4.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.Network\4.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.Network\4.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.Network\4.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.Network\4.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.Network\4.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.Network\4.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.Network\4.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.Network\4.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.NotificationHubs
C:\Modules\azurerm_4.2.1\AzureRM.NotificationHubs\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.OperationalInsights
C:\Modules\azurerm_4.2.1\AzureRM.OperationalInsights\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.PowerBIEmbedded
C:\Modules\azurerm_4.2.1\AzureRM.PowerBIEmbedded\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.profile
C:\Modules\azurerm_4.2.1\AzureRM.profile\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.RecoveryServices
C:\Modules\azurerm_4.2.1\AzureRM.RecoveryServices.Backup
C:\Modules\azurerm_4.2.1\AzureRM.RecoveryServices.Backup\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.RecoveryServices\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache\3.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache\3.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache\3.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache\3.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache\3.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache\3.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache\3.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.RedisCache\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.Relay
C:\Modules\azurerm_4.2.1\AzureRM.Relay\0.2.2
C:\Modules\azurerm_4.2.1\AzureRM.Resources
C:\Modules\azurerm_4.2.1\AzureRM.Resources\4.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Scheduler
C:\Modules\azurerm_4.2.1\AzureRM.Scheduler\0.15.2
C:\Modules\azurerm_4.2.1\AzureRM.ServerManagement
C:\Modules\azurerm_4.2.1\AzureRM.ServerManagement\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.ServiceBus
C:\Modules\azurerm_4.2.1\AzureRM.ServiceBus\0.4.2
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\de
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\es
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\fr
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\it
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\ja
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\ko
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\ru
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\Template
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\Template\Linux
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.ServiceFabric\0.2.2\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.SiteRecovery
C:\Modules\azurerm_4.2.1\AzureRM.SiteRecovery\4.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Sql
C:\Modules\azurerm_4.2.1\AzureRM.Sql\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Sql\3.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.Sql\3.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.Sql\3.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.Sql\3.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.Sql\3.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.Sql\3.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.Sql\3.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.Sql\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.Sql\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.Storage
C:\Modules\azurerm_4.2.1\AzureRM.Storage\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Storage\3.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.Storage\3.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.Storage\3.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.Storage\3.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.Storage\3.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.Storage\3.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.Storage\3.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.Storage\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.Storage\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics\3.2.1\de
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics\3.2.1\es
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics\3.2.1\fr
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics\3.2.1\it
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics\3.2.1\ja
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics\3.2.1\ko
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics\3.2.1\ru
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics\3.2.1\zh-Hans
C:\Modules\azurerm_4.2.1\AzureRM.StreamAnalytics\3.2.1\zh-Hant
C:\Modules\azurerm_4.2.1\AzureRM.Tags
C:\Modules\azurerm_4.2.1\AzureRM.Tags\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.TrafficManager
C:\Modules\azurerm_4.2.1\AzureRM.TrafficManager\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.UsageAggregates
C:\Modules\azurerm_4.2.1\AzureRM.UsageAggregates\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM.Websites
C:\Modules\azurerm_4.2.1\AzureRM.Websites\3.2.1
C:\Modules\azurerm_4.2.1\AzureRM\4.2.1
C:\Modules\azurerm_5.1.1
C:\Modules\azurerm_5.1.1\Azure.AnalysisServices
C:\Modules\azurerm_5.1.1\Azure.AnalysisServices\0.5.0
C:\Modules\azurerm_5.1.1\Azure.Storage
C:\Modules\azurerm_5.1.1\Azure.Storage\4.0.2
C:\Modules\azurerm_5.1.1\AzureRM
C:\Modules\azurerm_5.1.1\AzureRM.AnalysisServices
C:\Modules\azurerm_5.1.1\AzureRM.AnalysisServices\0.6.1
C:\Modules\azurerm_5.1.1\AzureRM.ApiManagement
C:\Modules\azurerm_5.1.1\AzureRM.ApiManagement\5.0.1
C:\Modules\azurerm_5.1.1\AzureRM.ApplicationInsights
C:\Modules\azurerm_5.1.1\AzureRM.ApplicationInsights\0.1.0
C:\Modules\azurerm_5.1.1\AzureRM.Automation
C:\Modules\azurerm_5.1.1\AzureRM.Automation\4.1.1
C:\Modules\azurerm_5.1.1\AzureRM.Backup
C:\Modules\azurerm_5.1.1\AzureRM.Backup\4.0.1
C:\Modules\azurerm_5.1.1\AzureRM.Batch
C:\Modules\azurerm_5.1.1\AzureRM.Batch\4.0.3
C:\Modules\azurerm_5.1.1\AzureRM.Billing
C:\Modules\azurerm_5.1.1\AzureRM.Billing\0.14.0
C:\Modules\azurerm_5.1.1\AzureRM.Cdn
C:\Modules\azurerm_5.1.1\AzureRM.Cdn\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.CognitiveServices
C:\Modules\azurerm_5.1.1\AzureRM.CognitiveServices\0.9.0
C:\Modules\azurerm_5.1.1\AzureRM.Compute
C:\Modules\azurerm_5.1.1\AzureRM.Compute\4.1.1
C:\Modules\azurerm_5.1.1\AzureRM.Compute\4.1.1\Generated
C:\Modules\azurerm_5.1.1\AzureRM.Consumption
C:\Modules\azurerm_5.1.1\AzureRM.Consumption\0.3.0
C:\Modules\azurerm_5.1.1\AzureRM.ContainerInstance
C:\Modules\azurerm_5.1.1\AzureRM.ContainerInstance\0.2.1
C:\Modules\azurerm_5.1.1\AzureRM.ContainerRegistry
C:\Modules\azurerm_5.1.1\AzureRM.ContainerRegistry\1.0.1
C:\Modules\azurerm_5.1.1\AzureRM.DataFactories
C:\Modules\azurerm_5.1.1\AzureRM.DataFactories\4.0.3
C:\Modules\azurerm_5.1.1\AzureRM.DataFactoryV2
C:\Modules\azurerm_5.1.1\AzureRM.DataFactoryV2\0.4.1
C:\Modules\azurerm_5.1.1\AzureRM.DataLakeAnalytics
C:\Modules\azurerm_5.1.1\AzureRM.DataLakeAnalytics\4.1.1
C:\Modules\azurerm_5.1.1\AzureRM.DataLakeStore
C:\Modules\azurerm_5.1.1\AzureRM.DataLakeStore\5.0.0
C:\Modules\azurerm_5.1.1\AzureRM.DevTestLabs
C:\Modules\azurerm_5.1.1\AzureRM.DevTestLabs\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.Dns
C:\Modules\azurerm_5.1.1\AzureRM.Dns\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.EventGrid
C:\Modules\azurerm_5.1.1\AzureRM.EventGrid\0.2.0
C:\Modules\azurerm_5.1.1\AzureRM.EventHub
C:\Modules\azurerm_5.1.1\AzureRM.EventHub\0.5.0
C:\Modules\azurerm_5.1.1\AzureRM.HDInsight
C:\Modules\azurerm_5.1.1\AzureRM.HDInsight\4.0.1
C:\Modules\azurerm_5.1.1\AzureRM.Insights
C:\Modules\azurerm_5.1.1\AzureRM.Insights\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.IotHub
C:\Modules\azurerm_5.1.1\AzureRM.IotHub\3.0.0
C:\Modules\azurerm_5.1.1\AzureRM.KeyVault
C:\Modules\azurerm_5.1.1\AzureRM.KeyVault\4.0.1
C:\Modules\azurerm_5.1.1\AzureRM.LogicApp
C:\Modules\azurerm_5.1.1\AzureRM.LogicApp\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.MachineLearning
C:\Modules\azurerm_5.1.1\AzureRM.MachineLearning\0.16.0
C:\Modules\azurerm_5.1.1\AzureRM.MachineLearningCompute
C:\Modules\azurerm_5.1.1\AzureRM.MachineLearningCompute\0.3.1
C:\Modules\azurerm_5.1.1\AzureRM.MarketplaceOrdering
C:\Modules\azurerm_5.1.1\AzureRM.MarketplaceOrdering\0.2.0
C:\Modules\azurerm_5.1.1\AzureRM.Media
C:\Modules\azurerm_5.1.1\AzureRM.Media\0.8.0
C:\Modules\azurerm_5.1.1\AzureRM.Network
C:\Modules\azurerm_5.1.1\AzureRM.Network\5.0.0
C:\Modules\azurerm_5.1.1\AzureRM.NotificationHubs
C:\Modules\azurerm_5.1.1\AzureRM.NotificationHubs\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.OperationalInsights
C:\Modules\azurerm_5.1.1\AzureRM.OperationalInsights\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.PowerBIEmbedded
C:\Modules\azurerm_5.1.1\AzureRM.PowerBIEmbedded\4.1.1
C:\Modules\azurerm_5.1.1\AzureRM.profile
C:\Modules\azurerm_5.1.1\AzureRM.profile\4.1.1
C:\Modules\azurerm_5.1.1\AzureRM.profile\4.1.1\StartupScripts
C:\Modules\azurerm_5.1.1\AzureRM.RecoveryServices
C:\Modules\azurerm_5.1.1\AzureRM.RecoveryServices.Backup
C:\Modules\azurerm_5.1.1\AzureRM.RecoveryServices.Backup\4.0.3
C:\Modules\azurerm_5.1.1\AzureRM.RecoveryServices.Backup\4.0.3\StartupScripts
C:\Modules\azurerm_5.1.1\AzureRM.RecoveryServices.SiteRecovery
C:\Modules\azurerm_5.1.1\AzureRM.RecoveryServices.SiteRecovery\0.2.1
C:\Modules\azurerm_5.1.1\AzureRM.RecoveryServices\4.0.1
C:\Modules\azurerm_5.1.1\AzureRM.RedisCache
C:\Modules\azurerm_5.1.1\AzureRM.RedisCache\4.0.1
C:\Modules\azurerm_5.1.1\AzureRM.Relay
C:\Modules\azurerm_5.1.1\AzureRM.Relay\0.3.0
C:\Modules\azurerm_5.1.1\AzureRM.Resources
C:\Modules\azurerm_5.1.1\AzureRM.Resources\5.1.1
C:\Modules\azurerm_5.1.1\AzureRM.Scheduler
C:\Modules\azurerm_5.1.1\AzureRM.Scheduler\0.16.0
C:\Modules\azurerm_5.1.1\AzureRM.ServerManagement
C:\Modules\azurerm_5.1.1\AzureRM.ServerManagement\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.ServiceBus
C:\Modules\azurerm_5.1.1\AzureRM.ServiceBus\0.5.0
C:\Modules\azurerm_5.1.1\AzureRM.ServiceFabric
C:\Modules\azurerm_5.1.1\AzureRM.ServiceFabric\0.3.0
C:\Modules\azurerm_5.1.1\AzureRM.ServiceFabric\0.3.0\Template
C:\Modules\azurerm_5.1.1\AzureRM.ServiceFabric\0.3.0\Template\Linux
C:\Modules\azurerm_5.1.1\AzureRM.SiteRecovery
C:\Modules\azurerm_5.1.1\AzureRM.SiteRecovery\5.0.3
C:\Modules\azurerm_5.1.1\AzureRM.SiteRecovery\5.0.3\StartupScripts
C:\Modules\azurerm_5.1.1\AzureRM.Sql
C:\Modules\azurerm_5.1.1\AzureRM.Sql\4.1.1
C:\Modules\azurerm_5.1.1\AzureRM.Sql\4.1.1\StartupScripts
C:\Modules\azurerm_5.1.1\AzureRM.Storage
C:\Modules\azurerm_5.1.1\AzureRM.Storage\4.0.1
C:\Modules\azurerm_5.1.1\AzureRM.StreamAnalytics
C:\Modules\azurerm_5.1.1\AzureRM.StreamAnalytics\4.0.1
C:\Modules\azurerm_5.1.1\AzureRM.Tags
C:\Modules\azurerm_5.1.1\AzureRM.Tags\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.TrafficManager
C:\Modules\azurerm_5.1.1\AzureRM.TrafficManager\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.UsageAggregates
C:\Modules\azurerm_5.1.1\AzureRM.UsageAggregates\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM.Websites
C:\Modules\azurerm_5.1.1\AzureRM.Websites\4.0.0
C:\Modules\azurerm_5.1.1\AzureRM\5.1.1
C:\Modules\azurerm_6.13.1
C:\Modules\azurerm_6.13.1\Azure.AnalysisServices
C:\Modules\azurerm_6.13.1\Azure.AnalysisServices\0.5.4
C:\Modules\azurerm_6.13.1\Azure.Storage
C:\Modules\azurerm_6.13.1\Azure.Storage\4.6.1
C:\Modules\azurerm_6.13.1\AzureRM
C:\Modules\azurerm_6.13.1\AzureRM.AnalysisServices
C:\Modules\azurerm_6.13.1\AzureRM.AnalysisServices\0.6.14
C:\Modules\azurerm_6.13.1\AzureRM.ApiManagement
C:\Modules\azurerm_6.13.1\AzureRM.ApiManagement\6.1.7
C:\Modules\azurerm_6.13.1\AzureRM.ApiManagement\6.1.7\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.ApplicationInsights
C:\Modules\azurerm_6.13.1\AzureRM.ApplicationInsights\0.1.8
C:\Modules\azurerm_6.13.1\AzureRM.Automation
C:\Modules\azurerm_6.13.1\AzureRM.Automation\6.1.1
C:\Modules\azurerm_6.13.1\AzureRM.Automation\6.1.1\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.Backup
C:\Modules\azurerm_6.13.1\AzureRM.Backup\4.0.11
C:\Modules\azurerm_6.13.1\AzureRM.Batch
C:\Modules\azurerm_6.13.1\AzureRM.Batch\4.1.5
C:\Modules\azurerm_6.13.1\AzureRM.Billing
C:\Modules\azurerm_6.13.1\AzureRM.Billing\0.14.6
C:\Modules\azurerm_6.13.1\AzureRM.Cdn
C:\Modules\azurerm_6.13.1\AzureRM.Cdn\5.0.6
C:\Modules\azurerm_6.13.1\AzureRM.CognitiveServices
C:\Modules\azurerm_6.13.1\AzureRM.CognitiveServices\0.9.12
C:\Modules\azurerm_6.13.1\AzureRM.Compute
C:\Modules\azurerm_6.13.1\AzureRM.Compute\5.9.1
C:\Modules\azurerm_6.13.1\AzureRM.Compute\5.9.1\Generated
C:\Modules\azurerm_6.13.1\AzureRM.Compute\5.9.1\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.Consumption
C:\Modules\azurerm_6.13.1\AzureRM.Consumption\0.3.7
C:\Modules\azurerm_6.13.1\AzureRM.ContainerInstance
C:\Modules\azurerm_6.13.1\AzureRM.ContainerInstance\0.2.12
C:\Modules\azurerm_6.13.1\AzureRM.ContainerInstance\0.2.12\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.ContainerRegistry
C:\Modules\azurerm_6.13.1\AzureRM.ContainerRegistry\1.0.10
C:\Modules\azurerm_6.13.1\AzureRM.DataFactories
C:\Modules\azurerm_6.13.1\AzureRM.DataFactories\5.0.3
C:\Modules\azurerm_6.13.1\AzureRM.DataFactoryV2
C:\Modules\azurerm_6.13.1\AzureRM.DataFactoryV2\0.5.11
C:\Modules\azurerm_6.13.1\AzureRM.DataLakeAnalytics
C:\Modules\azurerm_6.13.1\AzureRM.DataLakeAnalytics\5.1.4
C:\Modules\azurerm_6.13.1\AzureRM.DataLakeStore
C:\Modules\azurerm_6.13.1\AzureRM.DataLakeStore\6.2.1
C:\Modules\azurerm_6.13.1\AzureRM.DevTestLabs
C:\Modules\azurerm_6.13.1\AzureRM.DevTestLabs\4.0.9
C:\Modules\azurerm_6.13.1\AzureRM.Dns
C:\Modules\azurerm_6.13.1\AzureRM.Dns\5.1.0
C:\Modules\azurerm_6.13.1\AzureRM.EventGrid
C:\Modules\azurerm_6.13.1\AzureRM.EventGrid\0.3.7
C:\Modules\azurerm_6.13.1\AzureRM.EventHub
C:\Modules\azurerm_6.13.1\AzureRM.EventHub\0.7.0
C:\Modules\azurerm_6.13.1\AzureRM.HDInsight
C:\Modules\azurerm_6.13.1\AzureRM.HDInsight\4.1.8
C:\Modules\azurerm_6.13.1\AzureRM.Insights
C:\Modules\azurerm_6.13.1\AzureRM.Insights\5.1.5
C:\Modules\azurerm_6.13.1\AzureRM.IotHub
C:\Modules\azurerm_6.13.1\AzureRM.IotHub\3.1.8
C:\Modules\azurerm_6.13.1\AzureRM.KeyVault
C:\Modules\azurerm_6.13.1\AzureRM.KeyVault\5.2.1
C:\Modules\azurerm_6.13.1\AzureRM.LogicApp
C:\Modules\azurerm_6.13.1\AzureRM.LogicApp\4.1.4
C:\Modules\azurerm_6.13.1\AzureRM.MachineLearning
C:\Modules\azurerm_6.13.1\AzureRM.MachineLearning\0.18.5
C:\Modules\azurerm_6.13.1\AzureRM.MachineLearningCompute
C:\Modules\azurerm_6.13.1\AzureRM.MachineLearningCompute\0.4.8
C:\Modules\azurerm_6.13.1\AzureRM.MarketplaceOrdering
C:\Modules\azurerm_6.13.1\AzureRM.MarketplaceOrdering\0.2.7
C:\Modules\azurerm_6.13.1\AzureRM.MarketplaceOrdering\0.2.7\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.Media
C:\Modules\azurerm_6.13.1\AzureRM.Media\0.10.4
C:\Modules\azurerm_6.13.1\AzureRM.Network
C:\Modules\azurerm_6.13.1\AzureRM.Network\6.11.1
C:\Modules\azurerm_6.13.1\AzureRM.Network\6.11.1\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.NotificationHubs
C:\Modules\azurerm_6.13.1\AzureRM.NotificationHubs\5.0.3
C:\Modules\azurerm_6.13.1\AzureRM.OperationalInsights
C:\Modules\azurerm_6.13.1\AzureRM.OperationalInsights\5.0.6
C:\Modules\azurerm_6.13.1\AzureRM.PolicyInsights
C:\Modules\azurerm_6.13.1\AzureRM.PolicyInsights\1.1.0
C:\Modules\azurerm_6.13.1\AzureRM.PowerBIEmbedded
C:\Modules\azurerm_6.13.1\AzureRM.PowerBIEmbedded\4.1.10
C:\Modules\azurerm_6.13.1\AzureRM.profile
C:\Modules\azurerm_6.13.1\AzureRM.profile\5.8.2
C:\Modules\azurerm_6.13.1\AzureRM.profile\5.8.2\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.RecoveryServices
C:\Modules\azurerm_6.13.1\AzureRM.RecoveryServices.Backup
C:\Modules\azurerm_6.13.1\AzureRM.RecoveryServices.Backup\4.5.2
C:\Modules\azurerm_6.13.1\AzureRM.RecoveryServices.Backup\4.5.2\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.RecoveryServices.SiteRecovery
C:\Modules\azurerm_6.13.1\AzureRM.RecoveryServices.SiteRecovery\0.2.12
C:\Modules\azurerm_6.13.1\AzureRM.RecoveryServices.SiteRecovery\0.2.12\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.RecoveryServices\4.1.9
C:\Modules\azurerm_6.13.1\AzureRM.RecoveryServices\4.1.9\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.RedisCache
C:\Modules\azurerm_6.13.1\AzureRM.RedisCache\5.1.0
C:\Modules\azurerm_6.13.1\AzureRM.Relay
C:\Modules\azurerm_6.13.1\AzureRM.Relay\0.3.12
C:\Modules\azurerm_6.13.1\AzureRM.Relay\0.3.12\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.Resources
C:\Modules\azurerm_6.13.1\AzureRM.Resources\6.7.3
C:\Modules\azurerm_6.13.1\AzureRM.Resources\6.7.3\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.Scheduler
C:\Modules\azurerm_6.13.1\AzureRM.Scheduler\0.16.10
C:\Modules\azurerm_6.13.1\AzureRM.ServiceBus
C:\Modules\azurerm_6.13.1\AzureRM.ServiceBus\0.6.13
C:\Modules\azurerm_6.13.1\AzureRM.ServiceFabric
C:\Modules\azurerm_6.13.1\AzureRM.ServiceFabric\0.3.15
C:\Modules\azurerm_6.13.1\AzureRM.ServiceFabric\0.3.15\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.ServiceFabric\0.3.15\Template
C:\Modules\azurerm_6.13.1\AzureRM.ServiceFabric\0.3.15\Template\Linux
C:\Modules\azurerm_6.13.1\AzureRM.SignalR
C:\Modules\azurerm_6.13.1\AzureRM.SignalR\1.0.0
C:\Modules\azurerm_6.13.1\AzureRM.Sql
C:\Modules\azurerm_6.13.1\AzureRM.Sql\4.12.1
C:\Modules\azurerm_6.13.1\AzureRM.Sql\4.12.1\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.Storage
C:\Modules\azurerm_6.13.1\AzureRM.Storage\5.2.0
C:\Modules\azurerm_6.13.1\AzureRM.StreamAnalytics
C:\Modules\azurerm_6.13.1\AzureRM.StreamAnalytics\4.0.10
C:\Modules\azurerm_6.13.1\AzureRM.Tags
C:\Modules\azurerm_6.13.1\AzureRM.Tags\4.0.5
C:\Modules\azurerm_6.13.1\AzureRM.TrafficManager
C:\Modules\azurerm_6.13.1\AzureRM.TrafficManager\4.1.3
C:\Modules\azurerm_6.13.1\AzureRM.TrafficManager\4.1.3\StartupScripts
C:\Modules\azurerm_6.13.1\AzureRM.UsageAggregates
C:\Modules\azurerm_6.13.1\AzureRM.UsageAggregates\4.0.5
C:\Modules\azurerm_6.13.1\AzureRM.Websites
C:\Modules\azurerm_6.13.1\AzureRM.Websites\5.2.0
C:\Modules\azurerm_6.13.1\AzureRM\6.13.1
C:\Modules\azurerm_6.7.0
C:\Modules\azurerm_6.7.0\Azure.AnalysisServices
C:\Modules\azurerm_6.7.0\Azure.AnalysisServices\0.5.4
C:\Modules\azurerm_6.7.0\Azure.Storage
C:\Modules\azurerm_6.7.0\Azure.Storage\4.5.0
C:\Modules\azurerm_6.7.0\AzureRM
C:\Modules\azurerm_6.7.0\AzureRM.AnalysisServices
C:\Modules\azurerm_6.7.0\AzureRM.AnalysisServices\0.6.12
C:\Modules\azurerm_6.7.0\AzureRM.ApiManagement
C:\Modules\azurerm_6.7.0\AzureRM.ApiManagement\6.1.3
C:\Modules\azurerm_6.7.0\AzureRM.ApplicationInsights
C:\Modules\azurerm_6.7.0\AzureRM.ApplicationInsights\0.1.6
C:\Modules\azurerm_6.7.0\AzureRM.Automation
C:\Modules\azurerm_6.7.0\AzureRM.Automation\5.0.4
C:\Modules\azurerm_6.7.0\AzureRM.Backup
C:\Modules\azurerm_6.7.0\AzureRM.Backup\4.0.8
C:\Modules\azurerm_6.7.0\AzureRM.Batch
C:\Modules\azurerm_6.7.0\AzureRM.Batch\4.1.3
C:\Modules\azurerm_6.7.0\AzureRM.Billing
C:\Modules\azurerm_6.7.0\AzureRM.Billing\0.14.5
C:\Modules\azurerm_6.7.0\AzureRM.Cdn
C:\Modules\azurerm_6.7.0\AzureRM.Cdn\5.0.3
C:\Modules\azurerm_6.7.0\AzureRM.CognitiveServices
C:\Modules\azurerm_6.7.0\AzureRM.CognitiveServices\0.9.8
C:\Modules\azurerm_6.7.0\AzureRM.Compute
C:\Modules\azurerm_6.7.0\AzureRM.Compute\5.5.0
C:\Modules\azurerm_6.7.0\AzureRM.Compute\5.5.0\Generated
C:\Modules\azurerm_6.7.0\AzureRM.Consumption
C:\Modules\azurerm_6.7.0\AzureRM.Consumption\0.3.7
C:\Modules\azurerm_6.7.0\AzureRM.ContainerInstance
C:\Modules\azurerm_6.7.0\AzureRM.ContainerInstance\0.2.8
C:\Modules\azurerm_6.7.0\AzureRM.ContainerRegistry
C:\Modules\azurerm_6.7.0\AzureRM.ContainerRegistry\1.0.8
C:\Modules\azurerm_6.7.0\AzureRM.DataFactories
C:\Modules\azurerm_6.7.0\AzureRM.DataFactories\5.0.3
C:\Modules\azurerm_6.7.0\AzureRM.DataFactoryV2
C:\Modules\azurerm_6.7.0\AzureRM.DataFactoryV2\0.5.8
C:\Modules\azurerm_6.7.0\AzureRM.DataLakeAnalytics
C:\Modules\azurerm_6.7.0\AzureRM.DataLakeAnalytics\5.1.2
C:\Modules\azurerm_6.7.0\AzureRM.DataLakeStore
C:\Modules\azurerm_6.7.0\AzureRM.DataLakeStore\6.1.2
C:\Modules\azurerm_6.7.0\AzureRM.DevTestLabs
C:\Modules\azurerm_6.7.0\AzureRM.DevTestLabs\4.0.7
C:\Modules\azurerm_6.7.0\AzureRM.Dns
C:\Modules\azurerm_6.7.0\AzureRM.Dns\5.0.2
C:\Modules\azurerm_6.7.0\AzureRM.EventGrid
C:\Modules\azurerm_6.7.0\AzureRM.EventGrid\0.3.7
C:\Modules\azurerm_6.7.0\AzureRM.EventHub
C:\Modules\azurerm_6.7.0\AzureRM.EventHub\0.6.8
C:\Modules\azurerm_6.7.0\AzureRM.HDInsight
C:\Modules\azurerm_6.7.0\AzureRM.HDInsight\4.1.6
C:\Modules\azurerm_6.7.0\AzureRM.Insights
C:\Modules\azurerm_6.7.0\AzureRM.Insights\5.1.1
C:\Modules\azurerm_6.7.0\AzureRM.IotHub
C:\Modules\azurerm_6.7.0\AzureRM.IotHub\3.1.6
C:\Modules\azurerm_6.7.0\AzureRM.KeyVault
C:\Modules\azurerm_6.7.0\AzureRM.KeyVault\5.1.1
C:\Modules\azurerm_6.7.0\AzureRM.LogicApp
C:\Modules\azurerm_6.7.0\AzureRM.LogicApp\4.1.2
C:\Modules\azurerm_6.7.0\AzureRM.MachineLearning
C:\Modules\azurerm_6.7.0\AzureRM.MachineLearning\0.18.3
C:\Modules\azurerm_6.7.0\AzureRM.MachineLearningCompute
C:\Modules\azurerm_6.7.0\AzureRM.MachineLearningCompute\0.4.6
C:\Modules\azurerm_6.7.0\AzureRM.MarketplaceOrdering
C:\Modules\azurerm_6.7.0\AzureRM.MarketplaceOrdering\0.2.5
C:\Modules\azurerm_6.7.0\AzureRM.Media
C:\Modules\azurerm_6.7.0\AzureRM.Media\0.10.2
C:\Modules\azurerm_6.7.0\AzureRM.Network
C:\Modules\azurerm_6.7.0\AzureRM.Network\6.5.0
C:\Modules\azurerm_6.7.0\AzureRM.NotificationHubs
C:\Modules\azurerm_6.7.0\AzureRM.NotificationHubs\5.0.3
C:\Modules\azurerm_6.7.0\AzureRM.OperationalInsights
C:\Modules\azurerm_6.7.0\AzureRM.OperationalInsights\5.0.4
C:\Modules\azurerm_6.7.0\AzureRM.PolicyInsights
C:\Modules\azurerm_6.7.0\AzureRM.PolicyInsights\1.0.4
C:\Modules\azurerm_6.7.0\AzureRM.PowerBIEmbedded
C:\Modules\azurerm_6.7.0\AzureRM.PowerBIEmbedded\4.1.8
C:\Modules\azurerm_6.7.0\AzureRM.profile
C:\Modules\azurerm_6.7.0\AzureRM.profile\5.4.0
C:\Modules\azurerm_6.7.0\AzureRM.RecoveryServices
C:\Modules\azurerm_6.7.0\AzureRM.RecoveryServices.Backup
C:\Modules\azurerm_6.7.0\AzureRM.RecoveryServices.Backup\4.4.0
C:\Modules\azurerm_6.7.0\AzureRM.RecoveryServices.SiteRecovery
C:\Modules\azurerm_6.7.0\AzureRM.RecoveryServices.SiteRecovery\0.2.8
C:\Modules\azurerm_6.7.0\AzureRM.RecoveryServices\4.1.6
C:\Modules\azurerm_6.7.0\AzureRM.RedisCache
C:\Modules\azurerm_6.7.0\AzureRM.RedisCache\5.0.3
C:\Modules\azurerm_6.7.0\AzureRM.Relay
C:\Modules\azurerm_6.7.0\AzureRM.Relay\0.3.8
C:\Modules\azurerm_6.7.0\AzureRM.Resources
C:\Modules\azurerm_6.7.0\AzureRM.Resources\6.4.0
C:\Modules\azurerm_6.7.0\AzureRM.Scheduler
C:\Modules\azurerm_6.7.0\AzureRM.Scheduler\0.16.8
C:\Modules\azurerm_6.7.0\AzureRM.ServiceBus
C:\Modules\azurerm_6.7.0\AzureRM.ServiceBus\0.6.9
C:\Modules\azurerm_6.7.0\AzureRM.ServiceFabric
C:\Modules\azurerm_6.7.0\AzureRM.ServiceFabric\0.3.10
C:\Modules\azurerm_6.7.0\AzureRM.ServiceFabric\0.3.10\Template
C:\Modules\azurerm_6.7.0\AzureRM.ServiceFabric\0.3.10\Template\Linux
C:\Modules\azurerm_6.7.0\AzureRM.Sql
C:\Modules\azurerm_6.7.0\AzureRM.Sql\4.11.1
C:\Modules\azurerm_6.7.0\AzureRM.Storage
C:\Modules\azurerm_6.7.0\AzureRM.Storage\5.0.2
C:\Modules\azurerm_6.7.0\AzureRM.StreamAnalytics
C:\Modules\azurerm_6.7.0\AzureRM.StreamAnalytics\4.0.8
C:\Modules\azurerm_6.7.0\AzureRM.Tags
C:\Modules\azurerm_6.7.0\AzureRM.Tags\4.0.5
C:\Modules\azurerm_6.7.0\AzureRM.TrafficManager
C:\Modules\azurerm_6.7.0\AzureRM.TrafficManager\4.0.9
C:\Modules\azurerm_6.7.0\AzureRM.UsageAggregates
C:\Modules\azurerm_6.7.0\AzureRM.UsageAggregates\4.0.5
C:\Modules\azurerm_6.7.0\AzureRM.Websites
C:\Modules\azurerm_6.7.0\AzureRM.Websites\5.0.7
C:\Modules\azurerm_6.7.0\AzureRM\6.7.0
C:\msys64
C:\msys64\clang32
C:\msys64\clang32\bin
C:\msys64\clang32\etc
C:\msys64\clang32\include
C:\msys64\clang32\lib
C:\msys64\clang32\share
C:\msys64\clang64
C:\msys64\clang64\bin
C:\msys64\clang64\etc
C:\msys64\clang64\include
C:\msys64\clang64\lib
C:\msys64\clang64\share
C:\msys64\dev
C:\msys64\etc
C:\msys64\etc\asciidoc
C:\msys64\etc\asciidoc\dblatex
C:\msys64\etc\asciidoc\docbook-xsl
C:\msys64\etc\asciidoc\filters
C:\msys64\etc\asciidoc\filters\code
C:\msys64\etc\asciidoc\filters\graphviz
C:\msys64\etc\asciidoc\filters\latex
C:\msys64\etc\asciidoc\filters\music
C:\msys64\etc\asciidoc\filters\source
C:\msys64\etc\asciidoc\images
C:\msys64\etc\asciidoc\images\icons
C:\msys64\etc\asciidoc\images\icons\callouts
C:\msys64\etc\asciidoc\javascripts
C:\msys64\etc\asciidoc\stylesheets
C:\msys64\etc\asciidoc\themes
C:\msys64\etc\asciidoc\themes\flask
C:\msys64\etc\asciidoc\themes\volnitsky
C:\msys64\etc\fstab.d
C:\msys64\etc\pacman.d
C:\msys64\etc\pacman.d\gnupg
C:\msys64\etc\pacman.d\gnupg\openpgp-revocs.d
C:\msys64\etc\pacman.d\gnupg\private-keys-v1.d
C:\msys64\etc\pkcs11
C:\msys64\etc\pki
C:\msys64\etc\pki\ca-trust
C:\msys64\etc\pki\ca-trust\extracted
C:\msys64\etc\pki\ca-trust\extracted\java
C:\msys64\etc\pki\ca-trust\extracted\openssl
C:\msys64\etc\pki\ca-trust\extracted\pem
C:\msys64\etc\pki\ca-trust\source
C:\msys64\etc\pki\ca-trust\source\anchors
C:\msys64\etc\pki\ca-trust\source\blacklist
C:\msys64\etc\post-install
C:\msys64\etc\profile.d
C:\msys64\etc\skel
C:\msys64\etc\xml
C:\msys64\home
C:\msys64\mingw32
C:\msys64\mingw32\bin
C:\msys64\mingw32\etc
C:\msys64\mingw32\etc\pkcs11
C:\msys64\mingw32\etc\pki
C:\msys64\mingw32\etc\pki\ca-trust
C:\msys64\mingw32\etc\pki\ca-trust\extracted
C:\msys64\mingw32\etc\pki\ca-trust\source
C:\msys64\mingw32\i686-w64-mingw32
C:\msys64\mingw32\i686-w64-mingw32\bin
C:\msys64\mingw32\i686-w64-mingw32\include
C:\msys64\mingw32\i686-w64-mingw32\include\ddk
C:\msys64\mingw32\i686-w64-mingw32\include\gdiplus
C:\msys64\mingw32\i686-w64-mingw32\include\GL
C:\msys64\mingw32\i686-w64-mingw32\include\KHR
C:\msys64\mingw32\i686-w64-mingw32\include\psdk_inc
C:\msys64\mingw32\i686-w64-mingw32\include\sdks
C:\msys64\mingw32\i686-w64-mingw32\include\sec_api
C:\msys64\mingw32\i686-w64-mingw32\include\sec_api\sys
C:\msys64\mingw32\i686-w64-mingw32\include\sys
C:\msys64\mingw32\i686-w64-mingw32\include\wrl
C:\msys64\mingw32\i686-w64-mingw32\include\wrl\wrappers
C:\msys64\mingw32\i686-w64-mingw32\lib
C:\msys64\mingw32\i686-w64-mingw32\lib\ldscripts
C:\msys64\mingw32\include
C:\msys64\mingw32\include\binutils
C:\msys64\mingw32\include\brotli
C:\msys64\mingw32\include\c++
C:\msys64\mingw32\include\c++\10.2.0
C:\msys64\mingw32\include\c++\10.2.0\backward
C:\msys64\mingw32\include\c++\10.2.0\bits
C:\msys64\mingw32\include\c++\10.2.0\debug
C:\msys64\mingw32\include\c++\10.2.0\decimal
C:\msys64\mingw32\include\c++\10.2.0\experimental
C:\msys64\mingw32\include\c++\10.2.0\ext
C:\msys64\mingw32\include\c++\10.2.0\i686-w64-mingw32
C:\msys64\mingw32\include\c++\10.2.0\parallel
C:\msys64\mingw32\include\c++\10.2.0\pstl
C:\msys64\mingw32\include\c++\10.2.0\tr1
C:\msys64\mingw32\include\c++\10.2.0\tr2
C:\msys64\mingw32\include\clang
C:\msys64\mingw32\include\clang\Analysis
C:\msys64\mingw32\include\clang\Analysis\Analyses
C:\msys64\mingw32\include\clang\Analysis\DomainSpecific
C:\msys64\mingw32\include\clang\Analysis\FlowSensitive
C:\msys64\mingw32\include\clang\Analysis\Support
C:\msys64\mingw32\include\clang\ARCMigrate
C:\msys64\mingw32\include\clang\AST
C:\msys64\mingw32\include\clang\ASTMatchers
C:\msys64\mingw32\include\clang\ASTMatchers\Dynamic
C:\msys64\mingw32\include\clang\Basic
C:\msys64\mingw32\include\clang\CodeGen
C:\msys64\mingw32\include\clang\Config
C:\msys64\mingw32\include\clang\CrossTU
C:\msys64\mingw32\include\clang\DirectoryWatcher
C:\msys64\mingw32\include\clang\Driver
C:\msys64\mingw32\include\clang\Edit
C:\msys64\mingw32\include\clang\Format
C:\msys64\mingw32\include\clang\Frontend
C:\msys64\mingw32\include\clang\FrontendTool
C:\msys64\mingw32\include\clang\Index
C:\msys64\mingw32\include\clang\Lex
C:\msys64\mingw32\include\clang\Parse
C:\msys64\mingw32\include\clang\Rewrite
C:\msys64\mingw32\include\clang\Rewrite\Core
C:\msys64\mingw32\include\clang\Rewrite\Frontend
C:\msys64\mingw32\include\clang\Sema
C:\msys64\mingw32\include\clang\Serialization
C:\msys64\mingw32\include\clang\StaticAnalyzer
C:\msys64\mingw32\include\clang\StaticAnalyzer\Checkers
C:\msys64\mingw32\include\clang\StaticAnalyzer\Core
C:\msys64\mingw32\include\clang\StaticAnalyzer\Frontend
C:\msys64\mingw32\include\clang\Tooling
C:\msys64\mingw32\include\clang\Tooling\ASTDiff
C:\msys64\mingw32\include\clang\Tooling\Core
C:\msys64\mingw32\include\clang\Tooling\DependencyScanning
C:\msys64\mingw32\include\clang\Tooling\Inclusions
C:\msys64\mingw32\include\clang\Tooling\Refactoring
C:\msys64\mingw32\include\clang\Tooling\Syntax
C:\msys64\mingw32\include\clang\Tooling\Transformer
C:\msys64\mingw32\include\clang-c
C:\msys64\mingw32\include\curl
C:\msys64\mingw32\include\gdb
C:\msys64\mingw32\include\isl
C:\msys64\mingw32\include\jemalloc
C:\msys64\mingw32\include\json
C:\msys64\mingw32\include\libiberty
C:\msys64\mingw32\include\llvm
C:\msys64\mingw32\include\llvm\ADT
C:\msys64\mingw32\include\llvm\Analysis
C:\msys64\mingw32\include\llvm\Analysis\Utils
C:\msys64\mingw32\include\llvm\AsmParser
C:\msys64\mingw32\include\llvm\BinaryFormat
C:\msys64\mingw32\include\llvm\BinaryFormat\ELFRelocs
C:\msys64\mingw32\include\llvm\Bitcode
C:\msys64\mingw32\include\llvm\Bitstream
C:\msys64\mingw32\include\llvm\CodeGen
C:\msys64\mingw32\include\llvm\CodeGen\GlobalISel
C:\msys64\mingw32\include\llvm\CodeGen\MIRParser
C:\msys64\mingw32\include\llvm\CodeGen\PBQP
C:\msys64\mingw32\include\llvm\Config
C:\msys64\mingw32\include\llvm\DebugInfo
C:\msys64\mingw32\include\llvm\DebugInfo\CodeView
C:\msys64\mingw32\include\llvm\DebugInfo\DWARF
C:\msys64\mingw32\include\llvm\DebugInfo\GSYM
C:\msys64\mingw32\include\llvm\DebugInfo\MSF
C:\msys64\mingw32\include\llvm\DebugInfo\PDB
C:\msys64\mingw32\include\llvm\DebugInfo\Symbolize
C:\msys64\mingw32\include\llvm\Demangle
C:\msys64\mingw32\include\llvm\DWARFLinker
C:\msys64\mingw32\include\llvm\ExecutionEngine
C:\msys64\mingw32\include\llvm\ExecutionEngine\JITLink
C:\msys64\mingw32\include\llvm\ExecutionEngine\Orc
C:\msys64\mingw32\include\llvm\Frontend
C:\msys64\mingw32\include\llvm\Frontend\OpenMP
C:\msys64\mingw32\include\llvm\FuzzMutate
C:\msys64\mingw32\include\llvm\IR
C:\msys64\mingw32\include\llvm\IRReader
C:\msys64\mingw32\include\llvm\LineEditor
C:\msys64\mingw32\include\llvm\Linker
C:\msys64\mingw32\include\llvm\LTO
C:\msys64\mingw32\include\llvm\LTO\legacy
C:\msys64\mingw32\include\llvm\MC
C:\msys64\mingw32\include\llvm\MC\MCDisassembler
C:\msys64\mingw32\include\llvm\MC\MCParser
C:\msys64\mingw32\include\llvm\MCA
C:\msys64\mingw32\include\llvm\MCA\HardwareUnits
C:\msys64\mingw32\include\llvm\MCA\Stages
C:\msys64\mingw32\include\llvm\Object
C:\msys64\mingw32\include\llvm\ObjectYAML
C:\msys64\mingw32\include\llvm\Option
C:\msys64\mingw32\include\llvm\Passes
C:\msys64\mingw32\include\llvm\ProfileData
C:\msys64\mingw32\include\llvm\ProfileData\Coverage
C:\msys64\mingw32\include\llvm\Remarks
C:\msys64\mingw32\include\llvm\Support
C:\msys64\mingw32\include\llvm\Support\Solaris
C:\msys64\mingw32\include\llvm\TableGen
C:\msys64\mingw32\include\llvm\Target
C:\msys64\mingw32\include\llvm\Target\GlobalISel
C:\msys64\mingw32\include\llvm\Testing
C:\msys64\mingw32\include\llvm\Testing\Support
C:\msys64\mingw32\include\llvm\TextAPI
C:\msys64\mingw32\include\llvm\TextAPI\ELF
C:\msys64\mingw32\include\llvm\TextAPI\MachO
C:\msys64\mingw32\include\llvm\ToolDrivers
C:\msys64\mingw32\include\llvm\ToolDrivers\llvm-dlltool
C:\msys64\mingw32\include\llvm\ToolDrivers\llvm-lib
C:\msys64\mingw32\include\llvm\Transforms
C:\msys64\mingw32\include\llvm\Transforms\AggressiveInstCombine
C:\msys64\mingw32\include\llvm\Transforms\InstCombine
C:\msys64\mingw32\include\llvm\Transforms\Instrumentation
C:\msys64\mingw32\include\llvm\Transforms\IPO
C:\msys64\mingw32\include\llvm\Transforms\Scalar
C:\msys64\mingw32\include\llvm\Transforms\Utils
C:\msys64\mingw32\include\llvm\Transforms\Vectorize
C:\msys64\mingw32\include\llvm\WindowsManifest
C:\msys64\mingw32\include\llvm\WindowsResource
C:\msys64\mingw32\include\llvm\XRay
C:\msys64\mingw32\include\llvm-c
C:\msys64\mingw32\include\llvm-c\Transforms
C:\msys64\mingw32\include\lzma
C:\msys64\mingw32\include\metalink
C:\msys64\mingw32\include\ncurses
C:\msys64\mingw32\include\ncursesw
C:\msys64\mingw32\include\nettle
C:\msys64\mingw32\include\nghttp2
C:\msys64\mingw32\include\openssl
C:\msys64\mingw32\include\p11-kit-1
C:\msys64\mingw32\include\p11-kit-1\p11-kit
C:\msys64\mingw32\include\python3.8
C:\msys64\mingw32\include\python3.8\cpython
C:\msys64\mingw32\include\python3.8\internal
C:\msys64\mingw32\include\readline
C:\msys64\mingw32\include\tcl8.6
C:\msys64\mingw32\include\tcl8.6\tcl-private
C:\msys64\mingw32\include\tcl8.6\tcl-private\generic
C:\msys64\mingw32\include\tcl8.6\tcl-private\win
C:\msys64\mingw32\include\tk8.6
C:\msys64\mingw32\include\tk8.6\tk-private
C:\msys64\mingw32\include\tk8.6\tk-private\generic
C:\msys64\mingw32\include\tk8.6\tk-private\win
C:\msys64\mingw32\include\tre
C:\msys64\mingw32\include\unistring
C:\msys64\mingw32\include\uv
C:\msys64\mingw32\include\X11
C:\msys64\mingw32\lib
C:\msys64\mingw32\lib\bfd-plugins
C:\msys64\mingw32\lib\binutils
C:\msys64\mingw32\lib\clang
C:\msys64\mingw32\lib\clang\10.0.1
C:\msys64\mingw32\lib\clang\10.0.1\include
C:\msys64\mingw32\lib\cmake
C:\msys64\mingw32\lib\cmake\c-ares
C:\msys64\mingw32\lib\cmake\clang
C:\msys64\mingw32\lib\cmake\jsoncpp
C:\msys64\mingw32\lib\cmake\llvm
C:\msys64\mingw32\lib\cmake\xxHash
C:\msys64\mingw32\lib\cmake\z3
C:\msys64\mingw32\lib\cmake\zstd
C:\msys64\mingw32\lib\dde1.4
C:\msys64\mingw32\lib\engines-1_1
C:\msys64\mingw32\lib\gcc
C:\msys64\mingw32\lib\gcc\i686-w64-mingw32
C:\msys64\mingw32\lib\gcc\i686-w64-mingw32\10.2.0
C:\msys64\mingw32\lib\gettext
C:\msys64\mingw32\lib\itcl4.2.0
C:\msys64\mingw32\lib\p11-kit
C:\msys64\mingw32\lib\pkcs11
C:\msys64\mingw32\lib\pkgconfig
C:\msys64\mingw32\lib\python3.8
C:\msys64\mingw32\lib\python3.8\__pycache__
C:\msys64\mingw32\lib\python3.8\asyncio
C:\msys64\mingw32\lib\python3.8\asyncio\__pycache__
C:\msys64\mingw32\lib\python3.8\collections
C:\msys64\mingw32\lib\python3.8\collections\__pycache__
C:\msys64\mingw32\lib\python3.8\concurrent
C:\msys64\mingw32\lib\python3.8\concurrent\__pycache__
C:\msys64\mingw32\lib\python3.8\concurrent\futures
C:\msys64\mingw32\lib\python3.8\config-3.8
C:\msys64\mingw32\lib\python3.8\ctypes
C:\msys64\mingw32\lib\python3.8\ctypes\__pycache__
C:\msys64\mingw32\lib\python3.8\ctypes\macholib
C:\msys64\mingw32\lib\python3.8\ctypes\test
C:\msys64\mingw32\lib\python3.8\curses
C:\msys64\mingw32\lib\python3.8\curses\__pycache__
C:\msys64\mingw32\lib\python3.8\dbm
C:\msys64\mingw32\lib\python3.8\dbm\__pycache__
C:\msys64\mingw32\lib\python3.8\distutils
C:\msys64\mingw32\lib\python3.8\distutils\__pycache__
C:\msys64\mingw32\lib\python3.8\distutils\command
C:\msys64\mingw32\lib\python3.8\distutils\tests
C:\msys64\mingw32\lib\python3.8\email
C:\msys64\mingw32\lib\python3.8\email\__pycache__
C:\msys64\mingw32\lib\python3.8\email\mime
C:\msys64\mingw32\lib\python3.8\encodings
C:\msys64\mingw32\lib\python3.8\encodings\__pycache__
C:\msys64\mingw32\lib\python3.8\ensurepip
C:\msys64\mingw32\lib\python3.8\ensurepip\__pycache__
C:\msys64\mingw32\lib\python3.8\ensurepip\_bundled
C:\msys64\mingw32\lib\python3.8\html
C:\msys64\mingw32\lib\python3.8\html\__pycache__
C:\msys64\mingw32\lib\python3.8\http
C:\msys64\mingw32\lib\python3.8\http\__pycache__
C:\msys64\mingw32\lib\python3.8\idlelib
C:\msys64\mingw32\lib\python3.8\idlelib\__pycache__
C:\msys64\mingw32\lib\python3.8\idlelib\Icons
C:\msys64\mingw32\lib\python3.8\idlelib\idle_test
C:\msys64\mingw32\lib\python3.8\importlib
C:\msys64\mingw32\lib\python3.8\importlib\__pycache__
C:\msys64\mingw32\lib\python3.8\json
C:\msys64\mingw32\lib\python3.8\json\__pycache__
C:\msys64\mingw32\lib\python3.8\lib2to3
C:\msys64\mingw32\lib\python3.8\lib2to3\__pycache__
C:\msys64\mingw32\lib\python3.8\lib2to3\fixes
C:\msys64\mingw32\lib\python3.8\lib2to3\pgen2
C:\msys64\mingw32\lib\python3.8\lib2to3\tests
C:\msys64\mingw32\lib\python3.8\lib-dynload
C:\msys64\mingw32\lib\python3.8\logging
C:\msys64\mingw32\lib\python3.8\logging\__pycache__
C:\msys64\mingw32\lib\python3.8\msilib
C:\msys64\mingw32\lib\python3.8\msilib\__pycache__
C:\msys64\mingw32\lib\python3.8\multiprocessing
C:\msys64\mingw32\lib\python3.8\multiprocessing\__pycache__
C:\msys64\mingw32\lib\python3.8\multiprocessing\dummy
C:\msys64\mingw32\lib\python3.8\pydoc_data
C:\msys64\mingw32\lib\python3.8\pydoc_data\__pycache__
C:\msys64\mingw32\lib\python3.8\site-packages
C:\msys64\mingw32\lib\python3.8\sqlite3
C:\msys64\mingw32\lib\python3.8\sqlite3\__pycache__
C:\msys64\mingw32\lib\python3.8\sqlite3\test
C:\msys64\mingw32\lib\python3.8\test
C:\msys64\mingw32\lib\python3.8\test\__pycache__
C:\msys64\mingw32\lib\python3.8\test\audiodata
C:\msys64\mingw32\lib\python3.8\test\capath
C:\msys64\mingw32\lib\python3.8\test\cjkencodings
C:\msys64\mingw32\lib\python3.8\test\data
C:\msys64\mingw32\lib\python3.8\test\decimaltestdata
C:\msys64\mingw32\lib\python3.8\test\dtracedata
C:\msys64\mingw32\lib\python3.8\test\eintrdata
C:\msys64\mingw32\lib\python3.8\test\encoded_modules
C:\msys64\mingw32\lib\python3.8\test\imghdrdata
C:\msys64\mingw32\lib\python3.8\test\libregrtest
C:\msys64\mingw32\lib\python3.8\test\sndhdrdata
C:\msys64\mingw32\lib\python3.8\test\subprocessdata
C:\msys64\mingw32\lib\python3.8\test\support
C:\msys64\mingw32\lib\python3.8\test\test_asyncio
C:\msys64\mingw32\lib\python3.8\test\test_email
C:\msys64\mingw32\lib\python3.8\test\test_import
C:\msys64\mingw32\lib\python3.8\test\test_importlib
C:\msys64\mingw32\lib\python3.8\test\test_json
C:\msys64\mingw32\lib\python3.8\test\test_tools
C:\msys64\mingw32\lib\python3.8\test\test_warnings
C:\msys64\mingw32\lib\python3.8\test\tracedmodules
C:\msys64\mingw32\lib\python3.8\test\xmltestdata
C:\msys64\mingw32\lib\python3.8\test\ziptestdata
C:\msys64\mingw32\lib\python3.8\tkinter
C:\msys64\mingw32\lib\python3.8\tkinter\__pycache__
C:\msys64\mingw32\lib\python3.8\tkinter\test
C:\msys64\mingw32\lib\python3.8\Tools
C:\msys64\mingw32\lib\python3.8\Tools\i18n
C:\msys64\mingw32\lib\python3.8\Tools\scripts
C:\msys64\mingw32\lib\python3.8\turtledemo
C:\msys64\mingw32\lib\python3.8\turtledemo\__pycache__
C:\msys64\mingw32\lib\python3.8\unittest
C:\msys64\mingw32\lib\python3.8\unittest\__pycache__
C:\msys64\mingw32\lib\python3.8\unittest\test
C:\msys64\mingw32\lib\python3.8\urllib
C:\msys64\mingw32\lib\python3.8\urllib\__pycache__
C:\msys64\mingw32\lib\python3.8\venv
C:\msys64\mingw32\lib\python3.8\venv\__pycache__
C:\msys64\mingw32\lib\python3.8\venv\scripts
C:\msys64\mingw32\lib\python3.8\wsgiref
C:\msys64\mingw32\lib\python3.8\wsgiref\__pycache__
C:\msys64\mingw32\lib\python3.8\xml
C:\msys64\mingw32\lib\python3.8\xml\__pycache__
C:\msys64\mingw32\lib\python3.8\xml\dom
C:\msys64\mingw32\lib\python3.8\xml\etree
C:\msys64\mingw32\lib\python3.8\xml\parsers
C:\msys64\mingw32\lib\python3.8\xml\sax
C:\msys64\mingw32\lib\python3.8\xmlrpc
C:\msys64\mingw32\lib\python3.8\xmlrpc\__pycache__
C:\msys64\mingw32\lib\reg1.3
C:\msys64\mingw32\lib\sqlite3.30.1.2
C:\msys64\mingw32\lib\sqlite3.33.0
C:\msys64\mingw32\lib\tcl8
C:\msys64\mingw32\lib\tcl8.6
C:\msys64\mingw32\lib\tcl8.6\encoding
C:\msys64\mingw32\lib\tcl8.6\http1.0
C:\msys64\mingw32\lib\tcl8.6\msgs
C:\msys64\mingw32\lib\tcl8.6\opt0.4
C:\msys64\mingw32\lib\tcl8.6\tzdata
C:\msys64\mingw32\lib\tcl8.6\tzdata\Africa
C:\msys64\mingw32\lib\tcl8.6\tzdata\America
C:\msys64\mingw32\lib\tcl8.6\tzdata\Antarctica
C:\msys64\mingw32\lib\tcl8.6\tzdata\Arctic
C:\msys64\mingw32\lib\tcl8.6\tzdata\Asia
C:\msys64\mingw32\lib\tcl8.6\tzdata\Atlantic
C:\msys64\mingw32\lib\tcl8.6\tzdata\Australia
C:\msys64\mingw32\lib\tcl8.6\tzdata\Brazil
C:\msys64\mingw32\lib\tcl8.6\tzdata\Canada
C:\msys64\mingw32\lib\tcl8.6\tzdata\Chile
C:\msys64\mingw32\lib\tcl8.6\tzdata\Etc
C:\msys64\mingw32\lib\tcl8.6\tzdata\Europe
C:\msys64\mingw32\lib\tcl8.6\tzdata\Indian
C:\msys64\mingw32\lib\tcl8.6\tzdata\Mexico
C:\msys64\mingw32\lib\tcl8.6\tzdata\Pacific
C:\msys64\mingw32\lib\tcl8.6\tzdata\SystemV
C:\msys64\mingw32\lib\tcl8.6\tzdata\US
C:\msys64\mingw32\lib\tcl8\8.4
C:\msys64\mingw32\lib\tcl8\8.4\platform
C:\msys64\mingw32\lib\tcl8\8.5
C:\msys64\mingw32\lib\tcl8\8.6
C:\msys64\mingw32\lib\tcl8\8.6\tdbc
C:\msys64\mingw32\lib\tdbc1.1.1
C:\msys64\mingw32\lib\tdbcmysql1.1.1
C:\msys64\mingw32\lib\tdbcodbc1.1.1
C:\msys64\mingw32\lib\tdbcpostgres1.1.1
C:\msys64\mingw32\lib\terminfo
C:\msys64\mingw32\lib\terminfo\31
C:\msys64\mingw32\lib\terminfo\32
C:\msys64\mingw32\lib\terminfo\33
C:\msys64\mingw32\lib\terminfo\34
C:\msys64\mingw32\lib\terminfo\35
C:\msys64\mingw32\lib\terminfo\36
C:\msys64\mingw32\lib\terminfo\37
C:\msys64\mingw32\lib\terminfo\38
C:\msys64\mingw32\lib\terminfo\39
C:\msys64\mingw32\lib\terminfo\41
C:\msys64\mingw32\lib\terminfo\45
C:\msys64\mingw32\lib\terminfo\4c
C:\msys64\mingw32\lib\terminfo\4d
C:\msys64\mingw32\lib\terminfo\4e
C:\msys64\mingw32\lib\terminfo\50
C:\msys64\mingw32\lib\terminfo\51
C:\msys64\mingw32\lib\terminfo\58
C:\msys64\mingw32\lib\terminfo\61
C:\msys64\mingw32\lib\terminfo\62
C:\msys64\mingw32\lib\terminfo\63
C:\msys64\mingw32\lib\terminfo\64
C:\msys64\mingw32\lib\terminfo\65
C:\msys64\mingw32\lib\terminfo\66
C:\msys64\mingw32\lib\terminfo\67
C:\msys64\mingw32\lib\terminfo\68
C:\msys64\mingw32\lib\terminfo\69
C:\msys64\mingw32\lib\terminfo\6a
C:\msys64\mingw32\lib\terminfo\6b
C:\msys64\mingw32\lib\terminfo\6c
C:\msys64\mingw32\lib\terminfo\6d
C:\msys64\mingw32\lib\terminfo\6e
C:\msys64\mingw32\lib\terminfo\6f
C:\msys64\mingw32\lib\terminfo\70
C:\msys64\mingw32\lib\terminfo\71
C:\msys64\mingw32\lib\terminfo\72
C:\msys64\mingw32\lib\terminfo\73
C:\msys64\mingw32\lib\terminfo\74
C:\msys64\mingw32\lib\terminfo\75
C:\msys64\mingw32\lib\terminfo\76
C:\msys64\mingw32\lib\terminfo\77
C:\msys64\mingw32\lib\terminfo\78
C:\msys64\mingw32\lib\terminfo\7a
C:\msys64\mingw32\lib\thread2.8.5
C:\msys64\mingw32\lib\tk8.6
C:\msys64\mingw32\lib\tk8.6\demos
C:\msys64\mingw32\lib\tk8.6\demos\images
C:\msys64\mingw32\lib\tk8.6\images
C:\msys64\mingw32\lib\tk8.6\msgs
C:\msys64\mingw32\lib\tk8.6\ttk
C:\msys64\mingw32\libexec
C:\msys64\mingw32\libexec\p11-kit
C:\msys64\mingw32\share
C:\msys64\mingw32\share\aclocal
C:\msys64\mingw32\share\clang
C:\msys64\mingw32\share\cmake-3.17
C:\msys64\mingw32\share\cmake-3.17\completions
C:\msys64\mingw32\share\cmake-3.17\editors
C:\msys64\mingw32\share\cmake-3.17\editors\emacs
C:\msys64\mingw32\share\cmake-3.17\editors\vim
C:\msys64\mingw32\share\cmake-3.17\Help
C:\msys64\mingw32\share\cmake-3.17\Help\command
C:\msys64\mingw32\share\cmake-3.17\Help\cpack_gen
C:\msys64\mingw32\share\cmake-3.17\Help\envvar
C:\msys64\mingw32\share\cmake-3.17\Help\generator
C:\msys64\mingw32\share\cmake-3.17\Help\include
C:\msys64\mingw32\share\cmake-3.17\Help\manual
C:\msys64\mingw32\share\cmake-3.17\Help\module
C:\msys64\mingw32\share\cmake-3.17\Help\policy
C:\msys64\mingw32\share\cmake-3.17\Help\prop_cache
C:\msys64\mingw32\share\cmake-3.17\Help\prop_dir
C:\msys64\mingw32\share\cmake-3.17\Help\prop_gbl
C:\msys64\mingw32\share\cmake-3.17\Help\prop_inst
C:\msys64\mingw32\share\cmake-3.17\Help\prop_sf
C:\msys64\mingw32\share\cmake-3.17\Help\prop_test
C:\msys64\mingw32\share\cmake-3.17\Help\prop_tgt
C:\msys64\mingw32\share\cmake-3.17\Help\release
C:\msys64\mingw32\share\cmake-3.17\Help\variable
C:\msys64\mingw32\share\cmake-3.17\include
C:\msys64\mingw32\share\cmake-3.17\Modules
C:\msys64\mingw32\share\cmake-3.17\Modules\AndroidTestUtilities
C:\msys64\mingw32\share\cmake-3.17\Modules\CheckIPOSupported
C:\msys64\mingw32\share\cmake-3.17\Modules\CMakeAddFortranSubdirectory
C:\msys64\mingw32\share\cmake-3.17\Modules\Compiler
C:\msys64\mingw32\share\cmake-3.17\Modules\CompilerId
C:\msys64\mingw32\share\cmake-3.17\Modules\FetchContent
C:\msys64\mingw32\share\cmake-3.17\Modules\FindCUDA
C:\msys64\mingw32\share\cmake-3.17\Modules\FindMPI
C:\msys64\mingw32\share\cmake-3.17\Modules\FindPython
C:\msys64\mingw32\share\cmake-3.17\Modules\FortranCInterface
C:\msys64\mingw32\share\cmake-3.17\Modules\IntelVSImplicitPath
C:\msys64\mingw32\share\cmake-3.17\Modules\Internal
C:\msys64\mingw32\share\cmake-3.17\Modules\Platform
C:\msys64\mingw32\share\cmake-3.17\Modules\UseSWIG
C:\msys64\mingw32\share\cmake-3.17\Templates
C:\msys64\mingw32\share\cmake-3.17\Templates\MSBuild
C:\msys64\mingw32\share\doc
C:\msys64\mingw32\share\doc\cmake
C:\msys64\mingw32\share\doc\cmake\cmsys
C:\msys64\mingw32\share\doc\cmake\html
C:\msys64\mingw32\share\doc\expat
C:\msys64\mingw32\share\doc\gettext
C:\msys64\mingw32\share\doc\gettext\csharpdoc
C:\msys64\mingw32\share\doc\gettext\examples
C:\msys64\mingw32\share\doc\gettext\javadoc2
C:\msys64\mingw32\share\doc\jemalloc
C:\msys64\mingw32\share\doc\libasprintf
C:\msys64\mingw32\share\doc\libiconv
C:\msys64\mingw32\share\doc\libunistring
C:\msys64\mingw32\share\doc\mpdecimal
C:\msys64\mingw32\share\doc\mpdecimal\libmpdec
C:\msys64\mingw32\share\doc\mpdecimal\libmpdec++
C:\msys64\mingw32\share\doc\mpfr
C:\msys64\mingw32\share\doc\mpfr\examples
C:\msys64\mingw32\share\doc\nghttp2
C:\msys64\mingw32\share\doc\openssl
C:\msys64\mingw32\share\doc\openssl\html
C:\msys64\mingw32\share\doc\pkg-config
C:\msys64\mingw32\share\doc\ragel
C:\msys64\mingw32\share\doc\readline
C:\msys64\mingw32\share\doc\sqlite3
C:\msys64\mingw32\share\doc\sqlite3\c3ref
C:\msys64\mingw32\share\doc\sqlite3\images
C:\msys64\mingw32\share\doc\sqlite3\releaselog
C:\msys64\mingw32\share\doc\sqlite3\search.d
C:\msys64\mingw32\share\doc\sqlite3\session
C:\msys64\mingw32\share\doc\sqlite3\syntax
C:\msys64\mingw32\share\doc\xz
C:\msys64\mingw32\share\doc\xz\examples
C:\msys64\mingw32\share\doc\xz\examples_old
C:\msys64\mingw32\share\doc\zstd
C:\msys64\mingw32\share\emacs
C:\msys64\mingw32\share\emacs\site-lisp
C:\msys64\mingw32\share\gcc-10.2.0
C:\msys64\mingw32\share\gcc-10.2.0\python
C:\msys64\mingw32\share\gcc-10.2.0\python\libstdcxx
C:\msys64\mingw32\share\gdb
C:\msys64\mingw32\share\gdb\python
C:\msys64\mingw32\share\gdb\python\gdb
C:\msys64\mingw32\share\gdb\python3
C:\msys64\mingw32\share\gdb\syscalls
C:\msys64\mingw32\share\gdb\system-gdbinit
C:\msys64\mingw32\share\gettext
C:\msys64\mingw32\share\gettext\intl
C:\msys64\mingw32\share\gettext\po
C:\msys64\mingw32\share\gettext\projects
C:\msys64\mingw32\share\gettext\projects\GNOME
C:\msys64\mingw32\share\gettext\projects\KDE
C:\msys64\mingw32\share\gettext\projects\TP
C:\msys64\mingw32\share\gettext\styles
C:\msys64\mingw32\share\gettext-0.19.8
C:\msys64\mingw32\share\gettext-0.19.8\its
C:\msys64\mingw32\share\gtk-doc
C:\msys64\mingw32\share\gtk-doc\html
C:\msys64\mingw32\share\gtk-doc\html\libpsl
C:\msys64\mingw32\share\info
C:\msys64\mingw32\share\licenses
C:\msys64\mingw32\share\licenses\binutils
C:\msys64\mingw32\share\licenses\brotli
C:\msys64\mingw32\share\licenses\bzip2
C:\msys64\mingw32\share\licenses\crt
C:\msys64\mingw32\share\licenses\expat
C:\msys64\mingw32\share\licenses\gcc-libs
C:\msys64\mingw32\share\licenses\gettext
C:\msys64\mingw32\share\licenses\gettext\gettext-runtime
C:\msys64\mingw32\share\licenses\gettext\gettext-tools
C:\msys64\mingw32\share\licenses\gettext\gnulib-local
C:\msys64\mingw32\share\licenses\headers
C:\msys64\mingw32\share\licenses\jemalloc
C:\msys64\mingw32\share\licenses\libffi
C:\msys64\mingw32\share\licenses\libiconv
C:\msys64\mingw32\share\licenses\libiconv\libcharset
C:\msys64\mingw32\share\licenses\libpsl
C:\msys64\mingw32\share\licenses\libssh2
C:\msys64\mingw32\share\licenses\libsystre
C:\msys64\mingw32\share\licenses\libtasn1
C:\msys64\mingw32\share\licenses\libtre
C:\msys64\mingw32\share\licenses\libunistring
C:\msys64\mingw32\share\licenses\libuv
C:\msys64\mingw32\share\licenses\libwinpthread
C:\msys64\mingw32\share\licenses\libwinpthread\mingw-w64-libraries
C:\msys64\mingw32\share\licenses\llvm
C:\msys64\mingw32\share\licenses\mingw-w64-libraries
C:\msys64\mingw32\share\licenses\mingw-w64-tools
C:\msys64\mingw32\share\licenses\openssl
C:\msys64\mingw32\share\licenses\rhash
C:\msys64\mingw32\share\licenses\sqlite3
C:\msys64\mingw32\share\licenses\winpthreads
C:\msys64\mingw32\share\licenses\winpthreads\mingw-w64-libraries
C:\msys64\mingw32\share\licenses\xz
C:\msys64\mingw32\share\licenses\z3
C:\msys64\mingw32\share\licenses\zlib
C:\msys64\mingw32\share\licenses\zstd
C:\msys64\mingw32\share\llvm
C:\msys64\mingw32\share\llvm\cmake
C:\msys64\mingw32\share\llvm\cmake\modules
C:\msys64\mingw32\share\llvm\cmake\platforms
C:\msys64\mingw32\share\locale
C:\msys64\mingw32\share\locale\be
C:\msys64\mingw32\share\locale\be\LC_MESSAGES
C:\msys64\mingw32\share\locale\bg
C:\msys64\mingw32\share\locale\bg\LC_MESSAGES
C:\msys64\mingw32\share\locale\ca
C:\msys64\mingw32\share\locale\ca\LC_MESSAGES
C:\msys64\mingw32\share\locale\cs
C:\msys64\mingw32\share\locale\cs\LC_MESSAGES
C:\msys64\mingw32\share\locale\da
C:\msys64\mingw32\share\locale\da\LC_MESSAGES
C:\msys64\mingw32\share\locale\de
C:\msys64\mingw32\share\locale\de\LC_MESSAGES
C:\msys64\mingw32\share\locale\el
C:\msys64\mingw32\share\locale\el\LC_MESSAGES
C:\msys64\mingw32\share\locale\en@boldquot
C:\msys64\mingw32\share\locale\en@boldquot\LC_MESSAGES
C:\msys64\mingw32\share\locale\en@quot
C:\msys64\mingw32\share\locale\en@quot\LC_MESSAGES
C:\msys64\mingw32\share\locale\en_AU
C:\msys64\mingw32\share\locale\en_AU\LC_MESSAGES
C:\msys64\mingw32\share\locale\eo
C:\msys64\mingw32\share\locale\eo\LC_MESSAGES
C:\msys64\mingw32\share\locale\es
C:\msys64\mingw32\share\locale\es\LC_MESSAGES
C:\msys64\mingw32\share\locale\et
C:\msys64\mingw32\share\locale\et\LC_MESSAGES
C:\msys64\mingw32\share\locale\eu
C:\msys64\mingw32\share\locale\eu\LC_MESSAGES
C:\msys64\mingw32\share\locale\fi
C:\msys64\mingw32\share\locale\fi\LC_MESSAGES
C:\msys64\mingw32\share\locale\fr
C:\msys64\mingw32\share\locale\fr\LC_MESSAGES
C:\msys64\mingw32\share\locale\fur
C:\msys64\mingw32\share\locale\fur\LC_MESSAGES
C:\msys64\mingw32\share\locale\ga
C:\msys64\mingw32\share\locale\ga\LC_MESSAGES
C:\msys64\mingw32\share\locale\gl
C:\msys64\mingw32\share\locale\gl\LC_MESSAGES
C:\msys64\mingw32\share\locale\hr
C:\msys64\mingw32\share\locale\hr\LC_MESSAGES
C:\msys64\mingw32\share\locale\hu
C:\msys64\mingw32\share\locale\hu\LC_MESSAGES
C:\msys64\mingw32\share\locale\id
C:\msys64\mingw32\share\locale\id\LC_MESSAGES
C:\msys64\mingw32\share\locale\it
C:\msys64\mingw32\share\locale\it\LC_MESSAGES
C:\msys64\mingw32\share\locale\ja
C:\msys64\mingw32\share\locale\ja\LC_MESSAGES
C:\msys64\mingw32\share\locale\ko
C:\msys64\mingw32\share\locale\ko\LC_MESSAGES
C:\msys64\mingw32\share\locale\ms
C:\msys64\mingw32\share\locale\ms\LC_MESSAGES
C:\msys64\mingw32\share\locale\nb
C:\msys64\mingw32\share\locale\nb\LC_MESSAGES
C:\msys64\mingw32\share\locale\nl
C:\msys64\mingw32\share\locale\nl\LC_MESSAGES
C:\msys64\mingw32\share\locale\nn
C:\msys64\mingw32\share\locale\nn\LC_MESSAGES
C:\msys64\mingw32\share\locale\pa
C:\msys64\mingw32\share\locale\pa\LC_MESSAGES
C:\msys64\mingw32\share\locale\pl
C:\msys64\mingw32\share\locale\pl\LC_MESSAGES
C:\msys64\mingw32\share\locale\pt
C:\msys64\mingw32\share\locale\pt\LC_MESSAGES
C:\msys64\mingw32\share\locale\pt_BR
C:\msys64\mingw32\share\locale\pt_BR\LC_MESSAGES
C:\msys64\mingw32\share\locale\ro
C:\msys64\mingw32\share\locale\ro\LC_MESSAGES
C:\msys64\mingw32\share\locale\ru
C:\msys64\mingw32\share\locale\ru\LC_MESSAGES
C:\msys64\mingw32\share\locale\rw
C:\msys64\mingw32\share\locale\rw\LC_MESSAGES
C:\msys64\mingw32\share\locale\sk
C:\msys64\mingw32\share\locale\sk\LC_MESSAGES
C:\msys64\mingw32\share\locale\sl
C:\msys64\mingw32\share\locale\sl\LC_MESSAGES
C:\msys64\mingw32\share\locale\sr
C:\msys64\mingw32\share\locale\sr\LC_MESSAGES
C:\msys64\mingw32\share\locale\sv
C:\msys64\mingw32\share\locale\sv\LC_MESSAGES
C:\msys64\mingw32\share\locale\tr
C:\msys64\mingw32\share\locale\tr\LC_MESSAGES
C:\msys64\mingw32\share\locale\uk
C:\msys64\mingw32\share\locale\uk\LC_MESSAGES
C:\msys64\mingw32\share\locale\vi
C:\msys64\mingw32\share\locale\vi\LC_MESSAGES
C:\msys64\mingw32\share\locale\zh_CN
C:\msys64\mingw32\share\locale\zh_CN\LC_MESSAGES
C:\msys64\mingw32\share\locale\zh_HK
C:\msys64\mingw32\share\locale\zh_HK\LC_MESSAGES
C:\msys64\mingw32\share\locale\zh_TW
C:\msys64\mingw32\share\locale\zh_TW\LC_MESSAGES
C:\msys64\mingw32\share\man
C:\msys64\mingw32\share\man\de
C:\msys64\mingw32\share\man\de\man1
C:\msys64\mingw32\share\man\man1
C:\msys64\mingw32\share\man\man3
C:\msys64\mingw32\share\man\man5
C:\msys64\mingw32\share\man\man7
C:\msys64\mingw32\share\man\man8
C:\msys64\mingw32\share\man\mann
C:\msys64\mingw32\share\man1
C:\msys64\mingw32\share\man7
C:\msys64\mingw32\share\nghttp2
C:\msys64\mingw32\share\opt-viewer
C:\msys64\mingw32\share\p11-kit
C:\msys64\mingw32\share\p11-kit\modules
C:\msys64\mingw32\share\pkgconfig
C:\msys64\mingw32\share\pki
C:\msys64\mingw32\share\pki\ca-trust-legacy
C:\msys64\mingw32\share\pki\ca-trust-source
C:\msys64\mingw32\share\readline
C:\msys64\mingw32\share\sqlite
C:\msys64\mingw32\share\sqlite\extensions
C:\msys64\mingw32\share\tabset
C:\msys64\mingw32\share\terminfo
C:\msys64\mingw32\share\terminfo\31
C:\msys64\mingw32\share\terminfo\32
C:\msys64\mingw32\share\terminfo\33
C:\msys64\mingw32\share\terminfo\34
C:\msys64\mingw32\share\terminfo\35
C:\msys64\mingw32\share\terminfo\36
C:\msys64\mingw32\share\terminfo\37
C:\msys64\mingw32\share\terminfo\38
C:\msys64\mingw32\share\terminfo\39
C:\msys64\mingw32\share\terminfo\41
C:\msys64\mingw32\share\terminfo\45
C:\msys64\mingw32\share\terminfo\4c
C:\msys64\mingw32\share\terminfo\4d
C:\msys64\mingw32\share\terminfo\4e
C:\msys64\mingw32\share\terminfo\50
C:\msys64\mingw32\share\terminfo\51
C:\msys64\mingw32\share\terminfo\58
C:\msys64\mingw32\share\terminfo\61
C:\msys64\mingw32\share\terminfo\62
C:\msys64\mingw32\share\terminfo\63
C:\msys64\mingw32\share\terminfo\64
C:\msys64\mingw32\share\terminfo\65
C:\msys64\mingw32\share\terminfo\66
C:\msys64\mingw32\share\terminfo\67
C:\msys64\mingw32\share\terminfo\68
C:\msys64\mingw32\share\terminfo\69
C:\msys64\mingw32\share\terminfo\6a
C:\msys64\mingw32\share\terminfo\6b
C:\msys64\mingw32\share\terminfo\6c
C:\msys64\mingw32\share\terminfo\6d
C:\msys64\mingw32\share\terminfo\6e
C:\msys64\mingw32\share\terminfo\6f
C:\msys64\mingw32\share\terminfo\70
C:\msys64\mingw32\share\terminfo\71
C:\msys64\mingw32\share\terminfo\72
C:\msys64\mingw32\share\terminfo\73
C:\msys64\mingw32\share\terminfo\74
C:\msys64\mingw32\share\terminfo\75
C:\msys64\mingw32\share\terminfo\76
C:\msys64\mingw32\share\terminfo\77
C:\msys64\mingw32\share\terminfo\78
C:\msys64\mingw32\share\terminfo\7a
C:\msys64\mingw32\share\vim
C:\msys64\mingw32\share\vim\vimfiles
C:\msys64\mingw32\share\vim\vimfiles\syntax
C:\msys64\mingw32\ssl
C:\msys64\mingw32\ssl\certs
C:\msys64\mingw32\ssl\private
C:\msys64\mingw64
C:\msys64\mingw64\bin
C:\msys64\mingw64\etc
C:\msys64\mingw64\etc\pkcs11
C:\msys64\mingw64\etc\pki
C:\msys64\mingw64\etc\pki\ca-trust
C:\msys64\mingw64\etc\pki\ca-trust\extracted
C:\msys64\mingw64\etc\pki\ca-trust\source
C:\msys64\mingw64\include
C:\msys64\mingw64\include\binutils
C:\msys64\mingw64\include\brotli
C:\msys64\mingw64\include\c++
C:\msys64\mingw64\include\c++\10.2.0
C:\msys64\mingw64\include\c++\10.2.0\backward
C:\msys64\mingw64\include\c++\10.2.0\bits
C:\msys64\mingw64\include\c++\10.2.0\debug
C:\msys64\mingw64\include\c++\10.2.0\decimal
C:\msys64\mingw64\include\c++\10.2.0\experimental
C:\msys64\mingw64\include\c++\10.2.0\ext
C:\msys64\mingw64\include\c++\10.2.0\parallel
C:\msys64\mingw64\include\c++\10.2.0\pstl
C:\msys64\mingw64\include\c++\10.2.0\tr1
C:\msys64\mingw64\include\c++\10.2.0\tr2
C:\msys64\mingw64\include\c++\10.2.0\x86_64-w64-mingw32
C:\msys64\mingw64\include\clang
C:\msys64\mingw64\include\clang\Analysis
C:\msys64\mingw64\include\clang\Analysis\Analyses
C:\msys64\mingw64\include\clang\Analysis\DomainSpecific
C:\msys64\mingw64\include\clang\Analysis\FlowSensitive
C:\msys64\mingw64\include\clang\Analysis\Support
C:\msys64\mingw64\include\clang\ARCMigrate
C:\msys64\mingw64\include\clang\AST
C:\msys64\mingw64\include\clang\ASTMatchers
C:\msys64\mingw64\include\clang\ASTMatchers\Dynamic
C:\msys64\mingw64\include\clang\Basic
C:\msys64\mingw64\include\clang\CodeGen
C:\msys64\mingw64\include\clang\Config
C:\msys64\mingw64\include\clang\CrossTU
C:\msys64\mingw64\include\clang\DirectoryWatcher
C:\msys64\mingw64\include\clang\Driver
C:\msys64\mingw64\include\clang\Edit
C:\msys64\mingw64\include\clang\Format
C:\msys64\mingw64\include\clang\Frontend
C:\msys64\mingw64\include\clang\FrontendTool
C:\msys64\mingw64\include\clang\Index
C:\msys64\mingw64\include\clang\Lex
C:\msys64\mingw64\include\clang\Parse
C:\msys64\mingw64\include\clang\Rewrite
C:\msys64\mingw64\include\clang\Rewrite\Core
C:\msys64\mingw64\include\clang\Rewrite\Frontend
C:\msys64\mingw64\include\clang\Sema
C:\msys64\mingw64\include\clang\Serialization
C:\msys64\mingw64\include\clang\StaticAnalyzer
C:\msys64\mingw64\include\clang\StaticAnalyzer\Checkers
C:\msys64\mingw64\include\clang\StaticAnalyzer\Core
C:\msys64\mingw64\include\clang\StaticAnalyzer\Frontend
C:\msys64\mingw64\include\clang\Tooling
C:\msys64\mingw64\include\clang\Tooling\ASTDiff
C:\msys64\mingw64\include\clang\Tooling\Core
C:\msys64\mingw64\include\clang\Tooling\DependencyScanning
C:\msys64\mingw64\include\clang\Tooling\Inclusions
C:\msys64\mingw64\include\clang\Tooling\Refactoring
C:\msys64\mingw64\include\clang\Tooling\Syntax
C:\msys64\mingw64\include\clang\Tooling\Transformer
C:\msys64\mingw64\include\clang-c
C:\msys64\mingw64\include\curl
C:\msys64\mingw64\include\gdb
C:\msys64\mingw64\include\isl
C:\msys64\mingw64\include\jemalloc
C:\msys64\mingw64\include\json
C:\msys64\mingw64\include\libiberty
C:\msys64\mingw64\include\llvm
C:\msys64\mingw64\include\llvm\ADT
C:\msys64\mingw64\include\llvm\Analysis
C:\msys64\mingw64\include\llvm\Analysis\Utils
C:\msys64\mingw64\include\llvm\AsmParser
C:\msys64\mingw64\include\llvm\BinaryFormat
C:\msys64\mingw64\include\llvm\BinaryFormat\ELFRelocs
C:\msys64\mingw64\include\llvm\Bitcode
C:\msys64\mingw64\include\llvm\Bitstream
C:\msys64\mingw64\include\llvm\CodeGen
C:\msys64\mingw64\include\llvm\CodeGen\GlobalISel
C:\msys64\mingw64\include\llvm\CodeGen\MIRParser
C:\msys64\mingw64\include\llvm\CodeGen\PBQP
C:\msys64\mingw64\include\llvm\Config
C:\msys64\mingw64\include\llvm\DebugInfo
C:\msys64\mingw64\include\llvm\DebugInfo\CodeView
C:\msys64\mingw64\include\llvm\DebugInfo\DWARF
C:\msys64\mingw64\include\llvm\DebugInfo\GSYM
C:\msys64\mingw64\include\llvm\DebugInfo\MSF
C:\msys64\mingw64\include\llvm\DebugInfo\PDB
C:\msys64\mingw64\include\llvm\DebugInfo\Symbolize
C:\msys64\mingw64\include\llvm\Demangle
C:\msys64\mingw64\include\llvm\DWARFLinker
C:\msys64\mingw64\include\llvm\ExecutionEngine
C:\msys64\mingw64\include\llvm\ExecutionEngine\JITLink
C:\msys64\mingw64\include\llvm\ExecutionEngine\Orc
C:\msys64\mingw64\include\llvm\Frontend
C:\msys64\mingw64\include\llvm\Frontend\OpenMP
C:\msys64\mingw64\include\llvm\FuzzMutate
C:\msys64\mingw64\include\llvm\IR
C:\msys64\mingw64\include\llvm\IRReader
C:\msys64\mingw64\include\llvm\LineEditor
C:\msys64\mingw64\include\llvm\Linker
C:\msys64\mingw64\include\llvm\LTO
C:\msys64\mingw64\include\llvm\LTO\legacy
C:\msys64\mingw64\include\llvm\MC
C:\msys64\mingw64\include\llvm\MC\MCDisassembler
C:\msys64\mingw64\include\llvm\MC\MCParser
C:\msys64\mingw64\include\llvm\MCA
C:\msys64\mingw64\include\llvm\MCA\HardwareUnits
C:\msys64\mingw64\include\llvm\MCA\Stages
C:\msys64\mingw64\include\llvm\Object
C:\msys64\mingw64\include\llvm\ObjectYAML
C:\msys64\mingw64\include\llvm\Option
C:\msys64\mingw64\include\llvm\Passes
C:\msys64\mingw64\include\llvm\ProfileData
C:\msys64\mingw64\include\llvm\ProfileData\Coverage
C:\msys64\mingw64\include\llvm\Remarks
C:\msys64\mingw64\include\llvm\Support
C:\msys64\mingw64\include\llvm\Support\Solaris
C:\msys64\mingw64\include\llvm\TableGen
C:\msys64\mingw64\include\llvm\Target
C:\msys64\mingw64\include\llvm\Target\GlobalISel
C:\msys64\mingw64\include\llvm\Testing
C:\msys64\mingw64\include\llvm\Testing\Support
C:\msys64\mingw64\include\llvm\TextAPI
C:\msys64\mingw64\include\llvm\TextAPI\ELF
C:\msys64\mingw64\include\llvm\TextAPI\MachO
C:\msys64\mingw64\include\llvm\ToolDrivers
C:\msys64\mingw64\include\llvm\ToolDrivers\llvm-dlltool
C:\msys64\mingw64\include\llvm\ToolDrivers\llvm-lib
C:\msys64\mingw64\include\llvm\Transforms
C:\msys64\mingw64\include\llvm\Transforms\AggressiveInstCombine
C:\msys64\mingw64\include\llvm\Transforms\InstCombine
C:\msys64\mingw64\include\llvm\Transforms\Instrumentation
C:\msys64\mingw64\include\llvm\Transforms\IPO
C:\msys64\mingw64\include\llvm\Transforms\Scalar
C:\msys64\mingw64\include\llvm\Transforms\Utils
C:\msys64\mingw64\include\llvm\Transforms\Vectorize
C:\msys64\mingw64\include\llvm\WindowsManifest
C:\msys64\mingw64\include\llvm\WindowsResource
C:\msys64\mingw64\include\llvm\XRay
C:\msys64\mingw64\include\llvm-c
C:\msys64\mingw64\include\llvm-c\Transforms
C:\msys64\mingw64\include\lzma
C:\msys64\mingw64\include\metalink
C:\msys64\mingw64\include\ncurses
C:\msys64\mingw64\include\ncursesw
C:\msys64\mingw64\include\nettle
C:\msys64\mingw64\include\nghttp2
C:\msys64\mingw64\include\openssl
C:\msys64\mingw64\include\p11-kit-1
C:\msys64\mingw64\include\p11-kit-1\p11-kit
C:\msys64\mingw64\include\python3.8
C:\msys64\mingw64\include\python3.8\cpython
C:\msys64\mingw64\include\python3.8\internal
C:\msys64\mingw64\include\readline
C:\msys64\mingw64\include\tcl8.6
C:\msys64\mingw64\include\tcl8.6\tcl-private
C:\msys64\mingw64\include\tcl8.6\tcl-private\generic
C:\msys64\mingw64\include\tcl8.6\tcl-private\win
C:\msys64\mingw64\include\tk8.6
C:\msys64\mingw64\include\tk8.6\tk-private
C:\msys64\mingw64\include\tk8.6\tk-private\generic
C:\msys64\mingw64\include\tk8.6\tk-private\win
C:\msys64\mingw64\include\tre
C:\msys64\mingw64\include\unistring
C:\msys64\mingw64\include\uv
C:\msys64\mingw64\include\X11
C:\msys64\mingw64\lib
C:\msys64\mingw64\lib\bfd-plugins
C:\msys64\mingw64\lib\binutils
C:\msys64\mingw64\lib\clang
C:\msys64\mingw64\lib\clang\10.0.1
C:\msys64\mingw64\lib\clang\10.0.1\include
C:\msys64\mingw64\lib\cmake
C:\msys64\mingw64\lib\cmake\c-ares
C:\msys64\mingw64\lib\cmake\clang
C:\msys64\mingw64\lib\cmake\jsoncpp
C:\msys64\mingw64\lib\cmake\llvm
C:\msys64\mingw64\lib\cmake\xxHash
C:\msys64\mingw64\lib\cmake\z3
C:\msys64\mingw64\lib\cmake\zstd
C:\msys64\mingw64\lib\dde1.4
C:\msys64\mingw64\lib\engines-1_1
C:\msys64\mingw64\lib\gcc
C:\msys64\mingw64\lib\gcc\x86_64-w64-mingw32
C:\msys64\mingw64\lib\gcc\x86_64-w64-mingw32\10.2.0
C:\msys64\mingw64\lib\gettext
C:\msys64\mingw64\lib\itcl4.2.0
C:\msys64\mingw64\lib\p11-kit
C:\msys64\mingw64\lib\pkcs11
C:\msys64\mingw64\lib\pkgconfig
C:\msys64\mingw64\lib\python3.8
C:\msys64\mingw64\lib\python3.8\__pycache__
C:\msys64\mingw64\lib\python3.8\asyncio
C:\msys64\mingw64\lib\python3.8\asyncio\__pycache__
C:\msys64\mingw64\lib\python3.8\collections
C:\msys64\mingw64\lib\python3.8\collections\__pycache__
C:\msys64\mingw64\lib\python3.8\concurrent
C:\msys64\mingw64\lib\python3.8\concurrent\__pycache__
C:\msys64\mingw64\lib\python3.8\concurrent\futures
C:\msys64\mingw64\lib\python3.8\config-3.8
C:\msys64\mingw64\lib\python3.8\ctypes
C:\msys64\mingw64\lib\python3.8\ctypes\__pycache__
C:\msys64\mingw64\lib\python3.8\ctypes\macholib
C:\msys64\mingw64\lib\python3.8\ctypes\test
C:\msys64\mingw64\lib\python3.8\curses
C:\msys64\mingw64\lib\python3.8\curses\__pycache__
C:\msys64\mingw64\lib\python3.8\dbm
C:\msys64\mingw64\lib\python3.8\dbm\__pycache__
C:\msys64\mingw64\lib\python3.8\distutils
C:\msys64\mingw64\lib\python3.8\distutils\__pycache__
C:\msys64\mingw64\lib\python3.8\distutils\command
C:\msys64\mingw64\lib\python3.8\distutils\tests
C:\msys64\mingw64\lib\python3.8\email
C:\msys64\mingw64\lib\python3.8\email\__pycache__
C:\msys64\mingw64\lib\python3.8\email\mime
C:\msys64\mingw64\lib\python3.8\encodings
C:\msys64\mingw64\lib\python3.8\encodings\__pycache__
C:\msys64\mingw64\lib\python3.8\ensurepip
C:\msys64\mingw64\lib\python3.8\ensurepip\__pycache__
C:\msys64\mingw64\lib\python3.8\ensurepip\_bundled
C:\msys64\mingw64\lib\python3.8\html
C:\msys64\mingw64\lib\python3.8\html\__pycache__
C:\msys64\mingw64\lib\python3.8\http
C:\msys64\mingw64\lib\python3.8\http\__pycache__
C:\msys64\mingw64\lib\python3.8\idlelib
C:\msys64\mingw64\lib\python3.8\idlelib\__pycache__
C:\msys64\mingw64\lib\python3.8\idlelib\Icons
C:\msys64\mingw64\lib\python3.8\idlelib\idle_test
C:\msys64\mingw64\lib\python3.8\importlib
C:\msys64\mingw64\lib\python3.8\importlib\__pycache__
C:\msys64\mingw64\lib\python3.8\json
C:\msys64\mingw64\lib\python3.8\json\__pycache__
C:\msys64\mingw64\lib\python3.8\lib2to3
C:\msys64\mingw64\lib\python3.8\lib2to3\__pycache__
C:\msys64\mingw64\lib\python3.8\lib2to3\fixes
C:\msys64\mingw64\lib\python3.8\lib2to3\pgen2
C:\msys64\mingw64\lib\python3.8\lib2to3\tests
C:\msys64\mingw64\lib\python3.8\lib-dynload
C:\msys64\mingw64\lib\python3.8\logging
C:\msys64\mingw64\lib\python3.8\logging\__pycache__
C:\msys64\mingw64\lib\python3.8\msilib
C:\msys64\mingw64\lib\python3.8\msilib\__pycache__
C:\msys64\mingw64\lib\python3.8\multiprocessing
C:\msys64\mingw64\lib\python3.8\multiprocessing\__pycache__
C:\msys64\mingw64\lib\python3.8\multiprocessing\dummy
C:\msys64\mingw64\lib\python3.8\pydoc_data
C:\msys64\mingw64\lib\python3.8\pydoc_data\__pycache__
C:\msys64\mingw64\lib\python3.8\site-packages
C:\msys64\mingw64\lib\python3.8\sqlite3
C:\msys64\mingw64\lib\python3.8\sqlite3\__pycache__
C:\msys64\mingw64\lib\python3.8\sqlite3\test
C:\msys64\mingw64\lib\python3.8\test
C:\msys64\mingw64\lib\python3.8\test\__pycache__
C:\msys64\mingw64\lib\python3.8\test\audiodata
C:\msys64\mingw64\lib\python3.8\test\capath
C:\msys64\mingw64\lib\python3.8\test\cjkencodings
C:\msys64\mingw64\lib\python3.8\test\data
C:\msys64\mingw64\lib\python3.8\test\decimaltestdata
C:\msys64\mingw64\lib\python3.8\test\dtracedata
C:\msys64\mingw64\lib\python3.8\test\eintrdata
C:\msys64\mingw64\lib\python3.8\test\encoded_modules
C:\msys64\mingw64\lib\python3.8\test\imghdrdata
C:\msys64\mingw64\lib\python3.8\test\libregrtest
C:\msys64\mingw64\lib\python3.8\test\sndhdrdata
C:\msys64\mingw64\lib\python3.8\test\subprocessdata
C:\msys64\mingw64\lib\python3.8\test\support
C:\msys64\mingw64\lib\python3.8\test\test_asyncio
C:\msys64\mingw64\lib\python3.8\test\test_email
C:\msys64\mingw64\lib\python3.8\test\test_import
C:\msys64\mingw64\lib\python3.8\test\test_importlib
C:\msys64\mingw64\lib\python3.8\test\test_json
C:\msys64\mingw64\lib\python3.8\test\test_tools
C:\msys64\mingw64\lib\python3.8\test\test_warnings
C:\msys64\mingw64\lib\python3.8\test\tracedmodules
C:\msys64\mingw64\lib\python3.8\test\xmltestdata
C:\msys64\mingw64\lib\python3.8\test\ziptestdata
C:\msys64\mingw64\lib\python3.8\tkinter
C:\msys64\mingw64\lib\python3.8\tkinter\__pycache__
C:\msys64\mingw64\lib\python3.8\tkinter\test
C:\msys64\mingw64\lib\python3.8\Tools
C:\msys64\mingw64\lib\python3.8\Tools\i18n
C:\msys64\mingw64\lib\python3.8\Tools\scripts
C:\msys64\mingw64\lib\python3.8\turtledemo
C:\msys64\mingw64\lib\python3.8\turtledemo\__pycache__
C:\msys64\mingw64\lib\python3.8\unittest
C:\msys64\mingw64\lib\python3.8\unittest\__pycache__
C:\msys64\mingw64\lib\python3.8\unittest\test
C:\msys64\mingw64\lib\python3.8\urllib
C:\msys64\mingw64\lib\python3.8\urllib\__pycache__
C:\msys64\mingw64\lib\python3.8\venv
C:\msys64\mingw64\lib\python3.8\venv\__pycache__
C:\msys64\mingw64\lib\python3.8\venv\scripts
C:\msys64\mingw64\lib\python3.8\wsgiref
C:\msys64\mingw64\lib\python3.8\wsgiref\__pycache__
C:\msys64\mingw64\lib\python3.8\xml
C:\msys64\mingw64\lib\python3.8\xml\__pycache__
C:\msys64\mingw64\lib\python3.8\xml\dom
C:\msys64\mingw64\lib\python3.8\xml\etree
C:\msys64\mingw64\lib\python3.8\xml\parsers
C:\msys64\mingw64\lib\python3.8\xml\sax
C:\msys64\mingw64\lib\python3.8\xmlrpc
C:\msys64\mingw64\lib\python3.8\xmlrpc\__pycache__
C:\msys64\mingw64\lib\reg1.3
C:\msys64\mingw64\lib\sqlite3.30.1.2
C:\msys64\mingw64\lib\sqlite3.33.0
C:\msys64\mingw64\lib\tcl8
C:\msys64\mingw64\lib\tcl8.6
C:\msys64\mingw64\lib\tcl8.6\encoding
C:\msys64\mingw64\lib\tcl8.6\http1.0
C:\msys64\mingw64\lib\tcl8.6\msgs
C:\msys64\mingw64\lib\tcl8.6\opt0.4
C:\msys64\mingw64\lib\tcl8.6\tzdata
C:\msys64\mingw64\lib\tcl8.6\tzdata\Africa
C:\msys64\mingw64\lib\tcl8.6\tzdata\America
C:\msys64\mingw64\lib\tcl8.6\tzdata\Antarctica
C:\msys64\mingw64\lib\tcl8.6\tzdata\Arctic
C:\msys64\mingw64\lib\tcl8.6\tzdata\Asia
C:\msys64\mingw64\lib\tcl8.6\tzdata\Atlantic
C:\msys64\mingw64\lib\tcl8.6\tzdata\Australia
C:\msys64\mingw64\lib\tcl8.6\tzdata\Brazil
C:\msys64\mingw64\lib\tcl8.6\tzdata\Canada
C:\msys64\mingw64\lib\tcl8.6\tzdata\Chile
C:\msys64\mingw64\lib\tcl8.6\tzdata\Etc
C:\msys64\mingw64\lib\tcl8.6\tzdata\Europe
C:\msys64\mingw64\lib\tcl8.6\tzdata\Indian
C:\msys64\mingw64\lib\tcl8.6\tzdata\Mexico
C:\msys64\mingw64\lib\tcl8.6\tzdata\Pacific
C:\msys64\mingw64\lib\tcl8.6\tzdata\SystemV
C:\msys64\mingw64\lib\tcl8.6\tzdata\US
C:\msys64\mingw64\lib\tcl8\8.4
C:\msys64\mingw64\lib\tcl8\8.4\platform
C:\msys64\mingw64\lib\tcl8\8.5
C:\msys64\mingw64\lib\tcl8\8.6
C:\msys64\mingw64\lib\tcl8\8.6\tdbc
C:\msys64\mingw64\lib\tdbc1.1.1
C:\msys64\mingw64\lib\tdbcmysql1.1.1
C:\msys64\mingw64\lib\tdbcodbc1.1.1
C:\msys64\mingw64\lib\tdbcpostgres1.1.1
C:\msys64\mingw64\lib\terminfo
C:\msys64\mingw64\lib\terminfo\31
C:\msys64\mingw64\lib\terminfo\32
C:\msys64\mingw64\lib\terminfo\33
C:\msys64\mingw64\lib\terminfo\34
C:\msys64\mingw64\lib\terminfo\35
C:\msys64\mingw64\lib\terminfo\36
C:\msys64\mingw64\lib\terminfo\37
C:\msys64\mingw64\lib\terminfo\38
C:\msys64\mingw64\lib\terminfo\39
C:\msys64\mingw64\lib\terminfo\41
C:\msys64\mingw64\lib\terminfo\45
C:\msys64\mingw64\lib\terminfo\4c
C:\msys64\mingw64\lib\terminfo\4d
C:\msys64\mingw64\lib\terminfo\4e
C:\msys64\mingw64\lib\terminfo\50
C:\msys64\mingw64\lib\terminfo\51
C:\msys64\mingw64\lib\terminfo\58
C:\msys64\mingw64\lib\terminfo\61
C:\msys64\mingw64\lib\terminfo\62
C:\msys64\mingw64\lib\terminfo\63
C:\msys64\mingw64\lib\terminfo\64
C:\msys64\mingw64\lib\terminfo\65
C:\msys64\mingw64\lib\terminfo\66
C:\msys64\mingw64\lib\terminfo\67
C:\msys64\mingw64\lib\terminfo\68
C:\msys64\mingw64\lib\terminfo\69
C:\msys64\mingw64\lib\terminfo\6a
C:\msys64\mingw64\lib\terminfo\6b
C:\msys64\mingw64\lib\terminfo\6c
C:\msys64\mingw64\lib\terminfo\6d
C:\msys64\mingw64\lib\terminfo\6e
C:\msys64\mingw64\lib\terminfo\6f
C:\msys64\mingw64\lib\terminfo\70
C:\msys64\mingw64\lib\terminfo\71
C:\msys64\mingw64\lib\terminfo\72
C:\msys64\mingw64\lib\terminfo\73
C:\msys64\mingw64\lib\terminfo\74
C:\msys64\mingw64\lib\terminfo\75
C:\msys64\mingw64\lib\terminfo\76
C:\msys64\mingw64\lib\terminfo\77
C:\msys64\mingw64\lib\terminfo\78
C:\msys64\mingw64\lib\terminfo\7a
C:\msys64\mingw64\lib\thread2.8.5
C:\msys64\mingw64\lib\tk8.6
C:\msys64\mingw64\lib\tk8.6\demos
C:\msys64\mingw64\lib\tk8.6\demos\images
C:\msys64\mingw64\lib\tk8.6\images
C:\msys64\mingw64\lib\tk8.6\msgs
C:\msys64\mingw64\lib\tk8.6\ttk
C:\msys64\mingw64\libexec
C:\msys64\mingw64\libexec\p11-kit
C:\msys64\mingw64\share
C:\msys64\mingw64\share\aclocal
C:\msys64\mingw64\share\clang
C:\msys64\mingw64\share\cmake-3.17
C:\msys64\mingw64\share\cmake-3.17\completions
C:\msys64\mingw64\share\cmake-3.17\editors
C:\msys64\mingw64\share\cmake-3.17\editors\emacs
C:\msys64\mingw64\share\cmake-3.17\editors\vim
C:\msys64\mingw64\share\cmake-3.17\Help
C:\msys64\mingw64\share\cmake-3.17\Help\command
C:\msys64\mingw64\share\cmake-3.17\Help\cpack_gen
C:\msys64\mingw64\share\cmake-3.17\Help\envvar
C:\msys64\mingw64\share\cmake-3.17\Help\generator
C:\msys64\mingw64\share\cmake-3.17\Help\include
C:\msys64\mingw64\share\cmake-3.17\Help\manual
C:\msys64\mingw64\share\cmake-3.17\Help\module
C:\msys64\mingw64\share\cmake-3.17\Help\policy
C:\msys64\mingw64\share\cmake-3.17\Help\prop_cache
C:\msys64\mingw64\share\cmake-3.17\Help\prop_dir
C:\msys64\mingw64\share\cmake-3.17\Help\prop_gbl
C:\msys64\mingw64\share\cmake-3.17\Help\prop_inst
C:\msys64\mingw64\share\cmake-3.17\Help\prop_sf
C:\msys64\mingw64\share\cmake-3.17\Help\prop_test
C:\msys64\mingw64\share\cmake-3.17\Help\prop_tgt
C:\msys64\mingw64\share\cmake-3.17\Help\release
C:\msys64\mingw64\share\cmake-3.17\Help\variable
C:\msys64\mingw64\share\cmake-3.17\include
C:\msys64\mingw64\share\cmake-3.17\Modules
C:\msys64\mingw64\share\cmake-3.17\Modules\AndroidTestUtilities
C:\msys64\mingw64\share\cmake-3.17\Modules\CheckIPOSupported
C:\msys64\mingw64\share\cmake-3.17\Modules\CMakeAddFortranSubdirectory
C:\msys64\mingw64\share\cmake-3.17\Modules\Compiler
C:\msys64\mingw64\share\cmake-3.17\Modules\CompilerId
C:\msys64\mingw64\share\cmake-3.17\Modules\FetchContent
C:\msys64\mingw64\share\cmake-3.17\Modules\FindCUDA
C:\msys64\mingw64\share\cmake-3.17\Modules\FindMPI
C:\msys64\mingw64\share\cmake-3.17\Modules\FindPython
C:\msys64\mingw64\share\cmake-3.17\Modules\FortranCInterface
C:\msys64\mingw64\share\cmake-3.17\Modules\IntelVSImplicitPath
C:\msys64\mingw64\share\cmake-3.17\Modules\Internal
C:\msys64\mingw64\share\cmake-3.17\Modules\Platform
C:\msys64\mingw64\share\cmake-3.17\Modules\UseSWIG
C:\msys64\mingw64\share\cmake-3.17\Templates
C:\msys64\mingw64\share\cmake-3.17\Templates\MSBuild
C:\msys64\mingw64\share\doc
C:\msys64\mingw64\share\doc\cmake
C:\msys64\mingw64\share\doc\cmake\cmsys
C:\msys64\mingw64\share\doc\cmake\html
C:\msys64\mingw64\share\doc\expat
C:\msys64\mingw64\share\doc\gettext
C:\msys64\mingw64\share\doc\gettext\csharpdoc
C:\msys64\mingw64\share\doc\gettext\examples
C:\msys64\mingw64\share\doc\gettext\javadoc2
C:\msys64\mingw64\share\doc\jemalloc
C:\msys64\mingw64\share\doc\libasprintf
C:\msys64\mingw64\share\doc\libiconv
C:\msys64\mingw64\share\doc\libunistring
C:\msys64\mingw64\share\doc\mpdecimal
C:\msys64\mingw64\share\doc\mpdecimal\libmpdec
C:\msys64\mingw64\share\doc\mpdecimal\libmpdec++
C:\msys64\mingw64\share\doc\mpfr
C:\msys64\mingw64\share\doc\mpfr\examples
C:\msys64\mingw64\share\doc\nghttp2
C:\msys64\mingw64\share\doc\openssl
C:\msys64\mingw64\share\doc\openssl\html
C:\msys64\mingw64\share\doc\pkg-config
C:\msys64\mingw64\share\doc\ragel
C:\msys64\mingw64\share\doc\readline
C:\msys64\mingw64\share\doc\sqlite3
C:\msys64\mingw64\share\doc\sqlite3\c3ref
C:\msys64\mingw64\share\doc\sqlite3\images
C:\msys64\mingw64\share\doc\sqlite3\releaselog
C:\msys64\mingw64\share\doc\sqlite3\search.d
C:\msys64\mingw64\share\doc\sqlite3\session
C:\msys64\mingw64\share\doc\sqlite3\syntax
C:\msys64\mingw64\share\doc\xz
C:\msys64\mingw64\share\doc\xz\examples
C:\msys64\mingw64\share\doc\xz\examples_old
C:\msys64\mingw64\share\doc\zstd
C:\msys64\mingw64\share\emacs
C:\msys64\mingw64\share\emacs\site-lisp
C:\msys64\mingw64\share\gcc-10.2.0
C:\msys64\mingw64\share\gcc-10.2.0\python
C:\msys64\mingw64\share\gcc-10.2.0\python\libstdcxx
C:\msys64\mingw64\share\gdb
C:\msys64\mingw64\share\gdb\python
C:\msys64\mingw64\share\gdb\python\gdb
C:\msys64\mingw64\share\gdb\python3
C:\msys64\mingw64\share\gdb\syscalls
C:\msys64\mingw64\share\gdb\system-gdbinit
C:\msys64\mingw64\share\gettext
C:\msys64\mingw64\share\gettext\intl
C:\msys64\mingw64\share\gettext\po
C:\msys64\mingw64\share\gettext\projects
C:\msys64\mingw64\share\gettext\projects\GNOME
C:\msys64\mingw64\share\gettext\projects\KDE
C:\msys64\mingw64\share\gettext\projects\TP
C:\msys64\mingw64\share\gettext\styles
C:\msys64\mingw64\share\gettext-0.19.8
C:\msys64\mingw64\share\gettext-0.19.8\its
C:\msys64\mingw64\share\gtk-doc
C:\msys64\mingw64\share\gtk-doc\html
C:\msys64\mingw64\share\gtk-doc\html\libpsl
C:\msys64\mingw64\share\info
C:\msys64\mingw64\share\licenses
C:\msys64\mingw64\share\licenses\binutils
C:\msys64\mingw64\share\licenses\brotli
C:\msys64\mingw64\share\licenses\bzip2
C:\msys64\mingw64\share\licenses\crt
C:\msys64\mingw64\share\licenses\expat
C:\msys64\mingw64\share\licenses\gcc-libs
C:\msys64\mingw64\share\licenses\gettext
C:\msys64\mingw64\share\licenses\gettext\gettext-runtime
C:\msys64\mingw64\share\licenses\gettext\gettext-tools
C:\msys64\mingw64\share\licenses\gettext\gnulib-local
C:\msys64\mingw64\share\licenses\headers
C:\msys64\mingw64\share\licenses\jemalloc
C:\msys64\mingw64\share\licenses\libffi
C:\msys64\mingw64\share\licenses\libiconv
C:\msys64\mingw64\share\licenses\libiconv\libcharset
C:\msys64\mingw64\share\licenses\libpsl
C:\msys64\mingw64\share\licenses\libssh2
C:\msys64\mingw64\share\licenses\libsystre
C:\msys64\mingw64\share\licenses\libtasn1
C:\msys64\mingw64\share\licenses\libtre
C:\msys64\mingw64\share\licenses\libunistring
C:\msys64\mingw64\share\licenses\libuv
C:\msys64\mingw64\share\licenses\libwinpthread
C:\msys64\mingw64\share\licenses\libwinpthread\mingw-w64-libraries
C:\msys64\mingw64\share\licenses\llvm
C:\msys64\mingw64\share\licenses\mingw-w64-libraries
C:\msys64\mingw64\share\licenses\mingw-w64-tools
C:\msys64\mingw64\share\licenses\openssl
C:\msys64\mingw64\share\licenses\rhash
C:\msys64\mingw64\share\licenses\sqlite3
C:\msys64\mingw64\share\licenses\winpthreads
C:\msys64\mingw64\share\licenses\winpthreads\mingw-w64-libraries
C:\msys64\mingw64\share\licenses\xz
C:\msys64\mingw64\share\licenses\z3
C:\msys64\mingw64\share\licenses\zlib
C:\msys64\mingw64\share\licenses\zstd
C:\msys64\mingw64\share\llvm
C:\msys64\mingw64\share\llvm\cmake
C:\msys64\mingw64\share\llvm\cmake\modules
C:\msys64\mingw64\share\llvm\cmake\platforms
C:\msys64\mingw64\share\locale
C:\msys64\mingw64\share\locale\be
C:\msys64\mingw64\share\locale\be\LC_MESSAGES
C:\msys64\mingw64\share\locale\bg
C:\msys64\mingw64\share\locale\bg\LC_MESSAGES
C:\msys64\mingw64\share\locale\ca
C:\msys64\mingw64\share\locale\ca\LC_MESSAGES
C:\msys64\mingw64\share\locale\cs
C:\msys64\mingw64\share\locale\cs\LC_MESSAGES
C:\msys64\mingw64\share\locale\da
C:\msys64\mingw64\share\locale\da\LC_MESSAGES
C:\msys64\mingw64\share\locale\de
C:\msys64\mingw64\share\locale\de\LC_MESSAGES
C:\msys64\mingw64\share\locale\el
C:\msys64\mingw64\share\locale\el\LC_MESSAGES
C:\msys64\mingw64\share\locale\en@boldquot
C:\msys64\mingw64\share\locale\en@boldquot\LC_MESSAGES
C:\msys64\mingw64\share\locale\en@quot
C:\msys64\mingw64\share\locale\en@quot\LC_MESSAGES
C:\msys64\mingw64\share\locale\en_AU
C:\msys64\mingw64\share\locale\en_AU\LC_MESSAGES
C:\msys64\mingw64\share\locale\eo
C:\msys64\mingw64\share\locale\eo\LC_MESSAGES
C:\msys64\mingw64\share\locale\es
C:\msys64\mingw64\share\locale\es\LC_MESSAGES
C:\msys64\mingw64\share\locale\et
C:\msys64\mingw64\share\locale\et\LC_MESSAGES
C:\msys64\mingw64\share\locale\eu
C:\msys64\mingw64\share\locale\eu\LC_MESSAGES
C:\msys64\mingw64\share\locale\fi
C:\msys64\mingw64\share\locale\fi\LC_MESSAGES
C:\msys64\mingw64\share\locale\fr
C:\msys64\mingw64\share\locale\fr\LC_MESSAGES
C:\msys64\mingw64\share\locale\fur
C:\msys64\mingw64\share\locale\fur\LC_MESSAGES
C:\msys64\mingw64\share\locale\ga
C:\msys64\mingw64\share\locale\ga\LC_MESSAGES
C:\msys64\mingw64\share\locale\gl
C:\msys64\mingw64\share\locale\gl\LC_MESSAGES
C:\msys64\mingw64\share\locale\hr
C:\msys64\mingw64\share\locale\hr\LC_MESSAGES
C:\msys64\mingw64\share\locale\hu
C:\msys64\mingw64\share\locale\hu\LC_MESSAGES
C:\msys64\mingw64\share\locale\id
C:\msys64\mingw64\share\locale\id\LC_MESSAGES
C:\msys64\mingw64\share\locale\it
C:\msys64\mingw64\share\locale\it\LC_MESSAGES
C:\msys64\mingw64\share\locale\ja
C:\msys64\mingw64\share\locale\ja\LC_MESSAGES
C:\msys64\mingw64\share\locale\ko
C:\msys64\mingw64\share\locale\ko\LC_MESSAGES
C:\msys64\mingw64\share\locale\ms
C:\msys64\mingw64\share\locale\ms\LC_MESSAGES
C:\msys64\mingw64\share\locale\nb
C:\msys64\mingw64\share\locale\nb\LC_MESSAGES
C:\msys64\mingw64\share\locale\nl
C:\msys64\mingw64\share\locale\nl\LC_MESSAGES
C:\msys64\mingw64\share\locale\nn
C:\msys64\mingw64\share\locale\nn\LC_MESSAGES
C:\msys64\mingw64\share\locale\pa
C:\msys64\mingw64\share\locale\pa\LC_MESSAGES
C:\msys64\mingw64\share\locale\pl
C:\msys64\mingw64\share\locale\pl\LC_MESSAGES
C:\msys64\mingw64\share\locale\pt
C:\msys64\mingw64\share\locale\pt\LC_MESSAGES
C:\msys64\mingw64\share\locale\pt_BR
C:\msys64\mingw64\share\locale\pt_BR\LC_MESSAGES
C:\msys64\mingw64\share\locale\ro
C:\msys64\mingw64\share\locale\ro\LC_MESSAGES
C:\msys64\mingw64\share\locale\ru
C:\msys64\mingw64\share\locale\ru\LC_MESSAGES
C:\msys64\mingw64\share\locale\rw
C:\msys64\mingw64\share\locale\rw\LC_MESSAGES
C:\msys64\mingw64\share\locale\sk
C:\msys64\mingw64\share\locale\sk\LC_MESSAGES
C:\msys64\mingw64\share\locale\sl
C:\msys64\mingw64\share\locale\sl\LC_MESSAGES
C:\msys64\mingw64\share\locale\sr
C:\msys64\mingw64\share\locale\sr\LC_MESSAGES
C:\msys64\mingw64\share\locale\sv
C:\msys64\mingw64\share\locale\sv\LC_MESSAGES
C:\msys64\mingw64\share\locale\tr
C:\msys64\mingw64\share\locale\tr\LC_MESSAGES
C:\msys64\mingw64\share\locale\uk
C:\msys64\mingw64\share\locale\uk\LC_MESSAGES
C:\msys64\mingw64\share\locale\vi
C:\msys64\mingw64\share\locale\vi\LC_MESSAGES
C:\msys64\mingw64\share\locale\zh_CN
C:\msys64\mingw64\share\locale\zh_CN\LC_MESSAGES
C:\msys64\mingw64\share\locale\zh_HK
C:\msys64\mingw64\share\locale\zh_HK\LC_MESSAGES
C:\msys64\mingw64\share\locale\zh_TW
C:\msys64\mingw64\share\locale\zh_TW\LC_MESSAGES
C:\msys64\mingw64\share\man
C:\msys64\mingw64\share\man\de
C:\msys64\mingw64\share\man\de\man1
C:\msys64\mingw64\share\man\man1
C:\msys64\mingw64\share\man\man3
C:\msys64\mingw64\share\man\man5
C:\msys64\mingw64\share\man\man7
C:\msys64\mingw64\share\man\man8
C:\msys64\mingw64\share\man\mann
C:\msys64\mingw64\share\man1
C:\msys64\mingw64\share\man7
C:\msys64\mingw64\share\nghttp2
C:\msys64\mingw64\share\opt-viewer
C:\msys64\mingw64\share\p11-kit
C:\msys64\mingw64\share\p11-kit\modules
C:\msys64\mingw64\share\pkgconfig
C:\msys64\mingw64\share\pki
C:\msys64\mingw64\share\pki\ca-trust-legacy
C:\msys64\mingw64\share\pki\ca-trust-source
C:\msys64\mingw64\share\readline
C:\msys64\mingw64\share\sqlite
C:\msys64\mingw64\share\sqlite\extensions
C:\msys64\mingw64\share\tabset
C:\msys64\mingw64\share\terminfo
C:\msys64\mingw64\share\terminfo\31
C:\msys64\mingw64\share\terminfo\32
C:\msys64\mingw64\share\terminfo\33
C:\msys64\mingw64\share\terminfo\34
C:\msys64\mingw64\share\terminfo\35
C:\msys64\mingw64\share\terminfo\36
C:\msys64\mingw64\share\terminfo\37
C:\msys64\mingw64\share\terminfo\38
C:\msys64\mingw64\share\terminfo\39
C:\msys64\mingw64\share\terminfo\41
C:\msys64\mingw64\share\terminfo\45
C:\msys64\mingw64\share\terminfo\4c
C:\msys64\mingw64\share\terminfo\4d
C:\msys64\mingw64\share\terminfo\4e
C:\msys64\mingw64\share\terminfo\50
C:\msys64\mingw64\share\terminfo\51
C:\msys64\mingw64\share\terminfo\58
C:\msys64\mingw64\share\terminfo\61
C:\msys64\mingw64\share\terminfo\62
C:\msys64\mingw64\share\terminfo\63
C:\msys64\mingw64\share\terminfo\64
C:\msys64\mingw64\share\terminfo\65
C:\msys64\mingw64\share\terminfo\66
C:\msys64\mingw64\share\terminfo\67
C:\msys64\mingw64\share\terminfo\68
C:\msys64\mingw64\share\terminfo\69
C:\msys64\mingw64\share\terminfo\6a
C:\msys64\mingw64\share\terminfo\6b
C:\msys64\mingw64\share\terminfo\6c
C:\msys64\mingw64\share\terminfo\6d
C:\msys64\mingw64\share\terminfo\6e
C:\msys64\mingw64\share\terminfo\6f
C:\msys64\mingw64\share\terminfo\70
C:\msys64\mingw64\share\terminfo\71
C:\msys64\mingw64\share\terminfo\72
C:\msys64\mingw64\share\terminfo\73
C:\msys64\mingw64\share\terminfo\74
C:\msys64\mingw64\share\terminfo\75
C:\msys64\mingw64\share\terminfo\76
C:\msys64\mingw64\share\terminfo\77
C:\msys64\mingw64\share\terminfo\78
C:\msys64\mingw64\share\terminfo\7a
C:\msys64\mingw64\share\vim
C:\msys64\mingw64\share\vim\vimfiles
C:\msys64\mingw64\share\vim\vimfiles\syntax
C:\msys64\mingw64\ssl
C:\msys64\mingw64\ssl\certs
C:\msys64\mingw64\ssl\private
C:\msys64\mingw64\x86_64-w64-mingw32
C:\msys64\mingw64\x86_64-w64-mingw32\bin
C:\msys64\mingw64\x86_64-w64-mingw32\include
C:\msys64\mingw64\x86_64-w64-mingw32\include\ddk
C:\msys64\mingw64\x86_64-w64-mingw32\include\gdiplus
C:\msys64\mingw64\x86_64-w64-mingw32\include\GL
C:\msys64\mingw64\x86_64-w64-mingw32\include\KHR
C:\msys64\mingw64\x86_64-w64-mingw32\include\psdk_inc
C:\msys64\mingw64\x86_64-w64-mingw32\include\sdks
C:\msys64\mingw64\x86_64-w64-mingw32\include\sec_api
C:\msys64\mingw64\x86_64-w64-mingw32\include\sec_api\sys
C:\msys64\mingw64\x86_64-w64-mingw32\include\sys
C:\msys64\mingw64\x86_64-w64-mingw32\include\wrl
C:\msys64\mingw64\x86_64-w64-mingw32\include\wrl\wrappers
C:\msys64\mingw64\x86_64-w64-mingw32\lib
C:\msys64\mingw64\x86_64-w64-mingw32\lib\ldscripts
C:\msys64\opt
C:\msys64\tmp
C:\msys64\usr
C:\msys64\usr\bin
C:\msys64\usr\bin\core_perl
C:\msys64\usr\bin\site_perl
C:\msys64\usr\bin\vendor_perl
C:\msys64\usr\etc
C:\msys64\usr\etc\profile.d
C:\msys64\usr\include
C:\msys64\usr\include\arpa
C:\msys64\usr\include\autoopts
C:\msys64\usr\include\libltdl
C:\msys64\usr\include\python3.8
C:\msys64\usr\include\python3.8\cpython
C:\msys64\usr\include\python3.8\internal
C:\msys64\usr\include\unrar
C:\msys64\usr\lib
C:\msys64\usr\lib\autogen
C:\msys64\usr\lib\awk
C:\msys64\usr\lib\gawk
C:\msys64\usr\lib\gettext
C:\msys64\usr\lib\gio
C:\msys64\usr\lib\gio\modules
C:\msys64\usr\lib\gnupg
C:\msys64\usr\lib\groff
C:\msys64\usr\lib\groff\glilypond
C:\msys64\usr\lib\groff\gpinyin
C:\msys64\usr\lib\groff\groffer
C:\msys64\usr\lib\groff\grog
C:\msys64\usr\lib\guile
C:\msys64\usr\lib\guile\2.2
C:\msys64\usr\lib\guile\2.2\ccache
C:\msys64\usr\lib\guile\2.2\extensions
C:\msys64\usr\lib\help2man
C:\msys64\usr\lib\man-db
C:\msys64\usr\lib\openssl
C:\msys64\usr\lib\openssl\engines-1.1
C:\msys64\usr\lib\p11-kit
C:\msys64\usr\lib\perl5
C:\msys64\usr\lib\perl5\core_perl
C:\msys64\usr\lib\perl5\core_perl\auto
C:\msys64\usr\lib\perl5\core_perl\B
C:\msys64\usr\lib\perl5\core_perl\Compress
C:\msys64\usr\lib\perl5\core_perl\CORE
C:\msys64\usr\lib\perl5\core_perl\Data
C:\msys64\usr\lib\perl5\core_perl\Devel
C:\msys64\usr\lib\perl5\core_perl\Digest
C:\msys64\usr\lib\perl5\core_perl\Encode
C:\msys64\usr\lib\perl5\core_perl\File
C:\msys64\usr\lib\perl5\core_perl\Filter
C:\msys64\usr\lib\perl5\core_perl\Hash
C:\msys64\usr\lib\perl5\core_perl\I18N
C:\msys64\usr\lib\perl5\core_perl\IO
C:\msys64\usr\lib\perl5\core_perl\IPC
C:\msys64\usr\lib\perl5\core_perl\List
C:\msys64\usr\lib\perl5\core_perl\Math
C:\msys64\usr\lib\perl5\core_perl\MIME
C:\msys64\usr\lib\perl5\core_perl\PerlIO
C:\msys64\usr\lib\perl5\core_perl\Scalar
C:\msys64\usr\lib\perl5\core_perl\Sub
C:\msys64\usr\lib\perl5\core_perl\Sys
C:\msys64\usr\lib\perl5\core_perl\threads
C:\msys64\usr\lib\perl5\core_perl\Time
C:\msys64\usr\lib\perl5\core_perl\Unicode
C:\msys64\usr\lib\perl5\core_perl\Win32API
C:\msys64\usr\lib\perl5\site_perl
C:\msys64\usr\lib\perl5\vendor_perl
C:\msys64\usr\lib\perl5\vendor_perl\auto
C:\msys64\usr\lib\perl5\vendor_perl\JSON
C:\msys64\usr\lib\perl5\vendor_perl\Locale
C:\msys64\usr\lib\perl5\vendor_perl\XML
C:\msys64\usr\lib\perl5\vendor_perl\YAML
C:\msys64\usr\lib\pkcs11
C:\msys64\usr\lib\pkgconfig
C:\msys64\usr\lib\python3.8
C:\msys64\usr\lib\python3.8\__pycache__
C:\msys64\usr\lib\python3.8\asyncio
C:\msys64\usr\lib\python3.8\asyncio\__pycache__
C:\msys64\usr\lib\python3.8\collections
C:\msys64\usr\lib\python3.8\collections\__pycache__
C:\msys64\usr\lib\python3.8\concurrent
C:\msys64\usr\lib\python3.8\concurrent\__pycache__
C:\msys64\usr\lib\python3.8\concurrent\futures
C:\msys64\usr\lib\python3.8\config-3.8-x86_64-msys
C:\msys64\usr\lib\python3.8\ctypes
C:\msys64\usr\lib\python3.8\ctypes\__pycache__
C:\msys64\usr\lib\python3.8\ctypes\macholib
C:\msys64\usr\lib\python3.8\ctypes\test
C:\msys64\usr\lib\python3.8\curses
C:\msys64\usr\lib\python3.8\curses\__pycache__
C:\msys64\usr\lib\python3.8\dbm
C:\msys64\usr\lib\python3.8\dbm\__pycache__
C:\msys64\usr\lib\python3.8\distutils
C:\msys64\usr\lib\python3.8\distutils\__pycache__
C:\msys64\usr\lib\python3.8\distutils\command
C:\msys64\usr\lib\python3.8\distutils\tests
C:\msys64\usr\lib\python3.8\email
C:\msys64\usr\lib\python3.8\email\__pycache__
C:\msys64\usr\lib\python3.8\email\mime
C:\msys64\usr\lib\python3.8\encodings
C:\msys64\usr\lib\python3.8\encodings\__pycache__
C:\msys64\usr\lib\python3.8\ensurepip
C:\msys64\usr\lib\python3.8\ensurepip\__pycache__
C:\msys64\usr\lib\python3.8\ensurepip\_bundled
C:\msys64\usr\lib\python3.8\html
C:\msys64\usr\lib\python3.8\html\__pycache__
C:\msys64\usr\lib\python3.8\http
C:\msys64\usr\lib\python3.8\http\__pycache__
C:\msys64\usr\lib\python3.8\idlelib
C:\msys64\usr\lib\python3.8\idlelib\__pycache__
C:\msys64\usr\lib\python3.8\idlelib\Icons
C:\msys64\usr\lib\python3.8\idlelib\idle_test
C:\msys64\usr\lib\python3.8\importlib
C:\msys64\usr\lib\python3.8\importlib\__pycache__
C:\msys64\usr\lib\python3.8\json
C:\msys64\usr\lib\python3.8\json\__pycache__
C:\msys64\usr\lib\python3.8\lib2to3
C:\msys64\usr\lib\python3.8\lib2to3\__pycache__
C:\msys64\usr\lib\python3.8\lib2to3\fixes
C:\msys64\usr\lib\python3.8\lib2to3\pgen2
C:\msys64\usr\lib\python3.8\lib2to3\tests
C:\msys64\usr\lib\python3.8\lib-dynload
C:\msys64\usr\lib\python3.8\logging
C:\msys64\usr\lib\python3.8\logging\__pycache__
C:\msys64\usr\lib\python3.8\multiprocessing
C:\msys64\usr\lib\python3.8\multiprocessing\__pycache__
C:\msys64\usr\lib\python3.8\multiprocessing\dummy
C:\msys64\usr\lib\python3.8\pydoc_data
C:\msys64\usr\lib\python3.8\pydoc_data\__pycache__
C:\msys64\usr\lib\python3.8\site-packages
C:\msys64\usr\lib\python3.8\site-packages\SCons
C:\msys64\usr\lib\python3.8\sqlite3
C:\msys64\usr\lib\python3.8\sqlite3\__pycache__
C:\msys64\usr\lib\python3.8\sqlite3\test
C:\msys64\usr\lib\python3.8\test
C:\msys64\usr\lib\python3.8\test\__pycache__
C:\msys64\usr\lib\python3.8\test\audiodata
C:\msys64\usr\lib\python3.8\test\capath
C:\msys64\usr\lib\python3.8\test\cjkencodings
C:\msys64\usr\lib\python3.8\test\data
C:\msys64\usr\lib\python3.8\test\decimaltestdata
C:\msys64\usr\lib\python3.8\test\dtracedata
C:\msys64\usr\lib\python3.8\test\eintrdata
C:\msys64\usr\lib\python3.8\test\encoded_modules
C:\msys64\usr\lib\python3.8\test\imghdrdata
C:\msys64\usr\lib\python3.8\test\libregrtest
C:\msys64\usr\lib\python3.8\test\sndhdrdata
C:\msys64\usr\lib\python3.8\test\subprocessdata
C:\msys64\usr\lib\python3.8\test\support
C:\msys64\usr\lib\python3.8\test\test_asyncio
C:\msys64\usr\lib\python3.8\test\test_email
C:\msys64\usr\lib\python3.8\test\test_import
C:\msys64\usr\lib\python3.8\test\test_importlib
C:\msys64\usr\lib\python3.8\test\test_json
C:\msys64\usr\lib\python3.8\test\test_tools
C:\msys64\usr\lib\python3.8\test\test_warnings
C:\msys64\usr\lib\python3.8\test\tracedmodules
C:\msys64\usr\lib\python3.8\test\xmltestdata
C:\msys64\usr\lib\python3.8\test\ziptestdata
C:\msys64\usr\lib\python3.8\tkinter
C:\msys64\usr\lib\python3.8\tkinter\__pycache__
C:\msys64\usr\lib\python3.8\tkinter\test
C:\msys64\usr\lib\python3.8\turtledemo
C:\msys64\usr\lib\python3.8\turtledemo\__pycache__
C:\msys64\usr\lib\python3.8\unittest
C:\msys64\usr\lib\python3.8\unittest\__pycache__
C:\msys64\usr\lib\python3.8\unittest\test
C:\msys64\usr\lib\python3.8\urllib
C:\msys64\usr\lib\python3.8\urllib\__pycache__
C:\msys64\usr\lib\python3.8\venv
C:\msys64\usr\lib\python3.8\venv\__pycache__
C:\msys64\usr\lib\python3.8\venv\scripts
C:\msys64\usr\lib\python3.8\wsgiref
C:\msys64\usr\lib\python3.8\wsgiref\__pycache__
C:\msys64\usr\lib\python3.8\xml
C:\msys64\usr\lib\python3.8\xml\__pycache__
C:\msys64\usr\lib\python3.8\xml\dom
C:\msys64\usr\lib\python3.8\xml\etree
C:\msys64\usr\lib\python3.8\xml\parsers
C:\msys64\usr\lib\python3.8\xml\sax
C:\msys64\usr\lib\python3.8\xmlrpc
C:\msys64\usr\lib\python3.8\xmlrpc\__pycache__
C:\msys64\usr\lib\systemd
C:\msys64\usr\lib\systemd\system
C:\msys64\usr\lib\tar
C:\msys64\usr\lib\terminfo
C:\msys64\usr\lib\terminfo\31
C:\msys64\usr\lib\terminfo\32
C:\msys64\usr\lib\terminfo\33
C:\msys64\usr\lib\terminfo\34
C:\msys64\usr\lib\terminfo\35
C:\msys64\usr\lib\terminfo\36
C:\msys64\usr\lib\terminfo\37
C:\msys64\usr\lib\terminfo\38
C:\msys64\usr\lib\terminfo\39
C:\msys64\usr\lib\terminfo\41
C:\msys64\usr\lib\terminfo\45
C:\msys64\usr\lib\terminfo\4c
C:\msys64\usr\lib\terminfo\4d
C:\msys64\usr\lib\terminfo\4e
C:\msys64\usr\lib\terminfo\50
C:\msys64\usr\lib\terminfo\51
C:\msys64\usr\lib\terminfo\58
C:\msys64\usr\lib\terminfo\61
C:\msys64\usr\lib\terminfo\62
C:\msys64\usr\lib\terminfo\63
C:\msys64\usr\lib\terminfo\64
C:\msys64\usr\lib\terminfo\65
C:\msys64\usr\lib\terminfo\66
C:\msys64\usr\lib\terminfo\67
C:\msys64\usr\lib\terminfo\68
C:\msys64\usr\lib\terminfo\69
C:\msys64\usr\lib\terminfo\6a
C:\msys64\usr\lib\terminfo\6b
C:\msys64\usr\lib\terminfo\6c
C:\msys64\usr\lib\terminfo\6d
C:\msys64\usr\lib\terminfo\6e
C:\msys64\usr\lib\terminfo\6f
C:\msys64\usr\lib\terminfo\70
C:\msys64\usr\lib\terminfo\71
C:\msys64\usr\lib\terminfo\72
C:\msys64\usr\lib\terminfo\73
C:\msys64\usr\lib\terminfo\74
C:\msys64\usr\lib\terminfo\75
C:\msys64\usr\lib\terminfo\76
C:\msys64\usr\lib\terminfo\77
C:\msys64\usr\lib\terminfo\78
C:\msys64\usr\lib\terminfo\7a
C:\msys64\usr\lib\texinfo
C:\msys64\usr\libexec
C:\msys64\usr\libexec\p11-kit
C:\msys64\usr\local
C:\msys64\usr\local\etc
C:\msys64\usr\share
C:\msys64\usr\share\aclocal
C:\msys64\usr\share\aclocal-1.10
C:\msys64\usr\share\aclocal-1.11
C:\msys64\usr\share\aclocal-1.12
C:\msys64\usr\share\aclocal-1.13
C:\msys64\usr\share\aclocal-1.13\internal
C:\msys64\usr\share\aclocal-1.14
C:\msys64\usr\share\aclocal-1.14\internal
C:\msys64\usr\share\aclocal-1.15
C:\msys64\usr\share\aclocal-1.15\internal
C:\msys64\usr\share\aclocal-1.16
C:\msys64\usr\share\aclocal-1.16\internal
C:\msys64\usr\share\aclocal-1.6
C:\msys64\usr\share\aclocal-1.7
C:\msys64\usr\share\aclocal-1.8
C:\msys64\usr\share\aclocal-1.9
C:\msys64\usr\share\autoconf
C:\msys64\usr\share\autoconf\autoconf
C:\msys64\usr\share\autoconf\Autom4te
C:\msys64\usr\share\autoconf\autoscan
C:\msys64\usr\share\autoconf\autotest
C:\msys64\usr\share\autoconf\m4sugar
C:\msys64\usr\share\autogen
C:\msys64\usr\share\automake-1.10
C:\msys64\usr\share\automake-1.10\am
C:\msys64\usr\share\automake-1.10\Automake
C:\msys64\usr\share\automake-1.11
C:\msys64\usr\share\automake-1.11\am
C:\msys64\usr\share\automake-1.11\Automake
C:\msys64\usr\share\automake-1.12
C:\msys64\usr\share\automake-1.12\am
C:\msys64\usr\share\automake-1.12\Automake
C:\msys64\usr\share\automake-1.13
C:\msys64\usr\share\automake-1.13\am
C:\msys64\usr\share\automake-1.13\Automake
C:\msys64\usr\share\automake-1.14
C:\msys64\usr\share\automake-1.14\am
C:\msys64\usr\share\automake-1.14\Automake
C:\msys64\usr\share\automake-1.15
C:\msys64\usr\share\automake-1.15\am
C:\msys64\usr\share\automake-1.15\Automake
C:\msys64\usr\share\automake-1.16
C:\msys64\usr\share\automake-1.16\am
C:\msys64\usr\share\automake-1.16\Automake
C:\msys64\usr\share\automake-1.6
C:\msys64\usr\share\automake-1.6\am
C:\msys64\usr\share\automake-1.6\Automake
C:\msys64\usr\share\automake-1.7
C:\msys64\usr\share\automake-1.7\am
C:\msys64\usr\share\automake-1.7\Automake
C:\msys64\usr\share\automake-1.8
C:\msys64\usr\share\automake-1.8\am
C:\msys64\usr\share\automake-1.8\Automake
C:\msys64\usr\share\automake-1.9
C:\msys64\usr\share\automake-1.9\am
C:\msys64\usr\share\automake-1.9\Automake
C:\msys64\usr\share\awk
C:\msys64\usr\share\bash-completion
C:\msys64\usr\share\bash-completion\completions
C:\msys64\usr\share\bash-completion\helpers
C:\msys64\usr\share\bison
C:\msys64\usr\share\bison\m4sugar
C:\msys64\usr\share\bison\skeletons
C:\msys64\usr\share\bison\xslt
C:\msys64\usr\share\cmake
C:\msys64\usr\share\cmake\bash-completion
C:\msys64\usr\share\cygwin
C:\msys64\usr\share\doc
C:\msys64\usr\share\doc\bash
C:\msys64\usr\share\doc\bison
C:\msys64\usr\share\doc\bison\examples
C:\msys64\usr\share\doc\dos2unix-7.4.1
C:\msys64\usr\share\doc\dos2unix-7.4.1\de
C:\msys64\usr\share\doc\dos2unix-7.4.1\es
C:\msys64\usr\share\doc\dos2unix-7.4.1\fr
C:\msys64\usr\share\doc\dos2unix-7.4.1\nl
C:\msys64\usr\share\doc\dos2unix-7.4.1\pl
C:\msys64\usr\share\doc\dos2unix-7.4.1\pt_BR
C:\msys64\usr\share\doc\dos2unix-7.4.1\sv
C:\msys64\usr\share\doc\dos2unix-7.4.1\uk
C:\msys64\usr\share\doc\dos2unix-7.4.1\zh_CN
C:\msys64\usr\share\doc\expat
C:\msys64\usr\share\doc\flex
C:\msys64\usr\share\doc\gc
C:\msys64\usr\share\doc\gnupg
C:\msys64\usr\share\doc\gnupg\examples
C:\msys64\usr\share\doc\intltool
C:\msys64\usr\share\doc\libargp
C:\msys64\usr\share\doc\libunistring
C:\msys64\usr\share\doc\lzo
C:\msys64\usr\share\doc\lzop
C:\msys64\usr\share\doc\man-db
C:\msys64\usr\share\doc\mpfr
C:\msys64\usr\share\doc\mpfr\examples
C:\msys64\usr\share\doc\Msys
C:\msys64\usr\share\doc\pcre
C:\msys64\usr\share\doc\pcre\html
C:\msys64\usr\share\doc\pkg-config
C:\msys64\usr\share\doc\pkgfile
C:\msys64\usr\share\doc\quilt
C:\msys64\usr\share\doc\readline
C:\msys64\usr\share\doc\rebase
C:\msys64\usr\share\doc\util-linux
C:\msys64\usr\share\doc\util-linux\getopt
C:\msys64\usr\share\doc\xz
C:\msys64\usr\share\doc\xz\examples
C:\msys64\usr\share\doc\xz\examples_old
C:\msys64\usr\share\emacs
C:\msys64\usr\share\emacs\site-lisp
C:\msys64\usr\share\file
C:\msys64\usr\share\fish
C:\msys64\usr\share\fish\vendor_conf.d
C:\msys64\usr\share\gdb
C:\msys64\usr\share\gdb\auto-load
C:\msys64\usr\share\gdb\auto-load\usr
C:\msys64\usr\share\gdb\python
C:\msys64\usr\share\gdb\python\gdb
C:\msys64\usr\share\gdb\syscalls
C:\msys64\usr\share\gdb\system-gdbinit
C:\msys64\usr\share\gettext
C:\msys64\usr\share\gettext\intl
C:\msys64\usr\share\gettext\po
C:\msys64\usr\share\gettext\projects
C:\msys64\usr\share\gettext\projects\GNOME
C:\msys64\usr\share\gettext\projects\KDE
C:\msys64\usr\share\gettext\projects\TP
C:\msys64\usr\share\gettext\styles
C:\msys64\usr\share\glib-2.0
C:\msys64\usr\share\glib-2.0\gdb
C:\msys64\usr\share\glib-2.0\schemas
C:\msys64\usr\share\gnupg
C:\msys64\usr\share\gperf
C:\msys64\usr\share\gperf\doc
C:\msys64\usr\share\groff
C:\msys64\usr\share\groff\1.22.4
C:\msys64\usr\share\groff\1.22.4\font
C:\msys64\usr\share\groff\1.22.4\oldfont
C:\msys64\usr\share\groff\1.22.4\pic
C:\msys64\usr\share\groff\1.22.4\tmac
C:\msys64\usr\share\groff\current
C:\msys64\usr\share\groff\current\font
C:\msys64\usr\share\groff\current\oldfont
C:\msys64\usr\share\groff\current\pic
C:\msys64\usr\share\groff\current\tmac
C:\msys64\usr\share\groff\site-tmac
C:\msys64\usr\share\guile
C:\msys64\usr\share\guile\2.2
C:\msys64\usr\share\guile\2.2\ice-9
C:\msys64\usr\share\guile\2.2\language
C:\msys64\usr\share\guile\2.2\oop
C:\msys64\usr\share\guile\2.2\rnrs
C:\msys64\usr\share\guile\2.2\scripts
C:\msys64\usr\share\guile\2.2\srfi
C:\msys64\usr\share\guile\2.2\sxml
C:\msys64\usr\share\guile\2.2\system
C:\msys64\usr\share\guile\2.2\texinfo
C:\msys64\usr\share\guile\2.2\web
C:\msys64\usr\share\icons
C:\msys64\usr\share\icons\hicolor
C:\msys64\usr\share\icons\hicolor\16x16
C:\msys64\usr\share\icons\hicolor\24x24
C:\msys64\usr\share\icons\hicolor\256x256
C:\msys64\usr\share\icons\hicolor\32x32
C:\msys64\usr\share\icons\hicolor\48x48
C:\msys64\usr\share\icons\hicolor\64x64
C:\msys64\usr\share\info
C:\msys64\usr\share\intltool
C:\msys64\usr\share\lemon
C:\msys64\usr\share\libalpm
C:\msys64\usr\share\libalpm\hooks
C:\msys64\usr\share\libtool
C:\msys64\usr\share\libtool\build-aux
C:\msys64\usr\share\libtool\libltdl
C:\msys64\usr\share\libtool\loaders
C:\msys64\usr\share\licenses
C:\msys64\usr\share\licenses\autoconf
C:\msys64\usr\share\licenses\autoconf2.13
C:\msys64\usr\share\licenses\brotli
C:\msys64\usr\share\licenses\btyacc
C:\msys64\usr\share\licenses\curl
C:\msys64\usr\share\licenses\dash
C:\msys64\usr\share\licenses\diffstat
C:\msys64\usr\share\licenses\docbook-xml
C:\msys64\usr\share\licenses\docbook-xsl
C:\msys64\usr\share\licenses\dos2unix
C:\msys64\usr\share\licenses\expat
C:\msys64\usr\share\licenses\file
C:\msys64\usr\share\licenses\gcc-libs
C:\msys64\usr\share\licenses\lemon
C:\msys64\usr\share\licenses\libarchive
C:\msys64\usr\share\licenses\libargp
C:\msys64\usr\share\licenses\libassuan
C:\msys64\usr\share\licenses\libatomic_ops
C:\msys64\usr\share\licenses\libedit
C:\msys64\usr\share\licenses\libffi
C:\msys64\usr\share\licenses\libksba
C:\msys64\usr\share\licenses\libnghttp2
C:\msys64\usr\share\licenses\libopenssl
C:\msys64\usr\share\licenses\libpsl
C:\msys64\usr\share\licenses\libsqlite
C:\msys64\usr\share\licenses\libssh2
C:\msys64\usr\share\licenses\libunrar
C:\msys64\usr\share\licenses\libxml2
C:\msys64\usr\share\licenses\libxslt
C:\msys64\usr\share\licenses\mintty
C:\msys64\usr\share\licenses\mpdecimal
C:\msys64\usr\share\licenses\msys_scripts
C:\msys64\usr\share\licenses\msys_scripts\flex
C:\msys64\usr\share\licenses\ncurses
C:\msys64\usr\share\licenses\p11-kit
C:\msys64\usr\share\licenses\pactoys
C:\msys64\usr\share\licenses\pactoys\inih
C:\msys64\usr\share\licenses\pcre
C:\msys64\usr\share\licenses\perl-YAML-Syck
C:\msys64\usr\share\licenses\pkgfile
C:\msys64\usr\share\licenses\python
C:\msys64\usr\share\licenses\quilt
C:\msys64\usr\share\licenses\reflex
C:\msys64\usr\share\licenses\scons
C:\msys64\usr\share\licenses\swig
C:\msys64\usr\share\licenses\tftp-hpa
C:\msys64\usr\share\licenses\unrar
C:\msys64\usr\share\licenses\unzip
C:\msys64\usr\share\licenses\zip
C:\msys64\usr\share\licenses\zlib
C:\msys64\usr\share\licenses\zstd
C:\msys64\usr\share\locale
C:\msys64\usr\share\locale\af
C:\msys64\usr\share\locale\af\LC_MESSAGES
C:\msys64\usr\share\locale\af\LC_TIME
C:\msys64\usr\share\locale\am
C:\msys64\usr\share\locale\am\LC_MESSAGES
C:\msys64\usr\share\locale\an
C:\msys64\usr\share\locale\an\LC_MESSAGES
C:\msys64\usr\share\locale\ar
C:\msys64\usr\share\locale\ar\LC_MESSAGES
C:\msys64\usr\share\locale\as
C:\msys64\usr\share\locale\as\LC_MESSAGES
C:\msys64\usr\share\locale\ast
C:\msys64\usr\share\locale\ast\LC_MESSAGES
C:\msys64\usr\share\locale\az
C:\msys64\usr\share\locale\az\LC_MESSAGES
C:\msys64\usr\share\locale\be
C:\msys64\usr\share\locale\be@latin
C:\msys64\usr\share\locale\be@latin\LC_MESSAGES
C:\msys64\usr\share\locale\be\LC_MESSAGES
C:\msys64\usr\share\locale\be\LC_TIME
C:\msys64\usr\share\locale\bg
C:\msys64\usr\share\locale\bg\LC_MESSAGES
C:\msys64\usr\share\locale\bg\LC_TIME
C:\msys64\usr\share\locale\bn
C:\msys64\usr\share\locale\bn\LC_MESSAGES
C:\msys64\usr\share\locale\bn_IN
C:\msys64\usr\share\locale\bn_IN\LC_MESSAGES
C:\msys64\usr\share\locale\br
C:\msys64\usr\share\locale\br\LC_MESSAGES
C:\msys64\usr\share\locale\bs
C:\msys64\usr\share\locale\bs\LC_MESSAGES
C:\msys64\usr\share\locale\ca
C:\msys64\usr\share\locale\ca.us-ascii
C:\msys64\usr\share\locale\ca.us-ascii\LC_MESSAGES
C:\msys64\usr\share\locale\ca@valencia
C:\msys64\usr\share\locale\ca@valencia\LC_MESSAGES
C:\msys64\usr\share\locale\ca\LC_MESSAGES
C:\msys64\usr\share\locale\ca\LC_TIME
C:\msys64\usr\share\locale\cs
C:\msys64\usr\share\locale\cs\LC_MESSAGES
C:\msys64\usr\share\locale\cs\LC_TIME
C:\msys64\usr\share\locale\cy
C:\msys64\usr\share\locale\cy\LC_MESSAGES
C:\msys64\usr\share\locale\da
C:\msys64\usr\share\locale\da\LC_MESSAGES
C:\msys64\usr\share\locale\da\LC_TIME
C:\msys64\usr\share\locale\de
C:\msys64\usr\share\locale\de.us-ascii
C:\msys64\usr\share\locale\de.us-ascii\LC_MESSAGES
C:\msys64\usr\share\locale\de\LC_MESSAGES
C:\msys64\usr\share\locale\de\LC_TIME
C:\msys64\usr\share\locale\dz
C:\msys64\usr\share\locale\dz\LC_MESSAGES
C:\msys64\usr\share\locale\el
C:\msys64\usr\share\locale\el\LC_MESSAGES
C:\msys64\usr\share\locale\el\LC_TIME
C:\msys64\usr\share\locale\en@boldquot
C:\msys64\usr\share\locale\en@boldquot\LC_MESSAGES
C:\msys64\usr\share\locale\en@quot
C:\msys64\usr\share\locale\en@quot\LC_MESSAGES
C:\msys64\usr\share\locale\en@shaw
C:\msys64\usr\share\locale\en@shaw\LC_MESSAGES
C:\msys64\usr\share\locale\en_CA
C:\msys64\usr\share\locale\en_CA\LC_MESSAGES
C:\msys64\usr\share\locale\en_GB
C:\msys64\usr\share\locale\en_GB\LC_MESSAGES
C:\msys64\usr\share\locale\eo
C:\msys64\usr\share\locale\eo\LC_MESSAGES
C:\msys64\usr\share\locale\eo\LC_TIME
C:\msys64\usr\share\locale\es
C:\msys64\usr\share\locale\es\LC_MESSAGES
C:\msys64\usr\share\locale\es\LC_TIME
C:\msys64\usr\share\locale\es_419
C:\msys64\usr\share\locale\es_419\LC_MESSAGES
C:\msys64\usr\share\locale\et
C:\msys64\usr\share\locale\et\LC_MESSAGES
C:\msys64\usr\share\locale\et\LC_TIME
C:\msys64\usr\share\locale\eu
C:\msys64\usr\share\locale\eu\LC_MESSAGES
C:\msys64\usr\share\locale\eu\LC_TIME
C:\msys64\usr\share\locale\eu_ES
C:\msys64\usr\share\locale\eu_ES\LC_MESSAGES
C:\msys64\usr\share\locale\fa
C:\msys64\usr\share\locale\fa\LC_MESSAGES
C:\msys64\usr\share\locale\fi
C:\msys64\usr\share\locale\fi\LC_MESSAGES
C:\msys64\usr\share\locale\fi\LC_TIME
C:\msys64\usr\share\locale\fr
C:\msys64\usr\share\locale\fr\LC_MESSAGES
C:\msys64\usr\share\locale\fr\LC_TIME
C:\msys64\usr\share\locale\fur
C:\msys64\usr\share\locale\fur\LC_MESSAGES
C:\msys64\usr\share\locale\ga
C:\msys64\usr\share\locale\ga\LC_MESSAGES
C:\msys64\usr\share\locale\ga\LC_TIME
C:\msys64\usr\share\locale\gd
C:\msys64\usr\share\locale\gd\LC_MESSAGES
C:\msys64\usr\share\locale\gl
C:\msys64\usr\share\locale\gl\LC_MESSAGES
C:\msys64\usr\share\locale\gl\LC_TIME
C:\msys64\usr\share\locale\gu
C:\msys64\usr\share\locale\gu\LC_MESSAGES
C:\msys64\usr\share\locale\he
C:\msys64\usr\share\locale\he\LC_MESSAGES
C:\msys64\usr\share\locale\hi
C:\msys64\usr\share\locale\hi\LC_MESSAGES
C:\msys64\usr\share\locale\hr
C:\msys64\usr\share\locale\hr\LC_MESSAGES
C:\msys64\usr\share\locale\hr\LC_TIME
C:\msys64\usr\share\locale\hu
C:\msys64\usr\share\locale\hu\LC_MESSAGES
C:\msys64\usr\share\locale\hu\LC_TIME
C:\msys64\usr\share\locale\hy
C:\msys64\usr\share\locale\hy\LC_MESSAGES
C:\msys64\usr\share\locale\ia
C:\msys64\usr\share\locale\ia\LC_MESSAGES
C:\msys64\usr\share\locale\ia\LC_TIME
C:\msys64\usr\share\locale\id
C:\msys64\usr\share\locale\id\LC_MESSAGES
C:\msys64\usr\share\locale\id\LC_TIME
C:\msys64\usr\share\locale\is
C:\msys64\usr\share\locale\is\LC_MESSAGES
C:\msys64\usr\share\locale\it
C:\msys64\usr\share\locale\it\LC_MESSAGES
C:\msys64\usr\share\locale\it\LC_TIME
C:\msys64\usr\share\locale\ja
C:\msys64\usr\share\locale\ja\LC_MESSAGES
C:\msys64\usr\share\locale\ja\LC_TIME
C:\msys64\usr\share\locale\ka
C:\msys64\usr\share\locale\ka\LC_MESSAGES
C:\msys64\usr\share\locale\kk
C:\msys64\usr\share\locale\kk\LC_MESSAGES
C:\msys64\usr\share\locale\kk\LC_TIME
C:\msys64\usr\share\locale\kn
C:\msys64\usr\share\locale\kn\LC_MESSAGES
C:\msys64\usr\share\locale\ko
C:\msys64\usr\share\locale\ko\LC_MESSAGES
C:\msys64\usr\share\locale\ko\LC_TIME
C:\msys64\usr\share\locale\ku
C:\msys64\usr\share\locale\ku\LC_MESSAGES
C:\msys64\usr\share\locale\ky
C:\msys64\usr\share\locale\ky\LC_MESSAGES
C:\msys64\usr\share\locale\lg
C:\msys64\usr\share\locale\lg\LC_MESSAGES
C:\msys64\usr\share\locale\lg\LC_TIME
C:\msys64\usr\share\locale\lt
C:\msys64\usr\share\locale\lt\LC_MESSAGES
C:\msys64\usr\share\locale\lt\LC_TIME
C:\msys64\usr\share\locale\lv
C:\msys64\usr\share\locale\lv\LC_MESSAGES
C:\msys64\usr\share\locale\mai
C:\msys64\usr\share\locale\mai\LC_MESSAGES
C:\msys64\usr\share\locale\mg
C:\msys64\usr\share\locale\mg\LC_MESSAGES
C:\msys64\usr\share\locale\mk
C:\msys64\usr\share\locale\mk\LC_MESSAGES
C:\msys64\usr\share\locale\ml
C:\msys64\usr\share\locale\ml\LC_MESSAGES
C:\msys64\usr\share\locale\mn
C:\msys64\usr\share\locale\mn\LC_MESSAGES
C:\msys64\usr\share\locale\mr
C:\msys64\usr\share\locale\mr\LC_MESSAGES
C:\msys64\usr\share\locale\ms
C:\msys64\usr\share\locale\ms\LC_MESSAGES
C:\msys64\usr\share\locale\ms\LC_TIME
C:\msys64\usr\share\locale\nb
C:\msys64\usr\share\locale\nb\LC_MESSAGES
C:\msys64\usr\share\locale\nb\LC_TIME
C:\msys64\usr\share\locale\nds
C:\msys64\usr\share\locale\nds\LC_MESSAGES
C:\msys64\usr\share\locale\ne
C:\msys64\usr\share\locale\ne\LC_MESSAGES
C:\msys64\usr\share\locale\nl
C:\msys64\usr\share\locale\nl\LC_MESSAGES
C:\msys64\usr\share\locale\nl\LC_TIME
C:\msys64\usr\share\locale\nn
C:\msys64\usr\share\locale\nn\LC_MESSAGES
C:\msys64\usr\share\locale\no.us-ascii
C:\msys64\usr\share\locale\no.us-ascii\LC_MESSAGES
C:\msys64\usr\share\locale\oc
C:\msys64\usr\share\locale\oc\LC_MESSAGES
C:\msys64\usr\share\locale\or
C:\msys64\usr\share\locale\or\LC_MESSAGES
C:\msys64\usr\share\locale\pa
C:\msys64\usr\share\locale\pa\LC_MESSAGES
C:\msys64\usr\share\locale\pl
C:\msys64\usr\share\locale\pl\LC_MESSAGES
C:\msys64\usr\share\locale\pl\LC_TIME
C:\msys64\usr\share\locale\ps
C:\msys64\usr\share\locale\ps\LC_MESSAGES
C:\msys64\usr\share\locale\pt
C:\msys64\usr\share\locale\pt.us-ascii
C:\msys64\usr\share\locale\pt.us-ascii\LC_MESSAGES
C:\msys64\usr\share\locale\pt\LC_MESSAGES
C:\msys64\usr\share\locale\pt\LC_TIME
C:\msys64\usr\share\locale\pt_BR
C:\msys64\usr\share\locale\pt_BR.us-ascii
C:\msys64\usr\share\locale\pt_BR.us-ascii\LC_MESSAGES
C:\msys64\usr\share\locale\pt_BR\LC_MESSAGES
C:\msys64\usr\share\locale\pt_BR\LC_TIME
C:\msys64\usr\share\locale\rm
C:\msys64\usr\share\locale\rm\LC_MESSAGES
C:\msys64\usr\share\locale\ro
C:\msys64\usr\share\locale\ro\LC_MESSAGES
C:\msys64\usr\share\locale\ro\LC_TIME
C:\msys64\usr\share\locale\ru
C:\msys64\usr\share\locale\ru\LC_MESSAGES
C:\msys64\usr\share\locale\ru\LC_TIME
C:\msys64\usr\share\locale\rw
C:\msys64\usr\share\locale\rw\LC_MESSAGES
C:\msys64\usr\share\locale\si
C:\msys64\usr\share\locale\si\LC_MESSAGES
C:\msys64\usr\share\locale\sk
C:\msys64\usr\share\locale\sk\LC_MESSAGES
C:\msys64\usr\share\locale\sk\LC_TIME
C:\msys64\usr\share\locale\sl
C:\msys64\usr\share\locale\sl\LC_MESSAGES
C:\msys64\usr\share\locale\sl\LC_TIME
C:\msys64\usr\share\locale\sq
C:\msys64\usr\share\locale\sq\LC_MESSAGES
C:\msys64\usr\share\locale\sr
C:\msys64\usr\share\locale\sr@ije
C:\msys64\usr\share\locale\sr@ije\LC_MESSAGES
C:\msys64\usr\share\locale\sr@latin
C:\msys64\usr\share\locale\sr@latin\LC_MESSAGES
C:\msys64\usr\share\locale\sr\LC_MESSAGES
C:\msys64\usr\share\locale\sr\LC_TIME
C:\msys64\usr\share\locale\sv
C:\msys64\usr\share\locale\sv\LC_MESSAGES
C:\msys64\usr\share\locale\sv\LC_TIME
C:\msys64\usr\share\locale\ta
C:\msys64\usr\share\locale\ta\LC_MESSAGES
C:\msys64\usr\share\locale\te
C:\msys64\usr\share\locale\te\LC_MESSAGES
C:\msys64\usr\share\locale\tg
C:\msys64\usr\share\locale\tg\LC_MESSAGES
C:\msys64\usr\share\locale\th
C:\msys64\usr\share\locale\th\LC_MESSAGES
C:\msys64\usr\share\locale\tl
C:\msys64\usr\share\locale\tl\LC_MESSAGES
C:\msys64\usr\share\locale\tr
C:\msys64\usr\share\locale\tr\LC_MESSAGES
C:\msys64\usr\share\locale\tr\LC_TIME
C:\msys64\usr\share\locale\tt
C:\msys64\usr\share\locale\tt\LC_MESSAGES
C:\msys64\usr\share\locale\ug
C:\msys64\usr\share\locale\ug\LC_MESSAGES
C:\msys64\usr\share\locale\uk
C:\msys64\usr\share\locale\uk\LC_MESSAGES
C:\msys64\usr\share\locale\uk\LC_TIME
C:\msys64\usr\share\locale\vi
C:\msys64\usr\share\locale\vi\LC_MESSAGES
C:\msys64\usr\share\locale\vi\LC_TIME
C:\msys64\usr\share\locale\wa
C:\msys64\usr\share\locale\wa\LC_MESSAGES
C:\msys64\usr\share\locale\xh
C:\msys64\usr\share\locale\xh\LC_MESSAGES
C:\msys64\usr\share\locale\yi
C:\msys64\usr\share\locale\yi\LC_MESSAGES
C:\msys64\usr\share\locale\zh_CN
C:\msys64\usr\share\locale\zh_CN\LC_MESSAGES
C:\msys64\usr\share\locale\zh_CN\LC_TIME
C:\msys64\usr\share\locale\zh_HK
C:\msys64\usr\share\locale\zh_HK\LC_MESSAGES
C:\msys64\usr\share\locale\zh_TW
C:\msys64\usr\share\locale\zh_TW\LC_MESSAGES
C:\msys64\usr\share\locale\zh_TW\LC_TIME
C:\msys64\usr\share\makepkg
C:\msys64\usr\share\makepkg\buildenv
C:\msys64\usr\share\makepkg\executable
C:\msys64\usr\share\makepkg\integrity
C:\msys64\usr\share\makepkg\lint_config
C:\msys64\usr\share\makepkg\lint_package
C:\msys64\usr\share\makepkg\lint_pkgbuild
C:\msys64\usr\share\makepkg\source
C:\msys64\usr\share\makepkg\tidy
C:\msys64\usr\share\makepkg\util
C:\msys64\usr\share\makepkg-template
C:\msys64\usr\share\man
C:\msys64\usr\share\man\da
C:\msys64\usr\share\man\da\man1
C:\msys64\usr\share\man\da\man5
C:\msys64\usr\share\man\da\man8
C:\msys64\usr\share\man\de
C:\msys64\usr\share\man\de\man1
C:\msys64\usr\share\man\de\man5
C:\msys64\usr\share\man\de\man8
C:\msys64\usr\share\man\el
C:\msys64\usr\share\man\el\man1
C:\msys64\usr\share\man\eo
C:\msys64\usr\share\man\eo\man1
C:\msys64\usr\share\man\es
C:\msys64\usr\share\man\es\man1
C:\msys64\usr\share\man\es\man5
C:\msys64\usr\share\man\es\man8
C:\msys64\usr\share\man\fi
C:\msys64\usr\share\man\fi\man1
C:\msys64\usr\share\man\fr
C:\msys64\usr\share\man\fr\man1
C:\msys64\usr\share\man\fr\man5
C:\msys64\usr\share\man\fr\man8
C:\msys64\usr\share\man\hr
C:\msys64\usr\share\man\hr\man1
C:\msys64\usr\share\man\hu
C:\msys64\usr\share\man\hu\man1
C:\msys64\usr\share\man\id
C:\msys64\usr\share\man\id\man1
C:\msys64\usr\share\man\id\man5
C:\msys64\usr\share\man\id\man8
C:\msys64\usr\share\man\it
C:\msys64\usr\share\man\it\man1
C:\msys64\usr\share\man\it\man5
C:\msys64\usr\share\man\it\man8
C:\msys64\usr\share\man\ja
C:\msys64\usr\share\man\ja\man1
C:\msys64\usr\share\man\ja\man5
C:\msys64\usr\share\man\ja\man8
C:\msys64\usr\share\man\man1
C:\msys64\usr\share\man\man2
C:\msys64\usr\share\man\man3
C:\msys64\usr\share\man\man4
C:\msys64\usr\share\man\man5
C:\msys64\usr\share\man\man6
C:\msys64\usr\share\man\man7
C:\msys64\usr\share\man\man8
C:\msys64\usr\share\man\nb
C:\msys64\usr\share\man\nb\man1
C:\msys64\usr\share\man\nl
C:\msys64\usr\share\man\nl\man1
C:\msys64\usr\share\man\nl\man5
C:\msys64\usr\share\man\nl\man8
C:\msys64\usr\share\man\pl
C:\msys64\usr\share\man\pl\man1
C:\msys64\usr\share\man\pl\man5
C:\msys64\usr\share\man\pl\man8
C:\msys64\usr\share\man\pt
C:\msys64\usr\share\man\pt\man1
C:\msys64\usr\share\man\pt\man5
C:\msys64\usr\share\man\pt\man8
C:\msys64\usr\share\man\pt_BR
C:\msys64\usr\share\man\pt_BR\man1
C:\msys64\usr\share\man\pt_BR\man5
C:\msys64\usr\share\man\pt_BR\man8
C:\msys64\usr\share\man\ru
C:\msys64\usr\share\man\ru\man1
C:\msys64\usr\share\man\ru\man5
C:\msys64\usr\share\man\ru\man8
C:\msys64\usr\share\man\sr
C:\msys64\usr\share\man\sr\man1
C:\msys64\usr\share\man\sr\man5
C:\msys64\usr\share\man\sr\man8
C:\msys64\usr\share\man\sv
C:\msys64\usr\share\man\sv\man1
C:\msys64\usr\share\man\sv\man5
C:\msys64\usr\share\man\sv\man8
C:\msys64\usr\share\man\ta
C:\msys64\usr\share\man\ta\man1
C:\msys64\usr\share\man\tr
C:\msys64\usr\share\man\tr\man1
C:\msys64\usr\share\man\tr\man5
C:\msys64\usr\share\man\tr\man8
C:\msys64\usr\share\man\uk
C:\msys64\usr\share\man\uk\man1
C:\msys64\usr\share\man\vi
C:\msys64\usr\share\man\vi\man1
C:\msys64\usr\share\man\zh_CN
C:\msys64\usr\share\man\zh_CN\man1
C:\msys64\usr\share\man\zh_CN\man5
C:\msys64\usr\share\man\zh_CN\man8
C:\msys64\usr\share\mintty
C:\msys64\usr\share\mintty\emojis
C:\msys64\usr\share\mintty\icon
C:\msys64\usr\share\mintty\lang
C:\msys64\usr\share\mintty\sounds
C:\msys64\usr\share\mintty\themes
C:\msys64\usr\share\misc
C:\msys64\usr\share\Msys
C:\msys64\usr\share\p11-kit
C:\msys64\usr\share\p11-kit\modules
C:\msys64\usr\share\pacman
C:\msys64\usr\share\pacman\keyrings
C:\msys64\usr\share\pactoys
C:\msys64\usr\share\pactoys\library
C:\msys64\usr\share\perl5
C:\msys64\usr\share\perl5\core_perl
C:\msys64\usr\share\perl5\core_perl\App
C:\msys64\usr\share\perl5\core_perl\Archive
C:\msys64\usr\share\perl5\core_perl\Attribute
C:\msys64\usr\share\perl5\core_perl\autodie
C:\msys64\usr\share\perl5\core_perl\B
C:\msys64\usr\share\perl5\core_perl\Carp
C:\msys64\usr\share\perl5\core_perl\Class
C:\msys64\usr\share\perl5\core_perl\Compress
C:\msys64\usr\share\perl5\core_perl\Config
C:\msys64\usr\share\perl5\core_perl\CPAN
C:\msys64\usr\share\perl5\core_perl\DBM_Filter
C:\msys64\usr\share\perl5\core_perl\Devel
C:\msys64\usr\share\perl5\core_perl\Digest
C:\msys64\usr\share\perl5\core_perl\Encode
C:\msys64\usr\share\perl5\core_perl\encoding
C:\msys64\usr\share\perl5\core_perl\Exporter
C:\msys64\usr\share\perl5\core_perl\ExtUtils
C:\msys64\usr\share\perl5\core_perl\File
C:\msys64\usr\share\perl5\core_perl\Filter
C:\msys64\usr\share\perl5\core_perl\Getopt
C:\msys64\usr\share\perl5\core_perl\HTTP
C:\msys64\usr\share\perl5\core_perl\I18N
C:\msys64\usr\share\perl5\core_perl\IO
C:\msys64\usr\share\perl5\core_perl\IPC
C:\msys64\usr\share\perl5\core_perl\JSON
C:\msys64\usr\share\perl5\core_perl\Locale
C:\msys64\usr\share\perl5\core_perl\Math
C:\msys64\usr\share\perl5\core_perl\Memoize
C:\msys64\usr\share\perl5\core_perl\Module
C:\msys64\usr\share\perl5\core_perl\Net
C:\msys64\usr\share\perl5\core_perl\overload
C:\msys64\usr\share\perl5\core_perl\Params
C:\msys64\usr\share\perl5\core_perl\Parse
C:\msys64\usr\share\perl5\core_perl\Perl
C:\msys64\usr\share\perl5\core_perl\PerlIO
C:\msys64\usr\share\perl5\core_perl\Pod
C:\msys64\usr\share\perl5\core_perl\pods
C:\msys64\usr\share\perl5\core_perl\Search
C:\msys64\usr\share\perl5\core_perl\TAP
C:\msys64\usr\share\perl5\core_perl\Term
C:\msys64\usr\share\perl5\core_perl\Test
C:\msys64\usr\share\perl5\core_perl\Test2
C:\msys64\usr\share\perl5\core_perl\Text
C:\msys64\usr\share\perl5\core_perl\Thread
C:\msys64\usr\share\perl5\core_perl\Tie
C:\msys64\usr\share\perl5\core_perl\Time
C:\msys64\usr\share\perl5\core_perl\Unicode
C:\msys64\usr\share\perl5\core_perl\unicore
C:\msys64\usr\share\perl5\core_perl\User
C:\msys64\usr\share\perl5\core_perl\version
C:\msys64\usr\share\perl5\core_perl\warnings
C:\msys64\usr\share\perl5\core_perl\Win32API
C:\msys64\usr\share\perl5\site_perl
C:\msys64\usr\share\perl5\vendor_perl
C:\msys64\usr\share\perl5\vendor_perl\inc
C:\msys64\usr\share\perl5\vendor_perl\Module
C:\msys64\usr\share\perl5\vendor_perl\Test
C:\msys64\usr\share\pkgconfig
C:\msys64\usr\share\pki
C:\msys64\usr\share\pki\ca-trust-legacy
C:\msys64\usr\share\pki\ca-trust-source
C:\msys64\usr\share\quilt
C:\msys64\usr\share\quilt\compat
C:\msys64\usr\share\quilt\scripts
C:\msys64\usr\share\readline
C:\msys64\usr\share\saneman
C:\msys64\usr\share\saneman\modules
C:\msys64\usr\share\swig
C:\msys64\usr\share\swig\4.0.2
C:\msys64\usr\share\swig\4.0.2\csharp
C:\msys64\usr\share\swig\4.0.2\d
C:\msys64\usr\share\swig\4.0.2\go
C:\msys64\usr\share\swig\4.0.2\guile
C:\msys64\usr\share\swig\4.0.2\java
C:\msys64\usr\share\swig\4.0.2\javascript
C:\msys64\usr\share\swig\4.0.2\lua
C:\msys64\usr\share\swig\4.0.2\mzscheme
C:\msys64\usr\share\swig\4.0.2\ocaml
C:\msys64\usr\share\swig\4.0.2\octave
C:\msys64\usr\share\swig\4.0.2\perl5
C:\msys64\usr\share\swig\4.0.2\php
C:\msys64\usr\share\swig\4.0.2\python
C:\msys64\usr\share\swig\4.0.2\r
C:\msys64\usr\share\swig\4.0.2\ruby
C:\msys64\usr\share\swig\4.0.2\scilab
C:\msys64\usr\share\swig\4.0.2\std
C:\msys64\usr\share\swig\4.0.2\tcl
C:\msys64\usr\share\swig\4.0.2\typemaps
C:\msys64\usr\share\swig\4.0.2\xml
C:\msys64\usr\share\tabset
C:\msys64\usr\share\terminfo
C:\msys64\usr\share\terminfo\31
C:\msys64\usr\share\terminfo\32
C:\msys64\usr\share\terminfo\33
C:\msys64\usr\share\terminfo\34
C:\msys64\usr\share\terminfo\35
C:\msys64\usr\share\terminfo\36
C:\msys64\usr\share\terminfo\37
C:\msys64\usr\share\terminfo\38
C:\msys64\usr\share\terminfo\39
C:\msys64\usr\share\terminfo\41
C:\msys64\usr\share\terminfo\45
C:\msys64\usr\share\terminfo\4c
C:\msys64\usr\share\terminfo\4d
C:\msys64\usr\share\terminfo\4e
C:\msys64\usr\share\terminfo\50
C:\msys64\usr\share\terminfo\51
C:\msys64\usr\share\terminfo\58
C:\msys64\usr\share\terminfo\61
C:\msys64\usr\share\terminfo\62
C:\msys64\usr\share\terminfo\63
C:\msys64\usr\share\terminfo\64
C:\msys64\usr\share\terminfo\65
C:\msys64\usr\share\terminfo\66
C:\msys64\usr\share\terminfo\67
C:\msys64\usr\share\terminfo\68
C:\msys64\usr\share\terminfo\69
C:\msys64\usr\share\terminfo\6a
C:\msys64\usr\share\terminfo\6b
C:\msys64\usr\share\terminfo\6c
C:\msys64\usr\share\terminfo\6d
C:\msys64\usr\share\terminfo\6e
C:\msys64\usr\share\terminfo\6f
C:\msys64\usr\share\terminfo\70
C:\msys64\usr\share\terminfo\71
C:\msys64\usr\share\terminfo\72
C:\msys64\usr\share\terminfo\73
C:\msys64\usr\share\terminfo\74
C:\msys64\usr\share\terminfo\75
C:\msys64\usr\share\terminfo\76
C:\msys64\usr\share\terminfo\77
C:\msys64\usr\share\terminfo\78
C:\msys64\usr\share\terminfo\7a
C:\msys64\usr\share\texinfo
C:\msys64\usr\share\texinfo\DebugTexinfo
C:\msys64\usr\share\texinfo\init
C:\msys64\usr\share\texinfo\lib
C:\msys64\usr\share\texinfo\lib\libintl-perl
C:\msys64\usr\share\texinfo\lib\Text-Unidecode
C:\msys64\usr\share\texinfo\lib\Unicode-EastAsianWidth
C:\msys64\usr\share\texinfo\Pod-Simple-Texinfo
C:\msys64\usr\share\texinfo\Pod-Simple-Texinfo\Pod
C:\msys64\usr\share\texinfo\Texinfo
C:\msys64\usr\share\texinfo\Texinfo\Convert
C:\msys64\usr\share\texinfo\Texinfo\XS
C:\msys64\usr\share\vim
C:\msys64\usr\share\vim\vimfiles
C:\msys64\usr\share\vim\vimfiles\ftdetect
C:\msys64\usr\share\vim\vimfiles\ftplugin
C:\msys64\usr\share\vim\vimfiles\syntax
C:\msys64\usr\share\xml
C:\msys64\usr\share\xml\docbook
C:\msys64\usr\share\xml\docbook\xml-dtd-4.1.2
C:\msys64\usr\share\xml\docbook\xml-dtd-4.2
C:\msys64\usr\share\xml\docbook\xml-dtd-4.3
C:\msys64\usr\share\xml\docbook\xml-dtd-4.4
C:\msys64\usr\share\xml\docbook\xml-dtd-4.5
C:\msys64\usr\share\xml\docbook\xsl-stylesheets-1.79.2
C:\msys64\usr\share\xmlto
C:\msys64\usr\share\xmlto\format
C:\msys64\usr\share\xmlto\format\docbook
C:\msys64\usr\share\xmlto\format\fo
C:\msys64\usr\share\xmlto\format\xhtml1
C:\msys64\usr\share\zoneinfo
C:\msys64\usr\share\zoneinfo\Africa
C:\msys64\usr\share\zoneinfo\America
C:\msys64\usr\share\zoneinfo\America\Argentina
C:\msys64\usr\share\zoneinfo\America\Indiana
C:\msys64\usr\share\zoneinfo\America\Kentucky
C:\msys64\usr\share\zoneinfo\America\North_Dakota
C:\msys64\usr\share\zoneinfo\Antarctica
C:\msys64\usr\share\zoneinfo\Arctic
C:\msys64\usr\share\zoneinfo\Asia
C:\msys64\usr\share\zoneinfo\Atlantic
C:\msys64\usr\share\zoneinfo\Australia
C:\msys64\usr\share\zoneinfo\Brazil
C:\msys64\usr\share\zoneinfo\Canada
C:\msys64\usr\share\zoneinfo\Chile
C:\msys64\usr\share\zoneinfo\Etc
C:\msys64\usr\share\zoneinfo\Europe
C:\msys64\usr\share\zoneinfo\Indian
C:\msys64\usr\share\zoneinfo\Mexico
C:\msys64\usr\share\zoneinfo\Pacific
C:\msys64\usr\share\zoneinfo\posix
C:\msys64\usr\share\zoneinfo\posix\Africa
C:\msys64\usr\share\zoneinfo\posix\America
C:\msys64\usr\share\zoneinfo\posix\Antarctica
C:\msys64\usr\share\zoneinfo\posix\Arctic
C:\msys64\usr\share\zoneinfo\posix\Asia
C:\msys64\usr\share\zoneinfo\posix\Atlantic
C:\msys64\usr\share\zoneinfo\posix\Australia
C:\msys64\usr\share\zoneinfo\posix\Brazil
C:\msys64\usr\share\zoneinfo\posix\Canada
C:\msys64\usr\share\zoneinfo\posix\Chile
C:\msys64\usr\share\zoneinfo\posix\Etc
C:\msys64\usr\share\zoneinfo\posix\Europe
C:\msys64\usr\share\zoneinfo\posix\Indian
C:\msys64\usr\share\zoneinfo\posix\Mexico
C:\msys64\usr\share\zoneinfo\posix\Pacific
C:\msys64\usr\share\zoneinfo\posix\US
C:\msys64\usr\share\zoneinfo\right
C:\msys64\usr\share\zoneinfo\right\Africa
C:\msys64\usr\share\zoneinfo\right\America
C:\msys64\usr\share\zoneinfo\right\Antarctica
C:\msys64\usr\share\zoneinfo\right\Arctic
C:\msys64\usr\share\zoneinfo\right\Asia
C:\msys64\usr\share\zoneinfo\right\Atlantic
C:\msys64\usr\share\zoneinfo\right\Australia
C:\msys64\usr\share\zoneinfo\right\Brazil
C:\msys64\usr\share\zoneinfo\right\Canada
C:\msys64\usr\share\zoneinfo\right\Chile
C:\msys64\usr\share\zoneinfo\right\Etc
C:\msys64\usr\share\zoneinfo\right\Europe
C:\msys64\usr\share\zoneinfo\right\Indian
C:\msys64\usr\share\zoneinfo\right\Mexico
C:\msys64\usr\share\zoneinfo\right\Pacific
C:\msys64\usr\share\zoneinfo\right\US
C:\msys64\usr\share\zoneinfo\US
C:\msys64\usr\share\zsh
C:\msys64\usr\share\zsh\site-functions
C:\msys64\usr\src
C:\msys64\usr\ssl
C:\msys64\usr\ssl\certs
C:\msys64\usr\ssl\misc
C:\msys64\usr\ssl\private
C:\msys64\usr\var
C:\msys64\var
C:\msys64\var\cache
C:\msys64\var\cache\man
C:\msys64\var\cache\pacboy
C:\msys64\var\cache\pacman
C:\msys64\var\cache\pacman\pkg
C:\msys64\var\cache\pkgfile
C:\msys64\var\empty
C:\msys64\var\lib
C:\msys64\var\lib\misc
C:\msys64\var\lib\pacman
C:\msys64\var\lib\pacman\local
C:\msys64\var\lib\pacman\local\asciidoc-9.0.1-1
C:\msys64\var\lib\pacman\local\autoconf2.13-2.13-2
C:\msys64\var\lib\pacman\local\autoconf-2.69-5
C:\msys64\var\lib\pacman\local\autogen-5.18.16-1
C:\msys64\var\lib\pacman\local\automake1.10-1.10.3-3
C:\msys64\var\lib\pacman\local\automake1.11-1.11.6-3
C:\msys64\var\lib\pacman\local\automake1.12-1.12.6-3
C:\msys64\var\lib\pacman\local\automake1.13-1.13.4-4
C:\msys64\var\lib\pacman\local\automake1.14-1.14.1-3
C:\msys64\var\lib\pacman\local\automake1.15-1.15.1-1
C:\msys64\var\lib\pacman\local\automake1.16-1.16.2-1
C:\msys64\var\lib\pacman\local\automake1.6-1.6.3-2
C:\msys64\var\lib\pacman\local\automake1.7-1.7.9-2
C:\msys64\var\lib\pacman\local\automake1.8-1.8.5-3
C:\msys64\var\lib\pacman\local\automake1.9-1.9.6-2
C:\msys64\var\lib\pacman\local\automake-wrapper-11-1
C:\msys64\var\lib\pacman\local\base-2020.05-2
C:\msys64\var\lib\pacman\local\bash-4.4.023-2
C:\msys64\var\lib\pacman\local\bash-completion-2.10-1
C:\msys64\var\lib\pacman\local\bison-3.6.4-1
C:\msys64\var\lib\pacman\local\brotli-1.0.7-3
C:\msys64\var\lib\pacman\local\bsdtar-3.4.3-1
C:\msys64\var\lib\pacman\local\btyacc-20200330-1
C:\msys64\var\lib\pacman\local\bzip2-1.0.8-2
C:\msys64\var\lib\pacman\local\ca-certificates-20190110-1
C:\msys64\var\lib\pacman\local\coreutils-8.32-1
C:\msys64\var\lib\pacman\local\curl-7.71.1-1
C:\msys64\var\lib\pacman\local\dash-0.5.11.1-2
C:\msys64\var\lib\pacman\local\db-5.3.28-3
C:\msys64\var\lib\pacman\local\diffstat-1.63-1
C:\msys64\var\lib\pacman\local\diffutils-3.7-1
C:\msys64\var\lib\pacman\local\docbook-xml-4.5-2
C:\msys64\var\lib\pacman\local\docbook-xsl-1.79.2-1
C:\msys64\var\lib\pacman\local\dos2unix-7.4.1-1
C:\msys64\var\lib\pacman\local\expat-2.2.9-1
C:\msys64\var\lib\pacman\local\file-5.39-1
C:\msys64\var\lib\pacman\local\filesystem-2020.02-7
C:\msys64\var\lib\pacman\local\findutils-4.7.0-1
C:\msys64\var\lib\pacman\local\flex-2.6.4-1
C:\msys64\var\lib\pacman\local\gawk-5.1.0-1
C:\msys64\var\lib\pacman\local\gcc-libs-9.3.0-1
C:\msys64\var\lib\pacman\local\gdb-9.2-2
C:\msys64\var\lib\pacman\local\gdbm-1.18.1-3
C:\msys64\var\lib\pacman\local\getent-2.18.90-2
C:\msys64\var\lib\pacman\local\gettext-0.19.8.1-1
C:\msys64\var\lib\pacman\local\gettext-devel-0.19.8.1-1
C:\msys64\var\lib\pacman\local\glib2-2.54.3-3
C:\msys64\var\lib\pacman\local\gmp-6.2.0-1
C:\msys64\var\lib\pacman\local\gnupg-2.2.21-1
C:\msys64\var\lib\pacman\local\gperf-3.1-2
C:\msys64\var\lib\pacman\local\grep-3.0-2
C:\msys64\var\lib\pacman\local\groff-1.22.4-1
C:\msys64\var\lib\pacman\local\gzip-1.10-1
C:\msys64\var\lib\pacman\local\heimdal-libs-7.7.0-1
C:\msys64\var\lib\pacman\local\help2man-1.47.15-1
C:\msys64\var\lib\pacman\local\icu-67.1-1
C:\msys64\var\lib\pacman\local\inetutils-1.9.4-2
C:\msys64\var\lib\pacman\local\info-6.7-2
C:\msys64\var\lib\pacman\local\intltool-0.51.0-2
C:\msys64\var\lib\pacman\local\lemon-3.32.3-1
C:\msys64\var\lib\pacman\local\less-551-1
C:\msys64\var\lib\pacman\local\libarchive-3.4.3-1
C:\msys64\var\lib\pacman\local\libargp-20110921-2
C:\msys64\var\lib\pacman\local\libasprintf-0.19.8.1-1
C:\msys64\var\lib\pacman\local\libassuan-2.5.3-1
C:\msys64\var\lib\pacman\local\libatomic_ops-7.6.10-1
C:\msys64\var\lib\pacman\local\libbz2-1.0.8-2
C:\msys64\var\lib\pacman\local\libcrypt-2.1-2
C:\msys64\var\lib\pacman\local\libcurl-7.71.1-1
C:\msys64\var\lib\pacman\local\libdb-5.3.28-3
C:\msys64\var\lib\pacman\local\libedit-20191231_3.1-1
C:\msys64\var\lib\pacman\local\libexpat-2.2.9-1
C:\msys64\var\lib\pacman\local\libffi-3.3-1
C:\msys64\var\lib\pacman\local\libgc-8.0.4-1
C:\msys64\var\lib\pacman\local\libgcrypt-1.8.6-1
C:\msys64\var\lib\pacman\local\libgdbm-1.18.1-3
C:\msys64\var\lib\pacman\local\libgettextpo-0.19.8.1-1
C:\msys64\var\lib\pacman\local\libgnutls-3.6.14-1
C:\msys64\var\lib\pacman\local\libgpg-error-1.38-1
C:\msys64\var\lib\pacman\local\libgpgme-1.14.0-1
C:\msys64\var\lib\pacman\local\libguile-2.2.7-1
C:\msys64\var\lib\pacman\local\libhogweed-3.6-1
C:\msys64\var\lib\pacman\local\libiconv-1.16-1
C:\msys64\var\lib\pacman\local\libiconv-devel-1.16-1
C:\msys64\var\lib\pacman\local\libidn2-2.3.0-1
C:\msys64\var\lib\pacman\local\libintl-0.19.8.1-1
C:\msys64\var\lib\pacman\local\libksba-1.4.0-1
C:\msys64\var\lib\pacman\local\libltdl-2.4.6-9
C:\msys64\var\lib\pacman\local\liblz4-1.9.2-1
C:\msys64\var\lib\pacman\local\liblzma-5.2.5-1
C:\msys64\var\lib\pacman\local\liblzo2-2.10-2
C:\msys64\var\lib\pacman\local\libmetalink-0.1.3-3
C:\msys64\var\lib\pacman\local\libnettle-3.6-1
C:\msys64\var\lib\pacman\local\libnghttp2-1.41.0-1
C:\msys64\var\lib\pacman\local\libnpth-1.6-1
C:\msys64\var\lib\pacman\local\libopenssl-1.1.1.g-3
C:\msys64\var\lib\pacman\local\libp11-kit-0.23.20-2
C:\msys64\var\lib\pacman\local\libpcre16-8.44-1
C:\msys64\var\lib\pacman\local\libpcre2_8-10.35-1
C:\msys64\var\lib\pacman\local\libpcre32-8.44-1
C:\msys64\var\lib\pacman\local\libpcre-8.44-1
C:\msys64\var\lib\pacman\local\libpcrecpp-8.44-1
C:\msys64\var\lib\pacman\local\libpcreposix-8.44-1
C:\msys64\var\lib\pacman\local\libpipeline-1.5.2-1
C:\msys64\var\lib\pacman\local\libpsl-0.21.0-1
C:\msys64\var\lib\pacman\local\libreadline-8.0.004-1
C:\msys64\var\lib\pacman\local\libsqlite-3.32.3-1
C:\msys64\var\lib\pacman\local\libssh2-1.9.0-1
C:\msys64\var\lib\pacman\local\libtasn1-4.16.0-1
C:\msys64\var\lib\pacman\local\libtool-2.4.6-9
C:\msys64\var\lib\pacman\local\libunistring-0.9.10-1
C:\msys64\var\lib\pacman\local\libunrar-5.9.4-1
C:\msys64\var\lib\pacman\local\libunrar-devel-5.9.4-1
C:\msys64\var\lib\pacman\local\libutil-linux-2.35.2-1
C:\msys64\var\lib\pacman\local\libxml2-2.9.10-5
C:\msys64\var\lib\pacman\local\libxslt-1.1.34-3
C:\msys64\var\lib\pacman\local\libzstd-1.4.5-2
C:\msys64\var\lib\pacman\local\lzop-1.04-1
C:\msys64\var\lib\pacman\local\m4-1.4.18-2
C:\msys64\var\lib\pacman\local\make-4.3-1
C:\msys64\var\lib\pacman\local\man-db-2.9.3-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-binutils-2.34-3
C:\msys64\var\lib\pacman\local\mingw-w64-i686-brotli-1.0.7-4
C:\msys64\var\lib\pacman\local\mingw-w64-i686-bzip2-1.0.8-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-ca-certificates-20190110-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-c-ares-1.16.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-clang-10.0.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-cmake-3.17.3-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-crt-git-8.0.0.5966.f5da805f-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-curl-7.72.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-expat-2.2.9-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-gcc-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-gcc-ada-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-gcc-fortran-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-gcc-libgfortran-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-gcc-libs-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-gcc-objc-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-gdb-9.2-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-gettext-0.19.8.1-9
C:\msys64\var\lib\pacman\local\mingw-w64-i686-gmp-6.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-headers-git-8.0.0.5966.f5da805f-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-isl-0.22.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-jansson-2.12-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-jemalloc-5.2.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-jsoncpp-1.9.2-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libarchive-3.4.3-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libffi-3.3-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libiconv-1.16-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libidn2-2.3.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libmangle-git-8.0.0.5573.a4de8df4-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libmetalink-0.1.3-3
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libpsl-0.21.0-2
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libssh2-1.9.0-2
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libsystre-1.0.1-4
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libtasn1-4.16.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libtre-git-r128.6fb7206-2
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libunistring-0.9.10-2
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libuv-1.38.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-llvm-10.0.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-lz4-1.9.2-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-make-4.3-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-mpc-1.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-mpdecimal-2.5.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-mpfr-4.1.0-2
C:\msys64\var\lib\pacman\local\mingw-w64-i686-ncurses-6.2-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-nettle-3.6-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-nghttp2-1.41.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-openssl-1.1.1.g-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-p11-kit-0.23.20-2
C:\msys64\var\lib\pacman\local\mingw-w64-i686-pkg-config-0.29.2-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-python-3.8.5-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-ragel-6.10-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-readline-8.0.004-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-rhash-1.3.9-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-sqlite3-3.33.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-tcl-8.6.10-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-termcap-1.3.1-6
C:\msys64\var\lib\pacman\local\mingw-w64-i686-tk-8.6.10-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-tools-git-8.0.0.5903.3310d459-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-windows-default-manifest-6.4-3
C:\msys64\var\lib\pacman\local\mingw-w64-i686-winpthreads-git-8.0.0.5906.c9a21571-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-winstorecompat-git-8.0.0.5903.3310d459-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-xxhash-0.7.4-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-xz-5.2.5-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-z3-4.8.8-1
C:\msys64\var\lib\pacman\local\mingw-w64-i686-zlib-1.2.11-7
C:\msys64\var\lib\pacman\local\mingw-w64-i686-zstd-1.4.5-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-binutils-2.34-3
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-brotli-1.0.7-4
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-bzip2-1.0.8-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-ca-certificates-20190110-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-c-ares-1.16.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-clang-10.0.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-clang-tools-extra-10.0.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-cmake-3.17.3-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-crt-git-8.0.0.5966.f5da805f-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-curl-7.72.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-expat-2.2.9-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-gcc-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-gcc-ada-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-gcc-fortran-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-gcc-libgfortran-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-gcc-libs-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-gcc-objc-10.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-gdb-9.2-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-gettext-0.19.8.1-9
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-gmp-6.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-headers-git-8.0.0.5966.f5da805f-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-isl-0.22.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-jansson-2.12-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-jemalloc-5.2.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-jsoncpp-1.9.2-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libarchive-3.4.3-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libffi-3.3-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libiconv-1.16-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libidn2-2.3.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libmangle-git-8.0.0.5573.a4de8df4-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libmetalink-0.1.3-3
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libpsl-0.21.0-2
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libssh2-1.9.0-2
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libsystre-1.0.1-4
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libtasn1-4.16.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libtre-git-r128.6fb7206-2
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libunistring-0.9.10-2
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libuv-1.38.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-libwinpthread-git-8.0.0.5906.c9a21571-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-llvm-10.0.1-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-lz4-1.9.2-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-make-4.3-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-mpc-1.2.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-mpdecimal-2.5.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-mpfr-4.1.0-2
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-ncurses-6.2-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-nettle-3.6-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-nghttp2-1.41.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-openssl-1.1.1.g-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-p11-kit-0.23.20-2
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-pkg-config-0.29.2-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-python-3.8.5-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-ragel-6.10-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-readline-8.0.004-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-rhash-1.3.9-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-sqlite3-3.33.0-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-tcl-8.6.10-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-termcap-1.3.1-6
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-tk-8.6.10-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-tools-git-8.0.0.5903.3310d459-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-windows-default-manifest-6.4-3
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-winpthreads-git-8.0.0.5906.c9a21571-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-winstorecompat-git-8.0.0.5903.3310d459-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-xxhash-0.7.4-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-xz-5.2.5-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-z3-4.8.8-1
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-zlib-1.2.11-7
C:\msys64\var\lib\pacman\local\mingw-w64-x86_64-zstd-1.4.5-1
C:\msys64\var\lib\pacman\local\mintty-1~3.3.0-1
C:\msys64\var\lib\pacman\local\mpdecimal-2.5.0-1
C:\msys64\var\lib\pacman\local\mpfr-4.1.0-1
C:\msys64\var\lib\pacman\local\msys2-keyring-r21.b39fb11-1
C:\msys64\var\lib\pacman\local\msys2-launcher-1.0-1
C:\msys64\var\lib\pacman\local\msys2-runtime-3.1.6-3
C:\msys64\var\lib\pacman\local\ncurses-6.2-1
C:\msys64\var\lib\pacman\local\nettle-3.6-1
C:\msys64\var\lib\pacman\local\openssl-1.1.1.g-3
C:\msys64\var\lib\pacman\local\p11-kit-0.23.20-2
C:\msys64\var\lib\pacman\local\pacman-5.2.2-1
C:\msys64\var\lib\pacman\local\pacman-contrib-1.3.0-1
C:\msys64\var\lib\pacman\local\pacman-mirrors-20200329-1
C:\msys64\var\lib\pacman\local\pactoys-git-r2.07ca37f-1
C:\msys64\var\lib\pacman\local\patch-2.7.6-1
C:\msys64\var\lib\pacman\local\patchutils-0.3.4-1
C:\msys64\var\lib\pacman\local\pcre-8.44-1
C:\msys64\var\lib\pacman\local\perl-5.32.0-1
C:\msys64\var\lib\pacman\local\perl-inc-latest-0.500-1
C:\msys64\var\lib\pacman\local\perl-Locale-Gettext-1.07-6
C:\msys64\var\lib\pacman\local\perl-Module-Build-0.4231-1
C:\msys64\var\lib\pacman\local\perl-Test-Pod-1.52-1
C:\msys64\var\lib\pacman\local\perl-XML-Parser-2.46-2
C:\msys64\var\lib\pacman\local\perl-YAML-Syck-1.32-3
C:\msys64\var\lib\pacman\local\pinentry-1.1.0-2
C:\msys64\var\lib\pacman\local\pkg-config-0.29.2-1
C:\msys64\var\lib\pacman\local\pkgfile-21-1
C:\msys64\var\lib\pacman\local\python-3.8.5-4
C:\msys64\var\lib\pacman\local\quilt-0.66-2
C:\msys64\var\lib\pacman\local\rcs-5.9.4-2
C:\msys64\var\lib\pacman\local\rebase-4.4.4-1
C:\msys64\var\lib\pacman\local\reflex-20200715-1
C:\msys64\var\lib\pacman\local\scons-3.1.2-4
C:\msys64\var\lib\pacman\local\sed-4.8-1
C:\msys64\var\lib\pacman\local\swig-4.0.2-1
C:\msys64\var\lib\pacman\local\tar-1.32-1
C:\msys64\var\lib\pacman\local\texinfo-6.7-2
C:\msys64\var\lib\pacman\local\texinfo-tex-6.7-2
C:\msys64\var\lib\pacman\local\tftp-hpa-5.2-3
C:\msys64\var\lib\pacman\local\time-1.9-1
C:\msys64\var\lib\pacman\local\ttyrec-1.0.8-2
C:\msys64\var\lib\pacman\local\tzcode-2020a-1
C:\msys64\var\lib\pacman\local\unrar-5.9.4-1
C:\msys64\var\lib\pacman\local\unzip-6.0-2
C:\msys64\var\lib\pacman\local\util-linux-2.35.2-1
C:\msys64\var\lib\pacman\local\wget-1.20.3-1
C:\msys64\var\lib\pacman\local\which-2.21-2
C:\msys64\var\lib\pacman\local\xmlto-0.0.28-2
C:\msys64\var\lib\pacman\local\xz-5.2.5-1
C:\msys64\var\lib\pacman\local\zip-3.0-3
C:\msys64\var\lib\pacman\local\zlib-1.2.11-1
C:\msys64\var\lib\pacman\local\zstd-1.4.5-2
C:\msys64\var\lib\pacman\sync
C:\msys64\var\local
C:\msys64\var\log
C:\msys64\var\log\old
C:\msys64\var\opt
C:\msys64\var\tmp
C:\mysql-5.7.21-winx64
C:\mysql-5.7.21-winx64\bin
C:\mysql-5.7.21-winx64\docs
C:\mysql-5.7.21-winx64\include
C:\mysql-5.7.21-winx64\include\mysql
C:\mysql-5.7.21-winx64\include\mysql\psi
C:\mysql-5.7.21-winx64\lib
C:\mysql-5.7.21-winx64\lib\mecab
C:\mysql-5.7.21-winx64\lib\mecab\dic
C:\mysql-5.7.21-winx64\lib\mecab\dic\ipadic_euc-jp
C:\mysql-5.7.21-winx64\lib\mecab\dic\ipadic_sjis
C:\mysql-5.7.21-winx64\lib\mecab\dic\ipadic_utf-8
C:\mysql-5.7.21-winx64\lib\mecab\etc
C:\mysql-5.7.21-winx64\lib\plugin
C:\mysql-5.7.21-winx64\lib\plugin\debug
C:\mysql-5.7.21-winx64\share
C:\mysql-5.7.21-winx64\share\bulgarian
C:\mysql-5.7.21-winx64\share\charsets
C:\mysql-5.7.21-winx64\share\czech
C:\mysql-5.7.21-winx64\share\danish
C:\mysql-5.7.21-winx64\share\dutch
C:\mysql-5.7.21-winx64\share\english
C:\mysql-5.7.21-winx64\share\estonian
C:\mysql-5.7.21-winx64\share\french
C:\mysql-5.7.21-winx64\share\german
C:\mysql-5.7.21-winx64\share\greek
C:\mysql-5.7.21-winx64\share\hungarian
C:\mysql-5.7.21-winx64\share\italian
C:\mysql-5.7.21-winx64\share\japanese
C:\mysql-5.7.21-winx64\share\korean
C:\mysql-5.7.21-winx64\share\norwegian
C:\mysql-5.7.21-winx64\share\norwegian-ny
C:\mysql-5.7.21-winx64\share\polish
C:\mysql-5.7.21-winx64\share\portuguese
C:\mysql-5.7.21-winx64\share\romanian
C:\mysql-5.7.21-winx64\share\russian
C:\mysql-5.7.21-winx64\share\serbian
C:\mysql-5.7.21-winx64\share\slovak
C:\mysql-5.7.21-winx64\share\spanish
C:\mysql-5.7.21-winx64\share\swedish
C:\mysql-5.7.21-winx64\share\ukrainian
C:\npm
C:\npm\cache
C:\npm\cache\_cacache
C:\npm\cache\_cacache\content-v2
C:\npm\cache\_cacache\content-v2\sha1
C:\npm\cache\_cacache\content-v2\sha1\00
C:\npm\cache\_cacache\content-v2\sha1\01
C:\npm\cache\_cacache\content-v2\sha1\02
C:\npm\cache\_cacache\content-v2\sha1\03
C:\npm\cache\_cacache\content-v2\sha1\04
C:\npm\cache\_cacache\content-v2\sha1\05
C:\npm\cache\_cacache\content-v2\sha1\06
C:\npm\cache\_cacache\content-v2\sha1\09
C:\npm\cache\_cacache\content-v2\sha1\0a
C:\npm\cache\_cacache\content-v2\sha1\0b
C:\npm\cache\_cacache\content-v2\sha1\0c
C:\npm\cache\_cacache\content-v2\sha1\0d
C:\npm\cache\_cacache\content-v2\sha1\0e
C:\npm\cache\_cacache\content-v2\sha1\0f
C:\npm\cache\_cacache\content-v2\sha1\10
C:\npm\cache\_cacache\content-v2\sha1\11
C:\npm\cache\_cacache\content-v2\sha1\12
C:\npm\cache\_cacache\content-v2\sha1\13
C:\npm\cache\_cacache\content-v2\sha1\15
C:\npm\cache\_cacache\content-v2\sha1\16
C:\npm\cache\_cacache\content-v2\sha1\17
C:\npm\cache\_cacache\content-v2\sha1\18
C:\npm\cache\_cacache\content-v2\sha1\19
C:\npm\cache\_cacache\content-v2\sha1\1a
C:\npm\cache\_cacache\content-v2\sha1\1b
C:\npm\cache\_cacache\content-v2\sha1\1c
C:\npm\cache\_cacache\content-v2\sha1\1e
C:\npm\cache\_cacache\content-v2\sha1\1f
C:\npm\cache\_cacache\content-v2\sha1\20
C:\npm\cache\_cacache\content-v2\sha1\21
C:\npm\cache\_cacache\content-v2\sha1\22
C:\npm\cache\_cacache\content-v2\sha1\23
C:\npm\cache\_cacache\content-v2\sha1\24
C:\npm\cache\_cacache\content-v2\sha1\25
C:\npm\cache\_cacache\content-v2\sha1\26
C:\npm\cache\_cacache\content-v2\sha1\27
C:\npm\cache\_cacache\content-v2\sha1\29
C:\npm\cache\_cacache\content-v2\sha1\2b
C:\npm\cache\_cacache\content-v2\sha1\2c
C:\npm\cache\_cacache\content-v2\sha1\2d
C:\npm\cache\_cacache\content-v2\sha1\2f
C:\npm\cache\_cacache\content-v2\sha1\30
C:\npm\cache\_cacache\content-v2\sha1\31
C:\npm\cache\_cacache\content-v2\sha1\32
C:\npm\cache\_cacache\content-v2\sha1\33
C:\npm\cache\_cacache\content-v2\sha1\34
C:\npm\cache\_cacache\content-v2\sha1\35
C:\npm\cache\_cacache\content-v2\sha1\36
C:\npm\cache\_cacache\content-v2\sha1\38
C:\npm\cache\_cacache\content-v2\sha1\3a
C:\npm\cache\_cacache\content-v2\sha1\3b
C:\npm\cache\_cacache\content-v2\sha1\3c
C:\npm\cache\_cacache\content-v2\sha1\3d
C:\npm\cache\_cacache\content-v2\sha1\3e
C:\npm\cache\_cacache\content-v2\sha1\3f
C:\npm\cache\_cacache\content-v2\sha1\40
C:\npm\cache\_cacache\content-v2\sha1\41
C:\npm\cache\_cacache\content-v2\sha1\42
C:\npm\cache\_cacache\content-v2\sha1\43
C:\npm\cache\_cacache\content-v2\sha1\44
C:\npm\cache\_cacache\content-v2\sha1\45
C:\npm\cache\_cacache\content-v2\sha1\46
C:\npm\cache\_cacache\content-v2\sha1\47
C:\npm\cache\_cacache\content-v2\sha1\49
C:\npm\cache\_cacache\content-v2\sha1\4a
C:\npm\cache\_cacache\content-v2\sha1\4b
C:\npm\cache\_cacache\content-v2\sha1\4e
C:\npm\cache\_cacache\content-v2\sha1\50
C:\npm\cache\_cacache\content-v2\sha1\51
C:\npm\cache\_cacache\content-v2\sha1\52
C:\npm\cache\_cacache\content-v2\sha1\53
C:\npm\cache\_cacache\content-v2\sha1\54
C:\npm\cache\_cacache\content-v2\sha1\55
C:\npm\cache\_cacache\content-v2\sha1\56
C:\npm\cache\_cacache\content-v2\sha1\58
C:\npm\cache\_cacache\content-v2\sha1\59
C:\npm\cache\_cacache\content-v2\sha1\5a
C:\npm\cache\_cacache\content-v2\sha1\5b
C:\npm\cache\_cacache\content-v2\sha1\5e
C:\npm\cache\_cacache\content-v2\sha1\5f
C:\npm\cache\_cacache\content-v2\sha1\60
C:\npm\cache\_cacache\content-v2\sha1\61
C:\npm\cache\_cacache\content-v2\sha1\62
C:\npm\cache\_cacache\content-v2\sha1\63
C:\npm\cache\_cacache\content-v2\sha1\64
C:\npm\cache\_cacache\content-v2\sha1\65
C:\npm\cache\_cacache\content-v2\sha1\67
C:\npm\cache\_cacache\content-v2\sha1\68
C:\npm\cache\_cacache\content-v2\sha1\69
C:\npm\cache\_cacache\content-v2\sha1\6a
C:\npm\cache\_cacache\content-v2\sha1\6b
C:\npm\cache\_cacache\content-v2\sha1\6d
C:\npm\cache\_cacache\content-v2\sha1\71
C:\npm\cache\_cacache\content-v2\sha1\72
C:\npm\cache\_cacache\content-v2\sha1\73
C:\npm\cache\_cacache\content-v2\sha1\74
C:\npm\cache\_cacache\content-v2\sha1\75
C:\npm\cache\_cacache\content-v2\sha1\76
C:\npm\cache\_cacache\content-v2\sha1\77
C:\npm\cache\_cacache\content-v2\sha1\79
C:\npm\cache\_cacache\content-v2\sha1\7a
C:\npm\cache\_cacache\content-v2\sha1\7b
C:\npm\cache\_cacache\content-v2\sha1\7c
C:\npm\cache\_cacache\content-v2\sha1\7d
C:\npm\cache\_cacache\content-v2\sha1\7e
C:\npm\cache\_cacache\content-v2\sha1\7f
C:\npm\cache\_cacache\content-v2\sha1\80
C:\npm\cache\_cacache\content-v2\sha1\81
C:\npm\cache\_cacache\content-v2\sha1\82
C:\npm\cache\_cacache\content-v2\sha1\83
C:\npm\cache\_cacache\content-v2\sha1\84
C:\npm\cache\_cacache\content-v2\sha1\85
C:\npm\cache\_cacache\content-v2\sha1\86
C:\npm\cache\_cacache\content-v2\sha1\87
C:\npm\cache\_cacache\content-v2\sha1\89
C:\npm\cache\_cacache\content-v2\sha1\8a
C:\npm\cache\_cacache\content-v2\sha1\8b
C:\npm\cache\_cacache\content-v2\sha1\8c
C:\npm\cache\_cacache\content-v2\sha1\8d
C:\npm\cache\_cacache\content-v2\sha1\8e
C:\npm\cache\_cacache\content-v2\sha1\8f
C:\npm\cache\_cacache\content-v2\sha1\91
C:\npm\cache\_cacache\content-v2\sha1\92
C:\npm\cache\_cacache\content-v2\sha1\93
C:\npm\cache\_cacache\content-v2\sha1\95
C:\npm\cache\_cacache\content-v2\sha1\96
C:\npm\cache\_cacache\content-v2\sha1\97
C:\npm\cache\_cacache\content-v2\sha1\98
C:\npm\cache\_cacache\content-v2\sha1\9a
C:\npm\cache\_cacache\content-v2\sha1\9b
C:\npm\cache\_cacache\content-v2\sha1\9c
C:\npm\cache\_cacache\content-v2\sha1\9d
C:\npm\cache\_cacache\content-v2\sha1\9e
C:\npm\cache\_cacache\content-v2\sha1\9f
C:\npm\cache\_cacache\content-v2\sha1\a1
C:\npm\cache\_cacache\content-v2\sha1\a2
C:\npm\cache\_cacache\content-v2\sha1\a3
C:\npm\cache\_cacache\content-v2\sha1\a4
C:\npm\cache\_cacache\content-v2\sha1\a5
C:\npm\cache\_cacache\content-v2\sha1\a6
C:\npm\cache\_cacache\content-v2\sha1\a7
C:\npm\cache\_cacache\content-v2\sha1\a8
C:\npm\cache\_cacache\content-v2\sha1\a9
C:\npm\cache\_cacache\content-v2\sha1\aa
C:\npm\cache\_cacache\content-v2\sha1\ab
C:\npm\cache\_cacache\content-v2\sha1\ad
C:\npm\cache\_cacache\content-v2\sha1\af
C:\npm\cache\_cacache\content-v2\sha1\b0
C:\npm\cache\_cacache\content-v2\sha1\b1
C:\npm\cache\_cacache\content-v2\sha1\b2
C:\npm\cache\_cacache\content-v2\sha1\b3
C:\npm\cache\_cacache\content-v2\sha1\b4
C:\npm\cache\_cacache\content-v2\sha1\b5
C:\npm\cache\_cacache\content-v2\sha1\b6
C:\npm\cache\_cacache\content-v2\sha1\b7
C:\npm\cache\_cacache\content-v2\sha1\b8
C:\npm\cache\_cacache\content-v2\sha1\b9
C:\npm\cache\_cacache\content-v2\sha1\bb
C:\npm\cache\_cacache\content-v2\sha1\bc
C:\npm\cache\_cacache\content-v2\sha1\bd
C:\npm\cache\_cacache\content-v2\sha1\be
C:\npm\cache\_cacache\content-v2\sha1\bf
C:\npm\cache\_cacache\content-v2\sha1\c0
C:\npm\cache\_cacache\content-v2\sha1\c1
C:\npm\cache\_cacache\content-v2\sha1\c2
C:\npm\cache\_cacache\content-v2\sha1\c3
C:\npm\cache\_cacache\content-v2\sha1\c4
C:\npm\cache\_cacache\content-v2\sha1\c6
C:\npm\cache\_cacache\content-v2\sha1\c7
C:\npm\cache\_cacache\content-v2\sha1\c8
C:\npm\cache\_cacache\content-v2\sha1\ca
C:\npm\cache\_cacache\content-v2\sha1\cb
C:\npm\cache\_cacache\content-v2\sha1\cc
C:\npm\cache\_cacache\content-v2\sha1\ce
C:\npm\cache\_cacache\content-v2\sha1\cf
C:\npm\cache\_cacache\content-v2\sha1\d0
C:\npm\cache\_cacache\content-v2\sha1\d1
C:\npm\cache\_cacache\content-v2\sha1\d2
C:\npm\cache\_cacache\content-v2\sha1\d3
C:\npm\cache\_cacache\content-v2\sha1\d4
C:\npm\cache\_cacache\content-v2\sha1\d5
C:\npm\cache\_cacache\content-v2\sha1\d6
C:\npm\cache\_cacache\content-v2\sha1\d8
C:\npm\cache\_cacache\content-v2\sha1\d9
C:\npm\cache\_cacache\content-v2\sha1\da
C:\npm\cache\_cacache\content-v2\sha1\db
C:\npm\cache\_cacache\content-v2\sha1\dc
C:\npm\cache\_cacache\content-v2\sha1\dd
C:\npm\cache\_cacache\content-v2\sha1\df
C:\npm\cache\_cacache\content-v2\sha1\e0
C:\npm\cache\_cacache\content-v2\sha1\e2
C:\npm\cache\_cacache\content-v2\sha1\e3
C:\npm\cache\_cacache\content-v2\sha1\e4
C:\npm\cache\_cacache\content-v2\sha1\e5
C:\npm\cache\_cacache\content-v2\sha1\e7
C:\npm\cache\_cacache\content-v2\sha1\e8
C:\npm\cache\_cacache\content-v2\sha1\e9
C:\npm\cache\_cacache\content-v2\sha1\eb
C:\npm\cache\_cacache\content-v2\sha1\ec
C:\npm\cache\_cacache\content-v2\sha1\ed
C:\npm\cache\_cacache\content-v2\sha1\ee
C:\npm\cache\_cacache\content-v2\sha1\ef
C:\npm\cache\_cacache\content-v2\sha1\f0
C:\npm\cache\_cacache\content-v2\sha1\f1
C:\npm\cache\_cacache\content-v2\sha1\f2
C:\npm\cache\_cacache\content-v2\sha1\f3
C:\npm\cache\_cacache\content-v2\sha1\f4
C:\npm\cache\_cacache\content-v2\sha1\f5
C:\npm\cache\_cacache\content-v2\sha1\f6
C:\npm\cache\_cacache\content-v2\sha1\f7
C:\npm\cache\_cacache\content-v2\sha1\f9
C:\npm\cache\_cacache\content-v2\sha1\fa
C:\npm\cache\_cacache\content-v2\sha1\fb
C:\npm\cache\_cacache\content-v2\sha1\fc
C:\npm\cache\_cacache\content-v2\sha1\fd
C:\npm\cache\_cacache\content-v2\sha1\ff
C:\npm\cache\_cacache\content-v2\sha512
C:\npm\cache\_cacache\content-v2\sha512\00
C:\npm\cache\_cacache\content-v2\sha512\01
C:\npm\cache\_cacache\content-v2\sha512\02
C:\npm\cache\_cacache\content-v2\sha512\03
C:\npm\cache\_cacache\content-v2\sha512\04
C:\npm\cache\_cacache\content-v2\sha512\05
C:\npm\cache\_cacache\content-v2\sha512\06
C:\npm\cache\_cacache\content-v2\sha512\07
C:\npm\cache\_cacache\content-v2\sha512\08
C:\npm\cache\_cacache\content-v2\sha512\09
C:\npm\cache\_cacache\content-v2\sha512\0a
C:\npm\cache\_cacache\content-v2\sha512\0b
C:\npm\cache\_cacache\content-v2\sha512\0c
C:\npm\cache\_cacache\content-v2\sha512\0d
C:\npm\cache\_cacache\content-v2\sha512\0e
C:\npm\cache\_cacache\content-v2\sha512\0f
C:\npm\cache\_cacache\content-v2\sha512\10
C:\npm\cache\_cacache\content-v2\sha512\11
C:\npm\cache\_cacache\content-v2\sha512\12
C:\npm\cache\_cacache\content-v2\sha512\13
C:\npm\cache\_cacache\content-v2\sha512\14
C:\npm\cache\_cacache\content-v2\sha512\15
C:\npm\cache\_cacache\content-v2\sha512\16
C:\npm\cache\_cacache\content-v2\sha512\17
C:\npm\cache\_cacache\content-v2\sha512\18
C:\npm\cache\_cacache\content-v2\sha512\19
C:\npm\cache\_cacache\content-v2\sha512\1a
C:\npm\cache\_cacache\content-v2\sha512\1b
C:\npm\cache\_cacache\content-v2\sha512\1c
C:\npm\cache\_cacache\content-v2\sha512\1d
C:\npm\cache\_cacache\content-v2\sha512\1e
C:\npm\cache\_cacache\content-v2\sha512\1f
C:\npm\cache\_cacache\content-v2\sha512\20
C:\npm\cache\_cacache\content-v2\sha512\21
C:\npm\cache\_cacache\content-v2\sha512\22
C:\npm\cache\_cacache\content-v2\sha512\23
C:\npm\cache\_cacache\content-v2\sha512\24
C:\npm\cache\_cacache\content-v2\sha512\25
C:\npm\cache\_cacache\content-v2\sha512\26
C:\npm\cache\_cacache\content-v2\sha512\27
C:\npm\cache\_cacache\content-v2\sha512\28
C:\npm\cache\_cacache\content-v2\sha512\29
C:\npm\cache\_cacache\content-v2\sha512\2a
C:\npm\cache\_cacache\content-v2\sha512\2b
C:\npm\cache\_cacache\content-v2\sha512\2c
C:\npm\cache\_cacache\content-v2\sha512\2d
C:\npm\cache\_cacache\content-v2\sha512\2e
C:\npm\cache\_cacache\content-v2\sha512\2f
C:\npm\cache\_cacache\content-v2\sha512\30
C:\npm\cache\_cacache\content-v2\sha512\31
C:\npm\cache\_cacache\content-v2\sha512\32
C:\npm\cache\_cacache\content-v2\sha512\33
C:\npm\cache\_cacache\content-v2\sha512\34
C:\npm\cache\_cacache\content-v2\sha512\35
C:\npm\cache\_cacache\content-v2\sha512\36
C:\npm\cache\_cacache\content-v2\sha512\37
C:\npm\cache\_cacache\content-v2\sha512\38
C:\npm\cache\_cacache\content-v2\sha512\39
C:\npm\cache\_cacache\content-v2\sha512\3a
C:\npm\cache\_cacache\content-v2\sha512\3b
C:\npm\cache\_cacache\content-v2\sha512\3c
C:\npm\cache\_cacache\content-v2\sha512\3d
C:\npm\cache\_cacache\content-v2\sha512\3e
C:\npm\cache\_cacache\content-v2\sha512\3f
C:\npm\cache\_cacache\content-v2\sha512\40
C:\npm\cache\_cacache\content-v2\sha512\41
C:\npm\cache\_cacache\content-v2\sha512\42
C:\npm\cache\_cacache\content-v2\sha512\43
C:\npm\cache\_cacache\content-v2\sha512\44
C:\npm\cache\_cacache\content-v2\sha512\45
C:\npm\cache\_cacache\content-v2\sha512\46
C:\npm\cache\_cacache\content-v2\sha512\47
C:\npm\cache\_cacache\content-v2\sha512\48
C:\npm\cache\_cacache\content-v2\sha512\49
C:\npm\cache\_cacache\content-v2\sha512\4a
C:\npm\cache\_cacache\content-v2\sha512\4b
C:\npm\cache\_cacache\content-v2\sha512\4c
C:\npm\cache\_cacache\content-v2\sha512\4d
C:\npm\cache\_cacache\content-v2\sha512\4e
C:\npm\cache\_cacache\content-v2\sha512\4f
C:\npm\cache\_cacache\content-v2\sha512\50
C:\npm\cache\_cacache\content-v2\sha512\51
C:\npm\cache\_cacache\content-v2\sha512\52
C:\npm\cache\_cacache\content-v2\sha512\53
C:\npm\cache\_cacache\content-v2\sha512\54
C:\npm\cache\_cacache\content-v2\sha512\55
C:\npm\cache\_cacache\content-v2\sha512\56
C:\npm\cache\_cacache\content-v2\sha512\57
C:\npm\cache\_cacache\content-v2\sha512\58
C:\npm\cache\_cacache\content-v2\sha512\59
C:\npm\cache\_cacache\content-v2\sha512\5a
C:\npm\cache\_cacache\content-v2\sha512\5b
C:\npm\cache\_cacache\content-v2\sha512\5c
C:\npm\cache\_cacache\content-v2\sha512\5d
C:\npm\cache\_cacache\content-v2\sha512\5e
C:\npm\cache\_cacache\content-v2\sha512\5f
C:\npm\cache\_cacache\content-v2\sha512\60
C:\npm\cache\_cacache\content-v2\sha512\61
C:\npm\cache\_cacache\content-v2\sha512\62
C:\npm\cache\_cacache\content-v2\sha512\63
C:\npm\cache\_cacache\content-v2\sha512\64
C:\npm\cache\_cacache\content-v2\sha512\65
C:\npm\cache\_cacache\content-v2\sha512\66
C:\npm\cache\_cacache\content-v2\sha512\67
C:\npm\cache\_cacache\content-v2\sha512\68
C:\npm\cache\_cacache\content-v2\sha512\69
C:\npm\cache\_cacache\content-v2\sha512\6a
C:\npm\cache\_cacache\content-v2\sha512\6b
C:\npm\cache\_cacache\content-v2\sha512\6c
C:\npm\cache\_cacache\content-v2\sha512\6d
C:\npm\cache\_cacache\content-v2\sha512\6e
C:\npm\cache\_cacache\content-v2\sha512\6f
C:\npm\cache\_cacache\content-v2\sha512\70
C:\npm\cache\_cacache\content-v2\sha512\71
C:\npm\cache\_cacache\content-v2\sha512\72
C:\npm\cache\_cacache\content-v2\sha512\73
C:\npm\cache\_cacache\content-v2\sha512\74
C:\npm\cache\_cacache\content-v2\sha512\75
C:\npm\cache\_cacache\content-v2\sha512\76
C:\npm\cache\_cacache\content-v2\sha512\77
C:\npm\cache\_cacache\content-v2\sha512\78
C:\npm\cache\_cacache\content-v2\sha512\79
C:\npm\cache\_cacache\content-v2\sha512\7a
C:\npm\cache\_cacache\content-v2\sha512\7b
C:\npm\cache\_cacache\content-v2\sha512\7c
C:\npm\cache\_cacache\content-v2\sha512\7d
C:\npm\cache\_cacache\content-v2\sha512\7e
C:\npm\cache\_cacache\content-v2\sha512\7f
C:\npm\cache\_cacache\content-v2\sha512\80
C:\npm\cache\_cacache\content-v2\sha512\81
C:\npm\cache\_cacache\content-v2\sha512\82
C:\npm\cache\_cacache\content-v2\sha512\83
C:\npm\cache\_cacache\content-v2\sha512\84
C:\npm\cache\_cacache\content-v2\sha512\85
C:\npm\cache\_cacache\content-v2\sha512\86
C:\npm\cache\_cacache\content-v2\sha512\87
C:\npm\cache\_cacache\content-v2\sha512\88
C:\npm\cache\_cacache\content-v2\sha512\89
C:\npm\cache\_cacache\content-v2\sha512\8a
C:\npm\cache\_cacache\content-v2\sha512\8b
C:\npm\cache\_cacache\content-v2\sha512\8c
C:\npm\cache\_cacache\content-v2\sha512\8d
C:\npm\cache\_cacache\content-v2\sha512\8e
C:\npm\cache\_cacache\content-v2\sha512\8f
C:\npm\cache\_cacache\content-v2\sha512\90
C:\npm\cache\_cacache\content-v2\sha512\91
C:\npm\cache\_cacache\content-v2\sha512\92
C:\npm\cache\_cacache\content-v2\sha512\93
C:\npm\cache\_cacache\content-v2\sha512\94
C:\npm\cache\_cacache\content-v2\sha512\95
C:\npm\cache\_cacache\content-v2\sha512\96
C:\npm\cache\_cacache\content-v2\sha512\97
C:\npm\cache\_cacache\content-v2\sha512\98
C:\npm\cache\_cacache\content-v2\sha512\99
C:\npm\cache\_cacache\content-v2\sha512\9a
C:\npm\cache\_cacache\content-v2\sha512\9b
C:\npm\cache\_cacache\content-v2\sha512\9c
C:\npm\cache\_cacache\content-v2\sha512\9d
C:\npm\cache\_cacache\content-v2\sha512\9e
C:\npm\cache\_cacache\content-v2\sha512\9f
C:\npm\cache\_cacache\content-v2\sha512\a0
C:\npm\cache\_cacache\content-v2\sha512\a1
C:\npm\cache\_cacache\content-v2\sha512\a2
C:\npm\cache\_cacache\content-v2\sha512\a3
C:\npm\cache\_cacache\content-v2\sha512\a4
C:\npm\cache\_cacache\content-v2\sha512\a5
C:\npm\cache\_cacache\content-v2\sha512\a6
C:\npm\cache\_cacache\content-v2\sha512\a7
C:\npm\cache\_cacache\content-v2\sha512\a8
C:\npm\cache\_cacache\content-v2\sha512\a9
C:\npm\cache\_cacache\content-v2\sha512\aa
C:\npm\cache\_cacache\content-v2\sha512\ab
C:\npm\cache\_cacache\content-v2\sha512\ac
C:\npm\cache\_cacache\content-v2\sha512\ad
C:\npm\cache\_cacache\content-v2\sha512\ae
C:\npm\cache\_cacache\content-v2\sha512\af
C:\npm\cache\_cacache\content-v2\sha512\b0
C:\npm\cache\_cacache\content-v2\sha512\b1
C:\npm\cache\_cacache\content-v2\sha512\b2
C:\npm\cache\_cacache\content-v2\sha512\b3
C:\npm\cache\_cacache\content-v2\sha512\b4
C:\npm\cache\_cacache\content-v2\sha512\b5
C:\npm\cache\_cacache\content-v2\sha512\b6
C:\npm\cache\_cacache\content-v2\sha512\b7
C:\npm\cache\_cacache\content-v2\sha512\b8
C:\npm\cache\_cacache\content-v2\sha512\b9
C:\npm\cache\_cacache\content-v2\sha512\ba
C:\npm\cache\_cacache\content-v2\sha512\bb
C:\npm\cache\_cacache\content-v2\sha512\bc
C:\npm\cache\_cacache\content-v2\sha512\bd
C:\npm\cache\_cacache\content-v2\sha512\be
C:\npm\cache\_cacache\content-v2\sha512\bf
C:\npm\cache\_cacache\content-v2\sha512\c0
C:\npm\cache\_cacache\content-v2\sha512\c1
C:\npm\cache\_cacache\content-v2\sha512\c2
C:\npm\cache\_cacache\content-v2\sha512\c3
C:\npm\cache\_cacache\content-v2\sha512\c4
C:\npm\cache\_cacache\content-v2\sha512\c5
C:\npm\cache\_cacache\content-v2\sha512\c6
C:\npm\cache\_cacache\content-v2\sha512\c7
C:\npm\cache\_cacache\content-v2\sha512\c8
C:\npm\cache\_cacache\content-v2\sha512\c9
C:\npm\cache\_cacache\content-v2\sha512\ca
C:\npm\cache\_cacache\content-v2\sha512\cb
C:\npm\cache\_cacache\content-v2\sha512\cc
C:\npm\cache\_cacache\content-v2\sha512\cd
C:\npm\cache\_cacache\content-v2\sha512\ce
C:\npm\cache\_cacache\content-v2\sha512\cf
C:\npm\cache\_cacache\content-v2\sha512\d0
C:\npm\cache\_cacache\content-v2\sha512\d1
C:\npm\cache\_cacache\content-v2\sha512\d2
C:\npm\cache\_cacache\content-v2\sha512\d3
C:\npm\cache\_cacache\content-v2\sha512\d4
C:\npm\cache\_cacache\content-v2\sha512\d5
C:\npm\cache\_cacache\content-v2\sha512\d6
C:\npm\cache\_cacache\content-v2\sha512\d7
C:\npm\cache\_cacache\content-v2\sha512\d8
C:\npm\cache\_cacache\content-v2\sha512\d9
C:\npm\cache\_cacache\content-v2\sha512\da
C:\npm\cache\_cacache\content-v2\sha512\db
C:\npm\cache\_cacache\content-v2\sha512\dc
C:\npm\cache\_cacache\content-v2\sha512\dd
C:\npm\cache\_cacache\content-v2\sha512\de
C:\npm\cache\_cacache\content-v2\sha512\df
C:\npm\cache\_cacache\content-v2\sha512\e0
C:\npm\cache\_cacache\content-v2\sha512\e1
C:\npm\cache\_cacache\content-v2\sha512\e2
C:\npm\cache\_cacache\content-v2\sha512\e3
C:\npm\cache\_cacache\content-v2\sha512\e4
C:\npm\cache\_cacache\content-v2\sha512\e5
C:\npm\cache\_cacache\content-v2\sha512\e6
C:\npm\cache\_cacache\content-v2\sha512\e7
C:\npm\cache\_cacache\content-v2\sha512\e8
C:\npm\cache\_cacache\content-v2\sha512\e9
C:\npm\cache\_cacache\content-v2\sha512\ea
C:\npm\cache\_cacache\content-v2\sha512\eb
C:\npm\cache\_cacache\content-v2\sha512\ec
C:\npm\cache\_cacache\content-v2\sha512\ed
C:\npm\cache\_cacache\content-v2\sha512\ee
C:\npm\cache\_cacache\content-v2\sha512\ef
C:\npm\cache\_cacache\content-v2\sha512\f0
C:\npm\cache\_cacache\content-v2\sha512\f1
C:\npm\cache\_cacache\content-v2\sha512\f2
C:\npm\cache\_cacache\content-v2\sha512\f3
C:\npm\cache\_cacache\content-v2\sha512\f4
C:\npm\cache\_cacache\content-v2\sha512\f5
C:\npm\cache\_cacache\content-v2\sha512\f6
C:\npm\cache\_cacache\content-v2\sha512\f7
C:\npm\cache\_cacache\content-v2\sha512\f8
C:\npm\cache\_cacache\content-v2\sha512\f9
C:\npm\cache\_cacache\content-v2\sha512\fa
C:\npm\cache\_cacache\content-v2\sha512\fb
C:\npm\cache\_cacache\content-v2\sha512\fc
C:\npm\cache\_cacache\content-v2\sha512\fd
C:\npm\cache\_cacache\content-v2\sha512\fe
C:\npm\cache\_cacache\content-v2\sha512\ff
C:\npm\cache\_cacache\index-v5
C:\npm\cache\_cacache\index-v5\00
C:\npm\cache\_cacache\index-v5\00\09
C:\npm\cache\_cacache\index-v5\00\50
C:\npm\cache\_cacache\index-v5\00\55
C:\npm\cache\_cacache\index-v5\00\69
C:\npm\cache\_cacache\index-v5\00\78
C:\npm\cache\_cacache\index-v5\00\8b
C:\npm\cache\_cacache\index-v5\00\9e
C:\npm\cache\_cacache\index-v5\00\c1
C:\npm\cache\_cacache\index-v5\00\dc
C:\npm\cache\_cacache\index-v5\00\eb
C:\npm\cache\_cacache\index-v5\00\f7
C:\npm\cache\_cacache\index-v5\01
C:\npm\cache\_cacache\index-v5\01\00
C:\npm\cache\_cacache\index-v5\01\08
C:\npm\cache\_cacache\index-v5\01\14
C:\npm\cache\_cacache\index-v5\01\2e
C:\npm\cache\_cacache\index-v5\01\40
C:\npm\cache\_cacache\index-v5\01\56
C:\npm\cache\_cacache\index-v5\01\5d
C:\npm\cache\_cacache\index-v5\01\71
C:\npm\cache\_cacache\index-v5\01\9f
C:\npm\cache\_cacache\index-v5\01\a0
C:\npm\cache\_cacache\index-v5\01\b5
C:\npm\cache\_cacache\index-v5\01\ca
C:\npm\cache\_cacache\index-v5\01\d2
C:\npm\cache\_cacache\index-v5\01\d4
C:\npm\cache\_cacache\index-v5\01\dc
C:\npm\cache\_cacache\index-v5\01\e2
C:\npm\cache\_cacache\index-v5\01\e9
C:\npm\cache\_cacache\index-v5\01\fe
C:\npm\cache\_cacache\index-v5\02
C:\npm\cache\_cacache\index-v5\02\03
C:\npm\cache\_cacache\index-v5\02\1c
C:\npm\cache\_cacache\index-v5\02\1d
C:\npm\cache\_cacache\index-v5\02\37
C:\npm\cache\_cacache\index-v5\02\3c
C:\npm\cache\_cacache\index-v5\02\5a
C:\npm\cache\_cacache\index-v5\02\61
C:\npm\cache\_cacache\index-v5\02\69
C:\npm\cache\_cacache\index-v5\02\71
C:\npm\cache\_cacache\index-v5\02\83
C:\npm\cache\_cacache\index-v5\02\bd
C:\npm\cache\_cacache\index-v5\02\c1
C:\npm\cache\_cacache\index-v5\02\d0
C:\npm\cache\_cacache\index-v5\02\dd
C:\npm\cache\_cacache\index-v5\02\e9
C:\npm\cache\_cacache\index-v5\03
C:\npm\cache\_cacache\index-v5\03\18
C:\npm\cache\_cacache\index-v5\03\22
C:\npm\cache\_cacache\index-v5\03\58
C:\npm\cache\_cacache\index-v5\03\6b
C:\npm\cache\_cacache\index-v5\03\8c
C:\npm\cache\_cacache\index-v5\03\8e
C:\npm\cache\_cacache\index-v5\03\94
C:\npm\cache\_cacache\index-v5\03\98
C:\npm\cache\_cacache\index-v5\03\9a
C:\npm\cache\_cacache\index-v5\03\9e
C:\npm\cache\_cacache\index-v5\03\c5
C:\npm\cache\_cacache\index-v5\03\f2
C:\npm\cache\_cacache\index-v5\04
C:\npm\cache\_cacache\index-v5\04\0a
C:\npm\cache\_cacache\index-v5\04\11
C:\npm\cache\_cacache\index-v5\04\23
C:\npm\cache\_cacache\index-v5\04\24
C:\npm\cache\_cacache\index-v5\04\25
C:\npm\cache\_cacache\index-v5\04\2a
C:\npm\cache\_cacache\index-v5\04\3c
C:\npm\cache\_cacache\index-v5\04\50
C:\npm\cache\_cacache\index-v5\04\5b
C:\npm\cache\_cacache\index-v5\04\61
C:\npm\cache\_cacache\index-v5\04\6b
C:\npm\cache\_cacache\index-v5\04\82
C:\npm\cache\_cacache\index-v5\04\96
C:\npm\cache\_cacache\index-v5\04\9f
C:\npm\cache\_cacache\index-v5\04\b4
C:\npm\cache\_cacache\index-v5\04\be
C:\npm\cache\_cacache\index-v5\04\d4
C:\npm\cache\_cacache\index-v5\04\ee
C:\npm\cache\_cacache\index-v5\05
C:\npm\cache\_cacache\index-v5\05\0d
C:\npm\cache\_cacache\index-v5\05\1c
C:\npm\cache\_cacache\index-v5\05\38
C:\npm\cache\_cacache\index-v5\05\48
C:\npm\cache\_cacache\index-v5\05\53
C:\npm\cache\_cacache\index-v5\05\70
C:\npm\cache\_cacache\index-v5\05\90
C:\npm\cache\_cacache\index-v5\05\a4
C:\npm\cache\_cacache\index-v5\05\b9
C:\npm\cache\_cacache\index-v5\05\cc
C:\npm\cache\_cacache\index-v5\05\e0
C:\npm\cache\_cacache\index-v5\05\e6
C:\npm\cache\_cacache\index-v5\06
C:\npm\cache\_cacache\index-v5\06\17
C:\npm\cache\_cacache\index-v5\06\19
C:\npm\cache\_cacache\index-v5\06\21
C:\npm\cache\_cacache\index-v5\06\23
C:\npm\cache\_cacache\index-v5\06\47
C:\npm\cache\_cacache\index-v5\06\4e
C:\npm\cache\_cacache\index-v5\06\57
C:\npm\cache\_cacache\index-v5\06\5c
C:\npm\cache\_cacache\index-v5\06\75
C:\npm\cache\_cacache\index-v5\06\8b
C:\npm\cache\_cacache\index-v5\06\8d
C:\npm\cache\_cacache\index-v5\06\92
C:\npm\cache\_cacache\index-v5\06\a5
C:\npm\cache\_cacache\index-v5\06\ac
C:\npm\cache\_cacache\index-v5\06\b1
C:\npm\cache\_cacache\index-v5\06\dd
C:\npm\cache\_cacache\index-v5\06\f4
C:\npm\cache\_cacache\index-v5\06\fa
C:\npm\cache\_cacache\index-v5\06\fb
C:\npm\cache\_cacache\index-v5\07
C:\npm\cache\_cacache\index-v5\07\00
C:\npm\cache\_cacache\index-v5\07\0a
C:\npm\cache\_cacache\index-v5\07\0f
C:\npm\cache\_cacache\index-v5\07\1b
C:\npm\cache\_cacache\index-v5\07\2b
C:\npm\cache\_cacache\index-v5\07\3d
C:\npm\cache\_cacache\index-v5\07\43
C:\npm\cache\_cacache\index-v5\07\47
C:\npm\cache\_cacache\index-v5\07\70
C:\npm\cache\_cacache\index-v5\07\73
C:\npm\cache\_cacache\index-v5\07\8b
C:\npm\cache\_cacache\index-v5\07\9a
C:\npm\cache\_cacache\index-v5\07\da
C:\npm\cache\_cacache\index-v5\07\db
C:\npm\cache\_cacache\index-v5\07\dc
C:\npm\cache\_cacache\index-v5\07\e2
C:\npm\cache\_cacache\index-v5\07\f8
C:\npm\cache\_cacache\index-v5\07\f9
C:\npm\cache\_cacache\index-v5\08
C:\npm\cache\_cacache\index-v5\08\36
C:\npm\cache\_cacache\index-v5\08\41
C:\npm\cache\_cacache\index-v5\08\5e
C:\npm\cache\_cacache\index-v5\08\69
C:\npm\cache\_cacache\index-v5\08\97
C:\npm\cache\_cacache\index-v5\08\b1
C:\npm\cache\_cacache\index-v5\08\b2
C:\npm\cache\_cacache\index-v5\08\c0
C:\npm\cache\_cacache\index-v5\08\dc
C:\npm\cache\_cacache\index-v5\08\eb
C:\npm\cache\_cacache\index-v5\09
C:\npm\cache\_cacache\index-v5\09\14
C:\npm\cache\_cacache\index-v5\09\3d
C:\npm\cache\_cacache\index-v5\09\41
C:\npm\cache\_cacache\index-v5\09\53
C:\npm\cache\_cacache\index-v5\09\5a
C:\npm\cache\_cacache\index-v5\09\83
C:\npm\cache\_cacache\index-v5\09\92
C:\npm\cache\_cacache\index-v5\09\d0
C:\npm\cache\_cacache\index-v5\09\db
C:\npm\cache\_cacache\index-v5\09\ec
C:\npm\cache\_cacache\index-v5\09\f4
C:\npm\cache\_cacache\index-v5\0a
C:\npm\cache\_cacache\index-v5\0a\09
C:\npm\cache\_cacache\index-v5\0a\0d
C:\npm\cache\_cacache\index-v5\0a\23
C:\npm\cache\_cacache\index-v5\0a\27
C:\npm\cache\_cacache\index-v5\0a\4f
C:\npm\cache\_cacache\index-v5\0a\58
C:\npm\cache\_cacache\index-v5\0a\61
C:\npm\cache\_cacache\index-v5\0a\62
C:\npm\cache\_cacache\index-v5\0a\73
C:\npm\cache\_cacache\index-v5\0a\74
C:\npm\cache\_cacache\index-v5\0a\80
C:\npm\cache\_cacache\index-v5\0a\84
C:\npm\cache\_cacache\index-v5\0a\8d
C:\npm\cache\_cacache\index-v5\0a\a4
C:\npm\cache\_cacache\index-v5\0a\a5
C:\npm\cache\_cacache\index-v5\0a\a9
C:\npm\cache\_cacache\index-v5\0a\b4
C:\npm\cache\_cacache\index-v5\0a\b8
C:\npm\cache\_cacache\index-v5\0a\d4
C:\npm\cache\_cacache\index-v5\0a\db
C:\npm\cache\_cacache\index-v5\0a\de
C:\npm\cache\_cacache\index-v5\0a\f9
C:\npm\cache\_cacache\index-v5\0a\fa
C:\npm\cache\_cacache\index-v5\0a\fb
C:\npm\cache\_cacache\index-v5\0b
C:\npm\cache\_cacache\index-v5\0b\0b
C:\npm\cache\_cacache\index-v5\0b\0e
C:\npm\cache\_cacache\index-v5\0b\10
C:\npm\cache\_cacache\index-v5\0b\2c
C:\npm\cache\_cacache\index-v5\0b\44
C:\npm\cache\_cacache\index-v5\0b\4a
C:\npm\cache\_cacache\index-v5\0b\5a
C:\npm\cache\_cacache\index-v5\0b\62
C:\npm\cache\_cacache\index-v5\0b\66
C:\npm\cache\_cacache\index-v5\0b\72
C:\npm\cache\_cacache\index-v5\0b\79
C:\npm\cache\_cacache\index-v5\0b\85
C:\npm\cache\_cacache\index-v5\0b\95
C:\npm\cache\_cacache\index-v5\0b\ad
C:\npm\cache\_cacache\index-v5\0b\d2
C:\npm\cache\_cacache\index-v5\0b\d8
C:\npm\cache\_cacache\index-v5\0b\dc
C:\npm\cache\_cacache\index-v5\0b\e2
C:\npm\cache\_cacache\index-v5\0b\f7
C:\npm\cache\_cacache\index-v5\0b\fa
C:\npm\cache\_cacache\index-v5\0c
C:\npm\cache\_cacache\index-v5\0c\07
C:\npm\cache\_cacache\index-v5\0c\17
C:\npm\cache\_cacache\index-v5\0c\2b
C:\npm\cache\_cacache\index-v5\0c\2f
C:\npm\cache\_cacache\index-v5\0c\40
C:\npm\cache\_cacache\index-v5\0c\6e
C:\npm\cache\_cacache\index-v5\0c\8a
C:\npm\cache\_cacache\index-v5\0c\b3
C:\npm\cache\_cacache\index-v5\0c\c1
C:\npm\cache\_cacache\index-v5\0c\c4
C:\npm\cache\_cacache\index-v5\0c\c7
C:\npm\cache\_cacache\index-v5\0c\e2
C:\npm\cache\_cacache\index-v5\0c\f6
C:\npm\cache\_cacache\index-v5\0c\fd
C:\npm\cache\_cacache\index-v5\0d
C:\npm\cache\_cacache\index-v5\0d\1b
C:\npm\cache\_cacache\index-v5\0d\31
C:\npm\cache\_cacache\index-v5\0d\38
C:\npm\cache\_cacache\index-v5\0d\45
C:\npm\cache\_cacache\index-v5\0d\53
C:\npm\cache\_cacache\index-v5\0d\5a
C:\npm\cache\_cacache\index-v5\0d\65
C:\npm\cache\_cacache\index-v5\0d\a1
C:\npm\cache\_cacache\index-v5\0d\ac
C:\npm\cache\_cacache\index-v5\0d\af
C:\npm\cache\_cacache\index-v5\0d\cf
C:\npm\cache\_cacache\index-v5\0d\f4
C:\npm\cache\_cacache\index-v5\0e
C:\npm\cache\_cacache\index-v5\0e\03
C:\npm\cache\_cacache\index-v5\0e\31
C:\npm\cache\_cacache\index-v5\0e\35
C:\npm\cache\_cacache\index-v5\0e\3b
C:\npm\cache\_cacache\index-v5\0e\44
C:\npm\cache\_cacache\index-v5\0e\49
C:\npm\cache\_cacache\index-v5\0e\5b
C:\npm\cache\_cacache\index-v5\0e\5d
C:\npm\cache\_cacache\index-v5\0e\66
C:\npm\cache\_cacache\index-v5\0e\6f
C:\npm\cache\_cacache\index-v5\0e\71
C:\npm\cache\_cacache\index-v5\0e\73
C:\npm\cache\_cacache\index-v5\0e\8c
C:\npm\cache\_cacache\index-v5\0e\93
C:\npm\cache\_cacache\index-v5\0e\94
C:\npm\cache\_cacache\index-v5\0e\99
C:\npm\cache\_cacache\index-v5\0e\a4
C:\npm\cache\_cacache\index-v5\0e\c6
C:\npm\cache\_cacache\index-v5\0e\cc
C:\npm\cache\_cacache\index-v5\0e\db
C:\npm\cache\_cacache\index-v5\0e\dd
C:\npm\cache\_cacache\index-v5\0e\e2
C:\npm\cache\_cacache\index-v5\0e\eb
C:\npm\cache\_cacache\index-v5\0f
C:\npm\cache\_cacache\index-v5\0f\09
C:\npm\cache\_cacache\index-v5\0f\13
C:\npm\cache\_cacache\index-v5\0f\25
C:\npm\cache\_cacache\index-v5\0f\46
C:\npm\cache\_cacache\index-v5\0f\47
C:\npm\cache\_cacache\index-v5\0f\50
C:\npm\cache\_cacache\index-v5\0f\61
C:\npm\cache\_cacache\index-v5\0f\65
C:\npm\cache\_cacache\index-v5\0f\84
C:\npm\cache\_cacache\index-v5\0f\aa
C:\npm\cache\_cacache\index-v5\0f\b5
C:\npm\cache\_cacache\index-v5\0f\bc
C:\npm\cache\_cacache\index-v5\0f\c5
C:\npm\cache\_cacache\index-v5\0f\de
C:\npm\cache\_cacache\index-v5\0f\ef
C:\npm\cache\_cacache\index-v5\0f\f0
C:\npm\cache\_cacache\index-v5\0f\f6
C:\npm\cache\_cacache\index-v5\10
C:\npm\cache\_cacache\index-v5\10\06
C:\npm\cache\_cacache\index-v5\10\07
C:\npm\cache\_cacache\index-v5\10\19
C:\npm\cache\_cacache\index-v5\10\26
C:\npm\cache\_cacache\index-v5\10\3c
C:\npm\cache\_cacache\index-v5\10\50
C:\npm\cache\_cacache\index-v5\10\64
C:\npm\cache\_cacache\index-v5\10\79
C:\npm\cache\_cacache\index-v5\10\8a
C:\npm\cache\_cacache\index-v5\10\8d
C:\npm\cache\_cacache\index-v5\10\97
C:\npm\cache\_cacache\index-v5\10\9d
C:\npm\cache\_cacache\index-v5\10\aa
C:\npm\cache\_cacache\index-v5\10\b2
C:\npm\cache\_cacache\index-v5\10\dc
C:\npm\cache\_cacache\index-v5\10\df
C:\npm\cache\_cacache\index-v5\10\ff
C:\npm\cache\_cacache\index-v5\11
C:\npm\cache\_cacache\index-v5\11\05
C:\npm\cache\_cacache\index-v5\11\0d
C:\npm\cache\_cacache\index-v5\11\13
C:\npm\cache\_cacache\index-v5\11\18
C:\npm\cache\_cacache\index-v5\11\1a
C:\npm\cache\_cacache\index-v5\11\30
C:\npm\cache\_cacache\index-v5\11\3e
C:\npm\cache\_cacache\index-v5\11\4a
C:\npm\cache\_cacache\index-v5\11\7a
C:\npm\cache\_cacache\index-v5\11\88
C:\npm\cache\_cacache\index-v5\11\92
C:\npm\cache\_cacache\index-v5\11\a4
C:\npm\cache\_cacache\index-v5\11\b8
C:\npm\cache\_cacache\index-v5\11\d7
C:\npm\cache\_cacache\index-v5\11\d9
C:\npm\cache\_cacache\index-v5\11\de
C:\npm\cache\_cacache\index-v5\12
C:\npm\cache\_cacache\index-v5\12\03
C:\npm\cache\_cacache\index-v5\12\17
C:\npm\cache\_cacache\index-v5\12\48
C:\npm\cache\_cacache\index-v5\12\4f
C:\npm\cache\_cacache\index-v5\12\54
C:\npm\cache\_cacache\index-v5\12\5d
C:\npm\cache\_cacache\index-v5\12\64
C:\npm\cache\_cacache\index-v5\12\73
C:\npm\cache\_cacache\index-v5\12\7c
C:\npm\cache\_cacache\index-v5\12\7f
C:\npm\cache\_cacache\index-v5\12\87
C:\npm\cache\_cacache\index-v5\12\9f
C:\npm\cache\_cacache\index-v5\12\be
C:\npm\cache\_cacache\index-v5\12\ce
C:\npm\cache\_cacache\index-v5\13
C:\npm\cache\_cacache\index-v5\13\02
C:\npm\cache\_cacache\index-v5\13\06
C:\npm\cache\_cacache\index-v5\13\10
C:\npm\cache\_cacache\index-v5\13\2d
C:\npm\cache\_cacache\index-v5\13\34
C:\npm\cache\_cacache\index-v5\13\3f
C:\npm\cache\_cacache\index-v5\13\46
C:\npm\cache\_cacache\index-v5\13\59
C:\npm\cache\_cacache\index-v5\13\5f
C:\npm\cache\_cacache\index-v5\13\6e
C:\npm\cache\_cacache\index-v5\13\70
C:\npm\cache\_cacache\index-v5\13\72
C:\npm\cache\_cacache\index-v5\13\90
C:\npm\cache\_cacache\index-v5\13\97
C:\npm\cache\_cacache\index-v5\13\ab
C:\npm\cache\_cacache\index-v5\13\b4
C:\npm\cache\_cacache\index-v5\13\d9
C:\npm\cache\_cacache\index-v5\13\dc
C:\npm\cache\_cacache\index-v5\13\e1
C:\npm\cache\_cacache\index-v5\13\ef
C:\npm\cache\_cacache\index-v5\14
C:\npm\cache\_cacache\index-v5\14\0a
C:\npm\cache\_cacache\index-v5\14\16
C:\npm\cache\_cacache\index-v5\14\2a
C:\npm\cache\_cacache\index-v5\14\2c
C:\npm\cache\_cacache\index-v5\14\4b
C:\npm\cache\_cacache\index-v5\14\5b
C:\npm\cache\_cacache\index-v5\14\5d
C:\npm\cache\_cacache\index-v5\14\71
C:\npm\cache\_cacache\index-v5\14\7f
C:\npm\cache\_cacache\index-v5\14\9d
C:\npm\cache\_cacache\index-v5\14\a5
C:\npm\cache\_cacache\index-v5\14\a6
C:\npm\cache\_cacache\index-v5\14\bf
C:\npm\cache\_cacache\index-v5\14\c6
C:\npm\cache\_cacache\index-v5\14\cc
C:\npm\cache\_cacache\index-v5\14\e1
C:\npm\cache\_cacache\index-v5\14\f0
C:\npm\cache\_cacache\index-v5\14\fd
C:\npm\cache\_cacache\index-v5\15
C:\npm\cache\_cacache\index-v5\15\04
C:\npm\cache\_cacache\index-v5\15\37
C:\npm\cache\_cacache\index-v5\15\3d
C:\npm\cache\_cacache\index-v5\15\4c
C:\npm\cache\_cacache\index-v5\15\5e
C:\npm\cache\_cacache\index-v5\15\63
C:\npm\cache\_cacache\index-v5\15\68
C:\npm\cache\_cacache\index-v5\15\76
C:\npm\cache\_cacache\index-v5\15\b2
C:\npm\cache\_cacache\index-v5\15\bc
C:\npm\cache\_cacache\index-v5\15\c2
C:\npm\cache\_cacache\index-v5\15\c4
C:\npm\cache\_cacache\index-v5\15\d6
C:\npm\cache\_cacache\index-v5\15\e7
C:\npm\cache\_cacache\index-v5\15\ec
C:\npm\cache\_cacache\index-v5\15\f1
C:\npm\cache\_cacache\index-v5\15\f2
C:\npm\cache\_cacache\index-v5\15\f3
C:\npm\cache\_cacache\index-v5\16
C:\npm\cache\_cacache\index-v5\16\0a
C:\npm\cache\_cacache\index-v5\16\0c
C:\npm\cache\_cacache\index-v5\16\0e
C:\npm\cache\_cacache\index-v5\16\1e
C:\npm\cache\_cacache\index-v5\16\31
C:\npm\cache\_cacache\index-v5\16\38
C:\npm\cache\_cacache\index-v5\16\40
C:\npm\cache\_cacache\index-v5\16\46
C:\npm\cache\_cacache\index-v5\16\72
C:\npm\cache\_cacache\index-v5\16\8d
C:\npm\cache\_cacache\index-v5\16\a1
C:\npm\cache\_cacache\index-v5\16\ad
C:\npm\cache\_cacache\index-v5\16\d9
C:\npm\cache\_cacache\index-v5\16\dc
C:\npm\cache\_cacache\index-v5\16\de
C:\npm\cache\_cacache\index-v5\17
C:\npm\cache\_cacache\index-v5\17\43
C:\npm\cache\_cacache\index-v5\17\52
C:\npm\cache\_cacache\index-v5\17\5a
C:\npm\cache\_cacache\index-v5\17\7a
C:\npm\cache\_cacache\index-v5\17\7d
C:\npm\cache\_cacache\index-v5\17\b5
C:\npm\cache\_cacache\index-v5\17\d6
C:\npm\cache\_cacache\index-v5\17\d9
C:\npm\cache\_cacache\index-v5\17\ea
C:\npm\cache\_cacache\index-v5\17\f1
C:\npm\cache\_cacache\index-v5\18
C:\npm\cache\_cacache\index-v5\18\0b
C:\npm\cache\_cacache\index-v5\18\10
C:\npm\cache\_cacache\index-v5\18\1c
C:\npm\cache\_cacache\index-v5\18\33
C:\npm\cache\_cacache\index-v5\18\4a
C:\npm\cache\_cacache\index-v5\18\4c
C:\npm\cache\_cacache\index-v5\18\4d
C:\npm\cache\_cacache\index-v5\18\55
C:\npm\cache\_cacache\index-v5\18\5d
C:\npm\cache\_cacache\index-v5\18\77
C:\npm\cache\_cacache\index-v5\18\80
C:\npm\cache\_cacache\index-v5\18\86
C:\npm\cache\_cacache\index-v5\18\ad
C:\npm\cache\_cacache\index-v5\18\ae
C:\npm\cache\_cacache\index-v5\18\ba
C:\npm\cache\_cacache\index-v5\18\c2
C:\npm\cache\_cacache\index-v5\18\c9
C:\npm\cache\_cacache\index-v5\18\f2
C:\npm\cache\_cacache\index-v5\18\fb
C:\npm\cache\_cacache\index-v5\18\fe
C:\npm\cache\_cacache\index-v5\19
C:\npm\cache\_cacache\index-v5\19\01
C:\npm\cache\_cacache\index-v5\19\0c
C:\npm\cache\_cacache\index-v5\19\16
C:\npm\cache\_cacache\index-v5\19\17
C:\npm\cache\_cacache\index-v5\19\23
C:\npm\cache\_cacache\index-v5\19\27
C:\npm\cache\_cacache\index-v5\19\2f
C:\npm\cache\_cacache\index-v5\19\41
C:\npm\cache\_cacache\index-v5\19\46
C:\npm\cache\_cacache\index-v5\19\4c
C:\npm\cache\_cacache\index-v5\19\4d
C:\npm\cache\_cacache\index-v5\19\78
C:\npm\cache\_cacache\index-v5\19\87
C:\npm\cache\_cacache\index-v5\19\8a
C:\npm\cache\_cacache\index-v5\19\9c
C:\npm\cache\_cacache\index-v5\19\9e
C:\npm\cache\_cacache\index-v5\19\ae
C:\npm\cache\_cacache\index-v5\19\b0
C:\npm\cache\_cacache\index-v5\19\c1
C:\npm\cache\_cacache\index-v5\19\c9
C:\npm\cache\_cacache\index-v5\19\cb
C:\npm\cache\_cacache\index-v5\19\d2
C:\npm\cache\_cacache\index-v5\19\fa
C:\npm\cache\_cacache\index-v5\1a
C:\npm\cache\_cacache\index-v5\1a\09
C:\npm\cache\_cacache\index-v5\1a\0b
C:\npm\cache\_cacache\index-v5\1a\11
C:\npm\cache\_cacache\index-v5\1a\1d
C:\npm\cache\_cacache\index-v5\1a\57
C:\npm\cache\_cacache\index-v5\1a\5c
C:\npm\cache\_cacache\index-v5\1a\5d
C:\npm\cache\_cacache\index-v5\1a\6f
C:\npm\cache\_cacache\index-v5\1a\7b
C:\npm\cache\_cacache\index-v5\1a\91
C:\npm\cache\_cacache\index-v5\1a\9a
C:\npm\cache\_cacache\index-v5\1a\d3
C:\npm\cache\_cacache\index-v5\1a\e7
C:\npm\cache\_cacache\index-v5\1a\f2
C:\npm\cache\_cacache\index-v5\1b
C:\npm\cache\_cacache\index-v5\1b\0a
C:\npm\cache\_cacache\index-v5\1b\14
C:\npm\cache\_cacache\index-v5\1b\1e
C:\npm\cache\_cacache\index-v5\1b\23
C:\npm\cache\_cacache\index-v5\1b\37
C:\npm\cache\_cacache\index-v5\1b\45
C:\npm\cache\_cacache\index-v5\1b\63
C:\npm\cache\_cacache\index-v5\1b\6a
C:\npm\cache\_cacache\index-v5\1b\76
C:\npm\cache\_cacache\index-v5\1b\7c
C:\npm\cache\_cacache\index-v5\1b\c3
C:\npm\cache\_cacache\index-v5\1b\cc
C:\npm\cache\_cacache\index-v5\1b\ce
C:\npm\cache\_cacache\index-v5\1b\e6
C:\npm\cache\_cacache\index-v5\1b\fb
C:\npm\cache\_cacache\index-v5\1c
C:\npm\cache\_cacache\index-v5\1c\06
C:\npm\cache\_cacache\index-v5\1c\07
C:\npm\cache\_cacache\index-v5\1c\26
C:\npm\cache\_cacache\index-v5\1c\2e
C:\npm\cache\_cacache\index-v5\1c\36
C:\npm\cache\_cacache\index-v5\1c\3d
C:\npm\cache\_cacache\index-v5\1c\58
C:\npm\cache\_cacache\index-v5\1c\6d
C:\npm\cache\_cacache\index-v5\1c\7a
C:\npm\cache\_cacache\index-v5\1c\8b
C:\npm\cache\_cacache\index-v5\1c\8d
C:\npm\cache\_cacache\index-v5\1c\9d
C:\npm\cache\_cacache\index-v5\1c\bb
C:\npm\cache\_cacache\index-v5\1c\bc
C:\npm\cache\_cacache\index-v5\1c\ca
C:\npm\cache\_cacache\index-v5\1c\e7
C:\npm\cache\_cacache\index-v5\1c\ea
C:\npm\cache\_cacache\index-v5\1d
C:\npm\cache\_cacache\index-v5\1d\0f
C:\npm\cache\_cacache\index-v5\1d\1c
C:\npm\cache\_cacache\index-v5\1d\1d
C:\npm\cache\_cacache\index-v5\1d\1f
C:\npm\cache\_cacache\index-v5\1d\3b
C:\npm\cache\_cacache\index-v5\1d\41
C:\npm\cache\_cacache\index-v5\1d\5d
C:\npm\cache\_cacache\index-v5\1d\a3
C:\npm\cache\_cacache\index-v5\1d\e9
C:\npm\cache\_cacache\index-v5\1d\f7
C:\npm\cache\_cacache\index-v5\1d\f8
C:\npm\cache\_cacache\index-v5\1e
C:\npm\cache\_cacache\index-v5\1e\0f
C:\npm\cache\_cacache\index-v5\1e\2a
C:\npm\cache\_cacache\index-v5\1e\4b
C:\npm\cache\_cacache\index-v5\1e\68
C:\npm\cache\_cacache\index-v5\1e\82
C:\npm\cache\_cacache\index-v5\1e\88
C:\npm\cache\_cacache\index-v5\1e\89
C:\npm\cache\_cacache\index-v5\1e\a2
C:\npm\cache\_cacache\index-v5\1e\ab
C:\npm\cache\_cacache\index-v5\1e\b0
C:\npm\cache\_cacache\index-v5\1e\bb
C:\npm\cache\_cacache\index-v5\1e\be
C:\npm\cache\_cacache\index-v5\1e\e2
C:\npm\cache\_cacache\index-v5\1f
C:\npm\cache\_cacache\index-v5\1f\25
C:\npm\cache\_cacache\index-v5\1f\28
C:\npm\cache\_cacache\index-v5\1f\32
C:\npm\cache\_cacache\index-v5\1f\33
C:\npm\cache\_cacache\index-v5\1f\3f
C:\npm\cache\_cacache\index-v5\1f\47
C:\npm\cache\_cacache\index-v5\1f\4e
C:\npm\cache\_cacache\index-v5\1f\53
C:\npm\cache\_cacache\index-v5\1f\57
C:\npm\cache\_cacache\index-v5\1f\72
C:\npm\cache\_cacache\index-v5\1f\7b
C:\npm\cache\_cacache\index-v5\1f\8c
C:\npm\cache\_cacache\index-v5\1f\8f
C:\npm\cache\_cacache\index-v5\1f\a0
C:\npm\cache\_cacache\index-v5\1f\c0
C:\npm\cache\_cacache\index-v5\1f\cf
C:\npm\cache\_cacache\index-v5\1f\de
C:\npm\cache\_cacache\index-v5\1f\e4
C:\npm\cache\_cacache\index-v5\1f\e7
C:\npm\cache\_cacache\index-v5\1f\ed
C:\npm\cache\_cacache\index-v5\1f\f4
C:\npm\cache\_cacache\index-v5\1f\f6
C:\npm\cache\_cacache\index-v5\20
C:\npm\cache\_cacache\index-v5\20\10
C:\npm\cache\_cacache\index-v5\20\15
C:\npm\cache\_cacache\index-v5\20\2a
C:\npm\cache\_cacache\index-v5\20\34
C:\npm\cache\_cacache\index-v5\20\41
C:\npm\cache\_cacache\index-v5\20\4c
C:\npm\cache\_cacache\index-v5\20\4e
C:\npm\cache\_cacache\index-v5\20\68
C:\npm\cache\_cacache\index-v5\20\6c
C:\npm\cache\_cacache\index-v5\20\6e
C:\npm\cache\_cacache\index-v5\20\6f
C:\npm\cache\_cacache\index-v5\20\70
C:\npm\cache\_cacache\index-v5\20\96
C:\npm\cache\_cacache\index-v5\20\b1
C:\npm\cache\_cacache\index-v5\20\bf
C:\npm\cache\_cacache\index-v5\20\c4
C:\npm\cache\_cacache\index-v5\20\c6
C:\npm\cache\_cacache\index-v5\20\d4
C:\npm\cache\_cacache\index-v5\20\d5
C:\npm\cache\_cacache\index-v5\20\ed
C:\npm\cache\_cacache\index-v5\20\f2
C:\npm\cache\_cacache\index-v5\20\fc
C:\npm\cache\_cacache\index-v5\21
C:\npm\cache\_cacache\index-v5\21\1b
C:\npm\cache\_cacache\index-v5\21\2f
C:\npm\cache\_cacache\index-v5\21\41
C:\npm\cache\_cacache\index-v5\21\42
C:\npm\cache\_cacache\index-v5\21\4e
C:\npm\cache\_cacache\index-v5\21\72
C:\npm\cache\_cacache\index-v5\21\b8
C:\npm\cache\_cacache\index-v5\21\bd
C:\npm\cache\_cacache\index-v5\21\d4
C:\npm\cache\_cacache\index-v5\21\e4
C:\npm\cache\_cacache\index-v5\21\e7
C:\npm\cache\_cacache\index-v5\21\fd
C:\npm\cache\_cacache\index-v5\22
C:\npm\cache\_cacache\index-v5\22\17
C:\npm\cache\_cacache\index-v5\22\47
C:\npm\cache\_cacache\index-v5\22\6d
C:\npm\cache\_cacache\index-v5\22\83
C:\npm\cache\_cacache\index-v5\22\8a
C:\npm\cache\_cacache\index-v5\22\8d
C:\npm\cache\_cacache\index-v5\22\98
C:\npm\cache\_cacache\index-v5\22\9a
C:\npm\cache\_cacache\index-v5\22\9d
C:\npm\cache\_cacache\index-v5\22\bd
C:\npm\cache\_cacache\index-v5\22\d0
C:\npm\cache\_cacache\index-v5\23
C:\npm\cache\_cacache\index-v5\23\0b
C:\npm\cache\_cacache\index-v5\23\2f
C:\npm\cache\_cacache\index-v5\23\31
C:\npm\cache\_cacache\index-v5\23\35
C:\npm\cache\_cacache\index-v5\23\3f
C:\npm\cache\_cacache\index-v5\23\51
C:\npm\cache\_cacache\index-v5\23\55
C:\npm\cache\_cacache\index-v5\23\5e
C:\npm\cache\_cacache\index-v5\23\63
C:\npm\cache\_cacache\index-v5\23\7d
C:\npm\cache\_cacache\index-v5\23\7f
C:\npm\cache\_cacache\index-v5\23\81
C:\npm\cache\_cacache\index-v5\23\91
C:\npm\cache\_cacache\index-v5\23\96
C:\npm\cache\_cacache\index-v5\23\9a
C:\npm\cache\_cacache\index-v5\23\9b
C:\npm\cache\_cacache\index-v5\23\9d
C:\npm\cache\_cacache\index-v5\23\a3
C:\npm\cache\_cacache\index-v5\23\b5
C:\npm\cache\_cacache\index-v5\23\b8
C:\npm\cache\_cacache\index-v5\23\e0
C:\npm\cache\_cacache\index-v5\23\e3
C:\npm\cache\_cacache\index-v5\23\ef
C:\npm\cache\_cacache\index-v5\24
C:\npm\cache\_cacache\index-v5\24\06
C:\npm\cache\_cacache\index-v5\24\0e
C:\npm\cache\_cacache\index-v5\24\26
C:\npm\cache\_cacache\index-v5\24\42
C:\npm\cache\_cacache\index-v5\24\49
C:\npm\cache\_cacache\index-v5\24\64
C:\npm\cache\_cacache\index-v5\24\71
C:\npm\cache\_cacache\index-v5\24\7e
C:\npm\cache\_cacache\index-v5\24\86
C:\npm\cache\_cacache\index-v5\24\8a
C:\npm\cache\_cacache\index-v5\24\9b
C:\npm\cache\_cacache\index-v5\24\a7
C:\npm\cache\_cacache\index-v5\24\b1
C:\npm\cache\_cacache\index-v5\24\d8
C:\npm\cache\_cacache\index-v5\24\e0
C:\npm\cache\_cacache\index-v5\24\e7
C:\npm\cache\_cacache\index-v5\24\f9
C:\npm\cache\_cacache\index-v5\25
C:\npm\cache\_cacache\index-v5\25\06
C:\npm\cache\_cacache\index-v5\25\0c
C:\npm\cache\_cacache\index-v5\25\24
C:\npm\cache\_cacache\index-v5\25\2c
C:\npm\cache\_cacache\index-v5\25\36
C:\npm\cache\_cacache\index-v5\25\62
C:\npm\cache\_cacache\index-v5\25\72
C:\npm\cache\_cacache\index-v5\25\82
C:\npm\cache\_cacache\index-v5\25\84
C:\npm\cache\_cacache\index-v5\25\9c
C:\npm\cache\_cacache\index-v5\25\c5
C:\npm\cache\_cacache\index-v5\25\d9
C:\npm\cache\_cacache\index-v5\25\ec
C:\npm\cache\_cacache\index-v5\26
C:\npm\cache\_cacache\index-v5\26\06
C:\npm\cache\_cacache\index-v5\26\18
C:\npm\cache\_cacache\index-v5\26\32
C:\npm\cache\_cacache\index-v5\26\34
C:\npm\cache\_cacache\index-v5\26\45
C:\npm\cache\_cacache\index-v5\26\7a
C:\npm\cache\_cacache\index-v5\26\ce
C:\npm\cache\_cacache\index-v5\26\d0
C:\npm\cache\_cacache\index-v5\26\ed
C:\npm\cache\_cacache\index-v5\27
C:\npm\cache\_cacache\index-v5\27\04
C:\npm\cache\_cacache\index-v5\27\09
C:\npm\cache\_cacache\index-v5\27\16
C:\npm\cache\_cacache\index-v5\27\24
C:\npm\cache\_cacache\index-v5\27\4d
C:\npm\cache\_cacache\index-v5\27\6c
C:\npm\cache\_cacache\index-v5\27\74
C:\npm\cache\_cacache\index-v5\27\90
C:\npm\cache\_cacache\index-v5\27\a6
C:\npm\cache\_cacache\index-v5\27\b5
C:\npm\cache\_cacache\index-v5\27\cd
C:\npm\cache\_cacache\index-v5\27\d0
C:\npm\cache\_cacache\index-v5\27\d1
C:\npm\cache\_cacache\index-v5\27\dc
C:\npm\cache\_cacache\index-v5\27\dd
C:\npm\cache\_cacache\index-v5\28
C:\npm\cache\_cacache\index-v5\28\03
C:\npm\cache\_cacache\index-v5\28\0c
C:\npm\cache\_cacache\index-v5\28\0e
C:\npm\cache\_cacache\index-v5\28\11
C:\npm\cache\_cacache\index-v5\28\16
C:\npm\cache\_cacache\index-v5\28\38
C:\npm\cache\_cacache\index-v5\28\39
C:\npm\cache\_cacache\index-v5\28\3f
C:\npm\cache\_cacache\index-v5\28\50
C:\npm\cache\_cacache\index-v5\28\73
C:\npm\cache\_cacache\index-v5\28\74
C:\npm\cache\_cacache\index-v5\28\88
C:\npm\cache\_cacache\index-v5\28\98
C:\npm\cache\_cacache\index-v5\28\9f
C:\npm\cache\_cacache\index-v5\28\a1
C:\npm\cache\_cacache\index-v5\28\c7
C:\npm\cache\_cacache\index-v5\28\c9
C:\npm\cache\_cacache\index-v5\28\d4
C:\npm\cache\_cacache\index-v5\28\d8
C:\npm\cache\_cacache\index-v5\28\d9
C:\npm\cache\_cacache\index-v5\28\e3
C:\npm\cache\_cacache\index-v5\28\e7
C:\npm\cache\_cacache\index-v5\28\ea
C:\npm\cache\_cacache\index-v5\28\eb
C:\npm\cache\_cacache\index-v5\28\ed
C:\npm\cache\_cacache\index-v5\29
C:\npm\cache\_cacache\index-v5\29\0e
C:\npm\cache\_cacache\index-v5\29\20
C:\npm\cache\_cacache\index-v5\29\22
C:\npm\cache\_cacache\index-v5\29\3a
C:\npm\cache\_cacache\index-v5\29\40
C:\npm\cache\_cacache\index-v5\29\50
C:\npm\cache\_cacache\index-v5\29\51
C:\npm\cache\_cacache\index-v5\29\6b
C:\npm\cache\_cacache\index-v5\29\70
C:\npm\cache\_cacache\index-v5\29\7c
C:\npm\cache\_cacache\index-v5\29\80
C:\npm\cache\_cacache\index-v5\29\89
C:\npm\cache\_cacache\index-v5\29\b8
C:\npm\cache\_cacache\index-v5\29\d1
C:\npm\cache\_cacache\index-v5\29\d9
C:\npm\cache\_cacache\index-v5\29\e1
C:\npm\cache\_cacache\index-v5\29\e7
C:\npm\cache\_cacache\index-v5\29\ed
C:\npm\cache\_cacache\index-v5\29\ff
C:\npm\cache\_cacache\index-v5\2a
C:\npm\cache\_cacache\index-v5\2a\22
C:\npm\cache\_cacache\index-v5\2a\33
C:\npm\cache\_cacache\index-v5\2a\3c
C:\npm\cache\_cacache\index-v5\2a\5a
C:\npm\cache\_cacache\index-v5\2a\8c
C:\npm\cache\_cacache\index-v5\2a\9b
C:\npm\cache\_cacache\index-v5\2a\a2
C:\npm\cache\_cacache\index-v5\2a\a7
C:\npm\cache\_cacache\index-v5\2a\ba
C:\npm\cache\_cacache\index-v5\2a\c0
C:\npm\cache\_cacache\index-v5\2a\cb
C:\npm\cache\_cacache\index-v5\2a\e1
C:\npm\cache\_cacache\index-v5\2a\f2
C:\npm\cache\_cacache\index-v5\2b
C:\npm\cache\_cacache\index-v5\2b\18
C:\npm\cache\_cacache\index-v5\2b\39
C:\npm\cache\_cacache\index-v5\2b\8a
C:\npm\cache\_cacache\index-v5\2b\8c
C:\npm\cache\_cacache\index-v5\2b\aa
C:\npm\cache\_cacache\index-v5\2b\ad
C:\npm\cache\_cacache\index-v5\2b\c7
C:\npm\cache\_cacache\index-v5\2b\c8
C:\npm\cache\_cacache\index-v5\2b\d4
C:\npm\cache\_cacache\index-v5\2b\e8
C:\npm\cache\_cacache\index-v5\2c
C:\npm\cache\_cacache\index-v5\2c\09
C:\npm\cache\_cacache\index-v5\2c\18
C:\npm\cache\_cacache\index-v5\2c\27
C:\npm\cache\_cacache\index-v5\2c\30
C:\npm\cache\_cacache\index-v5\2c\31
C:\npm\cache\_cacache\index-v5\2c\3b
C:\npm\cache\_cacache\index-v5\2c\4f
C:\npm\cache\_cacache\index-v5\2c\56
C:\npm\cache\_cacache\index-v5\2c\6d
C:\npm\cache\_cacache\index-v5\2c\73
C:\npm\cache\_cacache\index-v5\2c\78
C:\npm\cache\_cacache\index-v5\2c\7b
C:\npm\cache\_cacache\index-v5\2c\82
C:\npm\cache\_cacache\index-v5\2c\8d
C:\npm\cache\_cacache\index-v5\2c\99
C:\npm\cache\_cacache\index-v5\2c\9b
C:\npm\cache\_cacache\index-v5\2c\a2
C:\npm\cache\_cacache\index-v5\2c\a6
C:\npm\cache\_cacache\index-v5\2c\a9
C:\npm\cache\_cacache\index-v5\2c\b9
C:\npm\cache\_cacache\index-v5\2c\c1
C:\npm\cache\_cacache\index-v5\2c\d2
C:\npm\cache\_cacache\index-v5\2c\d9
C:\npm\cache\_cacache\index-v5\2c\df
C:\npm\cache\_cacache\index-v5\2c\f8
C:\npm\cache\_cacache\index-v5\2c\f9
C:\npm\cache\_cacache\index-v5\2d
C:\npm\cache\_cacache\index-v5\2d\25
C:\npm\cache\_cacache\index-v5\2d\2b
C:\npm\cache\_cacache\index-v5\2d\34
C:\npm\cache\_cacache\index-v5\2d\51
C:\npm\cache\_cacache\index-v5\2d\56
C:\npm\cache\_cacache\index-v5\2d\5c
C:\npm\cache\_cacache\index-v5\2d\6a
C:\npm\cache\_cacache\index-v5\2d\70
C:\npm\cache\_cacache\index-v5\2d\74
C:\npm\cache\_cacache\index-v5\2d\85
C:\npm\cache\_cacache\index-v5\2d\8c
C:\npm\cache\_cacache\index-v5\2d\a2
C:\npm\cache\_cacache\index-v5\2d\b8
C:\npm\cache\_cacache\index-v5\2d\c6
C:\npm\cache\_cacache\index-v5\2d\cc
C:\npm\cache\_cacache\index-v5\2d\e3
C:\npm\cache\_cacache\index-v5\2d\f7
C:\npm\cache\_cacache\index-v5\2d\f9
C:\npm\cache\_cacache\index-v5\2e
C:\npm\cache\_cacache\index-v5\2e\04
C:\npm\cache\_cacache\index-v5\2e\1e
C:\npm\cache\_cacache\index-v5\2e\23
C:\npm\cache\_cacache\index-v5\2e\2f
C:\npm\cache\_cacache\index-v5\2e\32
C:\npm\cache\_cacache\index-v5\2e\3e
C:\npm\cache\_cacache\index-v5\2e\40
C:\npm\cache\_cacache\index-v5\2e\43
C:\npm\cache\_cacache\index-v5\2e\4b
C:\npm\cache\_cacache\index-v5\2e\54
C:\npm\cache\_cacache\index-v5\2e\58
C:\npm\cache\_cacache\index-v5\2e\6d
C:\npm\cache\_cacache\index-v5\2e\7d
C:\npm\cache\_cacache\index-v5\2e\81
C:\npm\cache\_cacache\index-v5\2e\87
C:\npm\cache\_cacache\index-v5\2e\90
C:\npm\cache\_cacache\index-v5\2e\91
C:\npm\cache\_cacache\index-v5\2e\93
C:\npm\cache\_cacache\index-v5\2e\a5
C:\npm\cache\_cacache\index-v5\2e\c2
C:\npm\cache\_cacache\index-v5\2e\ca
C:\npm\cache\_cacache\index-v5\2e\cd
C:\npm\cache\_cacache\index-v5\2e\d0
C:\npm\cache\_cacache\index-v5\2f
C:\npm\cache\_cacache\index-v5\2f\15
C:\npm\cache\_cacache\index-v5\2f\34
C:\npm\cache\_cacache\index-v5\2f\39
C:\npm\cache\_cacache\index-v5\2f\3c
C:\npm\cache\_cacache\index-v5\2f\48
C:\npm\cache\_cacache\index-v5\2f\4d
C:\npm\cache\_cacache\index-v5\2f\6e
C:\npm\cache\_cacache\index-v5\2f\91
C:\npm\cache\_cacache\index-v5\2f\a1
C:\npm\cache\_cacache\index-v5\2f\b1
C:\npm\cache\_cacache\index-v5\2f\c8
C:\npm\cache\_cacache\index-v5\2f\ca
C:\npm\cache\_cacache\index-v5\2f\d3
C:\npm\cache\_cacache\index-v5\2f\e0
C:\npm\cache\_cacache\index-v5\2f\e2
C:\npm\cache\_cacache\index-v5\2f\fa
C:\npm\cache\_cacache\index-v5\30
C:\npm\cache\_cacache\index-v5\30\00
C:\npm\cache\_cacache\index-v5\30\0e
C:\npm\cache\_cacache\index-v5\30\1f
C:\npm\cache\_cacache\index-v5\30\7c
C:\npm\cache\_cacache\index-v5\30\7e
C:\npm\cache\_cacache\index-v5\30\84
C:\npm\cache\_cacache\index-v5\30\8b
C:\npm\cache\_cacache\index-v5\30\9c
C:\npm\cache\_cacache\index-v5\30\9f
C:\npm\cache\_cacache\index-v5\30\a2
C:\npm\cache\_cacache\index-v5\30\a7
C:\npm\cache\_cacache\index-v5\30\bd
C:\npm\cache\_cacache\index-v5\30\cd
C:\npm\cache\_cacache\index-v5\30\d7
C:\npm\cache\_cacache\index-v5\30\f8
C:\npm\cache\_cacache\index-v5\31
C:\npm\cache\_cacache\index-v5\31\20
C:\npm\cache\_cacache\index-v5\31\46
C:\npm\cache\_cacache\index-v5\31\49
C:\npm\cache\_cacache\index-v5\31\4a
C:\npm\cache\_cacache\index-v5\31\4e
C:\npm\cache\_cacache\index-v5\31\59
C:\npm\cache\_cacache\index-v5\31\5f
C:\npm\cache\_cacache\index-v5\31\8d
C:\npm\cache\_cacache\index-v5\31\9a
C:\npm\cache\_cacache\index-v5\31\9d
C:\npm\cache\_cacache\index-v5\31\a0
C:\npm\cache\_cacache\index-v5\31\a9
C:\npm\cache\_cacache\index-v5\31\ab
C:\npm\cache\_cacache\index-v5\31\ad
C:\npm\cache\_cacache\index-v5\31\b0
C:\npm\cache\_cacache\index-v5\31\d1
C:\npm\cache\_cacache\index-v5\32
C:\npm\cache\_cacache\index-v5\32\0f
C:\npm\cache\_cacache\index-v5\32\16
C:\npm\cache\_cacache\index-v5\32\1b
C:\npm\cache\_cacache\index-v5\32\1d
C:\npm\cache\_cacache\index-v5\32\1f
C:\npm\cache\_cacache\index-v5\32\48
C:\npm\cache\_cacache\index-v5\32\5e
C:\npm\cache\_cacache\index-v5\32\6f
C:\npm\cache\_cacache\index-v5\32\71
C:\npm\cache\_cacache\index-v5\32\80
C:\npm\cache\_cacache\index-v5\32\8b
C:\npm\cache\_cacache\index-v5\32\94
C:\npm\cache\_cacache\index-v5\32\9a
C:\npm\cache\_cacache\index-v5\32\bc
C:\npm\cache\_cacache\index-v5\32\d7
C:\npm\cache\_cacache\index-v5\32\ea
C:\npm\cache\_cacache\index-v5\32\f1
C:\npm\cache\_cacache\index-v5\33
C:\npm\cache\_cacache\index-v5\33\18
C:\npm\cache\_cacache\index-v5\33\22
C:\npm\cache\_cacache\index-v5\33\30
C:\npm\cache\_cacache\index-v5\33\3a
C:\npm\cache\_cacache\index-v5\33\8b
C:\npm\cache\_cacache\index-v5\33\8e
C:\npm\cache\_cacache\index-v5\33\94
C:\npm\cache\_cacache\index-v5\33\ab
C:\npm\cache\_cacache\index-v5\33\b1
C:\npm\cache\_cacache\index-v5\33\db
C:\npm\cache\_cacache\index-v5\33\e2
C:\npm\cache\_cacache\index-v5\33\e3
C:\npm\cache\_cacache\index-v5\33\e5
C:\npm\cache\_cacache\index-v5\33\ec
C:\npm\cache\_cacache\index-v5\33\ee
C:\npm\cache\_cacache\index-v5\34
C:\npm\cache\_cacache\index-v5\34\00
C:\npm\cache\_cacache\index-v5\34\07
C:\npm\cache\_cacache\index-v5\34\12
C:\npm\cache\_cacache\index-v5\34\1e
C:\npm\cache\_cacache\index-v5\34\27
C:\npm\cache\_cacache\index-v5\34\2d
C:\npm\cache\_cacache\index-v5\34\3f
C:\npm\cache\_cacache\index-v5\34\4d
C:\npm\cache\_cacache\index-v5\34\57
C:\npm\cache\_cacache\index-v5\34\58
C:\npm\cache\_cacache\index-v5\34\60
C:\npm\cache\_cacache\index-v5\34\6f
C:\npm\cache\_cacache\index-v5\34\7c
C:\npm\cache\_cacache\index-v5\34\97
C:\npm\cache\_cacache\index-v5\34\c4
C:\npm\cache\_cacache\index-v5\34\c6
C:\npm\cache\_cacache\index-v5\34\e7
C:\npm\cache\_cacache\index-v5\34\ef
C:\npm\cache\_cacache\index-v5\34\f9
C:\npm\cache\_cacache\index-v5\35
C:\npm\cache\_cacache\index-v5\35\13
C:\npm\cache\_cacache\index-v5\35\20
C:\npm\cache\_cacache\index-v5\35\23
C:\npm\cache\_cacache\index-v5\35\29
C:\npm\cache\_cacache\index-v5\35\2e
C:\npm\cache\_cacache\index-v5\35\49
C:\npm\cache\_cacache\index-v5\35\56
C:\npm\cache\_cacache\index-v5\35\77
C:\npm\cache\_cacache\index-v5\35\81
C:\npm\cache\_cacache\index-v5\35\8d
C:\npm\cache\_cacache\index-v5\35\af
C:\npm\cache\_cacache\index-v5\35\c7
C:\npm\cache\_cacache\index-v5\35\d3
C:\npm\cache\_cacache\index-v5\35\e5
C:\npm\cache\_cacache\index-v5\35\f4
C:\npm\cache\_cacache\index-v5\36
C:\npm\cache\_cacache\index-v5\36\0c
C:\npm\cache\_cacache\index-v5\36\15
C:\npm\cache\_cacache\index-v5\36\1a
C:\npm\cache\_cacache\index-v5\36\2a
C:\npm\cache\_cacache\index-v5\36\2e
C:\npm\cache\_cacache\index-v5\36\43
C:\npm\cache\_cacache\index-v5\36\5f
C:\npm\cache\_cacache\index-v5\36\71
C:\npm\cache\_cacache\index-v5\36\73
C:\npm\cache\_cacache\index-v5\36\8d
C:\npm\cache\_cacache\index-v5\36\96
C:\npm\cache\_cacache\index-v5\36\9a
C:\npm\cache\_cacache\index-v5\36\9b
C:\npm\cache\_cacache\index-v5\36\ba
C:\npm\cache\_cacache\index-v5\36\bf
C:\npm\cache\_cacache\index-v5\36\c7
C:\npm\cache\_cacache\index-v5\36\e4
C:\npm\cache\_cacache\index-v5\36\fe
C:\npm\cache\_cacache\index-v5\37
C:\npm\cache\_cacache\index-v5\37\29
C:\npm\cache\_cacache\index-v5\37\3c
C:\npm\cache\_cacache\index-v5\37\4e
C:\npm\cache\_cacache\index-v5\37\60
C:\npm\cache\_cacache\index-v5\37\76
C:\npm\cache\_cacache\index-v5\37\88
C:\npm\cache\_cacache\index-v5\37\9f
C:\npm\cache\_cacache\index-v5\37\b4
C:\npm\cache\_cacache\index-v5\37\c1
C:\npm\cache\_cacache\index-v5\37\c5
C:\npm\cache\_cacache\index-v5\37\ca
C:\npm\cache\_cacache\index-v5\37\cd
C:\npm\cache\_cacache\index-v5\37\ce
C:\npm\cache\_cacache\index-v5\37\de
C:\npm\cache\_cacache\index-v5\37\e4
C:\npm\cache\_cacache\index-v5\37\f2
C:\npm\cache\_cacache\index-v5\37\fa
C:\npm\cache\_cacache\index-v5\38
C:\npm\cache\_cacache\index-v5\38\26
C:\npm\cache\_cacache\index-v5\38\38
C:\npm\cache\_cacache\index-v5\38\3b
C:\npm\cache\_cacache\index-v5\38\47
C:\npm\cache\_cacache\index-v5\38\5a
C:\npm\cache\_cacache\index-v5\38\82
C:\npm\cache\_cacache\index-v5\38\85
C:\npm\cache\_cacache\index-v5\38\c7
C:\npm\cache\_cacache\index-v5\38\c9
C:\npm\cache\_cacache\index-v5\38\df
C:\npm\cache\_cacache\index-v5\38\ed
C:\npm\cache\_cacache\index-v5\39
C:\npm\cache\_cacache\index-v5\39\20
C:\npm\cache\_cacache\index-v5\39\3a
C:\npm\cache\_cacache\index-v5\39\4c
C:\npm\cache\_cacache\index-v5\39\57
C:\npm\cache\_cacache\index-v5\39\5a
C:\npm\cache\_cacache\index-v5\39\67
C:\npm\cache\_cacache\index-v5\39\76
C:\npm\cache\_cacache\index-v5\39\8e
C:\npm\cache\_cacache\index-v5\39\94
C:\npm\cache\_cacache\index-v5\39\9b
C:\npm\cache\_cacache\index-v5\39\9c
C:\npm\cache\_cacache\index-v5\39\a3
C:\npm\cache\_cacache\index-v5\39\ac
C:\npm\cache\_cacache\index-v5\39\ae
C:\npm\cache\_cacache\index-v5\39\af
C:\npm\cache\_cacache\index-v5\39\ba
C:\npm\cache\_cacache\index-v5\39\ca
C:\npm\cache\_cacache\index-v5\39\cd
C:\npm\cache\_cacache\index-v5\39\e3
C:\npm\cache\_cacache\index-v5\39\ef
C:\npm\cache\_cacache\index-v5\3a
C:\npm\cache\_cacache\index-v5\3a\12
C:\npm\cache\_cacache\index-v5\3a\14
C:\npm\cache\_cacache\index-v5\3a\15
C:\npm\cache\_cacache\index-v5\3a\1f
C:\npm\cache\_cacache\index-v5\3a\61
C:\npm\cache\_cacache\index-v5\3a\66
C:\npm\cache\_cacache\index-v5\3a\6b
C:\npm\cache\_cacache\index-v5\3a\77
C:\npm\cache\_cacache\index-v5\3a\7d
C:\npm\cache\_cacache\index-v5\3a\7e
C:\npm\cache\_cacache\index-v5\3a\93
C:\npm\cache\_cacache\index-v5\3a\af
C:\npm\cache\_cacache\index-v5\3a\b5
C:\npm\cache\_cacache\index-v5\3a\bf
C:\npm\cache\_cacache\index-v5\3a\c1
C:\npm\cache\_cacache\index-v5\3a\c4
C:\npm\cache\_cacache\index-v5\3a\d0
C:\npm\cache\_cacache\index-v5\3a\d3
C:\npm\cache\_cacache\index-v5\3a\e4
C:\npm\cache\_cacache\index-v5\3b
C:\npm\cache\_cacache\index-v5\3b\15
C:\npm\cache\_cacache\index-v5\3b\2b
C:\npm\cache\_cacache\index-v5\3b\34
C:\npm\cache\_cacache\index-v5\3b\4f
C:\npm\cache\_cacache\index-v5\3b\8d
C:\npm\cache\_cacache\index-v5\3b\a2
C:\npm\cache\_cacache\index-v5\3b\a9
C:\npm\cache\_cacache\index-v5\3b\ac
C:\npm\cache\_cacache\index-v5\3b\bf
C:\npm\cache\_cacache\index-v5\3b\c0
C:\npm\cache\_cacache\index-v5\3b\ce
C:\npm\cache\_cacache\index-v5\3b\d4
C:\npm\cache\_cacache\index-v5\3b\ec
C:\npm\cache\_cacache\index-v5\3c
C:\npm\cache\_cacache\index-v5\3c\03
C:\npm\cache\_cacache\index-v5\3c\05
C:\npm\cache\_cacache\index-v5\3c\08
C:\npm\cache\_cacache\index-v5\3c\0d
C:\npm\cache\_cacache\index-v5\3c\15
C:\npm\cache\_cacache\index-v5\3c\1c
C:\npm\cache\_cacache\index-v5\3c\1f
C:\npm\cache\_cacache\index-v5\3c\2f
C:\npm\cache\_cacache\index-v5\3c\3d
C:\npm\cache\_cacache\index-v5\3c\52
C:\npm\cache\_cacache\index-v5\3c\73
C:\npm\cache\_cacache\index-v5\3c\8e
C:\npm\cache\_cacache\index-v5\3c\90
C:\npm\cache\_cacache\index-v5\3c\a4
C:\npm\cache\_cacache\index-v5\3c\ad
C:\npm\cache\_cacache\index-v5\3c\bf
C:\npm\cache\_cacache\index-v5\3c\d6
C:\npm\cache\_cacache\index-v5\3c\d9
C:\npm\cache\_cacache\index-v5\3c\db
C:\npm\cache\_cacache\index-v5\3c\e8
C:\npm\cache\_cacache\index-v5\3c\fe
C:\npm\cache\_cacache\index-v5\3d
C:\npm\cache\_cacache\index-v5\3d\11
C:\npm\cache\_cacache\index-v5\3d\32
C:\npm\cache\_cacache\index-v5\3d\49
C:\npm\cache\_cacache\index-v5\3d\5d
C:\npm\cache\_cacache\index-v5\3d\74
C:\npm\cache\_cacache\index-v5\3d\85
C:\npm\cache\_cacache\index-v5\3d\8a
C:\npm\cache\_cacache\index-v5\3d\90
C:\npm\cache\_cacache\index-v5\3d\b5
C:\npm\cache\_cacache\index-v5\3d\c7
C:\npm\cache\_cacache\index-v5\3d\ec
C:\npm\cache\_cacache\index-v5\3e
C:\npm\cache\_cacache\index-v5\3e\04
C:\npm\cache\_cacache\index-v5\3e\06
C:\npm\cache\_cacache\index-v5\3e\0a
C:\npm\cache\_cacache\index-v5\3e\2f
C:\npm\cache\_cacache\index-v5\3e\38
C:\npm\cache\_cacache\index-v5\3e\3e
C:\npm\cache\_cacache\index-v5\3e\4e
C:\npm\cache\_cacache\index-v5\3e\68
C:\npm\cache\_cacache\index-v5\3e\6c
C:\npm\cache\_cacache\index-v5\3e\77
C:\npm\cache\_cacache\index-v5\3e\87
C:\npm\cache\_cacache\index-v5\3e\b3
C:\npm\cache\_cacache\index-v5\3e\be
C:\npm\cache\_cacache\index-v5\3e\c6
C:\npm\cache\_cacache\index-v5\3e\c7
C:\npm\cache\_cacache\index-v5\3e\f9
C:\npm\cache\_cacache\index-v5\3f
C:\npm\cache\_cacache\index-v5\3f\09
C:\npm\cache\_cacache\index-v5\3f\1b
C:\npm\cache\_cacache\index-v5\3f\20
C:\npm\cache\_cacache\index-v5\3f\27
C:\npm\cache\_cacache\index-v5\3f\28
C:\npm\cache\_cacache\index-v5\3f\33
C:\npm\cache\_cacache\index-v5\3f\38
C:\npm\cache\_cacache\index-v5\3f\3e
C:\npm\cache\_cacache\index-v5\3f\45
C:\npm\cache\_cacache\index-v5\3f\5f
C:\npm\cache\_cacache\index-v5\3f\7b
C:\npm\cache\_cacache\index-v5\3f\7e
C:\npm\cache\_cacache\index-v5\3f\81
C:\npm\cache\_cacache\index-v5\3f\96
C:\npm\cache\_cacache\index-v5\3f\99
C:\npm\cache\_cacache\index-v5\3f\9d
C:\npm\cache\_cacache\index-v5\3f\a9
C:\npm\cache\_cacache\index-v5\3f\ba
C:\npm\cache\_cacache\index-v5\3f\ef
C:\npm\cache\_cacache\index-v5\3f\ff
C:\npm\cache\_cacache\index-v5\40
C:\npm\cache\_cacache\index-v5\40\10
C:\npm\cache\_cacache\index-v5\40\19
C:\npm\cache\_cacache\index-v5\40\28
C:\npm\cache\_cacache\index-v5\40\57
C:\npm\cache\_cacache\index-v5\40\87
C:\npm\cache\_cacache\index-v5\40\98
C:\npm\cache\_cacache\index-v5\40\c7
C:\npm\cache\_cacache\index-v5\40\d2
C:\npm\cache\_cacache\index-v5\40\e1
C:\npm\cache\_cacache\index-v5\40\e6
C:\npm\cache\_cacache\index-v5\40\f2
C:\npm\cache\_cacache\index-v5\41
C:\npm\cache\_cacache\index-v5\41\1b
C:\npm\cache\_cacache\index-v5\41\23
C:\npm\cache\_cacache\index-v5\41\26
C:\npm\cache\_cacache\index-v5\41\4d
C:\npm\cache\_cacache\index-v5\41\59
C:\npm\cache\_cacache\index-v5\41\5b
C:\npm\cache\_cacache\index-v5\41\7c
C:\npm\cache\_cacache\index-v5\41\84
C:\npm\cache\_cacache\index-v5\41\a1
C:\npm\cache\_cacache\index-v5\41\a6
C:\npm\cache\_cacache\index-v5\41\af
C:\npm\cache\_cacache\index-v5\41\b0
C:\npm\cache\_cacache\index-v5\41\ca
C:\npm\cache\_cacache\index-v5\42
C:\npm\cache\_cacache\index-v5\42\0d
C:\npm\cache\_cacache\index-v5\42\1d
C:\npm\cache\_cacache\index-v5\42\2b
C:\npm\cache\_cacache\index-v5\42\2d
C:\npm\cache\_cacache\index-v5\42\3d
C:\npm\cache\_cacache\index-v5\42\47
C:\npm\cache\_cacache\index-v5\42\63
C:\npm\cache\_cacache\index-v5\42\72
C:\npm\cache\_cacache\index-v5\42\8a
C:\npm\cache\_cacache\index-v5\42\93
C:\npm\cache\_cacache\index-v5\42\a8
C:\npm\cache\_cacache\index-v5\42\ae
C:\npm\cache\_cacache\index-v5\42\c9
C:\npm\cache\_cacache\index-v5\42\dd
C:\npm\cache\_cacache\index-v5\42\de
C:\npm\cache\_cacache\index-v5\42\e1
C:\npm\cache\_cacache\index-v5\42\ec
C:\npm\cache\_cacache\index-v5\42\f0
C:\npm\cache\_cacache\index-v5\42\f9
C:\npm\cache\_cacache\index-v5\43
C:\npm\cache\_cacache\index-v5\43\02
C:\npm\cache\_cacache\index-v5\43\09
C:\npm\cache\_cacache\index-v5\43\0f
C:\npm\cache\_cacache\index-v5\43\21
C:\npm\cache\_cacache\index-v5\43\31
C:\npm\cache\_cacache\index-v5\43\38
C:\npm\cache\_cacache\index-v5\43\46
C:\npm\cache\_cacache\index-v5\43\57
C:\npm\cache\_cacache\index-v5\43\58
C:\npm\cache\_cacache\index-v5\43\59
C:\npm\cache\_cacache\index-v5\43\5b
C:\npm\cache\_cacache\index-v5\43\6a
C:\npm\cache\_cacache\index-v5\43\80
C:\npm\cache\_cacache\index-v5\43\a4
C:\npm\cache\_cacache\index-v5\43\af
C:\npm\cache\_cacache\index-v5\43\c0
C:\npm\cache\_cacache\index-v5\43\d7
C:\npm\cache\_cacache\index-v5\43\e9
C:\npm\cache\_cacache\index-v5\43\f0
C:\npm\cache\_cacache\index-v5\43\f4
C:\npm\cache\_cacache\index-v5\43\ff
C:\npm\cache\_cacache\index-v5\44
C:\npm\cache\_cacache\index-v5\44\04
C:\npm\cache\_cacache\index-v5\44\10
C:\npm\cache\_cacache\index-v5\44\11
C:\npm\cache\_cacache\index-v5\44\17
C:\npm\cache\_cacache\index-v5\44\1c
C:\npm\cache\_cacache\index-v5\44\1f
C:\npm\cache\_cacache\index-v5\44\26
C:\npm\cache\_cacache\index-v5\44\58
C:\npm\cache\_cacache\index-v5\44\6d
C:\npm\cache\_cacache\index-v5\44\87
C:\npm\cache\_cacache\index-v5\44\8d
C:\npm\cache\_cacache\index-v5\44\92
C:\npm\cache\_cacache\index-v5\44\95
C:\npm\cache\_cacache\index-v5\44\b8
C:\npm\cache\_cacache\index-v5\44\bd
C:\npm\cache\_cacache\index-v5\44\d3
C:\npm\cache\_cacache\index-v5\44\d8
C:\npm\cache\_cacache\index-v5\44\da
C:\npm\cache\_cacache\index-v5\44\e0
C:\npm\cache\_cacache\index-v5\44\e5
C:\npm\cache\_cacache\index-v5\44\f7
C:\npm\cache\_cacache\index-v5\45
C:\npm\cache\_cacache\index-v5\45\00
C:\npm\cache\_cacache\index-v5\45\2f
C:\npm\cache\_cacache\index-v5\45\33
C:\npm\cache\_cacache\index-v5\45\3c
C:\npm\cache\_cacache\index-v5\45\43
C:\npm\cache\_cacache\index-v5\45\50
C:\npm\cache\_cacache\index-v5\45\53
C:\npm\cache\_cacache\index-v5\45\75
C:\npm\cache\_cacache\index-v5\45\86
C:\npm\cache\_cacache\index-v5\45\99
C:\npm\cache\_cacache\index-v5\45\ab
C:\npm\cache\_cacache\index-v5\45\c1
C:\npm\cache\_cacache\index-v5\45\d4
C:\npm\cache\_cacache\index-v5\45\e6
C:\npm\cache\_cacache\index-v5\46
C:\npm\cache\_cacache\index-v5\46\00
C:\npm\cache\_cacache\index-v5\46\07
C:\npm\cache\_cacache\index-v5\46\18
C:\npm\cache\_cacache\index-v5\46\20
C:\npm\cache\_cacache\index-v5\46\23
C:\npm\cache\_cacache\index-v5\46\29
C:\npm\cache\_cacache\index-v5\46\33
C:\npm\cache\_cacache\index-v5\46\35
C:\npm\cache\_cacache\index-v5\46\53
C:\npm\cache\_cacache\index-v5\46\5d
C:\npm\cache\_cacache\index-v5\46\62
C:\npm\cache\_cacache\index-v5\46\6f
C:\npm\cache\_cacache\index-v5\46\7d
C:\npm\cache\_cacache\index-v5\46\8f
C:\npm\cache\_cacache\index-v5\46\94
C:\npm\cache\_cacache\index-v5\46\9c
C:\npm\cache\_cacache\index-v5\46\a8
C:\npm\cache\_cacache\index-v5\46\ba
C:\npm\cache\_cacache\index-v5\46\bb
C:\npm\cache\_cacache\index-v5\46\c5
C:\npm\cache\_cacache\index-v5\46\c7
C:\npm\cache\_cacache\index-v5\46\ea
C:\npm\cache\_cacache\index-v5\46\fe
C:\npm\cache\_cacache\index-v5\47
C:\npm\cache\_cacache\index-v5\47\07
C:\npm\cache\_cacache\index-v5\47\21
C:\npm\cache\_cacache\index-v5\47\30
C:\npm\cache\_cacache\index-v5\47\34
C:\npm\cache\_cacache\index-v5\47\44
C:\npm\cache\_cacache\index-v5\47\5a
C:\npm\cache\_cacache\index-v5\47\89
C:\npm\cache\_cacache\index-v5\47\91
C:\npm\cache\_cacache\index-v5\47\98
C:\npm\cache\_cacache\index-v5\47\99
C:\npm\cache\_cacache\index-v5\47\9a
C:\npm\cache\_cacache\index-v5\47\a1
C:\npm\cache\_cacache\index-v5\47\b3
C:\npm\cache\_cacache\index-v5\47\b5
C:\npm\cache\_cacache\index-v5\47\c3
C:\npm\cache\_cacache\index-v5\47\dd
C:\npm\cache\_cacache\index-v5\48
C:\npm\cache\_cacache\index-v5\48\02
C:\npm\cache\_cacache\index-v5\48\1c
C:\npm\cache\_cacache\index-v5\48\23
C:\npm\cache\_cacache\index-v5\48\39
C:\npm\cache\_cacache\index-v5\48\40
C:\npm\cache\_cacache\index-v5\48\56
C:\npm\cache\_cacache\index-v5\48\5f
C:\npm\cache\_cacache\index-v5\48\63
C:\npm\cache\_cacache\index-v5\48\79
C:\npm\cache\_cacache\index-v5\48\99
C:\npm\cache\_cacache\index-v5\48\a0
C:\npm\cache\_cacache\index-v5\48\ae
C:\npm\cache\_cacache\index-v5\48\c0
C:\npm\cache\_cacache\index-v5\48\c1
C:\npm\cache\_cacache\index-v5\48\e6
C:\npm\cache\_cacache\index-v5\49
C:\npm\cache\_cacache\index-v5\49\30
C:\npm\cache\_cacache\index-v5\49\32
C:\npm\cache\_cacache\index-v5\49\3f
C:\npm\cache\_cacache\index-v5\49\59
C:\npm\cache\_cacache\index-v5\49\6c
C:\npm\cache\_cacache\index-v5\49\71
C:\npm\cache\_cacache\index-v5\49\8b
C:\npm\cache\_cacache\index-v5\49\9c
C:\npm\cache\_cacache\index-v5\49\b7
C:\npm\cache\_cacache\index-v5\49\c1
C:\npm\cache\_cacache\index-v5\49\c4
C:\npm\cache\_cacache\index-v5\49\c7
C:\npm\cache\_cacache\index-v5\49\d1
C:\npm\cache\_cacache\index-v5\49\d8
C:\npm\cache\_cacache\index-v5\49\db
C:\npm\cache\_cacache\index-v5\4a
C:\npm\cache\_cacache\index-v5\4a\05
C:\npm\cache\_cacache\index-v5\4a\0f
C:\npm\cache\_cacache\index-v5\4a\23
C:\npm\cache\_cacache\index-v5\4a\43
C:\npm\cache\_cacache\index-v5\4a\56
C:\npm\cache\_cacache\index-v5\4a\5b
C:\npm\cache\_cacache\index-v5\4a\6f
C:\npm\cache\_cacache\index-v5\4a\75
C:\npm\cache\_cacache\index-v5\4a\79
C:\npm\cache\_cacache\index-v5\4a\7b
C:\npm\cache\_cacache\index-v5\4a\86
C:\npm\cache\_cacache\index-v5\4a\8c
C:\npm\cache\_cacache\index-v5\4a\c8
C:\npm\cache\_cacache\index-v5\4a\d1
C:\npm\cache\_cacache\index-v5\4a\dc
C:\npm\cache\_cacache\index-v5\4a\ed
C:\npm\cache\_cacache\index-v5\4a\ee
C:\npm\cache\_cacache\index-v5\4a\fe
C:\npm\cache\_cacache\index-v5\4b
C:\npm\cache\_cacache\index-v5\4b\0a
C:\npm\cache\_cacache\index-v5\4b\14
C:\npm\cache\_cacache\index-v5\4b\28
C:\npm\cache\_cacache\index-v5\4b\3d
C:\npm\cache\_cacache\index-v5\4b\53
C:\npm\cache\_cacache\index-v5\4b\63
C:\npm\cache\_cacache\index-v5\4b\6f
C:\npm\cache\_cacache\index-v5\4b\86
C:\npm\cache\_cacache\index-v5\4b\8f
C:\npm\cache\_cacache\index-v5\4b\9b
C:\npm\cache\_cacache\index-v5\4b\a2
C:\npm\cache\_cacache\index-v5\4b\b5
C:\npm\cache\_cacache\index-v5\4b\b9
C:\npm\cache\_cacache\index-v5\4b\c8
C:\npm\cache\_cacache\index-v5\4b\d1
C:\npm\cache\_cacache\index-v5\4b\e4
C:\npm\cache\_cacache\index-v5\4c
C:\npm\cache\_cacache\index-v5\4c\1c
C:\npm\cache\_cacache\index-v5\4c\23
C:\npm\cache\_cacache\index-v5\4c\50
C:\npm\cache\_cacache\index-v5\4c\52
C:\npm\cache\_cacache\index-v5\4c\63
C:\npm\cache\_cacache\index-v5\4c\7a
C:\npm\cache\_cacache\index-v5\4c\c4
C:\npm\cache\_cacache\index-v5\4c\c9
C:\npm\cache\_cacache\index-v5\4c\cf
C:\npm\cache\_cacache\index-v5\4c\d3
C:\npm\cache\_cacache\index-v5\4c\e9
C:\npm\cache\_cacache\index-v5\4d
C:\npm\cache\_cacache\index-v5\4d\19
C:\npm\cache\_cacache\index-v5\4d\2e
C:\npm\cache\_cacache\index-v5\4d\30
C:\npm\cache\_cacache\index-v5\4d\33
C:\npm\cache\_cacache\index-v5\4d\3b
C:\npm\cache\_cacache\index-v5\4d\4e
C:\npm\cache\_cacache\index-v5\4d\5d
C:\npm\cache\_cacache\index-v5\4d\71
C:\npm\cache\_cacache\index-v5\4d\7b
C:\npm\cache\_cacache\index-v5\4d\7c
C:\npm\cache\_cacache\index-v5\4d\7e
C:\npm\cache\_cacache\index-v5\4d\8d
C:\npm\cache\_cacache\index-v5\4d\93
C:\npm\cache\_cacache\index-v5\4d\97
C:\npm\cache\_cacache\index-v5\4d\af
C:\npm\cache\_cacache\index-v5\4d\b7
C:\npm\cache\_cacache\index-v5\4d\d2
C:\npm\cache\_cacache\index-v5\4d\d4
C:\npm\cache\_cacache\index-v5\4d\e8
C:\npm\cache\_cacache\index-v5\4d\f2
C:\npm\cache\_cacache\index-v5\4d\f8
C:\npm\cache\_cacache\index-v5\4e
C:\npm\cache\_cacache\index-v5\4e\06
C:\npm\cache\_cacache\index-v5\4e\0d
C:\npm\cache\_cacache\index-v5\4e\12
C:\npm\cache\_cacache\index-v5\4e\15
C:\npm\cache\_cacache\index-v5\4e\26
C:\npm\cache\_cacache\index-v5\4e\31
C:\npm\cache\_cacache\index-v5\4e\36
C:\npm\cache\_cacache\index-v5\4e\37
C:\npm\cache\_cacache\index-v5\4e\38
C:\npm\cache\_cacache\index-v5\4e\42
C:\npm\cache\_cacache\index-v5\4e\71
C:\npm\cache\_cacache\index-v5\4e\73
C:\npm\cache\_cacache\index-v5\4e\84
C:\npm\cache\_cacache\index-v5\4e\90
C:\npm\cache\_cacache\index-v5\4e\99
C:\npm\cache\_cacache\index-v5\4e\a9
C:\npm\cache\_cacache\index-v5\4e\af
C:\npm\cache\_cacache\index-v5\4e\c1
C:\npm\cache\_cacache\index-v5\4e\c5
C:\npm\cache\_cacache\index-v5\4f
C:\npm\cache\_cacache\index-v5\4f\06
C:\npm\cache\_cacache\index-v5\4f\10
C:\npm\cache\_cacache\index-v5\4f\52
C:\npm\cache\_cacache\index-v5\4f\6f
C:\npm\cache\_cacache\index-v5\4f\71
C:\npm\cache\_cacache\index-v5\4f\73
C:\npm\cache\_cacache\index-v5\4f\78
C:\npm\cache\_cacache\index-v5\4f\7a
C:\npm\cache\_cacache\index-v5\4f\7c
C:\npm\cache\_cacache\index-v5\4f\83
C:\npm\cache\_cacache\index-v5\4f\93
C:\npm\cache\_cacache\index-v5\4f\b0
C:\npm\cache\_cacache\index-v5\4f\b3
C:\npm\cache\_cacache\index-v5\4f\d9
C:\npm\cache\_cacache\index-v5\4f\e3
C:\npm\cache\_cacache\index-v5\50
C:\npm\cache\_cacache\index-v5\50\0f
C:\npm\cache\_cacache\index-v5\50\13
C:\npm\cache\_cacache\index-v5\50\15
C:\npm\cache\_cacache\index-v5\50\19
C:\npm\cache\_cacache\index-v5\50\24
C:\npm\cache\_cacache\index-v5\50\40
C:\npm\cache\_cacache\index-v5\50\42
C:\npm\cache\_cacache\index-v5\50\46
C:\npm\cache\_cacache\index-v5\50\5f
C:\npm\cache\_cacache\index-v5\50\66
C:\npm\cache\_cacache\index-v5\50\6c
C:\npm\cache\_cacache\index-v5\50\6f
C:\npm\cache\_cacache\index-v5\50\72
C:\npm\cache\_cacache\index-v5\50\84
C:\npm\cache\_cacache\index-v5\50\8c
C:\npm\cache\_cacache\index-v5\50\93
C:\npm\cache\_cacache\index-v5\50\97
C:\npm\cache\_cacache\index-v5\50\9e
C:\npm\cache\_cacache\index-v5\50\a5
C:\npm\cache\_cacache\index-v5\50\cf
C:\npm\cache\_cacache\index-v5\50\e5
C:\npm\cache\_cacache\index-v5\50\ef
C:\npm\cache\_cacache\index-v5\51
C:\npm\cache\_cacache\index-v5\51\02
C:\npm\cache\_cacache\index-v5\51\07
C:\npm\cache\_cacache\index-v5\51\0d
C:\npm\cache\_cacache\index-v5\51\37
C:\npm\cache\_cacache\index-v5\51\3d
C:\npm\cache\_cacache\index-v5\51\3e
C:\npm\cache\_cacache\index-v5\51\48
C:\npm\cache\_cacache\index-v5\51\5f
C:\npm\cache\_cacache\index-v5\51\62
C:\npm\cache\_cacache\index-v5\51\a4
C:\npm\cache\_cacache\index-v5\51\c0
C:\npm\cache\_cacache\index-v5\51\cb
C:\npm\cache\_cacache\index-v5\51\d1
C:\npm\cache\_cacache\index-v5\51\e9
C:\npm\cache\_cacache\index-v5\51\ee
C:\npm\cache\_cacache\index-v5\52
C:\npm\cache\_cacache\index-v5\52\0b
C:\npm\cache\_cacache\index-v5\52\45
C:\npm\cache\_cacache\index-v5\52\47
C:\npm\cache\_cacache\index-v5\52\81
C:\npm\cache\_cacache\index-v5\52\b7
C:\npm\cache\_cacache\index-v5\52\cc
C:\npm\cache\_cacache\index-v5\52\f5
C:\npm\cache\_cacache\index-v5\53
C:\npm\cache\_cacache\index-v5\53\02
C:\npm\cache\_cacache\index-v5\53\0b
C:\npm\cache\_cacache\index-v5\53\0f
C:\npm\cache\_cacache\index-v5\53\12
C:\npm\cache\_cacache\index-v5\53\38
C:\npm\cache\_cacache\index-v5\53\39
C:\npm\cache\_cacache\index-v5\53\49
C:\npm\cache\_cacache\index-v5\53\69
C:\npm\cache\_cacache\index-v5\53\71
C:\npm\cache\_cacache\index-v5\53\80
C:\npm\cache\_cacache\index-v5\53\87
C:\npm\cache\_cacache\index-v5\53\99
C:\npm\cache\_cacache\index-v5\53\b0
C:\npm\cache\_cacache\index-v5\53\c6
C:\npm\cache\_cacache\index-v5\53\cc
C:\npm\cache\_cacache\index-v5\53\d4
C:\npm\cache\_cacache\index-v5\53\db
C:\npm\cache\_cacache\index-v5\54
C:\npm\cache\_cacache\index-v5\54\01
C:\npm\cache\_cacache\index-v5\54\16
C:\npm\cache\_cacache\index-v5\54\20
C:\npm\cache\_cacache\index-v5\54\28
C:\npm\cache\_cacache\index-v5\54\47
C:\npm\cache\_cacache\index-v5\54\50
C:\npm\cache\_cacache\index-v5\54\57
C:\npm\cache\_cacache\index-v5\54\5c
C:\npm\cache\_cacache\index-v5\54\66
C:\npm\cache\_cacache\index-v5\54\6b
C:\npm\cache\_cacache\index-v5\54\85
C:\npm\cache\_cacache\index-v5\54\c0
C:\npm\cache\_cacache\index-v5\54\e4
C:\npm\cache\_cacache\index-v5\54\e6
C:\npm\cache\_cacache\index-v5\54\f8
C:\npm\cache\_cacache\index-v5\54\fc
C:\npm\cache\_cacache\index-v5\55
C:\npm\cache\_cacache\index-v5\55\04
C:\npm\cache\_cacache\index-v5\55\12
C:\npm\cache\_cacache\index-v5\55\15
C:\npm\cache\_cacache\index-v5\55\44
C:\npm\cache\_cacache\index-v5\55\55
C:\npm\cache\_cacache\index-v5\55\5a
C:\npm\cache\_cacache\index-v5\55\80
C:\npm\cache\_cacache\index-v5\55\84
C:\npm\cache\_cacache\index-v5\55\b7
C:\npm\cache\_cacache\index-v5\55\c8
C:\npm\cache\_cacache\index-v5\55\e1
C:\npm\cache\_cacache\index-v5\55\e7
C:\npm\cache\_cacache\index-v5\55\f6
C:\npm\cache\_cacache\index-v5\55\fb
C:\npm\cache\_cacache\index-v5\56
C:\npm\cache\_cacache\index-v5\56\00
C:\npm\cache\_cacache\index-v5\56\01
C:\npm\cache\_cacache\index-v5\56\15
C:\npm\cache\_cacache\index-v5\56\31
C:\npm\cache\_cacache\index-v5\56\34
C:\npm\cache\_cacache\index-v5\56\58
C:\npm\cache\_cacache\index-v5\56\59
C:\npm\cache\_cacache\index-v5\56\64
C:\npm\cache\_cacache\index-v5\56\69
C:\npm\cache\_cacache\index-v5\56\6b
C:\npm\cache\_cacache\index-v5\56\85
C:\npm\cache\_cacache\index-v5\56\98
C:\npm\cache\_cacache\index-v5\56\9d
C:\npm\cache\_cacache\index-v5\56\b1
C:\npm\cache\_cacache\index-v5\56\b5
C:\npm\cache\_cacache\index-v5\56\bd
C:\npm\cache\_cacache\index-v5\56\c3
C:\npm\cache\_cacache\index-v5\56\cd
C:\npm\cache\_cacache\index-v5\56\d6
C:\npm\cache\_cacache\index-v5\56\fc
C:\npm\cache\_cacache\index-v5\56\ff
C:\npm\cache\_cacache\index-v5\57
C:\npm\cache\_cacache\index-v5\57\0e
C:\npm\cache\_cacache\index-v5\57\1a
C:\npm\cache\_cacache\index-v5\57\33
C:\npm\cache\_cacache\index-v5\57\3a
C:\npm\cache\_cacache\index-v5\57\46
C:\npm\cache\_cacache\index-v5\57\4e
C:\npm\cache\_cacache\index-v5\57\63
C:\npm\cache\_cacache\index-v5\57\73
C:\npm\cache\_cacache\index-v5\57\88
C:\npm\cache\_cacache\index-v5\57\8d
C:\npm\cache\_cacache\index-v5\57\ab
C:\npm\cache\_cacache\index-v5\57\e3
C:\npm\cache\_cacache\index-v5\57\e9
C:\npm\cache\_cacache\index-v5\57\f4
C:\npm\cache\_cacache\index-v5\57\f8
C:\npm\cache\_cacache\index-v5\58
C:\npm\cache\_cacache\index-v5\58\00
C:\npm\cache\_cacache\index-v5\58\0b
C:\npm\cache\_cacache\index-v5\58\14
C:\npm\cache\_cacache\index-v5\58\16
C:\npm\cache\_cacache\index-v5\58\21
C:\npm\cache\_cacache\index-v5\58\25
C:\npm\cache\_cacache\index-v5\58\6b
C:\npm\cache\_cacache\index-v5\58\7c
C:\npm\cache\_cacache\index-v5\58\81
C:\npm\cache\_cacache\index-v5\58\93
C:\npm\cache\_cacache\index-v5\58\a5
C:\npm\cache\_cacache\index-v5\58\b0
C:\npm\cache\_cacache\index-v5\58\b1
C:\npm\cache\_cacache\index-v5\58\b5
C:\npm\cache\_cacache\index-v5\58\bb
C:\npm\cache\_cacache\index-v5\58\c8
C:\npm\cache\_cacache\index-v5\58\d3
C:\npm\cache\_cacache\index-v5\59
C:\npm\cache\_cacache\index-v5\59\06
C:\npm\cache\_cacache\index-v5\59\2c
C:\npm\cache\_cacache\index-v5\59\30
C:\npm\cache\_cacache\index-v5\59\35
C:\npm\cache\_cacache\index-v5\59\41
C:\npm\cache\_cacache\index-v5\59\44
C:\npm\cache\_cacache\index-v5\59\48
C:\npm\cache\_cacache\index-v5\59\55
C:\npm\cache\_cacache\index-v5\59\56
C:\npm\cache\_cacache\index-v5\59\57
C:\npm\cache\_cacache\index-v5\59\60
C:\npm\cache\_cacache\index-v5\59\74
C:\npm\cache\_cacache\index-v5\59\8b
C:\npm\cache\_cacache\index-v5\59\99
C:\npm\cache\_cacache\index-v5\59\a4
C:\npm\cache\_cacache\index-v5\59\d7
C:\npm\cache\_cacache\index-v5\59\e1
C:\npm\cache\_cacache\index-v5\59\ec
C:\npm\cache\_cacache\index-v5\5a
C:\npm\cache\_cacache\index-v5\5a\0e
C:\npm\cache\_cacache\index-v5\5a\25
C:\npm\cache\_cacache\index-v5\5a\31
C:\npm\cache\_cacache\index-v5\5a\36
C:\npm\cache\_cacache\index-v5\5a\71
C:\npm\cache\_cacache\index-v5\5a\73
C:\npm\cache\_cacache\index-v5\5a\81
C:\npm\cache\_cacache\index-v5\5a\ad
C:\npm\cache\_cacache\index-v5\5a\ae
C:\npm\cache\_cacache\index-v5\5a\c4
C:\npm\cache\_cacache\index-v5\5a\ca
C:\npm\cache\_cacache\index-v5\5a\d3
C:\npm\cache\_cacache\index-v5\5a\e2
C:\npm\cache\_cacache\index-v5\5a\ff
C:\npm\cache\_cacache\index-v5\5b
C:\npm\cache\_cacache\index-v5\5b\0b
C:\npm\cache\_cacache\index-v5\5b\14
C:\npm\cache\_cacache\index-v5\5b\22
C:\npm\cache\_cacache\index-v5\5b\2a
C:\npm\cache\_cacache\index-v5\5b\34
C:\npm\cache\_cacache\index-v5\5b\35
C:\npm\cache\_cacache\index-v5\5b\3f
C:\npm\cache\_cacache\index-v5\5b\48
C:\npm\cache\_cacache\index-v5\5b\4c
C:\npm\cache\_cacache\index-v5\5b\58
C:\npm\cache\_cacache\index-v5\5b\9e
C:\npm\cache\_cacache\index-v5\5b\df
C:\npm\cache\_cacache\index-v5\5b\e0
C:\npm\cache\_cacache\index-v5\5b\f9
C:\npm\cache\_cacache\index-v5\5c
C:\npm\cache\_cacache\index-v5\5c\22
C:\npm\cache\_cacache\index-v5\5c\66
C:\npm\cache\_cacache\index-v5\5c\86
C:\npm\cache\_cacache\index-v5\5c\8f
C:\npm\cache\_cacache\index-v5\5c\9b
C:\npm\cache\_cacache\index-v5\5c\9f
C:\npm\cache\_cacache\index-v5\5c\a0
C:\npm\cache\_cacache\index-v5\5c\a2
C:\npm\cache\_cacache\index-v5\5c\ab
C:\npm\cache\_cacache\index-v5\5c\b6
C:\npm\cache\_cacache\index-v5\5c\c1
C:\npm\cache\_cacache\index-v5\5c\cb
C:\npm\cache\_cacache\index-v5\5c\e8
C:\npm\cache\_cacache\index-v5\5c\f0
C:\npm\cache\_cacache\index-v5\5c\fb
C:\npm\cache\_cacache\index-v5\5c\ff
C:\npm\cache\_cacache\index-v5\5d
C:\npm\cache\_cacache\index-v5\5d\24
C:\npm\cache\_cacache\index-v5\5d\38
C:\npm\cache\_cacache\index-v5\5d\3a
C:\npm\cache\_cacache\index-v5\5d\46
C:\npm\cache\_cacache\index-v5\5d\4e
C:\npm\cache\_cacache\index-v5\5d\57
C:\npm\cache\_cacache\index-v5\5d\63
C:\npm\cache\_cacache\index-v5\5d\65
C:\npm\cache\_cacache\index-v5\5d\8a
C:\npm\cache\_cacache\index-v5\5d\95
C:\npm\cache\_cacache\index-v5\5d\f6
C:\npm\cache\_cacache\index-v5\5d\f7
C:\npm\cache\_cacache\index-v5\5d\f9
C:\npm\cache\_cacache\index-v5\5e
C:\npm\cache\_cacache\index-v5\5e\27
C:\npm\cache\_cacache\index-v5\5e\45
C:\npm\cache\_cacache\index-v5\5e\56
C:\npm\cache\_cacache\index-v5\5e\73
C:\npm\cache\_cacache\index-v5\5e\75
C:\npm\cache\_cacache\index-v5\5e\78
C:\npm\cache\_cacache\index-v5\5e\a6
C:\npm\cache\_cacache\index-v5\5e\a7
C:\npm\cache\_cacache\index-v5\5e\a9
C:\npm\cache\_cacache\index-v5\5e\ab
C:\npm\cache\_cacache\index-v5\5e\bc
C:\npm\cache\_cacache\index-v5\5e\f0
C:\npm\cache\_cacache\index-v5\5e\f3
C:\npm\cache\_cacache\index-v5\5f
C:\npm\cache\_cacache\index-v5\5f\24
C:\npm\cache\_cacache\index-v5\5f\2a
C:\npm\cache\_cacache\index-v5\5f\4f
C:\npm\cache\_cacache\index-v5\5f\5e
C:\npm\cache\_cacache\index-v5\5f\65
C:\npm\cache\_cacache\index-v5\5f\70
C:\npm\cache\_cacache\index-v5\5f\95
C:\npm\cache\_cacache\index-v5\5f\99
C:\npm\cache\_cacache\index-v5\5f\9f
C:\npm\cache\_cacache\index-v5\5f\a8
C:\npm\cache\_cacache\index-v5\5f\b5
C:\npm\cache\_cacache\index-v5\5f\bc
C:\npm\cache\_cacache\index-v5\5f\c0
C:\npm\cache\_cacache\index-v5\5f\c2
C:\npm\cache\_cacache\index-v5\5f\d2
C:\npm\cache\_cacache\index-v5\5f\d5
C:\npm\cache\_cacache\index-v5\60
C:\npm\cache\_cacache\index-v5\60\04
C:\npm\cache\_cacache\index-v5\60\1d
C:\npm\cache\_cacache\index-v5\60\34
C:\npm\cache\_cacache\index-v5\60\36
C:\npm\cache\_cacache\index-v5\60\44
C:\npm\cache\_cacache\index-v5\60\6b
C:\npm\cache\_cacache\index-v5\60\70
C:\npm\cache\_cacache\index-v5\60\97
C:\npm\cache\_cacache\index-v5\60\98
C:\npm\cache\_cacache\index-v5\60\aa
C:\npm\cache\_cacache\index-v5\60\ad
C:\npm\cache\_cacache\index-v5\60\d5
C:\npm\cache\_cacache\index-v5\60\d8
C:\npm\cache\_cacache\index-v5\60\f6
C:\npm\cache\_cacache\index-v5\60\ff
C:\npm\cache\_cacache\index-v5\61
C:\npm\cache\_cacache\index-v5\61\16
C:\npm\cache\_cacache\index-v5\61\17
C:\npm\cache\_cacache\index-v5\61\3b
C:\npm\cache\_cacache\index-v5\61\3e
C:\npm\cache\_cacache\index-v5\61\46
C:\npm\cache\_cacache\index-v5\61\85
C:\npm\cache\_cacache\index-v5\61\88
C:\npm\cache\_cacache\index-v5\61\a2
C:\npm\cache\_cacache\index-v5\61\e8
C:\npm\cache\_cacache\index-v5\61\f5
C:\npm\cache\_cacache\index-v5\61\fc
C:\npm\cache\_cacache\index-v5\62
C:\npm\cache\_cacache\index-v5\62\0e
C:\npm\cache\_cacache\index-v5\62\11
C:\npm\cache\_cacache\index-v5\62\13
C:\npm\cache\_cacache\index-v5\62\23
C:\npm\cache\_cacache\index-v5\62\24
C:\npm\cache\_cacache\index-v5\62\25
C:\npm\cache\_cacache\index-v5\62\2d
C:\npm\cache\_cacache\index-v5\62\3a
C:\npm\cache\_cacache\index-v5\62\41
C:\npm\cache\_cacache\index-v5\62\4e
C:\npm\cache\_cacache\index-v5\62\59
C:\npm\cache\_cacache\index-v5\62\5f
C:\npm\cache\_cacache\index-v5\62\66
C:\npm\cache\_cacache\index-v5\62\6e
C:\npm\cache\_cacache\index-v5\62\81
C:\npm\cache\_cacache\index-v5\62\86
C:\npm\cache\_cacache\index-v5\62\95
C:\npm\cache\_cacache\index-v5\62\99
C:\npm\cache\_cacache\index-v5\62\b4
C:\npm\cache\_cacache\index-v5\62\be
C:\npm\cache\_cacache\index-v5\62\d3
C:\npm\cache\_cacache\index-v5\62\eb
C:\npm\cache\_cacache\index-v5\62\f8
C:\npm\cache\_cacache\index-v5\62\fd
C:\npm\cache\_cacache\index-v5\63
C:\npm\cache\_cacache\index-v5\63\0d
C:\npm\cache\_cacache\index-v5\63\0e
C:\npm\cache\_cacache\index-v5\63\0f
C:\npm\cache\_cacache\index-v5\63\1a
C:\npm\cache\_cacache\index-v5\63\45
C:\npm\cache\_cacache\index-v5\63\4c
C:\npm\cache\_cacache\index-v5\63\80
C:\npm\cache\_cacache\index-v5\63\81
C:\npm\cache\_cacache\index-v5\63\bb
C:\npm\cache\_cacache\index-v5\63\c4
C:\npm\cache\_cacache\index-v5\63\d2
C:\npm\cache\_cacache\index-v5\63\e5
C:\npm\cache\_cacache\index-v5\64
C:\npm\cache\_cacache\index-v5\64\02
C:\npm\cache\_cacache\index-v5\64\31
C:\npm\cache\_cacache\index-v5\64\36
C:\npm\cache\_cacache\index-v5\64\39
C:\npm\cache\_cacache\index-v5\64\46
C:\npm\cache\_cacache\index-v5\64\81
C:\npm\cache\_cacache\index-v5\64\83
C:\npm\cache\_cacache\index-v5\64\8d
C:\npm\cache\_cacache\index-v5\64\9f
C:\npm\cache\_cacache\index-v5\64\a4
C:\npm\cache\_cacache\index-v5\64\aa
C:\npm\cache\_cacache\index-v5\64\ce
C:\npm\cache\_cacache\index-v5\64\d1
C:\npm\cache\_cacache\index-v5\64\d6
C:\npm\cache\_cacache\index-v5\64\de
C:\npm\cache\_cacache\index-v5\65
C:\npm\cache\_cacache\index-v5\65\22
C:\npm\cache\_cacache\index-v5\65\3c
C:\npm\cache\_cacache\index-v5\65\3e
C:\npm\cache\_cacache\index-v5\65\7b
C:\npm\cache\_cacache\index-v5\65\80
C:\npm\cache\_cacache\index-v5\65\81
C:\npm\cache\_cacache\index-v5\65\9f
C:\npm\cache\_cacache\index-v5\65\a1
C:\npm\cache\_cacache\index-v5\65\ab
C:\npm\cache\_cacache\index-v5\65\b0
C:\npm\cache\_cacache\index-v5\65\be
C:\npm\cache\_cacache\index-v5\65\c2
C:\npm\cache\_cacache\index-v5\65\c7
C:\npm\cache\_cacache\index-v5\65\c9
C:\npm\cache\_cacache\index-v5\65\e3
C:\npm\cache\_cacache\index-v5\65\e9
C:\npm\cache\_cacache\index-v5\65\f4
C:\npm\cache\_cacache\index-v5\66
C:\npm\cache\_cacache\index-v5\66\05
C:\npm\cache\_cacache\index-v5\66\06
C:\npm\cache\_cacache\index-v5\66\3c
C:\npm\cache\_cacache\index-v5\66\55
C:\npm\cache\_cacache\index-v5\66\60
C:\npm\cache\_cacache\index-v5\66\64
C:\npm\cache\_cacache\index-v5\66\6e
C:\npm\cache\_cacache\index-v5\66\79
C:\npm\cache\_cacache\index-v5\66\7d
C:\npm\cache\_cacache\index-v5\66\81
C:\npm\cache\_cacache\index-v5\66\83
C:\npm\cache\_cacache\index-v5\66\89
C:\npm\cache\_cacache\index-v5\66\8a
C:\npm\cache\_cacache\index-v5\66\9b
C:\npm\cache\_cacache\index-v5\66\a0
C:\npm\cache\_cacache\index-v5\66\c2
C:\npm\cache\_cacache\index-v5\66\c9
C:\npm\cache\_cacache\index-v5\66\e1
C:\npm\cache\_cacache\index-v5\66\e9
C:\npm\cache\_cacache\index-v5\66\f0
C:\npm\cache\_cacache\index-v5\66\f3
C:\npm\cache\_cacache\index-v5\66\fd
C:\npm\cache\_cacache\index-v5\67
C:\npm\cache\_cacache\index-v5\67\13
C:\npm\cache\_cacache\index-v5\67\2d
C:\npm\cache\_cacache\index-v5\67\41
C:\npm\cache\_cacache\index-v5\67\5f
C:\npm\cache\_cacache\index-v5\67\63
C:\npm\cache\_cacache\index-v5\67\72
C:\npm\cache\_cacache\index-v5\67\7c
C:\npm\cache\_cacache\index-v5\67\8e
C:\npm\cache\_cacache\index-v5\67\91
C:\npm\cache\_cacache\index-v5\67\96
C:\npm\cache\_cacache\index-v5\67\97
C:\npm\cache\_cacache\index-v5\67\9b
C:\npm\cache\_cacache\index-v5\67\a0
C:\npm\cache\_cacache\index-v5\67\fb
C:\npm\cache\_cacache\index-v5\68
C:\npm\cache\_cacache\index-v5\68\01
C:\npm\cache\_cacache\index-v5\68\0b
C:\npm\cache\_cacache\index-v5\68\11
C:\npm\cache\_cacache\index-v5\68\1b
C:\npm\cache\_cacache\index-v5\68\20
C:\npm\cache\_cacache\index-v5\68\21
C:\npm\cache\_cacache\index-v5\68\4b
C:\npm\cache\_cacache\index-v5\68\4d
C:\npm\cache\_cacache\index-v5\68\58
C:\npm\cache\_cacache\index-v5\68\5e
C:\npm\cache\_cacache\index-v5\68\62
C:\npm\cache\_cacache\index-v5\68\65
C:\npm\cache\_cacache\index-v5\68\66
C:\npm\cache\_cacache\index-v5\68\6a
C:\npm\cache\_cacache\index-v5\68\72
C:\npm\cache\_cacache\index-v5\68\74
C:\npm\cache\_cacache\index-v5\68\84
C:\npm\cache\_cacache\index-v5\68\ae
C:\npm\cache\_cacache\index-v5\68\af
C:\npm\cache\_cacache\index-v5\68\e4
C:\npm\cache\_cacache\index-v5\68\e9
C:\npm\cache\_cacache\index-v5\68\fc
C:\npm\cache\_cacache\index-v5\69
C:\npm\cache\_cacache\index-v5\69\09
C:\npm\cache\_cacache\index-v5\69\31
C:\npm\cache\_cacache\index-v5\69\40
C:\npm\cache\_cacache\index-v5\69\45
C:\npm\cache\_cacache\index-v5\69\6a
C:\npm\cache\_cacache\index-v5\69\73
C:\npm\cache\_cacache\index-v5\69\92
C:\npm\cache\_cacache\index-v5\69\95
C:\npm\cache\_cacache\index-v5\69\a0
C:\npm\cache\_cacache\index-v5\69\a1
C:\npm\cache\_cacache\index-v5\69\a5
C:\npm\cache\_cacache\index-v5\69\b0
C:\npm\cache\_cacache\index-v5\69\b3
C:\npm\cache\_cacache\index-v5\69\b5
C:\npm\cache\_cacache\index-v5\69\b9
C:\npm\cache\_cacache\index-v5\69\cd
C:\npm\cache\_cacache\index-v5\69\d9
C:\npm\cache\_cacache\index-v5\69\e4
C:\npm\cache\_cacache\index-v5\6a
C:\npm\cache\_cacache\index-v5\6a\0d
C:\npm\cache\_cacache\index-v5\6a\17
C:\npm\cache\_cacache\index-v5\6a\1a
C:\npm\cache\_cacache\index-v5\6a\20
C:\npm\cache\_cacache\index-v5\6a\23
C:\npm\cache\_cacache\index-v5\6a\2d
C:\npm\cache\_cacache\index-v5\6a\48
C:\npm\cache\_cacache\index-v5\6a\60
C:\npm\cache\_cacache\index-v5\6a\69
C:\npm\cache\_cacache\index-v5\6a\72
C:\npm\cache\_cacache\index-v5\6a\76
C:\npm\cache\_cacache\index-v5\6a\7c
C:\npm\cache\_cacache\index-v5\6a\84
C:\npm\cache\_cacache\index-v5\6a\b4
C:\npm\cache\_cacache\index-v5\6a\c5
C:\npm\cache\_cacache\index-v5\6a\cc
C:\npm\cache\_cacache\index-v5\6a\ea
C:\npm\cache\_cacache\index-v5\6a\ee
C:\npm\cache\_cacache\index-v5\6a\f7
C:\npm\cache\_cacache\index-v5\6b
C:\npm\cache\_cacache\index-v5\6b\00
C:\npm\cache\_cacache\index-v5\6b\30
C:\npm\cache\_cacache\index-v5\6b\50
C:\npm\cache\_cacache\index-v5\6b\6d
C:\npm\cache\_cacache\index-v5\6b\9d
C:\npm\cache\_cacache\index-v5\6b\a9
C:\npm\cache\_cacache\index-v5\6b\ab
C:\npm\cache\_cacache\index-v5\6b\ae
C:\npm\cache\_cacache\index-v5\6b\b9
C:\npm\cache\_cacache\index-v5\6b\c3
C:\npm\cache\_cacache\index-v5\6b\c6
C:\npm\cache\_cacache\index-v5\6b\c7
C:\npm\cache\_cacache\index-v5\6b\d7
C:\npm\cache\_cacache\index-v5\6b\e0
C:\npm\cache\_cacache\index-v5\6b\e7
C:\npm\cache\_cacache\index-v5\6b\ef
C:\npm\cache\_cacache\index-v5\6b\f8
C:\npm\cache\_cacache\index-v5\6b\f9
C:\npm\cache\_cacache\index-v5\6c
C:\npm\cache\_cacache\index-v5\6c\0f
C:\npm\cache\_cacache\index-v5\6c\1d
C:\npm\cache\_cacache\index-v5\6c\1f
C:\npm\cache\_cacache\index-v5\6c\39
C:\npm\cache\_cacache\index-v5\6c\6e
C:\npm\cache\_cacache\index-v5\6c\72
C:\npm\cache\_cacache\index-v5\6c\a2
C:\npm\cache\_cacache\index-v5\6c\a4
C:\npm\cache\_cacache\index-v5\6c\b7
C:\npm\cache\_cacache\index-v5\6c\c2
C:\npm\cache\_cacache\index-v5\6c\c7
C:\npm\cache\_cacache\index-v5\6c\d9
C:\npm\cache\_cacache\index-v5\6c\f1
C:\npm\cache\_cacache\index-v5\6d
C:\npm\cache\_cacache\index-v5\6d\04
C:\npm\cache\_cacache\index-v5\6d\07
C:\npm\cache\_cacache\index-v5\6d\1c
C:\npm\cache\_cacache\index-v5\6d\40
C:\npm\cache\_cacache\index-v5\6d\47
C:\npm\cache\_cacache\index-v5\6d\51
C:\npm\cache\_cacache\index-v5\6d\61
C:\npm\cache\_cacache\index-v5\6d\6f
C:\npm\cache\_cacache\index-v5\6d\8b
C:\npm\cache\_cacache\index-v5\6d\8c
C:\npm\cache\_cacache\index-v5\6d\aa
C:\npm\cache\_cacache\index-v5\6d\b0
C:\npm\cache\_cacache\index-v5\6d\cb
C:\npm\cache\_cacache\index-v5\6d\ce
C:\npm\cache\_cacache\index-v5\6d\d5
C:\npm\cache\_cacache\index-v5\6d\d7
C:\npm\cache\_cacache\index-v5\6d\d8
C:\npm\cache\_cacache\index-v5\6d\da
C:\npm\cache\_cacache\index-v5\6e
C:\npm\cache\_cacache\index-v5\6e\1c
C:\npm\cache\_cacache\index-v5\6e\26
C:\npm\cache\_cacache\index-v5\6e\6a
C:\npm\cache\_cacache\index-v5\6e\7c
C:\npm\cache\_cacache\index-v5\6e\85
C:\npm\cache\_cacache\index-v5\6e\8c
C:\npm\cache\_cacache\index-v5\6e\92
C:\npm\cache\_cacache\index-v5\6e\94
C:\npm\cache\_cacache\index-v5\6e\9b
C:\npm\cache\_cacache\index-v5\6e\9c
C:\npm\cache\_cacache\index-v5\6e\9f
C:\npm\cache\_cacache\index-v5\6e\a9
C:\npm\cache\_cacache\index-v5\6e\b1
C:\npm\cache\_cacache\index-v5\6e\cd
C:\npm\cache\_cacache\index-v5\6e\d1
C:\npm\cache\_cacache\index-v5\6f
C:\npm\cache\_cacache\index-v5\6f\04
C:\npm\cache\_cacache\index-v5\6f\1b
C:\npm\cache\_cacache\index-v5\6f\32
C:\npm\cache\_cacache\index-v5\6f\3f
C:\npm\cache\_cacache\index-v5\6f\4e
C:\npm\cache\_cacache\index-v5\6f\62
C:\npm\cache\_cacache\index-v5\6f\6b
C:\npm\cache\_cacache\index-v5\6f\6f
C:\npm\cache\_cacache\index-v5\6f\70
C:\npm\cache\_cacache\index-v5\6f\7c
C:\npm\cache\_cacache\index-v5\6f\a0
C:\npm\cache\_cacache\index-v5\6f\be
C:\npm\cache\_cacache\index-v5\6f\c9
C:\npm\cache\_cacache\index-v5\6f\cd
C:\npm\cache\_cacache\index-v5\6f\d9
C:\npm\cache\_cacache\index-v5\6f\da
C:\npm\cache\_cacache\index-v5\70
C:\npm\cache\_cacache\index-v5\70\03
C:\npm\cache\_cacache\index-v5\70\04
C:\npm\cache\_cacache\index-v5\70\08
C:\npm\cache\_cacache\index-v5\70\31
C:\npm\cache\_cacache\index-v5\70\48
C:\npm\cache\_cacache\index-v5\70\56
C:\npm\cache\_cacache\index-v5\70\61
C:\npm\cache\_cacache\index-v5\70\66
C:\npm\cache\_cacache\index-v5\70\96
C:\npm\cache\_cacache\index-v5\70\b7
C:\npm\cache\_cacache\index-v5\70\e4
C:\npm\cache\_cacache\index-v5\70\fe
C:\npm\cache\_cacache\index-v5\71
C:\npm\cache\_cacache\index-v5\71\0c
C:\npm\cache\_cacache\index-v5\71\10
C:\npm\cache\_cacache\index-v5\71\12
C:\npm\cache\_cacache\index-v5\71\14
C:\npm\cache\_cacache\index-v5\71\19
C:\npm\cache\_cacache\index-v5\71\2b
C:\npm\cache\_cacache\index-v5\71\38
C:\npm\cache\_cacache\index-v5\71\3c
C:\npm\cache\_cacache\index-v5\71\44
C:\npm\cache\_cacache\index-v5\71\6f
C:\npm\cache\_cacache\index-v5\71\70
C:\npm\cache\_cacache\index-v5\71\74
C:\npm\cache\_cacache\index-v5\71\97
C:\npm\cache\_cacache\index-v5\71\9a
C:\npm\cache\_cacache\index-v5\71\9b
C:\npm\cache\_cacache\index-v5\71\a2
C:\npm\cache\_cacache\index-v5\71\ab
C:\npm\cache\_cacache\index-v5\71\c0
C:\npm\cache\_cacache\index-v5\71\d8
C:\npm\cache\_cacache\index-v5\71\dc
C:\npm\cache\_cacache\index-v5\71\dd
C:\npm\cache\_cacache\index-v5\71\e8
C:\npm\cache\_cacache\index-v5\71\f2
C:\npm\cache\_cacache\index-v5\72
C:\npm\cache\_cacache\index-v5\72\11
C:\npm\cache\_cacache\index-v5\72\17
C:\npm\cache\_cacache\index-v5\72\23
C:\npm\cache\_cacache\index-v5\72\36
C:\npm\cache\_cacache\index-v5\72\3e
C:\npm\cache\_cacache\index-v5\72\43
C:\npm\cache\_cacache\index-v5\72\45
C:\npm\cache\_cacache\index-v5\72\51
C:\npm\cache\_cacache\index-v5\72\54
C:\npm\cache\_cacache\index-v5\72\62
C:\npm\cache\_cacache\index-v5\72\69
C:\npm\cache\_cacache\index-v5\72\7a
C:\npm\cache\_cacache\index-v5\72\8f
C:\npm\cache\_cacache\index-v5\72\96
C:\npm\cache\_cacache\index-v5\72\9b
C:\npm\cache\_cacache\index-v5\72\c6
C:\npm\cache\_cacache\index-v5\72\db
C:\npm\cache\_cacache\index-v5\72\e3
C:\npm\cache\_cacache\index-v5\72\ec
C:\npm\cache\_cacache\index-v5\72\f3
C:\npm\cache\_cacache\index-v5\72\f5
C:\npm\cache\_cacache\index-v5\72\f9
C:\npm\cache\_cacache\index-v5\73
C:\npm\cache\_cacache\index-v5\73\04
C:\npm\cache\_cacache\index-v5\73\0c
C:\npm\cache\_cacache\index-v5\73\12
C:\npm\cache\_cacache\index-v5\73\44
C:\npm\cache\_cacache\index-v5\73\4e
C:\npm\cache\_cacache\index-v5\73\61
C:\npm\cache\_cacache\index-v5\73\6a
C:\npm\cache\_cacache\index-v5\73\6f
C:\npm\cache\_cacache\index-v5\73\7b
C:\npm\cache\_cacache\index-v5\73\ac
C:\npm\cache\_cacache\index-v5\73\be
C:\npm\cache\_cacache\index-v5\73\f4
C:\npm\cache\_cacache\index-v5\73\fa
C:\npm\cache\_cacache\index-v5\73\fc
C:\npm\cache\_cacache\index-v5\74
C:\npm\cache\_cacache\index-v5\74\02
C:\npm\cache\_cacache\index-v5\74\10
C:\npm\cache\_cacache\index-v5\74\15
C:\npm\cache\_cacache\index-v5\74\1e
C:\npm\cache\_cacache\index-v5\74\3b
C:\npm\cache\_cacache\index-v5\74\48
C:\npm\cache\_cacache\index-v5\74\4d
C:\npm\cache\_cacache\index-v5\74\51
C:\npm\cache\_cacache\index-v5\74\57
C:\npm\cache\_cacache\index-v5\74\62
C:\npm\cache\_cacache\index-v5\74\6f
C:\npm\cache\_cacache\index-v5\74\91
C:\npm\cache\_cacache\index-v5\74\97
C:\npm\cache\_cacache\index-v5\74\9e
C:\npm\cache\_cacache\index-v5\74\ab
C:\npm\cache\_cacache\index-v5\74\ce
C:\npm\cache\_cacache\index-v5\75
C:\npm\cache\_cacache\index-v5\75\0a
C:\npm\cache\_cacache\index-v5\75\15
C:\npm\cache\_cacache\index-v5\75\25
C:\npm\cache\_cacache\index-v5\75\2f
C:\npm\cache\_cacache\index-v5\75\39
C:\npm\cache\_cacache\index-v5\75\48
C:\npm\cache\_cacache\index-v5\75\6e
C:\npm\cache\_cacache\index-v5\75\6f
C:\npm\cache\_cacache\index-v5\75\71
C:\npm\cache\_cacache\index-v5\75\81
C:\npm\cache\_cacache\index-v5\75\84
C:\npm\cache\_cacache\index-v5\75\88
C:\npm\cache\_cacache\index-v5\75\8d
C:\npm\cache\_cacache\index-v5\75\99
C:\npm\cache\_cacache\index-v5\75\9f
C:\npm\cache\_cacache\index-v5\75\a0
C:\npm\cache\_cacache\index-v5\75\a1
C:\npm\cache\_cacache\index-v5\75\d5
C:\npm\cache\_cacache\index-v5\75\fb
C:\npm\cache\_cacache\index-v5\76
C:\npm\cache\_cacache\index-v5\76\3a
C:\npm\cache\_cacache\index-v5\76\45
C:\npm\cache\_cacache\index-v5\76\4a
C:\npm\cache\_cacache\index-v5\76\65
C:\npm\cache\_cacache\index-v5\76\6d
C:\npm\cache\_cacache\index-v5\76\7c
C:\npm\cache\_cacache\index-v5\76\7e
C:\npm\cache\_cacache\index-v5\76\a2
C:\npm\cache\_cacache\index-v5\76\a8
C:\npm\cache\_cacache\index-v5\76\bb
C:\npm\cache\_cacache\index-v5\76\bd
C:\npm\cache\_cacache\index-v5\76\c5
C:\npm\cache\_cacache\index-v5\76\c7
C:\npm\cache\_cacache\index-v5\76\c9
C:\npm\cache\_cacache\index-v5\76\cf
C:\npm\cache\_cacache\index-v5\76\d6
C:\npm\cache\_cacache\index-v5\76\ef
C:\npm\cache\_cacache\index-v5\77
C:\npm\cache\_cacache\index-v5\77\04
C:\npm\cache\_cacache\index-v5\77\27
C:\npm\cache\_cacache\index-v5\77\2b
C:\npm\cache\_cacache\index-v5\77\35
C:\npm\cache\_cacache\index-v5\77\59
C:\npm\cache\_cacache\index-v5\77\5a
C:\npm\cache\_cacache\index-v5\77\5f
C:\npm\cache\_cacache\index-v5\77\62
C:\npm\cache\_cacache\index-v5\77\64
C:\npm\cache\_cacache\index-v5\77\76
C:\npm\cache\_cacache\index-v5\77\92
C:\npm\cache\_cacache\index-v5\77\a7
C:\npm\cache\_cacache\index-v5\77\b6
C:\npm\cache\_cacache\index-v5\77\c3
C:\npm\cache\_cacache\index-v5\77\f7
C:\npm\cache\_cacache\index-v5\78
C:\npm\cache\_cacache\index-v5\78\1c
C:\npm\cache\_cacache\index-v5\78\25
C:\npm\cache\_cacache\index-v5\78\49
C:\npm\cache\_cacache\index-v5\78\58
C:\npm\cache\_cacache\index-v5\78\5d
C:\npm\cache\_cacache\index-v5\78\6d
C:\npm\cache\_cacache\index-v5\78\82
C:\npm\cache\_cacache\index-v5\78\8e
C:\npm\cache\_cacache\index-v5\78\ad
C:\npm\cache\_cacache\index-v5\78\ae
C:\npm\cache\_cacache\index-v5\78\b0
C:\npm\cache\_cacache\index-v5\78\c1
C:\npm\cache\_cacache\index-v5\78\d6
C:\npm\cache\_cacache\index-v5\78\e5
C:\npm\cache\_cacache\index-v5\78\f8
C:\npm\cache\_cacache\index-v5\79
C:\npm\cache\_cacache\index-v5\79\00
C:\npm\cache\_cacache\index-v5\79\08
C:\npm\cache\_cacache\index-v5\79\0d
C:\npm\cache\_cacache\index-v5\79\18
C:\npm\cache\_cacache\index-v5\79\3b
C:\npm\cache\_cacache\index-v5\79\50
C:\npm\cache\_cacache\index-v5\79\51
C:\npm\cache\_cacache\index-v5\79\64
C:\npm\cache\_cacache\index-v5\79\6a
C:\npm\cache\_cacache\index-v5\79\80
C:\npm\cache\_cacache\index-v5\79\92
C:\npm\cache\_cacache\index-v5\79\93
C:\npm\cache\_cacache\index-v5\79\96
C:\npm\cache\_cacache\index-v5\79\a2
C:\npm\cache\_cacache\index-v5\79\ae
C:\npm\cache\_cacache\index-v5\79\b5
C:\npm\cache\_cacache\index-v5\79\ee
C:\npm\cache\_cacache\index-v5\79\f7
C:\npm\cache\_cacache\index-v5\7a
C:\npm\cache\_cacache\index-v5\7a\15
C:\npm\cache\_cacache\index-v5\7a\1f
C:\npm\cache\_cacache\index-v5\7a\3b
C:\npm\cache\_cacache\index-v5\7a\46
C:\npm\cache\_cacache\index-v5\7a\7f
C:\npm\cache\_cacache\index-v5\7a\87
C:\npm\cache\_cacache\index-v5\7a\99
C:\npm\cache\_cacache\index-v5\7a\a8
C:\npm\cache\_cacache\index-v5\7a\d7
C:\npm\cache\_cacache\index-v5\7a\e0
C:\npm\cache\_cacache\index-v5\7a\fa
C:\npm\cache\_cacache\index-v5\7b
C:\npm\cache\_cacache\index-v5\7b\36
C:\npm\cache\_cacache\index-v5\7b\38
C:\npm\cache\_cacache\index-v5\7b\5a
C:\npm\cache\_cacache\index-v5\7b\79
C:\npm\cache\_cacache\index-v5\7b\83
C:\npm\cache\_cacache\index-v5\7b\9a
C:\npm\cache\_cacache\index-v5\7b\a8
C:\npm\cache\_cacache\index-v5\7b\ac
C:\npm\cache\_cacache\index-v5\7b\ae
C:\npm\cache\_cacache\index-v5\7b\b0
C:\npm\cache\_cacache\index-v5\7b\c2
C:\npm\cache\_cacache\index-v5\7b\c6
C:\npm\cache\_cacache\index-v5\7b\dd
C:\npm\cache\_cacache\index-v5\7c
C:\npm\cache\_cacache\index-v5\7c\15
C:\npm\cache\_cacache\index-v5\7c\27
C:\npm\cache\_cacache\index-v5\7c\2b
C:\npm\cache\_cacache\index-v5\7c\2d
C:\npm\cache\_cacache\index-v5\7c\34
C:\npm\cache\_cacache\index-v5\7c\35
C:\npm\cache\_cacache\index-v5\7c\3b
C:\npm\cache\_cacache\index-v5\7c\4b
C:\npm\cache\_cacache\index-v5\7c\52
C:\npm\cache\_cacache\index-v5\7c\65
C:\npm\cache\_cacache\index-v5\7c\95
C:\npm\cache\_cacache\index-v5\7c\96
C:\npm\cache\_cacache\index-v5\7c\99
C:\npm\cache\_cacache\index-v5\7c\9f
C:\npm\cache\_cacache\index-v5\7c\ae
C:\npm\cache\_cacache\index-v5\7c\b8
C:\npm\cache\_cacache\index-v5\7c\db
C:\npm\cache\_cacache\index-v5\7c\ec
C:\npm\cache\_cacache\index-v5\7c\f7
C:\npm\cache\_cacache\index-v5\7d
C:\npm\cache\_cacache\index-v5\7d\14
C:\npm\cache\_cacache\index-v5\7d\17
C:\npm\cache\_cacache\index-v5\7d\29
C:\npm\cache\_cacache\index-v5\7d\31
C:\npm\cache\_cacache\index-v5\7d\49
C:\npm\cache\_cacache\index-v5\7d\61
C:\npm\cache\_cacache\index-v5\7d\77
C:\npm\cache\_cacache\index-v5\7d\7e
C:\npm\cache\_cacache\index-v5\7d\83
C:\npm\cache\_cacache\index-v5\7d\b3
C:\npm\cache\_cacache\index-v5\7d\c7
C:\npm\cache\_cacache\index-v5\7d\cb
C:\npm\cache\_cacache\index-v5\7d\d9
C:\npm\cache\_cacache\index-v5\7d\e9
C:\npm\cache\_cacache\index-v5\7d\f7
C:\npm\cache\_cacache\index-v5\7d\ff
C:\npm\cache\_cacache\index-v5\7e
C:\npm\cache\_cacache\index-v5\7e\00
C:\npm\cache\_cacache\index-v5\7e\01
C:\npm\cache\_cacache\index-v5\7e\1a
C:\npm\cache\_cacache\index-v5\7e\21
C:\npm\cache\_cacache\index-v5\7e\23
C:\npm\cache\_cacache\index-v5\7e\51
C:\npm\cache\_cacache\index-v5\7e\76
C:\npm\cache\_cacache\index-v5\7e\7c
C:\npm\cache\_cacache\index-v5\7e\83
C:\npm\cache\_cacache\index-v5\7e\93
C:\npm\cache\_cacache\index-v5\7e\95
C:\npm\cache\_cacache\index-v5\7e\9a
C:\npm\cache\_cacache\index-v5\7e\ad
C:\npm\cache\_cacache\index-v5\7e\ae
C:\npm\cache\_cacache\index-v5\7e\b0
C:\npm\cache\_cacache\index-v5\7e\f7
C:\npm\cache\_cacache\index-v5\7e\fa
C:\npm\cache\_cacache\index-v5\7e\fe
C:\npm\cache\_cacache\index-v5\7f
C:\npm\cache\_cacache\index-v5\7f\2d
C:\npm\cache\_cacache\index-v5\7f\31
C:\npm\cache\_cacache\index-v5\7f\34
C:\npm\cache\_cacache\index-v5\7f\3f
C:\npm\cache\_cacache\index-v5\7f\43
C:\npm\cache\_cacache\index-v5\7f\55
C:\npm\cache\_cacache\index-v5\7f\61
C:\npm\cache\_cacache\index-v5\7f\6a
C:\npm\cache\_cacache\index-v5\7f\7a
C:\npm\cache\_cacache\index-v5\7f\7b
C:\npm\cache\_cacache\index-v5\7f\8a
C:\npm\cache\_cacache\index-v5\7f\97
C:\npm\cache\_cacache\index-v5\7f\9e
C:\npm\cache\_cacache\index-v5\7f\ae
C:\npm\cache\_cacache\index-v5\7f\b8
C:\npm\cache\_cacache\index-v5\7f\bf
C:\npm\cache\_cacache\index-v5\7f\dc
C:\npm\cache\_cacache\index-v5\7f\eb
C:\npm\cache\_cacache\index-v5\7f\ef
C:\npm\cache\_cacache\index-v5\7f\fa
C:\npm\cache\_cacache\index-v5\80
C:\npm\cache\_cacache\index-v5\80\0a
C:\npm\cache\_cacache\index-v5\80\2f
C:\npm\cache\_cacache\index-v5\80\31
C:\npm\cache\_cacache\index-v5\80\33
C:\npm\cache\_cacache\index-v5\80\37
C:\npm\cache\_cacache\index-v5\80\61
C:\npm\cache\_cacache\index-v5\80\68
C:\npm\cache\_cacache\index-v5\80\88
C:\npm\cache\_cacache\index-v5\80\92
C:\npm\cache\_cacache\index-v5\80\a5
C:\npm\cache\_cacache\index-v5\80\b1
C:\npm\cache\_cacache\index-v5\80\c3
C:\npm\cache\_cacache\index-v5\80\c8
C:\npm\cache\_cacache\index-v5\80\cd
C:\npm\cache\_cacache\index-v5\80\e3
C:\npm\cache\_cacache\index-v5\80\e5
C:\npm\cache\_cacache\index-v5\81
C:\npm\cache\_cacache\index-v5\81\13
C:\npm\cache\_cacache\index-v5\81\19
C:\npm\cache\_cacache\index-v5\81\1c
C:\npm\cache\_cacache\index-v5\81\27
C:\npm\cache\_cacache\index-v5\81\43
C:\npm\cache\_cacache\index-v5\81\45
C:\npm\cache\_cacache\index-v5\81\59
C:\npm\cache\_cacache\index-v5\81\61
C:\npm\cache\_cacache\index-v5\81\6a
C:\npm\cache\_cacache\index-v5\81\9d
C:\npm\cache\_cacache\index-v5\81\a0
C:\npm\cache\_cacache\index-v5\81\ae
C:\npm\cache\_cacache\index-v5\81\c5
C:\npm\cache\_cacache\index-v5\81\c9
C:\npm\cache\_cacache\index-v5\81\e3
C:\npm\cache\_cacache\index-v5\81\e4
C:\npm\cache\_cacache\index-v5\81\f2
C:\npm\cache\_cacache\index-v5\82
C:\npm\cache\_cacache\index-v5\82\00
C:\npm\cache\_cacache\index-v5\82\03
C:\npm\cache\_cacache\index-v5\82\45
C:\npm\cache\_cacache\index-v5\82\74
C:\npm\cache\_cacache\index-v5\82\89
C:\npm\cache\_cacache\index-v5\82\96
C:\npm\cache\_cacache\index-v5\82\bd
C:\npm\cache\_cacache\index-v5\82\db
C:\npm\cache\_cacache\index-v5\82\df
C:\npm\cache\_cacache\index-v5\82\e3
C:\npm\cache\_cacache\index-v5\83
C:\npm\cache\_cacache\index-v5\83\00
C:\npm\cache\_cacache\index-v5\83\01
C:\npm\cache\_cacache\index-v5\83\04
C:\npm\cache\_cacache\index-v5\83\0f
C:\npm\cache\_cacache\index-v5\83\1d
C:\npm\cache\_cacache\index-v5\83\26
C:\npm\cache\_cacache\index-v5\83\62
C:\npm\cache\_cacache\index-v5\83\6d
C:\npm\cache\_cacache\index-v5\83\70
C:\npm\cache\_cacache\index-v5\83\79
C:\npm\cache\_cacache\index-v5\83\8b
C:\npm\cache\_cacache\index-v5\83\8d
C:\npm\cache\_cacache\index-v5\83\ae
C:\npm\cache\_cacache\index-v5\83\dc
C:\npm\cache\_cacache\index-v5\84
C:\npm\cache\_cacache\index-v5\84\0e
C:\npm\cache\_cacache\index-v5\84\1d
C:\npm\cache\_cacache\index-v5\84\1e
C:\npm\cache\_cacache\index-v5\84\1f
C:\npm\cache\_cacache\index-v5\84\34
C:\npm\cache\_cacache\index-v5\84\65
C:\npm\cache\_cacache\index-v5\84\67
C:\npm\cache\_cacache\index-v5\84\70
C:\npm\cache\_cacache\index-v5\84\95
C:\npm\cache\_cacache\index-v5\84\ab
C:\npm\cache\_cacache\index-v5\84\bd
C:\npm\cache\_cacache\index-v5\84\e7
C:\npm\cache\_cacache\index-v5\84\e9
C:\npm\cache\_cacache\index-v5\85
C:\npm\cache\_cacache\index-v5\85\04
C:\npm\cache\_cacache\index-v5\85\31
C:\npm\cache\_cacache\index-v5\85\35
C:\npm\cache\_cacache\index-v5\85\3a
C:\npm\cache\_cacache\index-v5\85\3b
C:\npm\cache\_cacache\index-v5\85\44
C:\npm\cache\_cacache\index-v5\85\54
C:\npm\cache\_cacache\index-v5\85\61
C:\npm\cache\_cacache\index-v5\85\71
C:\npm\cache\_cacache\index-v5\85\97
C:\npm\cache\_cacache\index-v5\85\9b
C:\npm\cache\_cacache\index-v5\85\a2
C:\npm\cache\_cacache\index-v5\85\b8
C:\npm\cache\_cacache\index-v5\85\d0
C:\npm\cache\_cacache\index-v5\85\de
C:\npm\cache\_cacache\index-v5\85\f3
C:\npm\cache\_cacache\index-v5\86
C:\npm\cache\_cacache\index-v5\86\05
C:\npm\cache\_cacache\index-v5\86\26
C:\npm\cache\_cacache\index-v5\86\27
C:\npm\cache\_cacache\index-v5\86\2c
C:\npm\cache\_cacache\index-v5\86\38
C:\npm\cache\_cacache\index-v5\86\46
C:\npm\cache\_cacache\index-v5\86\47
C:\npm\cache\_cacache\index-v5\86\76
C:\npm\cache\_cacache\index-v5\86\7c
C:\npm\cache\_cacache\index-v5\86\80
C:\npm\cache\_cacache\index-v5\86\89
C:\npm\cache\_cacache\index-v5\86\8d
C:\npm\cache\_cacache\index-v5\86\91
C:\npm\cache\_cacache\index-v5\86\98
C:\npm\cache\_cacache\index-v5\86\a0
C:\npm\cache\_cacache\index-v5\86\a4
C:\npm\cache\_cacache\index-v5\86\b4
C:\npm\cache\_cacache\index-v5\86\ba
C:\npm\cache\_cacache\index-v5\86\dd
C:\npm\cache\_cacache\index-v5\86\df
C:\npm\cache\_cacache\index-v5\87
C:\npm\cache\_cacache\index-v5\87\09
C:\npm\cache\_cacache\index-v5\87\0e
C:\npm\cache\_cacache\index-v5\87\12
C:\npm\cache\_cacache\index-v5\87\39
C:\npm\cache\_cacache\index-v5\87\59
C:\npm\cache\_cacache\index-v5\87\60
C:\npm\cache\_cacache\index-v5\87\73
C:\npm\cache\_cacache\index-v5\87\89
C:\npm\cache\_cacache\index-v5\87\ae
C:\npm\cache\_cacache\index-v5\87\c3
C:\npm\cache\_cacache\index-v5\87\d0
C:\npm\cache\_cacache\index-v5\87\ec
C:\npm\cache\_cacache\index-v5\87\f8
C:\npm\cache\_cacache\index-v5\88
C:\npm\cache\_cacache\index-v5\88\0f
C:\npm\cache\_cacache\index-v5\88\3a
C:\npm\cache\_cacache\index-v5\88\44
C:\npm\cache\_cacache\index-v5\88\45
C:\npm\cache\_cacache\index-v5\88\52
C:\npm\cache\_cacache\index-v5\88\56
C:\npm\cache\_cacache\index-v5\88\71
C:\npm\cache\_cacache\index-v5\88\a5
C:\npm\cache\_cacache\index-v5\88\a9
C:\npm\cache\_cacache\index-v5\88\aa
C:\npm\cache\_cacache\index-v5\88\c7
C:\npm\cache\_cacache\index-v5\88\ca
C:\npm\cache\_cacache\index-v5\88\e9
C:\npm\cache\_cacache\index-v5\88\fd
C:\npm\cache\_cacache\index-v5\89
C:\npm\cache\_cacache\index-v5\89\08
C:\npm\cache\_cacache\index-v5\89\0a
C:\npm\cache\_cacache\index-v5\89\24
C:\npm\cache\_cacache\index-v5\89\2b
C:\npm\cache\_cacache\index-v5\89\31
C:\npm\cache\_cacache\index-v5\89\54
C:\npm\cache\_cacache\index-v5\89\60
C:\npm\cache\_cacache\index-v5\89\64
C:\npm\cache\_cacache\index-v5\89\71
C:\npm\cache\_cacache\index-v5\89\72
C:\npm\cache\_cacache\index-v5\89\80
C:\npm\cache\_cacache\index-v5\89\9d
C:\npm\cache\_cacache\index-v5\89\c5
C:\npm\cache\_cacache\index-v5\89\e1
C:\npm\cache\_cacache\index-v5\89\e4
C:\npm\cache\_cacache\index-v5\8a
C:\npm\cache\_cacache\index-v5\8a\02
C:\npm\cache\_cacache\index-v5\8a\14
C:\npm\cache\_cacache\index-v5\8a\19
C:\npm\cache\_cacache\index-v5\8a\3a
C:\npm\cache\_cacache\index-v5\8a\3d
C:\npm\cache\_cacache\index-v5\8a\4f
C:\npm\cache\_cacache\index-v5\8a\5c
C:\npm\cache\_cacache\index-v5\8a\8c
C:\npm\cache\_cacache\index-v5\8a\a3
C:\npm\cache\_cacache\index-v5\8a\c8
C:\npm\cache\_cacache\index-v5\8a\d2
C:\npm\cache\_cacache\index-v5\8a\d8
C:\npm\cache\_cacache\index-v5\8a\d9
C:\npm\cache\_cacache\index-v5\8a\e4
C:\npm\cache\_cacache\index-v5\8b
C:\npm\cache\_cacache\index-v5\8b\07
C:\npm\cache\_cacache\index-v5\8b\10
C:\npm\cache\_cacache\index-v5\8b\13
C:\npm\cache\_cacache\index-v5\8b\41
C:\npm\cache\_cacache\index-v5\8b\48
C:\npm\cache\_cacache\index-v5\8b\65
C:\npm\cache\_cacache\index-v5\8b\6d
C:\npm\cache\_cacache\index-v5\8b\90
C:\npm\cache\_cacache\index-v5\8b\ad
C:\npm\cache\_cacache\index-v5\8b\ba
C:\npm\cache\_cacache\index-v5\8b\c0
C:\npm\cache\_cacache\index-v5\8b\c4
C:\npm\cache\_cacache\index-v5\8b\ce
C:\npm\cache\_cacache\index-v5\8b\cf
C:\npm\cache\_cacache\index-v5\8b\d9
C:\npm\cache\_cacache\index-v5\8b\e4
C:\npm\cache\_cacache\index-v5\8b\e5
C:\npm\cache\_cacache\index-v5\8b\f1
C:\npm\cache\_cacache\index-v5\8c
C:\npm\cache\_cacache\index-v5\8c\00
C:\npm\cache\_cacache\index-v5\8c\04
C:\npm\cache\_cacache\index-v5\8c\28
C:\npm\cache\_cacache\index-v5\8c\5d
C:\npm\cache\_cacache\index-v5\8c\65
C:\npm\cache\_cacache\index-v5\8c\6d
C:\npm\cache\_cacache\index-v5\8c\8d
C:\npm\cache\_cacache\index-v5\8c\99
C:\npm\cache\_cacache\index-v5\8c\a2
C:\npm\cache\_cacache\index-v5\8c\b8
C:\npm\cache\_cacache\index-v5\8c\bb
C:\npm\cache\_cacache\index-v5\8c\bd
C:\npm\cache\_cacache\index-v5\8c\e0
C:\npm\cache\_cacache\index-v5\8c\ec
C:\npm\cache\_cacache\index-v5\8d
C:\npm\cache\_cacache\index-v5\8d\04
C:\npm\cache\_cacache\index-v5\8d\18
C:\npm\cache\_cacache\index-v5\8d\32
C:\npm\cache\_cacache\index-v5\8d\34
C:\npm\cache\_cacache\index-v5\8d\38
C:\npm\cache\_cacache\index-v5\8d\3f
C:\npm\cache\_cacache\index-v5\8d\46
C:\npm\cache\_cacache\index-v5\8d\59
C:\npm\cache\_cacache\index-v5\8d\a3
C:\npm\cache\_cacache\index-v5\8d\a8
C:\npm\cache\_cacache\index-v5\8d\b1
C:\npm\cache\_cacache\index-v5\8d\c9
C:\npm\cache\_cacache\index-v5\8d\cc
C:\npm\cache\_cacache\index-v5\8d\cd
C:\npm\cache\_cacache\index-v5\8d\de
C:\npm\cache\_cacache\index-v5\8d\f8
C:\npm\cache\_cacache\index-v5\8e
C:\npm\cache\_cacache\index-v5\8e\09
C:\npm\cache\_cacache\index-v5\8e\0b
C:\npm\cache\_cacache\index-v5\8e\11
C:\npm\cache\_cacache\index-v5\8e\26
C:\npm\cache\_cacache\index-v5\8e\2c
C:\npm\cache\_cacache\index-v5\8e\4c
C:\npm\cache\_cacache\index-v5\8e\59
C:\npm\cache\_cacache\index-v5\8e\60
C:\npm\cache\_cacache\index-v5\8e\62
C:\npm\cache\_cacache\index-v5\8e\8a
C:\npm\cache\_cacache\index-v5\8e\96
C:\npm\cache\_cacache\index-v5\8e\98
C:\npm\cache\_cacache\index-v5\8e\a2
C:\npm\cache\_cacache\index-v5\8e\b0
C:\npm\cache\_cacache\index-v5\8e\d0
C:\npm\cache\_cacache\index-v5\8e\d9
C:\npm\cache\_cacache\index-v5\8e\db
C:\npm\cache\_cacache\index-v5\8e\f6
C:\npm\cache\_cacache\index-v5\8e\fb
C:\npm\cache\_cacache\index-v5\8f
C:\npm\cache\_cacache\index-v5\8f\04
C:\npm\cache\_cacache\index-v5\8f\13
C:\npm\cache\_cacache\index-v5\8f\16
C:\npm\cache\_cacache\index-v5\8f\24
C:\npm\cache\_cacache\index-v5\8f\6c
C:\npm\cache\_cacache\index-v5\8f\6f
C:\npm\cache\_cacache\index-v5\8f\7c
C:\npm\cache\_cacache\index-v5\8f\80
C:\npm\cache\_cacache\index-v5\8f\8b
C:\npm\cache\_cacache\index-v5\8f\97
C:\npm\cache\_cacache\index-v5\8f\b8
C:\npm\cache\_cacache\index-v5\8f\cb
C:\npm\cache\_cacache\index-v5\8f\fb
C:\npm\cache\_cacache\index-v5\90
C:\npm\cache\_cacache\index-v5\90\01
C:\npm\cache\_cacache\index-v5\90\07
C:\npm\cache\_cacache\index-v5\90\19
C:\npm\cache\_cacache\index-v5\90\1f
C:\npm\cache\_cacache\index-v5\90\30
C:\npm\cache\_cacache\index-v5\90\55
C:\npm\cache\_cacache\index-v5\90\5e
C:\npm\cache\_cacache\index-v5\90\89
C:\npm\cache\_cacache\index-v5\90\92
C:\npm\cache\_cacache\index-v5\90\9d
C:\npm\cache\_cacache\index-v5\90\a0
C:\npm\cache\_cacache\index-v5\90\b6
C:\npm\cache\_cacache\index-v5\90\e8
C:\npm\cache\_cacache\index-v5\91
C:\npm\cache\_cacache\index-v5\91\03
C:\npm\cache\_cacache\index-v5\91\0d
C:\npm\cache\_cacache\index-v5\91\14
C:\npm\cache\_cacache\index-v5\91\16
C:\npm\cache\_cacache\index-v5\91\18
C:\npm\cache\_cacache\index-v5\91\19
C:\npm\cache\_cacache\index-v5\91\2f
C:\npm\cache\_cacache\index-v5\91\4a
C:\npm\cache\_cacache\index-v5\91\82
C:\npm\cache\_cacache\index-v5\91\c3
C:\npm\cache\_cacache\index-v5\91\cb
C:\npm\cache\_cacache\index-v5\91\d1
C:\npm\cache\_cacache\index-v5\91\dd
C:\npm\cache\_cacache\index-v5\92
C:\npm\cache\_cacache\index-v5\92\02
C:\npm\cache\_cacache\index-v5\92\08
C:\npm\cache\_cacache\index-v5\92\3f
C:\npm\cache\_cacache\index-v5\92\49
C:\npm\cache\_cacache\index-v5\92\55
C:\npm\cache\_cacache\index-v5\92\58
C:\npm\cache\_cacache\index-v5\92\5e
C:\npm\cache\_cacache\index-v5\92\62
C:\npm\cache\_cacache\index-v5\92\64
C:\npm\cache\_cacache\index-v5\92\76
C:\npm\cache\_cacache\index-v5\92\7e
C:\npm\cache\_cacache\index-v5\92\7f
C:\npm\cache\_cacache\index-v5\92\84
C:\npm\cache\_cacache\index-v5\92\92
C:\npm\cache\_cacache\index-v5\92\96
C:\npm\cache\_cacache\index-v5\92\a0
C:\npm\cache\_cacache\index-v5\92\c6
C:\npm\cache\_cacache\index-v5\92\d6
C:\npm\cache\_cacache\index-v5\92\e4
C:\npm\cache\_cacache\index-v5\92\e6
C:\npm\cache\_cacache\index-v5\92\f2
C:\npm\cache\_cacache\index-v5\92\f8
C:\npm\cache\_cacache\index-v5\93
C:\npm\cache\_cacache\index-v5\93\34
C:\npm\cache\_cacache\index-v5\93\3b
C:\npm\cache\_cacache\index-v5\93\68
C:\npm\cache\_cacache\index-v5\93\b1
C:\npm\cache\_cacache\index-v5\93\bf
C:\npm\cache\_cacache\index-v5\93\d4
C:\npm\cache\_cacache\index-v5\93\df
C:\npm\cache\_cacache\index-v5\93\e3
C:\npm\cache\_cacache\index-v5\93\e9
C:\npm\cache\_cacache\index-v5\93\ec
C:\npm\cache\_cacache\index-v5\93\f0
C:\npm\cache\_cacache\index-v5\93\f6
C:\npm\cache\_cacache\index-v5\93\f7
C:\npm\cache\_cacache\index-v5\93\fb
C:\npm\cache\_cacache\index-v5\93\ff
C:\npm\cache\_cacache\index-v5\94
C:\npm\cache\_cacache\index-v5\94\0c
C:\npm\cache\_cacache\index-v5\94\15
C:\npm\cache\_cacache\index-v5\94\49
C:\npm\cache\_cacache\index-v5\94\4b
C:\npm\cache\_cacache\index-v5\94\52
C:\npm\cache\_cacache\index-v5\94\78
C:\npm\cache\_cacache\index-v5\94\a8
C:\npm\cache\_cacache\index-v5\94\ae
C:\npm\cache\_cacache\index-v5\94\c5
C:\npm\cache\_cacache\index-v5\94\fe
C:\npm\cache\_cacache\index-v5\95
C:\npm\cache\_cacache\index-v5\95\03
C:\npm\cache\_cacache\index-v5\95\20
C:\npm\cache\_cacache\index-v5\95\2e
C:\npm\cache\_cacache\index-v5\95\44
C:\npm\cache\_cacache\index-v5\95\5a
C:\npm\cache\_cacache\index-v5\95\63
C:\npm\cache\_cacache\index-v5\95\6c
C:\npm\cache\_cacache\index-v5\95\a5
C:\npm\cache\_cacache\index-v5\95\ae
C:\npm\cache\_cacache\index-v5\95\b4
C:\npm\cache\_cacache\index-v5\95\bb
C:\npm\cache\_cacache\index-v5\95\bd
C:\npm\cache\_cacache\index-v5\95\d4
C:\npm\cache\_cacache\index-v5\95\d7
C:\npm\cache\_cacache\index-v5\95\dd
C:\npm\cache\_cacache\index-v5\95\ed
C:\npm\cache\_cacache\index-v5\95\fc
C:\npm\cache\_cacache\index-v5\96
C:\npm\cache\_cacache\index-v5\96\01
C:\npm\cache\_cacache\index-v5\96\3a
C:\npm\cache\_cacache\index-v5\96\46
C:\npm\cache\_cacache\index-v5\96\4e
C:\npm\cache\_cacache\index-v5\96\6d
C:\npm\cache\_cacache\index-v5\96\75
C:\npm\cache\_cacache\index-v5\96\76
C:\npm\cache\_cacache\index-v5\96\83
C:\npm\cache\_cacache\index-v5\96\8f
C:\npm\cache\_cacache\index-v5\96\90
C:\npm\cache\_cacache\index-v5\96\9f
C:\npm\cache\_cacache\index-v5\96\cb
C:\npm\cache\_cacache\index-v5\96\ed
C:\npm\cache\_cacache\index-v5\97
C:\npm\cache\_cacache\index-v5\97\1f
C:\npm\cache\_cacache\index-v5\97\29
C:\npm\cache\_cacache\index-v5\97\3a
C:\npm\cache\_cacache\index-v5\97\43
C:\npm\cache\_cacache\index-v5\97\45
C:\npm\cache\_cacache\index-v5\97\56
C:\npm\cache\_cacache\index-v5\97\5f
C:\npm\cache\_cacache\index-v5\97\6e
C:\npm\cache\_cacache\index-v5\97\72
C:\npm\cache\_cacache\index-v5\97\89
C:\npm\cache\_cacache\index-v5\97\c6
C:\npm\cache\_cacache\index-v5\97\db
C:\npm\cache\_cacache\index-v5\97\f6
C:\npm\cache\_cacache\index-v5\98
C:\npm\cache\_cacache\index-v5\98\12
C:\npm\cache\_cacache\index-v5\98\16
C:\npm\cache\_cacache\index-v5\98\2a
C:\npm\cache\_cacache\index-v5\98\2c
C:\npm\cache\_cacache\index-v5\98\2e
C:\npm\cache\_cacache\index-v5\98\41
C:\npm\cache\_cacache\index-v5\98\4d
C:\npm\cache\_cacache\index-v5\98\56
C:\npm\cache\_cacache\index-v5\98\5f
C:\npm\cache\_cacache\index-v5\98\69
C:\npm\cache\_cacache\index-v5\98\6e
C:\npm\cache\_cacache\index-v5\98\77
C:\npm\cache\_cacache\index-v5\98\8d
C:\npm\cache\_cacache\index-v5\98\a1
C:\npm\cache\_cacache\index-v5\98\b1
C:\npm\cache\_cacache\index-v5\98\c0
C:\npm\cache\_cacache\index-v5\98\c9
C:\npm\cache\_cacache\index-v5\99
C:\npm\cache\_cacache\index-v5\99\0c
C:\npm\cache\_cacache\index-v5\99\1e
C:\npm\cache\_cacache\index-v5\99\20
C:\npm\cache\_cacache\index-v5\99\2d
C:\npm\cache\_cacache\index-v5\99\36
C:\npm\cache\_cacache\index-v5\99\38
C:\npm\cache\_cacache\index-v5\99\46
C:\npm\cache\_cacache\index-v5\99\56
C:\npm\cache\_cacache\index-v5\99\66
C:\npm\cache\_cacache\index-v5\99\6d
C:\npm\cache\_cacache\index-v5\99\6e
C:\npm\cache\_cacache\index-v5\99\7e
C:\npm\cache\_cacache\index-v5\99\87
C:\npm\cache\_cacache\index-v5\99\ac
C:\npm\cache\_cacache\index-v5\99\ba
C:\npm\cache\_cacache\index-v5\99\c3
C:\npm\cache\_cacache\index-v5\99\e5
C:\npm\cache\_cacache\index-v5\99\f2
C:\npm\cache\_cacache\index-v5\9a
C:\npm\cache\_cacache\index-v5\9a\0e
C:\npm\cache\_cacache\index-v5\9a\10
C:\npm\cache\_cacache\index-v5\9a\19
C:\npm\cache\_cacache\index-v5\9a\32
C:\npm\cache\_cacache\index-v5\9a\33
C:\npm\cache\_cacache\index-v5\9a\56
C:\npm\cache\_cacache\index-v5\9a\57
C:\npm\cache\_cacache\index-v5\9a\5c
C:\npm\cache\_cacache\index-v5\9a\5e
C:\npm\cache\_cacache\index-v5\9a\8e
C:\npm\cache\_cacache\index-v5\9a\93
C:\npm\cache\_cacache\index-v5\9a\cd
C:\npm\cache\_cacache\index-v5\9a\e7
C:\npm\cache\_cacache\index-v5\9a\f2
C:\npm\cache\_cacache\index-v5\9b
C:\npm\cache\_cacache\index-v5\9b\07
C:\npm\cache\_cacache\index-v5\9b\19
C:\npm\cache\_cacache\index-v5\9b\26
C:\npm\cache\_cacache\index-v5\9b\3b
C:\npm\cache\_cacache\index-v5\9b\59
C:\npm\cache\_cacache\index-v5\9b\6a
C:\npm\cache\_cacache\index-v5\9b\6e
C:\npm\cache\_cacache\index-v5\9b\74
C:\npm\cache\_cacache\index-v5\9b\77
C:\npm\cache\_cacache\index-v5\9b\7a
C:\npm\cache\_cacache\index-v5\9b\7d
C:\npm\cache\_cacache\index-v5\9b\8d
C:\npm\cache\_cacache\index-v5\9b\a0
C:\npm\cache\_cacache\index-v5\9b\bd
C:\npm\cache\_cacache\index-v5\9b\c5
C:\npm\cache\_cacache\index-v5\9b\db
C:\npm\cache\_cacache\index-v5\9b\e6
C:\npm\cache\_cacache\index-v5\9c
C:\npm\cache\_cacache\index-v5\9c\1c
C:\npm\cache\_cacache\index-v5\9c\1d
C:\npm\cache\_cacache\index-v5\9c\43
C:\npm\cache\_cacache\index-v5\9c\54
C:\npm\cache\_cacache\index-v5\9c\57
C:\npm\cache\_cacache\index-v5\9c\5c
C:\npm\cache\_cacache\index-v5\9c\63
C:\npm\cache\_cacache\index-v5\9c\6b
C:\npm\cache\_cacache\index-v5\9c\75
C:\npm\cache\_cacache\index-v5\9c\85
C:\npm\cache\_cacache\index-v5\9c\9f
C:\npm\cache\_cacache\index-v5\9c\ac
C:\npm\cache\_cacache\index-v5\9c\b5
C:\npm\cache\_cacache\index-v5\9c\b7
C:\npm\cache\_cacache\index-v5\9c\c3
C:\npm\cache\_cacache\index-v5\9c\c6
C:\npm\cache\_cacache\index-v5\9c\d3
C:\npm\cache\_cacache\index-v5\9c\d4
C:\npm\cache\_cacache\index-v5\9d
C:\npm\cache\_cacache\index-v5\9d\24
C:\npm\cache\_cacache\index-v5\9d\36
C:\npm\cache\_cacache\index-v5\9d\43
C:\npm\cache\_cacache\index-v5\9d\62
C:\npm\cache\_cacache\index-v5\9d\65
C:\npm\cache\_cacache\index-v5\9d\85
C:\npm\cache\_cacache\index-v5\9d\b9
C:\npm\cache\_cacache\index-v5\9d\c8
C:\npm\cache\_cacache\index-v5\9d\d7
C:\npm\cache\_cacache\index-v5\9d\e6
C:\npm\cache\_cacache\index-v5\9e
C:\npm\cache\_cacache\index-v5\9e\06
C:\npm\cache\_cacache\index-v5\9e\14
C:\npm\cache\_cacache\index-v5\9e\82
C:\npm\cache\_cacache\index-v5\9e\83
C:\npm\cache\_cacache\index-v5\9e\8e
C:\npm\cache\_cacache\index-v5\9e\a9
C:\npm\cache\_cacache\index-v5\9e\f2
C:\npm\cache\_cacache\index-v5\9f
C:\npm\cache\_cacache\index-v5\9f\0f
C:\npm\cache\_cacache\index-v5\9f\28
C:\npm\cache\_cacache\index-v5\9f\2a
C:\npm\cache\_cacache\index-v5\9f\32
C:\npm\cache\_cacache\index-v5\9f\43
C:\npm\cache\_cacache\index-v5\9f\52
C:\npm\cache\_cacache\index-v5\9f\60
C:\npm\cache\_cacache\index-v5\9f\65
C:\npm\cache\_cacache\index-v5\9f\66
C:\npm\cache\_cacache\index-v5\9f\6b
C:\npm\cache\_cacache\index-v5\9f\6f
C:\npm\cache\_cacache\index-v5\9f\93
C:\npm\cache\_cacache\index-v5\9f\a0
C:\npm\cache\_cacache\index-v5\9f\c3
C:\npm\cache\_cacache\index-v5\9f\e2
C:\npm\cache\_cacache\index-v5\a0
C:\npm\cache\_cacache\index-v5\a0\04
C:\npm\cache\_cacache\index-v5\a0\0c
C:\npm\cache\_cacache\index-v5\a0\14
C:\npm\cache\_cacache\index-v5\a0\16
C:\npm\cache\_cacache\index-v5\a0\23
C:\npm\cache\_cacache\index-v5\a0\28
C:\npm\cache\_cacache\index-v5\a0\4b
C:\npm\cache\_cacache\index-v5\a0\56
C:\npm\cache\_cacache\index-v5\a0\58
C:\npm\cache\_cacache\index-v5\a0\61
C:\npm\cache\_cacache\index-v5\a0\6e
C:\npm\cache\_cacache\index-v5\a0\77
C:\npm\cache\_cacache\index-v5\a0\7b
C:\npm\cache\_cacache\index-v5\a0\81
C:\npm\cache\_cacache\index-v5\a0\90
C:\npm\cache\_cacache\index-v5\a0\95
C:\npm\cache\_cacache\index-v5\a0\a4
C:\npm\cache\_cacache\index-v5\a0\af
C:\npm\cache\_cacache\index-v5\a0\b4
C:\npm\cache\_cacache\index-v5\a0\b6
C:\npm\cache\_cacache\index-v5\a0\c3
C:\npm\cache\_cacache\index-v5\a0\d7
C:\npm\cache\_cacache\index-v5\a0\db
C:\npm\cache\_cacache\index-v5\a0\e9
C:\npm\cache\_cacache\index-v5\a0\f0
C:\npm\cache\_cacache\index-v5\a0\f2
C:\npm\cache\_cacache\index-v5\a1
C:\npm\cache\_cacache\index-v5\a1\03
C:\npm\cache\_cacache\index-v5\a1\0e
C:\npm\cache\_cacache\index-v5\a1\0f
C:\npm\cache\_cacache\index-v5\a1\10
C:\npm\cache\_cacache\index-v5\a1\11
C:\npm\cache\_cacache\index-v5\a1\1a
C:\npm\cache\_cacache\index-v5\a1\24
C:\npm\cache\_cacache\index-v5\a1\31
C:\npm\cache\_cacache\index-v5\a1\3b
C:\npm\cache\_cacache\index-v5\a1\50
C:\npm\cache\_cacache\index-v5\a1\60
C:\npm\cache\_cacache\index-v5\a1\6b
C:\npm\cache\_cacache\index-v5\a1\7c
C:\npm\cache\_cacache\index-v5\a1\80
C:\npm\cache\_cacache\index-v5\a1\9b
C:\npm\cache\_cacache\index-v5\a1\c0
C:\npm\cache\_cacache\index-v5\a1\d3
C:\npm\cache\_cacache\index-v5\a1\d5
C:\npm\cache\_cacache\index-v5\a1\e0
C:\npm\cache\_cacache\index-v5\a1\e1
C:\npm\cache\_cacache\index-v5\a1\e8
C:\npm\cache\_cacache\index-v5\a2
C:\npm\cache\_cacache\index-v5\a2\01
C:\npm\cache\_cacache\index-v5\a2\15
C:\npm\cache\_cacache\index-v5\a2\38
C:\npm\cache\_cacache\index-v5\a2\3a
C:\npm\cache\_cacache\index-v5\a2\53
C:\npm\cache\_cacache\index-v5\a2\68
C:\npm\cache\_cacache\index-v5\a2\6e
C:\npm\cache\_cacache\index-v5\a2\79
C:\npm\cache\_cacache\index-v5\a2\8a
C:\npm\cache\_cacache\index-v5\a2\8d
C:\npm\cache\_cacache\index-v5\a2\b3
C:\npm\cache\_cacache\index-v5\a2\c1
C:\npm\cache\_cacache\index-v5\a2\c9
C:\npm\cache\_cacache\index-v5\a2\cf
C:\npm\cache\_cacache\index-v5\a2\df
C:\npm\cache\_cacache\index-v5\a2\e9
C:\npm\cache\_cacache\index-v5\a2\f6
C:\npm\cache\_cacache\index-v5\a3
C:\npm\cache\_cacache\index-v5\a3\1e
C:\npm\cache\_cacache\index-v5\a3\39
C:\npm\cache\_cacache\index-v5\a3\4a
C:\npm\cache\_cacache\index-v5\a3\50
C:\npm\cache\_cacache\index-v5\a3\58
C:\npm\cache\_cacache\index-v5\a3\59
C:\npm\cache\_cacache\index-v5\a3\7f
C:\npm\cache\_cacache\index-v5\a3\89
C:\npm\cache\_cacache\index-v5\a3\9a
C:\npm\cache\_cacache\index-v5\a3\d9
C:\npm\cache\_cacache\index-v5\a3\f3
C:\npm\cache\_cacache\index-v5\a4
C:\npm\cache\_cacache\index-v5\a4\0f
C:\npm\cache\_cacache\index-v5\a4\17
C:\npm\cache\_cacache\index-v5\a4\2f
C:\npm\cache\_cacache\index-v5\a4\31
C:\npm\cache\_cacache\index-v5\a4\39
C:\npm\cache\_cacache\index-v5\a4\3f
C:\npm\cache\_cacache\index-v5\a4\6e
C:\npm\cache\_cacache\index-v5\a4\75
C:\npm\cache\_cacache\index-v5\a4\7b
C:\npm\cache\_cacache\index-v5\a4\7d
C:\npm\cache\_cacache\index-v5\a4\85
C:\npm\cache\_cacache\index-v5\a4\a4
C:\npm\cache\_cacache\index-v5\a4\ae
C:\npm\cache\_cacache\index-v5\a4\ed
C:\npm\cache\_cacache\index-v5\a5
C:\npm\cache\_cacache\index-v5\a5\08
C:\npm\cache\_cacache\index-v5\a5\0f
C:\npm\cache\_cacache\index-v5\a5\28
C:\npm\cache\_cacache\index-v5\a5\35
C:\npm\cache\_cacache\index-v5\a5\55
C:\npm\cache\_cacache\index-v5\a5\5d
C:\npm\cache\_cacache\index-v5\a5\62
C:\npm\cache\_cacache\index-v5\a5\73
C:\npm\cache\_cacache\index-v5\a5\82
C:\npm\cache\_cacache\index-v5\a5\8e
C:\npm\cache\_cacache\index-v5\a5\c3
C:\npm\cache\_cacache\index-v5\a5\c6
C:\npm\cache\_cacache\index-v5\a5\d2
C:\npm\cache\_cacache\index-v5\a5\ff
C:\npm\cache\_cacache\index-v5\a6
C:\npm\cache\_cacache\index-v5\a6\08
C:\npm\cache\_cacache\index-v5\a6\11
C:\npm\cache\_cacache\index-v5\a6\1e
C:\npm\cache\_cacache\index-v5\a6\2f
C:\npm\cache\_cacache\index-v5\a6\3d
C:\npm\cache\_cacache\index-v5\a6\43
C:\npm\cache\_cacache\index-v5\a6\4a
C:\npm\cache\_cacache\index-v5\a6\9d
C:\npm\cache\_cacache\index-v5\a6\9e
C:\npm\cache\_cacache\index-v5\a6\a7
C:\npm\cache\_cacache\index-v5\a6\c4
C:\npm\cache\_cacache\index-v5\a6\c6
C:\npm\cache\_cacache\index-v5\a6\ca
C:\npm\cache\_cacache\index-v5\a6\d5
C:\npm\cache\_cacache\index-v5\a6\d9
C:\npm\cache\_cacache\index-v5\a6\f8
C:\npm\cache\_cacache\index-v5\a7
C:\npm\cache\_cacache\index-v5\a7\01
C:\npm\cache\_cacache\index-v5\a7\21
C:\npm\cache\_cacache\index-v5\a7\2b
C:\npm\cache\_cacache\index-v5\a7\35
C:\npm\cache\_cacache\index-v5\a7\45
C:\npm\cache\_cacache\index-v5\a7\4a
C:\npm\cache\_cacache\index-v5\a7\68
C:\npm\cache\_cacache\index-v5\a7\73
C:\npm\cache\_cacache\index-v5\a7\99
C:\npm\cache\_cacache\index-v5\a7\ab
C:\npm\cache\_cacache\index-v5\a7\ca
C:\npm\cache\_cacache\index-v5\a7\d1
C:\npm\cache\_cacache\index-v5\a7\da
C:\npm\cache\_cacache\index-v5\a7\ff
C:\npm\cache\_cacache\index-v5\a8
C:\npm\cache\_cacache\index-v5\a8\00
C:\npm\cache\_cacache\index-v5\a8\09
C:\npm\cache\_cacache\index-v5\a8\19
C:\npm\cache\_cacache\index-v5\a8\23
C:\npm\cache\_cacache\index-v5\a8\2f
C:\npm\cache\_cacache\index-v5\a8\31
C:\npm\cache\_cacache\index-v5\a8\35
C:\npm\cache\_cacache\index-v5\a8\42
C:\npm\cache\_cacache\index-v5\a8\50
C:\npm\cache\_cacache\index-v5\a8\84
C:\npm\cache\_cacache\index-v5\a8\98
C:\npm\cache\_cacache\index-v5\a8\9b
C:\npm\cache\_cacache\index-v5\a8\cb
C:\npm\cache\_cacache\index-v5\a8\e7
C:\npm\cache\_cacache\index-v5\a9
C:\npm\cache\_cacache\index-v5\a9\69
C:\npm\cache\_cacache\index-v5\a9\af
C:\npm\cache\_cacache\index-v5\a9\b0
C:\npm\cache\_cacache\index-v5\a9\cb
C:\npm\cache\_cacache\index-v5\a9\cd
C:\npm\cache\_cacache\index-v5\a9\e4
C:\npm\cache\_cacache\index-v5\a9\e5
C:\npm\cache\_cacache\index-v5\a9\f6
C:\npm\cache\_cacache\index-v5\aa
C:\npm\cache\_cacache\index-v5\aa\18
C:\npm\cache\_cacache\index-v5\aa\32
C:\npm\cache\_cacache\index-v5\aa\3d
C:\npm\cache\_cacache\index-v5\aa\49
C:\npm\cache\_cacache\index-v5\aa\50
C:\npm\cache\_cacache\index-v5\aa\65
C:\npm\cache\_cacache\index-v5\aa\7b
C:\npm\cache\_cacache\index-v5\aa\7e
C:\npm\cache\_cacache\index-v5\aa\83
C:\npm\cache\_cacache\index-v5\aa\89
C:\npm\cache\_cacache\index-v5\aa\a6
C:\npm\cache\_cacache\index-v5\aa\a8
C:\npm\cache\_cacache\index-v5\aa\ab
C:\npm\cache\_cacache\index-v5\aa\bb
C:\npm\cache\_cacache\index-v5\aa\d8
C:\npm\cache\_cacache\index-v5\aa\e9
C:\npm\cache\_cacache\index-v5\aa\f1
C:\npm\cache\_cacache\index-v5\aa\fe
C:\npm\cache\_cacache\index-v5\ab
C:\npm\cache\_cacache\index-v5\ab\08
C:\npm\cache\_cacache\index-v5\ab\0b
C:\npm\cache\_cacache\index-v5\ab\1b
C:\npm\cache\_cacache\index-v5\ab\1c
C:\npm\cache\_cacache\index-v5\ab\43
C:\npm\cache\_cacache\index-v5\ab\47
C:\npm\cache\_cacache\index-v5\ab\54
C:\npm\cache\_cacache\index-v5\ab\65
C:\npm\cache\_cacache\index-v5\ab\70
C:\npm\cache\_cacache\index-v5\ab\8b
C:\npm\cache\_cacache\index-v5\ab\c0
C:\npm\cache\_cacache\index-v5\ab\cc
C:\npm\cache\_cacache\index-v5\ab\ce
C:\npm\cache\_cacache\index-v5\ab\d6
C:\npm\cache\_cacache\index-v5\ab\d9
C:\npm\cache\_cacache\index-v5\ab\dd
C:\npm\cache\_cacache\index-v5\ab\df
C:\npm\cache\_cacache\index-v5\ab\ff
C:\npm\cache\_cacache\index-v5\ac
C:\npm\cache\_cacache\index-v5\ac\26
C:\npm\cache\_cacache\index-v5\ac\28
C:\npm\cache\_cacache\index-v5\ac\2c
C:\npm\cache\_cacache\index-v5\ac\2e
C:\npm\cache\_cacache\index-v5\ac\47
C:\npm\cache\_cacache\index-v5\ac\4d
C:\npm\cache\_cacache\index-v5\ac\5a
C:\npm\cache\_cacache\index-v5\ac\5e
C:\npm\cache\_cacache\index-v5\ac\6d
C:\npm\cache\_cacache\index-v5\ac\8d
C:\npm\cache\_cacache\index-v5\ac\99
C:\npm\cache\_cacache\index-v5\ac\9e
C:\npm\cache\_cacache\index-v5\ac\a2
C:\npm\cache\_cacache\index-v5\ac\a3
C:\npm\cache\_cacache\index-v5\ac\b5
C:\npm\cache\_cacache\index-v5\ac\d8
C:\npm\cache\_cacache\index-v5\ac\da
C:\npm\cache\_cacache\index-v5\ac\e3
C:\npm\cache\_cacache\index-v5\ac\f9
C:\npm\cache\_cacache\index-v5\ac\fd
C:\npm\cache\_cacache\index-v5\ad
C:\npm\cache\_cacache\index-v5\ad\01
C:\npm\cache\_cacache\index-v5\ad\0b
C:\npm\cache\_cacache\index-v5\ad\11
C:\npm\cache\_cacache\index-v5\ad\19
C:\npm\cache\_cacache\index-v5\ad\1a
C:\npm\cache\_cacache\index-v5\ad\22
C:\npm\cache\_cacache\index-v5\ad\26
C:\npm\cache\_cacache\index-v5\ad\27
C:\npm\cache\_cacache\index-v5\ad\29
C:\npm\cache\_cacache\index-v5\ad\2a
C:\npm\cache\_cacache\index-v5\ad\3b
C:\npm\cache\_cacache\index-v5\ad\45
C:\npm\cache\_cacache\index-v5\ad\54
C:\npm\cache\_cacache\index-v5\ad\56
C:\npm\cache\_cacache\index-v5\ad\57
C:\npm\cache\_cacache\index-v5\ad\80
C:\npm\cache\_cacache\index-v5\ad\83
C:\npm\cache\_cacache\index-v5\ad\84
C:\npm\cache\_cacache\index-v5\ad\9a
C:\npm\cache\_cacache\index-v5\ad\a9
C:\npm\cache\_cacache\index-v5\ad\bf
C:\npm\cache\_cacache\index-v5\ad\c0
C:\npm\cache\_cacache\index-v5\ad\c6
C:\npm\cache\_cacache\index-v5\ad\fe
C:\npm\cache\_cacache\index-v5\ae
C:\npm\cache\_cacache\index-v5\ae\05
C:\npm\cache\_cacache\index-v5\ae\09
C:\npm\cache\_cacache\index-v5\ae\0a
C:\npm\cache\_cacache\index-v5\ae\17
C:\npm\cache\_cacache\index-v5\ae\24
C:\npm\cache\_cacache\index-v5\ae\28
C:\npm\cache\_cacache\index-v5\ae\35
C:\npm\cache\_cacache\index-v5\ae\3a
C:\npm\cache\_cacache\index-v5\ae\47
C:\npm\cache\_cacache\index-v5\ae\4e
C:\npm\cache\_cacache\index-v5\ae\52
C:\npm\cache\_cacache\index-v5\ae\6e
C:\npm\cache\_cacache\index-v5\ae\7c
C:\npm\cache\_cacache\index-v5\ae\89
C:\npm\cache\_cacache\index-v5\ae\8b
C:\npm\cache\_cacache\index-v5\ae\92
C:\npm\cache\_cacache\index-v5\ae\9f
C:\npm\cache\_cacache\index-v5\ae\a9
C:\npm\cache\_cacache\index-v5\ae\c0
C:\npm\cache\_cacache\index-v5\ae\c7
C:\npm\cache\_cacache\index-v5\ae\e0
C:\npm\cache\_cacache\index-v5\ae\e4
C:\npm\cache\_cacache\index-v5\ae\ee
C:\npm\cache\_cacache\index-v5\af
C:\npm\cache\_cacache\index-v5\af\04
C:\npm\cache\_cacache\index-v5\af\29
C:\npm\cache\_cacache\index-v5\af\3b
C:\npm\cache\_cacache\index-v5\af\3d
C:\npm\cache\_cacache\index-v5\af\4c
C:\npm\cache\_cacache\index-v5\af\5b
C:\npm\cache\_cacache\index-v5\af\a5
C:\npm\cache\_cacache\index-v5\af\c1
C:\npm\cache\_cacache\index-v5\af\e0
C:\npm\cache\_cacache\index-v5\af\e4
C:\npm\cache\_cacache\index-v5\b0
C:\npm\cache\_cacache\index-v5\b0\16
C:\npm\cache\_cacache\index-v5\b0\1c
C:\npm\cache\_cacache\index-v5\b0\2c
C:\npm\cache\_cacache\index-v5\b0\3f
C:\npm\cache\_cacache\index-v5\b0\5d
C:\npm\cache\_cacache\index-v5\b0\84
C:\npm\cache\_cacache\index-v5\b0\95
C:\npm\cache\_cacache\index-v5\b0\9f
C:\npm\cache\_cacache\index-v5\b0\a0
C:\npm\cache\_cacache\index-v5\b0\ac
C:\npm\cache\_cacache\index-v5\b0\bb
C:\npm\cache\_cacache\index-v5\b0\c2
C:\npm\cache\_cacache\index-v5\b0\c5
C:\npm\cache\_cacache\index-v5\b0\c6
C:\npm\cache\_cacache\index-v5\b0\c7
C:\npm\cache\_cacache\index-v5\b0\df
C:\npm\cache\_cacache\index-v5\b0\e7
C:\npm\cache\_cacache\index-v5\b0\e9
C:\npm\cache\_cacache\index-v5\b0\ed
C:\npm\cache\_cacache\index-v5\b0\f1
C:\npm\cache\_cacache\index-v5\b0\f9
C:\npm\cache\_cacache\index-v5\b0\fc
C:\npm\cache\_cacache\index-v5\b1
C:\npm\cache\_cacache\index-v5\b1\00
C:\npm\cache\_cacache\index-v5\b1\03
C:\npm\cache\_cacache\index-v5\b1\05
C:\npm\cache\_cacache\index-v5\b1\2b
C:\npm\cache\_cacache\index-v5\b1\2c
C:\npm\cache\_cacache\index-v5\b1\35
C:\npm\cache\_cacache\index-v5\b1\36
C:\npm\cache\_cacache\index-v5\b1\40
C:\npm\cache\_cacache\index-v5\b1\4a
C:\npm\cache\_cacache\index-v5\b1\51
C:\npm\cache\_cacache\index-v5\b1\60
C:\npm\cache\_cacache\index-v5\b1\61
C:\npm\cache\_cacache\index-v5\b1\6e
C:\npm\cache\_cacache\index-v5\b1\7f
C:\npm\cache\_cacache\index-v5\b1\85
C:\npm\cache\_cacache\index-v5\b1\86
C:\npm\cache\_cacache\index-v5\b1\8a
C:\npm\cache\_cacache\index-v5\b1\aa
C:\npm\cache\_cacache\index-v5\b1\e6
C:\npm\cache\_cacache\index-v5\b1\e7
C:\npm\cache\_cacache\index-v5\b2
C:\npm\cache\_cacache\index-v5\b2\06
C:\npm\cache\_cacache\index-v5\b2\0e
C:\npm\cache\_cacache\index-v5\b2\22
C:\npm\cache\_cacache\index-v5\b2\23
C:\npm\cache\_cacache\index-v5\b2\35
C:\npm\cache\_cacache\index-v5\b2\51
C:\npm\cache\_cacache\index-v5\b2\53
C:\npm\cache\_cacache\index-v5\b2\55
C:\npm\cache\_cacache\index-v5\b2\79
C:\npm\cache\_cacache\index-v5\b2\7f
C:\npm\cache\_cacache\index-v5\b2\88
C:\npm\cache\_cacache\index-v5\b2\a2
C:\npm\cache\_cacache\index-v5\b2\af
C:\npm\cache\_cacache\index-v5\b2\b8
C:\npm\cache\_cacache\index-v5\b2\bc
C:\npm\cache\_cacache\index-v5\b2\d0
C:\npm\cache\_cacache\index-v5\b2\d5
C:\npm\cache\_cacache\index-v5\b2\d9
C:\npm\cache\_cacache\index-v5\b2\e1
C:\npm\cache\_cacache\index-v5\b3
C:\npm\cache\_cacache\index-v5\b3\0b
C:\npm\cache\_cacache\index-v5\b3\0f
C:\npm\cache\_cacache\index-v5\b3\1b
C:\npm\cache\_cacache\index-v5\b3\58
C:\npm\cache\_cacache\index-v5\b3\65
C:\npm\cache\_cacache\index-v5\b3\7c
C:\npm\cache\_cacache\index-v5\b3\8d
C:\npm\cache\_cacache\index-v5\b3\96
C:\npm\cache\_cacache\index-v5\b3\a1
C:\npm\cache\_cacache\index-v5\b3\b2
C:\npm\cache\_cacache\index-v5\b3\c7
C:\npm\cache\_cacache\index-v5\b3\eb
C:\npm\cache\_cacache\index-v5\b3\f5
C:\npm\cache\_cacache\index-v5\b3\fb
C:\npm\cache\_cacache\index-v5\b4
C:\npm\cache\_cacache\index-v5\b4\01
C:\npm\cache\_cacache\index-v5\b4\1a
C:\npm\cache\_cacache\index-v5\b4\1c
C:\npm\cache\_cacache\index-v5\b4\2f
C:\npm\cache\_cacache\index-v5\b4\30
C:\npm\cache\_cacache\index-v5\b4\3f
C:\npm\cache\_cacache\index-v5\b4\42
C:\npm\cache\_cacache\index-v5\b4\44
C:\npm\cache\_cacache\index-v5\b4\5d
C:\npm\cache\_cacache\index-v5\b4\63
C:\npm\cache\_cacache\index-v5\b4\6e
C:\npm\cache\_cacache\index-v5\b4\72
C:\npm\cache\_cacache\index-v5\b4\79
C:\npm\cache\_cacache\index-v5\b4\7c
C:\npm\cache\_cacache\index-v5\b4\8a
C:\npm\cache\_cacache\index-v5\b4\9b
C:\npm\cache\_cacache\index-v5\b4\b2
C:\npm\cache\_cacache\index-v5\b4\b7
C:\npm\cache\_cacache\index-v5\b4\c0
C:\npm\cache\_cacache\index-v5\b4\c9
C:\npm\cache\_cacache\index-v5\b4\d0
C:\npm\cache\_cacache\index-v5\b4\e8
C:\npm\cache\_cacache\index-v5\b4\f6
C:\npm\cache\_cacache\index-v5\b4\ff
C:\npm\cache\_cacache\index-v5\b5
C:\npm\cache\_cacache\index-v5\b5\02
C:\npm\cache\_cacache\index-v5\b5\04
C:\npm\cache\_cacache\index-v5\b5\09
C:\npm\cache\_cacache\index-v5\b5\4b
C:\npm\cache\_cacache\index-v5\b5\5f
C:\npm\cache\_cacache\index-v5\b5\65
C:\npm\cache\_cacache\index-v5\b5\67
C:\npm\cache\_cacache\index-v5\b5\93
C:\npm\cache\_cacache\index-v5\b5\96
C:\npm\cache\_cacache\index-v5\b5\aa
C:\npm\cache\_cacache\index-v5\b5\f7
C:\npm\cache\_cacache\index-v5\b6
C:\npm\cache\_cacache\index-v5\b6\06
C:\npm\cache\_cacache\index-v5\b6\3d
C:\npm\cache\_cacache\index-v5\b6\54
C:\npm\cache\_cacache\index-v5\b6\5c
C:\npm\cache\_cacache\index-v5\b6\64
C:\npm\cache\_cacache\index-v5\b6\7c
C:\npm\cache\_cacache\index-v5\b6\80
C:\npm\cache\_cacache\index-v5\b6\82
C:\npm\cache\_cacache\index-v5\b6\9b
C:\npm\cache\_cacache\index-v5\b6\cd
C:\npm\cache\_cacache\index-v5\b6\d4
C:\npm\cache\_cacache\index-v5\b6\f1
C:\npm\cache\_cacache\index-v5\b7
C:\npm\cache\_cacache\index-v5\b7\01
C:\npm\cache\_cacache\index-v5\b7\17
C:\npm\cache\_cacache\index-v5\b7\1f
C:\npm\cache\_cacache\index-v5\b7\37
C:\npm\cache\_cacache\index-v5\b7\71
C:\npm\cache\_cacache\index-v5\b7\aa
C:\npm\cache\_cacache\index-v5\b7\d3
C:\npm\cache\_cacache\index-v5\b7\e9
C:\npm\cache\_cacache\index-v5\b7\ee
C:\npm\cache\_cacache\index-v5\b8
C:\npm\cache\_cacache\index-v5\b8\0a
C:\npm\cache\_cacache\index-v5\b8\0c
C:\npm\cache\_cacache\index-v5\b8\11
C:\npm\cache\_cacache\index-v5\b8\13
C:\npm\cache\_cacache\index-v5\b8\20
C:\npm\cache\_cacache\index-v5\b8\2d
C:\npm\cache\_cacache\index-v5\b8\39
C:\npm\cache\_cacache\index-v5\b8\40
C:\npm\cache\_cacache\index-v5\b8\4f
C:\npm\cache\_cacache\index-v5\b8\50
C:\npm\cache\_cacache\index-v5\b8\89
C:\npm\cache\_cacache\index-v5\b8\94
C:\npm\cache\_cacache\index-v5\b8\9d
C:\npm\cache\_cacache\index-v5\b8\9f
C:\npm\cache\_cacache\index-v5\b8\b2
C:\npm\cache\_cacache\index-v5\b8\b7
C:\npm\cache\_cacache\index-v5\b8\bc
C:\npm\cache\_cacache\index-v5\b8\d4
C:\npm\cache\_cacache\index-v5\b8\d5
C:\npm\cache\_cacache\index-v5\b8\d9
C:\npm\cache\_cacache\index-v5\b9
C:\npm\cache\_cacache\index-v5\b9\3a
C:\npm\cache\_cacache\index-v5\b9\4d
C:\npm\cache\_cacache\index-v5\b9\7a
C:\npm\cache\_cacache\index-v5\b9\82
C:\npm\cache\_cacache\index-v5\b9\87
C:\npm\cache\_cacache\index-v5\b9\8e
C:\npm\cache\_cacache\index-v5\b9\96
C:\npm\cache\_cacache\index-v5\b9\c2
C:\npm\cache\_cacache\index-v5\b9\f5
C:\npm\cache\_cacache\index-v5\b9\f9
C:\npm\cache\_cacache\index-v5\ba
C:\npm\cache\_cacache\index-v5\ba\02
C:\npm\cache\_cacache\index-v5\ba\0c
C:\npm\cache\_cacache\index-v5\ba\1d
C:\npm\cache\_cacache\index-v5\ba\25
C:\npm\cache\_cacache\index-v5\ba\2f
C:\npm\cache\_cacache\index-v5\ba\32
C:\npm\cache\_cacache\index-v5\ba\4a
C:\npm\cache\_cacache\index-v5\ba\53
C:\npm\cache\_cacache\index-v5\ba\58
C:\npm\cache\_cacache\index-v5\ba\5d
C:\npm\cache\_cacache\index-v5\ba\5e
C:\npm\cache\_cacache\index-v5\ba\77
C:\npm\cache\_cacache\index-v5\ba\9b
C:\npm\cache\_cacache\index-v5\ba\9e
C:\npm\cache\_cacache\index-v5\ba\9f
C:\npm\cache\_cacache\index-v5\ba\ac
C:\npm\cache\_cacache\index-v5\ba\b1
C:\npm\cache\_cacache\index-v5\ba\cb
C:\npm\cache\_cacache\index-v5\ba\da
C:\npm\cache\_cacache\index-v5\bb
C:\npm\cache\_cacache\index-v5\bb\0b
C:\npm\cache\_cacache\index-v5\bb\19
C:\npm\cache\_cacache\index-v5\bb\21
C:\npm\cache\_cacache\index-v5\bb\27
C:\npm\cache\_cacache\index-v5\bb\35
C:\npm\cache\_cacache\index-v5\bb\4c
C:\npm\cache\_cacache\index-v5\bb\4f
C:\npm\cache\_cacache\index-v5\bb\56
C:\npm\cache\_cacache\index-v5\bb\6a
C:\npm\cache\_cacache\index-v5\bb\7b
C:\npm\cache\_cacache\index-v5\bb\91
C:\npm\cache\_cacache\index-v5\bb\9c
C:\npm\cache\_cacache\index-v5\bb\a4
C:\npm\cache\_cacache\index-v5\bb\ca
C:\npm\cache\_cacache\index-v5\bb\d7
C:\npm\cache\_cacache\index-v5\bb\da
C:\npm\cache\_cacache\index-v5\bc
C:\npm\cache\_cacache\index-v5\bc\26
C:\npm\cache\_cacache\index-v5\bc\2c
C:\npm\cache\_cacache\index-v5\bc\32
C:\npm\cache\_cacache\index-v5\bc\43
C:\npm\cache\_cacache\index-v5\bc\51
C:\npm\cache\_cacache\index-v5\bc\54
C:\npm\cache\_cacache\index-v5\bc\55
C:\npm\cache\_cacache\index-v5\bc\70
C:\npm\cache\_cacache\index-v5\bc\8a
C:\npm\cache\_cacache\index-v5\bc\94
C:\npm\cache\_cacache\index-v5\bc\a2
C:\npm\cache\_cacache\index-v5\bc\ac
C:\npm\cache\_cacache\index-v5\bc\ad
C:\npm\cache\_cacache\index-v5\bc\af
C:\npm\cache\_cacache\index-v5\bc\b2
C:\npm\cache\_cacache\index-v5\bc\ce
C:\npm\cache\_cacache\index-v5\bc\d6
C:\npm\cache\_cacache\index-v5\bc\fe
C:\npm\cache\_cacache\index-v5\bd
C:\npm\cache\_cacache\index-v5\bd\0c
C:\npm\cache\_cacache\index-v5\bd\27
C:\npm\cache\_cacache\index-v5\bd\38
C:\npm\cache\_cacache\index-v5\bd\3b
C:\npm\cache\_cacache\index-v5\bd\50
C:\npm\cache\_cacache\index-v5\bd\6f
C:\npm\cache\_cacache\index-v5\bd\70
C:\npm\cache\_cacache\index-v5\bd\88
C:\npm\cache\_cacache\index-v5\bd\9e
C:\npm\cache\_cacache\index-v5\bd\a5
C:\npm\cache\_cacache\index-v5\bd\b5
C:\npm\cache\_cacache\index-v5\bd\bd
C:\npm\cache\_cacache\index-v5\bd\da
C:\npm\cache\_cacache\index-v5\bd\e0
C:\npm\cache\_cacache\index-v5\bd\ed
C:\npm\cache\_cacache\index-v5\bd\f5
C:\npm\cache\_cacache\index-v5\bd\fd
C:\npm\cache\_cacache\index-v5\be
C:\npm\cache\_cacache\index-v5\be\02
C:\npm\cache\_cacache\index-v5\be\29
C:\npm\cache\_cacache\index-v5\be\2b
C:\npm\cache\_cacache\index-v5\be\30
C:\npm\cache\_cacache\index-v5\be\32
C:\npm\cache\_cacache\index-v5\be\39
C:\npm\cache\_cacache\index-v5\be\42
C:\npm\cache\_cacache\index-v5\be\4a
C:\npm\cache\_cacache\index-v5\be\4e
C:\npm\cache\_cacache\index-v5\be\5a
C:\npm\cache\_cacache\index-v5\be\70
C:\npm\cache\_cacache\index-v5\be\72
C:\npm\cache\_cacache\index-v5\be\83
C:\npm\cache\_cacache\index-v5\be\8a
C:\npm\cache\_cacache\index-v5\be\93
C:\npm\cache\_cacache\index-v5\be\a3
C:\npm\cache\_cacache\index-v5\be\aa
C:\npm\cache\_cacache\index-v5\be\c4
C:\npm\cache\_cacache\index-v5\be\d9
C:\npm\cache\_cacache\index-v5\be\ea
C:\npm\cache\_cacache\index-v5\be\eb
C:\npm\cache\_cacache\index-v5\be\fd
C:\npm\cache\_cacache\index-v5\be\ff
C:\npm\cache\_cacache\index-v5\bf
C:\npm\cache\_cacache\index-v5\bf\16
C:\npm\cache\_cacache\index-v5\bf\1d
C:\npm\cache\_cacache\index-v5\bf\2d
C:\npm\cache\_cacache\index-v5\bf\52
C:\npm\cache\_cacache\index-v5\bf\56
C:\npm\cache\_cacache\index-v5\bf\69
C:\npm\cache\_cacache\index-v5\bf\6c
C:\npm\cache\_cacache\index-v5\bf\7c
C:\npm\cache\_cacache\index-v5\bf\8c
C:\npm\cache\_cacache\index-v5\bf\8e
C:\npm\cache\_cacache\index-v5\bf\91
C:\npm\cache\_cacache\index-v5\bf\aa
C:\npm\cache\_cacache\index-v5\bf\bf
C:\npm\cache\_cacache\index-v5\bf\c4
C:\npm\cache\_cacache\index-v5\bf\c5
C:\npm\cache\_cacache\index-v5\bf\cd
C:\npm\cache\_cacache\index-v5\bf\e7
C:\npm\cache\_cacache\index-v5\bf\ec
C:\npm\cache\_cacache\index-v5\bf\f9
C:\npm\cache\_cacache\index-v5\bf\fb
C:\npm\cache\_cacache\index-v5\c0
C:\npm\cache\_cacache\index-v5\c0\06
C:\npm\cache\_cacache\index-v5\c0\1c
C:\npm\cache\_cacache\index-v5\c0\1e
C:\npm\cache\_cacache\index-v5\c0\1f
C:\npm\cache\_cacache\index-v5\c0\29
C:\npm\cache\_cacache\index-v5\c0\2a
C:\npm\cache\_cacache\index-v5\c0\2e
C:\npm\cache\_cacache\index-v5\c0\4f
C:\npm\cache\_cacache\index-v5\c0\56
C:\npm\cache\_cacache\index-v5\c0\9a
C:\npm\cache\_cacache\index-v5\c0\a7
C:\npm\cache\_cacache\index-v5\c0\ad
C:\npm\cache\_cacache\index-v5\c0\b1
C:\npm\cache\_cacache\index-v5\c0\d0
C:\npm\cache\_cacache\index-v5\c0\e0
C:\npm\cache\_cacache\index-v5\c0\f6
C:\npm\cache\_cacache\index-v5\c1
C:\npm\cache\_cacache\index-v5\c1\00
C:\npm\cache\_cacache\index-v5\c1\0e
C:\npm\cache\_cacache\index-v5\c1\15
C:\npm\cache\_cacache\index-v5\c1\1f
C:\npm\cache\_cacache\index-v5\c1\28
C:\npm\cache\_cacache\index-v5\c1\30
C:\npm\cache\_cacache\index-v5\c1\46
C:\npm\cache\_cacache\index-v5\c1\57
C:\npm\cache\_cacache\index-v5\c1\80
C:\npm\cache\_cacache\index-v5\c1\86
C:\npm\cache\_cacache\index-v5\c1\92
C:\npm\cache\_cacache\index-v5\c1\9e
C:\npm\cache\_cacache\index-v5\c1\d6
C:\npm\cache\_cacache\index-v5\c1\dd
C:\npm\cache\_cacache\index-v5\c1\ea
C:\npm\cache\_cacache\index-v5\c1\fa
C:\npm\cache\_cacache\index-v5\c1\ff
C:\npm\cache\_cacache\index-v5\c2
C:\npm\cache\_cacache\index-v5\c2\03
C:\npm\cache\_cacache\index-v5\c2\04
C:\npm\cache\_cacache\index-v5\c2\0f
C:\npm\cache\_cacache\index-v5\c2\19
C:\npm\cache\_cacache\index-v5\c2\1f
C:\npm\cache\_cacache\index-v5\c2\28
C:\npm\cache\_cacache\index-v5\c2\39
C:\npm\cache\_cacache\index-v5\c2\46
C:\npm\cache\_cacache\index-v5\c2\57
C:\npm\cache\_cacache\index-v5\c2\5c
C:\npm\cache\_cacache\index-v5\c2\8d
C:\npm\cache\_cacache\index-v5\c2\94
C:\npm\cache\_cacache\index-v5\c2\c1
C:\npm\cache\_cacache\index-v5\c2\e5
C:\npm\cache\_cacache\index-v5\c2\f8
C:\npm\cache\_cacache\index-v5\c3
C:\npm\cache\_cacache\index-v5\c3\21
C:\npm\cache\_cacache\index-v5\c3\26
C:\npm\cache\_cacache\index-v5\c3\2b
C:\npm\cache\_cacache\index-v5\c3\32
C:\npm\cache\_cacache\index-v5\c3\36
C:\npm\cache\_cacache\index-v5\c3\49
C:\npm\cache\_cacache\index-v5\c3\54
C:\npm\cache\_cacache\index-v5\c3\63
C:\npm\cache\_cacache\index-v5\c3\66
C:\npm\cache\_cacache\index-v5\c3\8a
C:\npm\cache\_cacache\index-v5\c3\8e
C:\npm\cache\_cacache\index-v5\c3\8f
C:\npm\cache\_cacache\index-v5\c3\94
C:\npm\cache\_cacache\index-v5\c3\9b
C:\npm\cache\_cacache\index-v5\c3\b6
C:\npm\cache\_cacache\index-v5\c3\bc
C:\npm\cache\_cacache\index-v5\c3\df
C:\npm\cache\_cacache\index-v5\c3\e5
C:\npm\cache\_cacache\index-v5\c4
C:\npm\cache\_cacache\index-v5\c4\11
C:\npm\cache\_cacache\index-v5\c4\18
C:\npm\cache\_cacache\index-v5\c4\2a
C:\npm\cache\_cacache\index-v5\c4\2c
C:\npm\cache\_cacache\index-v5\c4\38
C:\npm\cache\_cacache\index-v5\c4\39
C:\npm\cache\_cacache\index-v5\c4\3a
C:\npm\cache\_cacache\index-v5\c4\40
C:\npm\cache\_cacache\index-v5\c4\50
C:\npm\cache\_cacache\index-v5\c4\8b
C:\npm\cache\_cacache\index-v5\c4\d1
C:\npm\cache\_cacache\index-v5\c4\df
C:\npm\cache\_cacache\index-v5\c4\e4
C:\npm\cache\_cacache\index-v5\c4\f7
C:\npm\cache\_cacache\index-v5\c4\fc
C:\npm\cache\_cacache\index-v5\c5
C:\npm\cache\_cacache\index-v5\c5\0d
C:\npm\cache\_cacache\index-v5\c5\10
C:\npm\cache\_cacache\index-v5\c5\19
C:\npm\cache\_cacache\index-v5\c5\1e
C:\npm\cache\_cacache\index-v5\c5\1f
C:\npm\cache\_cacache\index-v5\c5\33
C:\npm\cache\_cacache\index-v5\c5\4f
C:\npm\cache\_cacache\index-v5\c5\6a
C:\npm\cache\_cacache\index-v5\c5\7b
C:\npm\cache\_cacache\index-v5\c5\7c
C:\npm\cache\_cacache\index-v5\c5\82
C:\npm\cache\_cacache\index-v5\c5\83
C:\npm\cache\_cacache\index-v5\c5\8b
C:\npm\cache\_cacache\index-v5\c5\94
C:\npm\cache\_cacache\index-v5\c5\98
C:\npm\cache\_cacache\index-v5\c5\aa
C:\npm\cache\_cacache\index-v5\c5\b0
C:\npm\cache\_cacache\index-v5\c5\b4
C:\npm\cache\_cacache\index-v5\c5\db
C:\npm\cache\_cacache\index-v5\c5\e6
C:\npm\cache\_cacache\index-v5\c5\f5
C:\npm\cache\_cacache\index-v5\c5\fc
C:\npm\cache\_cacache\index-v5\c6
C:\npm\cache\_cacache\index-v5\c6\01
C:\npm\cache\_cacache\index-v5\c6\02
C:\npm\cache\_cacache\index-v5\c6\3c
C:\npm\cache\_cacache\index-v5\c6\5d
C:\npm\cache\_cacache\index-v5\c6\af
C:\npm\cache\_cacache\index-v5\c6\b4
C:\npm\cache\_cacache\index-v5\c6\b6
C:\npm\cache\_cacache\index-v5\c6\b7
C:\npm\cache\_cacache\index-v5\c6\b9
C:\npm\cache\_cacache\index-v5\c6\c6
C:\npm\cache\_cacache\index-v5\c6\d5
C:\npm\cache\_cacache\index-v5\c6\de
C:\npm\cache\_cacache\index-v5\c6\e3
C:\npm\cache\_cacache\index-v5\c6\e9
C:\npm\cache\_cacache\index-v5\c6\f1
C:\npm\cache\_cacache\index-v5\c7
C:\npm\cache\_cacache\index-v5\c7\06
C:\npm\cache\_cacache\index-v5\c7\0b
C:\npm\cache\_cacache\index-v5\c7\13
C:\npm\cache\_cacache\index-v5\c7\1b
C:\npm\cache\_cacache\index-v5\c7\2c
C:\npm\cache\_cacache\index-v5\c7\2e
C:\npm\cache\_cacache\index-v5\c7\30
C:\npm\cache\_cacache\index-v5\c7\3b
C:\npm\cache\_cacache\index-v5\c7\3e
C:\npm\cache\_cacache\index-v5\c7\42
C:\npm\cache\_cacache\index-v5\c7\76
C:\npm\cache\_cacache\index-v5\c7\9d
C:\npm\cache\_cacache\index-v5\c7\a6
C:\npm\cache\_cacache\index-v5\c7\ba
C:\npm\cache\_cacache\index-v5\c7\cc
C:\npm\cache\_cacache\index-v5\c7\d1
C:\npm\cache\_cacache\index-v5\c7\da
C:\npm\cache\_cacache\index-v5\c7\e4
C:\npm\cache\_cacache\index-v5\c7\e5
C:\npm\cache\_cacache\index-v5\c7\e8
C:\npm\cache\_cacache\index-v5\c7\f1
C:\npm\cache\_cacache\index-v5\c7\f6
C:\npm\cache\_cacache\index-v5\c7\f7
C:\npm\cache\_cacache\index-v5\c7\fa
C:\npm\cache\_cacache\index-v5\c8
C:\npm\cache\_cacache\index-v5\c8\17
C:\npm\cache\_cacache\index-v5\c8\19
C:\npm\cache\_cacache\index-v5\c8\21
C:\npm\cache\_cacache\index-v5\c8\4f
C:\npm\cache\_cacache\index-v5\c8\68
C:\npm\cache\_cacache\index-v5\c8\6b
C:\npm\cache\_cacache\index-v5\c8\80
C:\npm\cache\_cacache\index-v5\c8\bb
C:\npm\cache\_cacache\index-v5\c8\c4
C:\npm\cache\_cacache\index-v5\c8\cd
C:\npm\cache\_cacache\index-v5\c8\d0
C:\npm\cache\_cacache\index-v5\c8\d3
C:\npm\cache\_cacache\index-v5\c8\e9
C:\npm\cache\_cacache\index-v5\c8\f2
C:\npm\cache\_cacache\index-v5\c9
C:\npm\cache\_cacache\index-v5\c9\04
C:\npm\cache\_cacache\index-v5\c9\19
C:\npm\cache\_cacache\index-v5\c9\44
C:\npm\cache\_cacache\index-v5\c9\45
C:\npm\cache\_cacache\index-v5\c9\4f
C:\npm\cache\_cacache\index-v5\c9\54
C:\npm\cache\_cacache\index-v5\c9\65
C:\npm\cache\_cacache\index-v5\c9\6b
C:\npm\cache\_cacache\index-v5\c9\71
C:\npm\cache\_cacache\index-v5\c9\8f
C:\npm\cache\_cacache\index-v5\c9\90
C:\npm\cache\_cacache\index-v5\c9\af
C:\npm\cache\_cacache\index-v5\c9\e3
C:\npm\cache\_cacache\index-v5\c9\f3
C:\npm\cache\_cacache\index-v5\c9\f8
C:\npm\cache\_cacache\index-v5\ca
C:\npm\cache\_cacache\index-v5\ca\05
C:\npm\cache\_cacache\index-v5\ca\0f
C:\npm\cache\_cacache\index-v5\ca\51
C:\npm\cache\_cacache\index-v5\ca\57
C:\npm\cache\_cacache\index-v5\ca\81
C:\npm\cache\_cacache\index-v5\ca\99
C:\npm\cache\_cacache\index-v5\ca\9f
C:\npm\cache\_cacache\index-v5\ca\a6
C:\npm\cache\_cacache\index-v5\ca\b6
C:\npm\cache\_cacache\index-v5\ca\d8
C:\npm\cache\_cacache\index-v5\ca\ed
C:\npm\cache\_cacache\index-v5\ca\f0
C:\npm\cache\_cacache\index-v5\cb
C:\npm\cache\_cacache\index-v5\cb\04
C:\npm\cache\_cacache\index-v5\cb\1e
C:\npm\cache\_cacache\index-v5\cb\25
C:\npm\cache\_cacache\index-v5\cb\32
C:\npm\cache\_cacache\index-v5\cb\7b
C:\npm\cache\_cacache\index-v5\cb\8d
C:\npm\cache\_cacache\index-v5\cb\90
C:\npm\cache\_cacache\index-v5\cb\93
C:\npm\cache\_cacache\index-v5\cb\99
C:\npm\cache\_cacache\index-v5\cb\9d
C:\npm\cache\_cacache\index-v5\cb\ae
C:\npm\cache\_cacache\index-v5\cb\b4
C:\npm\cache\_cacache\index-v5\cb\d0
C:\npm\cache\_cacache\index-v5\cb\d1
C:\npm\cache\_cacache\index-v5\cb\d4
C:\npm\cache\_cacache\index-v5\cb\ea
C:\npm\cache\_cacache\index-v5\cb\f2
C:\npm\cache\_cacache\index-v5\cc
C:\npm\cache\_cacache\index-v5\cc\02
C:\npm\cache\_cacache\index-v5\cc\05
C:\npm\cache\_cacache\index-v5\cc\06
C:\npm\cache\_cacache\index-v5\cc\50
C:\npm\cache\_cacache\index-v5\cc\53
C:\npm\cache\_cacache\index-v5\cc\89
C:\npm\cache\_cacache\index-v5\cc\8a
C:\npm\cache\_cacache\index-v5\cc\8c
C:\npm\cache\_cacache\index-v5\cc\8f
C:\npm\cache\_cacache\index-v5\cc\94
C:\npm\cache\_cacache\index-v5\cc\9b
C:\npm\cache\_cacache\index-v5\cc\9f
C:\npm\cache\_cacache\index-v5\cc\b9
C:\npm\cache\_cacache\index-v5\cc\c3
C:\npm\cache\_cacache\index-v5\cc\c7
C:\npm\cache\_cacache\index-v5\cc\d5
C:\npm\cache\_cacache\index-v5\cc\e1
C:\npm\cache\_cacache\index-v5\cc\f7
C:\npm\cache\_cacache\index-v5\cc\f9
C:\npm\cache\_cacache\index-v5\cd
C:\npm\cache\_cacache\index-v5\cd\08
C:\npm\cache\_cacache\index-v5\cd\0f
C:\npm\cache\_cacache\index-v5\cd\19
C:\npm\cache\_cacache\index-v5\cd\1d
C:\npm\cache\_cacache\index-v5\cd\34
C:\npm\cache\_cacache\index-v5\cd\39
C:\npm\cache\_cacache\index-v5\cd\42
C:\npm\cache\_cacache\index-v5\cd\58
C:\npm\cache\_cacache\index-v5\cd\86
C:\npm\cache\_cacache\index-v5\cd\8a
C:\npm\cache\_cacache\index-v5\cd\92
C:\npm\cache\_cacache\index-v5\cd\ad
C:\npm\cache\_cacache\index-v5\cd\b3
C:\npm\cache\_cacache\index-v5\cd\b4
C:\npm\cache\_cacache\index-v5\cd\bc
C:\npm\cache\_cacache\index-v5\cd\eb
C:\npm\cache\_cacache\index-v5\ce
C:\npm\cache\_cacache\index-v5\ce\0c
C:\npm\cache\_cacache\index-v5\ce\23
C:\npm\cache\_cacache\index-v5\ce\25
C:\npm\cache\_cacache\index-v5\ce\2a
C:\npm\cache\_cacache\index-v5\ce\2c
C:\npm\cache\_cacache\index-v5\ce\3e
C:\npm\cache\_cacache\index-v5\ce\49
C:\npm\cache\_cacache\index-v5\ce\50
C:\npm\cache\_cacache\index-v5\ce\59
C:\npm\cache\_cacache\index-v5\ce\60
C:\npm\cache\_cacache\index-v5\ce\93
C:\npm\cache\_cacache\index-v5\ce\9a
C:\npm\cache\_cacache\index-v5\ce\a8
C:\npm\cache\_cacache\index-v5\ce\ae
C:\npm\cache\_cacache\index-v5\ce\c9
C:\npm\cache\_cacache\index-v5\ce\ef
C:\npm\cache\_cacache\index-v5\ce\f7
C:\npm\cache\_cacache\index-v5\cf
C:\npm\cache\_cacache\index-v5\cf\03
C:\npm\cache\_cacache\index-v5\cf\13
C:\npm\cache\_cacache\index-v5\cf\20
C:\npm\cache\_cacache\index-v5\cf\38
C:\npm\cache\_cacache\index-v5\cf\41
C:\npm\cache\_cacache\index-v5\cf\49
C:\npm\cache\_cacache\index-v5\cf\54
C:\npm\cache\_cacache\index-v5\cf\68
C:\npm\cache\_cacache\index-v5\cf\73
C:\npm\cache\_cacache\index-v5\cf\81
C:\npm\cache\_cacache\index-v5\cf\84
C:\npm\cache\_cacache\index-v5\cf\b6
C:\npm\cache\_cacache\index-v5\cf\ca
C:\npm\cache\_cacache\index-v5\cf\d2
C:\npm\cache\_cacache\index-v5\cf\dc
C:\npm\cache\_cacache\index-v5\cf\df
C:\npm\cache\_cacache\index-v5\cf\ed
C:\npm\cache\_cacache\index-v5\cf\fd
C:\npm\cache\_cacache\index-v5\cf\fe
C:\npm\cache\_cacache\index-v5\d0
C:\npm\cache\_cacache\index-v5\d0\08
C:\npm\cache\_cacache\index-v5\d0\1f
C:\npm\cache\_cacache\index-v5\d0\31
C:\npm\cache\_cacache\index-v5\d0\32
C:\npm\cache\_cacache\index-v5\d0\33
C:\npm\cache\_cacache\index-v5\d0\3e
C:\npm\cache\_cacache\index-v5\d0\51
C:\npm\cache\_cacache\index-v5\d0\67
C:\npm\cache\_cacache\index-v5\d0\6b
C:\npm\cache\_cacache\index-v5\d0\70
C:\npm\cache\_cacache\index-v5\d0\75
C:\npm\cache\_cacache\index-v5\d0\89
C:\npm\cache\_cacache\index-v5\d0\8c
C:\npm\cache\_cacache\index-v5\d0\a5
C:\npm\cache\_cacache\index-v5\d0\c7
C:\npm\cache\_cacache\index-v5\d0\e9
C:\npm\cache\_cacache\index-v5\d0\ef
C:\npm\cache\_cacache\index-v5\d1
C:\npm\cache\_cacache\index-v5\d1\29
C:\npm\cache\_cacache\index-v5\d1\2c
C:\npm\cache\_cacache\index-v5\d1\5f
C:\npm\cache\_cacache\index-v5\d1\72
C:\npm\cache\_cacache\index-v5\d1\75
C:\npm\cache\_cacache\index-v5\d1\79
C:\npm\cache\_cacache\index-v5\d1\7d
C:\npm\cache\_cacache\index-v5\d1\88
C:\npm\cache\_cacache\index-v5\d1\96
C:\npm\cache\_cacache\index-v5\d1\ab
C:\npm\cache\_cacache\index-v5\d2
C:\npm\cache\_cacache\index-v5\d2\03
C:\npm\cache\_cacache\index-v5\d2\11
C:\npm\cache\_cacache\index-v5\d2\1e
C:\npm\cache\_cacache\index-v5\d2\28
C:\npm\cache\_cacache\index-v5\d2\33
C:\npm\cache\_cacache\index-v5\d2\42
C:\npm\cache\_cacache\index-v5\d2\4d
C:\npm\cache\_cacache\index-v5\d2\50
C:\npm\cache\_cacache\index-v5\d2\69
C:\npm\cache\_cacache\index-v5\d2\6d
C:\npm\cache\_cacache\index-v5\d2\74
C:\npm\cache\_cacache\index-v5\d2\77
C:\npm\cache\_cacache\index-v5\d2\7e
C:\npm\cache\_cacache\index-v5\d2\86
C:\npm\cache\_cacache\index-v5\d2\95
C:\npm\cache\_cacache\index-v5\d2\a1
C:\npm\cache\_cacache\index-v5\d2\c6
C:\npm\cache\_cacache\index-v5\d2\d9
C:\npm\cache\_cacache\index-v5\d2\da
C:\npm\cache\_cacache\index-v5\d2\e0
C:\npm\cache\_cacache\index-v5\d3
C:\npm\cache\_cacache\index-v5\d3\16
C:\npm\cache\_cacache\index-v5\d3\2d
C:\npm\cache\_cacache\index-v5\d3\2f
C:\npm\cache\_cacache\index-v5\d3\33
C:\npm\cache\_cacache\index-v5\d3\3b
C:\npm\cache\_cacache\index-v5\d3\3d
C:\npm\cache\_cacache\index-v5\d3\67
C:\npm\cache\_cacache\index-v5\d3\69
C:\npm\cache\_cacache\index-v5\d3\7a
C:\npm\cache\_cacache\index-v5\d3\8f
C:\npm\cache\_cacache\index-v5\d3\99
C:\npm\cache\_cacache\index-v5\d3\ab
C:\npm\cache\_cacache\index-v5\d3\c2
C:\npm\cache\_cacache\index-v5\d3\c5
C:\npm\cache\_cacache\index-v5\d3\ca
C:\npm\cache\_cacache\index-v5\d3\ec
C:\npm\cache\_cacache\index-v5\d3\ef
C:\npm\cache\_cacache\index-v5\d3\f0
C:\npm\cache\_cacache\index-v5\d3\f2
C:\npm\cache\_cacache\index-v5\d4
C:\npm\cache\_cacache\index-v5\d4\03
C:\npm\cache\_cacache\index-v5\d4\04
C:\npm\cache\_cacache\index-v5\d4\18
C:\npm\cache\_cacache\index-v5\d4\36
C:\npm\cache\_cacache\index-v5\d4\5d
C:\npm\cache\_cacache\index-v5\d4\67
C:\npm\cache\_cacache\index-v5\d4\84
C:\npm\cache\_cacache\index-v5\d4\9e
C:\npm\cache\_cacache\index-v5\d4\b3
C:\npm\cache\_cacache\index-v5\d4\bc
C:\npm\cache\_cacache\index-v5\d4\cb
C:\npm\cache\_cacache\index-v5\d4\d9
C:\npm\cache\_cacache\index-v5\d4\e5
C:\npm\cache\_cacache\index-v5\d4\ef
C:\npm\cache\_cacache\index-v5\d4\f8
C:\npm\cache\_cacache\index-v5\d5
C:\npm\cache\_cacache\index-v5\d5\00
C:\npm\cache\_cacache\index-v5\d5\0f
C:\npm\cache\_cacache\index-v5\d5\1b
C:\npm\cache\_cacache\index-v5\d5\39
C:\npm\cache\_cacache\index-v5\d5\46
C:\npm\cache\_cacache\index-v5\d5\54
C:\npm\cache\_cacache\index-v5\d5\6d
C:\npm\cache\_cacache\index-v5\d5\7b
C:\npm\cache\_cacache\index-v5\d5\85
C:\npm\cache\_cacache\index-v5\d5\8f
C:\npm\cache\_cacache\index-v5\d5\96
C:\npm\cache\_cacache\index-v5\d5\b1
C:\npm\cache\_cacache\index-v5\d5\bb
C:\npm\cache\_cacache\index-v5\d5\c0
C:\npm\cache\_cacache\index-v5\d5\cd
C:\npm\cache\_cacache\index-v5\d5\ce
C:\npm\cache\_cacache\index-v5\d5\de
C:\npm\cache\_cacache\index-v5\d6
C:\npm\cache\_cacache\index-v5\d6\0b
C:\npm\cache\_cacache\index-v5\d6\0d
C:\npm\cache\_cacache\index-v5\d6\35
C:\npm\cache\_cacache\index-v5\d6\3f
C:\npm\cache\_cacache\index-v5\d6\4b
C:\npm\cache\_cacache\index-v5\d6\51
C:\npm\cache\_cacache\index-v5\d6\58
C:\npm\cache\_cacache\index-v5\d6\83
C:\npm\cache\_cacache\index-v5\d6\85
C:\npm\cache\_cacache\index-v5\d6\8f
C:\npm\cache\_cacache\index-v5\d6\9f
C:\npm\cache\_cacache\index-v5\d6\a5
C:\npm\cache\_cacache\index-v5\d6\d5
C:\npm\cache\_cacache\index-v5\d6\e9
C:\npm\cache\_cacache\index-v5\d7
C:\npm\cache\_cacache\index-v5\d7\10
C:\npm\cache\_cacache\index-v5\d7\22
C:\npm\cache\_cacache\index-v5\d7\33
C:\npm\cache\_cacache\index-v5\d7\4b
C:\npm\cache\_cacache\index-v5\d7\5c
C:\npm\cache\_cacache\index-v5\d7\5d
C:\npm\cache\_cacache\index-v5\d7\5f
C:\npm\cache\_cacache\index-v5\d7\62
C:\npm\cache\_cacache\index-v5\d7\73
C:\npm\cache\_cacache\index-v5\d7\91
C:\npm\cache\_cacache\index-v5\d7\92
C:\npm\cache\_cacache\index-v5\d7\9c
C:\npm\cache\_cacache\index-v5\d7\a9
C:\npm\cache\_cacache\index-v5\d7\b9
C:\npm\cache\_cacache\index-v5\d7\ba
C:\npm\cache\_cacache\index-v5\d7\c0
C:\npm\cache\_cacache\index-v5\d7\d0
C:\npm\cache\_cacache\index-v5\d7\d7
C:\npm\cache\_cacache\index-v5\d7\ea
C:\npm\cache\_cacache\index-v5\d7\fc
C:\npm\cache\_cacache\index-v5\d7\fd
C:\npm\cache\_cacache\index-v5\d8
C:\npm\cache\_cacache\index-v5\d8\0e
C:\npm\cache\_cacache\index-v5\d8\14
C:\npm\cache\_cacache\index-v5\d8\1a
C:\npm\cache\_cacache\index-v5\d8\1c
C:\npm\cache\_cacache\index-v5\d8\1f
C:\npm\cache\_cacache\index-v5\d8\23
C:\npm\cache\_cacache\index-v5\d8\2d
C:\npm\cache\_cacache\index-v5\d8\34
C:\npm\cache\_cacache\index-v5\d8\3c
C:\npm\cache\_cacache\index-v5\d8\50
C:\npm\cache\_cacache\index-v5\d8\54
C:\npm\cache\_cacache\index-v5\d8\75
C:\npm\cache\_cacache\index-v5\d8\81
C:\npm\cache\_cacache\index-v5\d8\94
C:\npm\cache\_cacache\index-v5\d8\9e
C:\npm\cache\_cacache\index-v5\d8\b4
C:\npm\cache\_cacache\index-v5\d8\d6
C:\npm\cache\_cacache\index-v5\d8\d8
C:\npm\cache\_cacache\index-v5\d8\ea
C:\npm\cache\_cacache\index-v5\d8\ed
C:\npm\cache\_cacache\index-v5\d8\fd
C:\npm\cache\_cacache\index-v5\d9
C:\npm\cache\_cacache\index-v5\d9\04
C:\npm\cache\_cacache\index-v5\d9\16
C:\npm\cache\_cacache\index-v5\d9\23
C:\npm\cache\_cacache\index-v5\d9\32
C:\npm\cache\_cacache\index-v5\d9\5d
C:\npm\cache\_cacache\index-v5\d9\5e
C:\npm\cache\_cacache\index-v5\d9\67
C:\npm\cache\_cacache\index-v5\d9\6f
C:\npm\cache\_cacache\index-v5\d9\9b
C:\npm\cache\_cacache\index-v5\d9\a0
C:\npm\cache\_cacache\index-v5\d9\b8
C:\npm\cache\_cacache\index-v5\d9\b9
C:\npm\cache\_cacache\index-v5\d9\c0
C:\npm\cache\_cacache\index-v5\d9\ca
C:\npm\cache\_cacache\index-v5\d9\d3
C:\npm\cache\_cacache\index-v5\d9\e2
C:\npm\cache\_cacache\index-v5\d9\ef
C:\npm\cache\_cacache\index-v5\d9\f7
C:\npm\cache\_cacache\index-v5\da
C:\npm\cache\_cacache\index-v5\da\06
C:\npm\cache\_cacache\index-v5\da\09
C:\npm\cache\_cacache\index-v5\da\0c
C:\npm\cache\_cacache\index-v5\da\1a
C:\npm\cache\_cacache\index-v5\da\20
C:\npm\cache\_cacache\index-v5\da\2e
C:\npm\cache\_cacache\index-v5\da\33
C:\npm\cache\_cacache\index-v5\da\3c
C:\npm\cache\_cacache\index-v5\da\3e
C:\npm\cache\_cacache\index-v5\da\6b
C:\npm\cache\_cacache\index-v5\da\76
C:\npm\cache\_cacache\index-v5\da\7a
C:\npm\cache\_cacache\index-v5\da\89
C:\npm\cache\_cacache\index-v5\da\90
C:\npm\cache\_cacache\index-v5\da\96
C:\npm\cache\_cacache\index-v5\da\99
C:\npm\cache\_cacache\index-v5\da\ac
C:\npm\cache\_cacache\index-v5\da\b4
C:\npm\cache\_cacache\index-v5\da\b6
C:\npm\cache\_cacache\index-v5\da\d8
C:\npm\cache\_cacache\index-v5\da\ff
C:\npm\cache\_cacache\index-v5\db
C:\npm\cache\_cacache\index-v5\db\1c
C:\npm\cache\_cacache\index-v5\db\2f
C:\npm\cache\_cacache\index-v5\db\33
C:\npm\cache\_cacache\index-v5\db\39
C:\npm\cache\_cacache\index-v5\db\49
C:\npm\cache\_cacache\index-v5\db\76
C:\npm\cache\_cacache\index-v5\db\78
C:\npm\cache\_cacache\index-v5\db\7a
C:\npm\cache\_cacache\index-v5\db\93
C:\npm\cache\_cacache\index-v5\db\9a
C:\npm\cache\_cacache\index-v5\db\b3
C:\npm\cache\_cacache\index-v5\db\cb
C:\npm\cache\_cacache\index-v5\db\d1
C:\npm\cache\_cacache\index-v5\db\da
C:\npm\cache\_cacache\index-v5\db\f5
C:\npm\cache\_cacache\index-v5\dc
C:\npm\cache\_cacache\index-v5\dc\08
C:\npm\cache\_cacache\index-v5\dc\09
C:\npm\cache\_cacache\index-v5\dc\0d
C:\npm\cache\_cacache\index-v5\dc\12
C:\npm\cache\_cacache\index-v5\dc\14
C:\npm\cache\_cacache\index-v5\dc\16
C:\npm\cache\_cacache\index-v5\dc\1a
C:\npm\cache\_cacache\index-v5\dc\38
C:\npm\cache\_cacache\index-v5\dc\3b
C:\npm\cache\_cacache\index-v5\dc\7d
C:\npm\cache\_cacache\index-v5\dc\9b
C:\npm\cache\_cacache\index-v5\dc\a3
C:\npm\cache\_cacache\index-v5\dc\bc
C:\npm\cache\_cacache\index-v5\dc\bd
C:\npm\cache\_cacache\index-v5\dc\c9
C:\npm\cache\_cacache\index-v5\dc\dc
C:\npm\cache\_cacache\index-v5\dc\ea
C:\npm\cache\_cacache\index-v5\dd
C:\npm\cache\_cacache\index-v5\dd\2f
C:\npm\cache\_cacache\index-v5\dd\30
C:\npm\cache\_cacache\index-v5\dd\4d
C:\npm\cache\_cacache\index-v5\dd\61
C:\npm\cache\_cacache\index-v5\dd\69
C:\npm\cache\_cacache\index-v5\dd\79
C:\npm\cache\_cacache\index-v5\dd\81
C:\npm\cache\_cacache\index-v5\dd\8c
C:\npm\cache\_cacache\index-v5\dd\9a
C:\npm\cache\_cacache\index-v5\dd\a5
C:\npm\cache\_cacache\index-v5\dd\ce
C:\npm\cache\_cacache\index-v5\dd\e0
C:\npm\cache\_cacache\index-v5\dd\f7
C:\npm\cache\_cacache\index-v5\dd\fa
C:\npm\cache\_cacache\index-v5\dd\fb
C:\npm\cache\_cacache\index-v5\de
C:\npm\cache\_cacache\index-v5\de\02
C:\npm\cache\_cacache\index-v5\de\07
C:\npm\cache\_cacache\index-v5\de\0f
C:\npm\cache\_cacache\index-v5\de\2c
C:\npm\cache\_cacache\index-v5\de\38
C:\npm\cache\_cacache\index-v5\de\5b
C:\npm\cache\_cacache\index-v5\de\64
C:\npm\cache\_cacache\index-v5\de\67
C:\npm\cache\_cacache\index-v5\de\92
C:\npm\cache\_cacache\index-v5\de\93
C:\npm\cache\_cacache\index-v5\de\a5
C:\npm\cache\_cacache\index-v5\de\dd
C:\npm\cache\_cacache\index-v5\df
C:\npm\cache\_cacache\index-v5\df\17
C:\npm\cache\_cacache\index-v5\df\38
C:\npm\cache\_cacache\index-v5\df\51
C:\npm\cache\_cacache\index-v5\df\57
C:\npm\cache\_cacache\index-v5\df\58
C:\npm\cache\_cacache\index-v5\df\73
C:\npm\cache\_cacache\index-v5\df\76
C:\npm\cache\_cacache\index-v5\df\88
C:\npm\cache\_cacache\index-v5\df\a5
C:\npm\cache\_cacache\index-v5\df\ae
C:\npm\cache\_cacache\index-v5\df\b2
C:\npm\cache\_cacache\index-v5\df\b4
C:\npm\cache\_cacache\index-v5\df\dc
C:\npm\cache\_cacache\index-v5\e0
C:\npm\cache\_cacache\index-v5\e0\12
C:\npm\cache\_cacache\index-v5\e0\1e
C:\npm\cache\_cacache\index-v5\e0\29
C:\npm\cache\_cacache\index-v5\e0\3e
C:\npm\cache\_cacache\index-v5\e0\52
C:\npm\cache\_cacache\index-v5\e0\67
C:\npm\cache\_cacache\index-v5\e0\68
C:\npm\cache\_cacache\index-v5\e0\a7
C:\npm\cache\_cacache\index-v5\e0\b5
C:\npm\cache\_cacache\index-v5\e0\da
C:\npm\cache\_cacache\index-v5\e0\f4
C:\npm\cache\_cacache\index-v5\e1
C:\npm\cache\_cacache\index-v5\e1\35
C:\npm\cache\_cacache\index-v5\e1\3a
C:\npm\cache\_cacache\index-v5\e1\95
C:\npm\cache\_cacache\index-v5\e1\96
C:\npm\cache\_cacache\index-v5\e1\af
C:\npm\cache\_cacache\index-v5\e1\b6
C:\npm\cache\_cacache\index-v5\e1\f6
C:\npm\cache\_cacache\index-v5\e2
C:\npm\cache\_cacache\index-v5\e2\04
C:\npm\cache\_cacache\index-v5\e2\05
C:\npm\cache\_cacache\index-v5\e2\0b
C:\npm\cache\_cacache\index-v5\e2\4d
C:\npm\cache\_cacache\index-v5\e2\4f
C:\npm\cache\_cacache\index-v5\e2\5d
C:\npm\cache\_cacache\index-v5\e2\68
C:\npm\cache\_cacache\index-v5\e2\73
C:\npm\cache\_cacache\index-v5\e2\75
C:\npm\cache\_cacache\index-v5\e2\85
C:\npm\cache\_cacache\index-v5\e2\99
C:\npm\cache\_cacache\index-v5\e2\a4
C:\npm\cache\_cacache\index-v5\e2\af
C:\npm\cache\_cacache\index-v5\e2\dd
C:\npm\cache\_cacache\index-v5\e2\e5
C:\npm\cache\_cacache\index-v5\e3
C:\npm\cache\_cacache\index-v5\e3\01
C:\npm\cache\_cacache\index-v5\e3\19
C:\npm\cache\_cacache\index-v5\e3\1b
C:\npm\cache\_cacache\index-v5\e3\20
C:\npm\cache\_cacache\index-v5\e3\30
C:\npm\cache\_cacache\index-v5\e3\40
C:\npm\cache\_cacache\index-v5\e3\4b
C:\npm\cache\_cacache\index-v5\e3\53
C:\npm\cache\_cacache\index-v5\e3\58
C:\npm\cache\_cacache\index-v5\e3\69
C:\npm\cache\_cacache\index-v5\e3\6b
C:\npm\cache\_cacache\index-v5\e3\8c
C:\npm\cache\_cacache\index-v5\e3\8f
C:\npm\cache\_cacache\index-v5\e3\a1
C:\npm\cache\_cacache\index-v5\e3\b5
C:\npm\cache\_cacache\index-v5\e3\c6
C:\npm\cache\_cacache\index-v5\e3\e2
C:\npm\cache\_cacache\index-v5\e3\e4
C:\npm\cache\_cacache\index-v5\e3\e6
C:\npm\cache\_cacache\index-v5\e3\f4
C:\npm\cache\_cacache\index-v5\e4
C:\npm\cache\_cacache\index-v5\e4\1f
C:\npm\cache\_cacache\index-v5\e4\21
C:\npm\cache\_cacache\index-v5\e4\4a
C:\npm\cache\_cacache\index-v5\e4\57
C:\npm\cache\_cacache\index-v5\e4\63
C:\npm\cache\_cacache\index-v5\e4\7c
C:\npm\cache\_cacache\index-v5\e4\be
C:\npm\cache\_cacache\index-v5\e4\c9
C:\npm\cache\_cacache\index-v5\e4\da
C:\npm\cache\_cacache\index-v5\e4\ec
C:\npm\cache\_cacache\index-v5\e5
C:\npm\cache\_cacache\index-v5\e5\2a
C:\npm\cache\_cacache\index-v5\e5\2f
C:\npm\cache\_cacache\index-v5\e5\3d
C:\npm\cache\_cacache\index-v5\e5\5a
C:\npm\cache\_cacache\index-v5\e5\5e
C:\npm\cache\_cacache\index-v5\e5\68
C:\npm\cache\_cacache\index-v5\e5\7b
C:\npm\cache\_cacache\index-v5\e5\90
C:\npm\cache\_cacache\index-v5\e5\a8
C:\npm\cache\_cacache\index-v5\e5\c2
C:\npm\cache\_cacache\index-v5\e5\f8
C:\npm\cache\_cacache\index-v5\e5\f9
C:\npm\cache\_cacache\index-v5\e6
C:\npm\cache\_cacache\index-v5\e6\0c
C:\npm\cache\_cacache\index-v5\e6\38
C:\npm\cache\_cacache\index-v5\e6\48
C:\npm\cache\_cacache\index-v5\e6\5f
C:\npm\cache\_cacache\index-v5\e6\63
C:\npm\cache\_cacache\index-v5\e6\68
C:\npm\cache\_cacache\index-v5\e6\73
C:\npm\cache\_cacache\index-v5\e6\8c
C:\npm\cache\_cacache\index-v5\e6\91
C:\npm\cache\_cacache\index-v5\e6\b0
C:\npm\cache\_cacache\index-v5\e6\b1
C:\npm\cache\_cacache\index-v5\e6\c0
C:\npm\cache\_cacache\index-v5\e6\c3
C:\npm\cache\_cacache\index-v5\e6\cd
C:\npm\cache\_cacache\index-v5\e6\d6
C:\npm\cache\_cacache\index-v5\e6\d8
C:\npm\cache\_cacache\index-v5\e6\fb
C:\npm\cache\_cacache\index-v5\e7
C:\npm\cache\_cacache\index-v5\e7\0b
C:\npm\cache\_cacache\index-v5\e7\19
C:\npm\cache\_cacache\index-v5\e7\2b
C:\npm\cache\_cacache\index-v5\e7\2c
C:\npm\cache\_cacache\index-v5\e7\53
C:\npm\cache\_cacache\index-v5\e7\56
C:\npm\cache\_cacache\index-v5\e7\6c
C:\npm\cache\_cacache\index-v5\e7\77
C:\npm\cache\_cacache\index-v5\e7\9d
C:\npm\cache\_cacache\index-v5\e7\a9
C:\npm\cache\_cacache\index-v5\e7\cf
C:\npm\cache\_cacache\index-v5\e7\f4
C:\npm\cache\_cacache\index-v5\e7\f9
C:\npm\cache\_cacache\index-v5\e7\fa
C:\npm\cache\_cacache\index-v5\e8
C:\npm\cache\_cacache\index-v5\e8\05
C:\npm\cache\_cacache\index-v5\e8\30
C:\npm\cache\_cacache\index-v5\e8\3a
C:\npm\cache\_cacache\index-v5\e8\3b
C:\npm\cache\_cacache\index-v5\e8\42
C:\npm\cache\_cacache\index-v5\e8\52
C:\npm\cache\_cacache\index-v5\e8\54
C:\npm\cache\_cacache\index-v5\e8\6d
C:\npm\cache\_cacache\index-v5\e8\b4
C:\npm\cache\_cacache\index-v5\e8\bf
C:\npm\cache\_cacache\index-v5\e8\d2
C:\npm\cache\_cacache\index-v5\e8\f0
C:\npm\cache\_cacache\index-v5\e8\f1
C:\npm\cache\_cacache\index-v5\e8\f3
C:\npm\cache\_cacache\index-v5\e8\f6
C:\npm\cache\_cacache\index-v5\e9
C:\npm\cache\_cacache\index-v5\e9\28
C:\npm\cache\_cacache\index-v5\e9\31
C:\npm\cache\_cacache\index-v5\e9\34
C:\npm\cache\_cacache\index-v5\e9\4f
C:\npm\cache\_cacache\index-v5\e9\5c
C:\npm\cache\_cacache\index-v5\e9\69
C:\npm\cache\_cacache\index-v5\e9\6d
C:\npm\cache\_cacache\index-v5\e9\84
C:\npm\cache\_cacache\index-v5\e9\85
C:\npm\cache\_cacache\index-v5\e9\ae
C:\npm\cache\_cacache\index-v5\e9\b8
C:\npm\cache\_cacache\index-v5\e9\db
C:\npm\cache\_cacache\index-v5\e9\de
C:\npm\cache\_cacache\index-v5\e9\f7
C:\npm\cache\_cacache\index-v5\e9\fe
C:\npm\cache\_cacache\index-v5\ea
C:\npm\cache\_cacache\index-v5\ea\02
C:\npm\cache\_cacache\index-v5\ea\03
C:\npm\cache\_cacache\index-v5\ea\0b
C:\npm\cache\_cacache\index-v5\ea\0e
C:\npm\cache\_cacache\index-v5\ea\2b
C:\npm\cache\_cacache\index-v5\ea\2f
C:\npm\cache\_cacache\index-v5\ea\33
C:\npm\cache\_cacache\index-v5\ea\3c
C:\npm\cache\_cacache\index-v5\ea\68
C:\npm\cache\_cacache\index-v5\ea\76
C:\npm\cache\_cacache\index-v5\ea\87
C:\npm\cache\_cacache\index-v5\ea\9a
C:\npm\cache\_cacache\index-v5\ea\a1
C:\npm\cache\_cacache\index-v5\ea\a6
C:\npm\cache\_cacache\index-v5\ea\cc
C:\npm\cache\_cacache\index-v5\ea\d1
C:\npm\cache\_cacache\index-v5\ea\d6
C:\npm\cache\_cacache\index-v5\eb
C:\npm\cache\_cacache\index-v5\eb\08
C:\npm\cache\_cacache\index-v5\eb\13
C:\npm\cache\_cacache\index-v5\eb\14
C:\npm\cache\_cacache\index-v5\eb\18
C:\npm\cache\_cacache\index-v5\eb\42
C:\npm\cache\_cacache\index-v5\eb\45
C:\npm\cache\_cacache\index-v5\eb\4e
C:\npm\cache\_cacache\index-v5\eb\64
C:\npm\cache\_cacache\index-v5\eb\73
C:\npm\cache\_cacache\index-v5\eb\78
C:\npm\cache\_cacache\index-v5\eb\8b
C:\npm\cache\_cacache\index-v5\eb\91
C:\npm\cache\_cacache\index-v5\eb\9d
C:\npm\cache\_cacache\index-v5\eb\a5
C:\npm\cache\_cacache\index-v5\eb\ad
C:\npm\cache\_cacache\index-v5\eb\b3
C:\npm\cache\_cacache\index-v5\eb\b8
C:\npm\cache\_cacache\index-v5\eb\b9
C:\npm\cache\_cacache\index-v5\eb\c3
C:\npm\cache\_cacache\index-v5\eb\c7
C:\npm\cache\_cacache\index-v5\eb\d6
C:\npm\cache\_cacache\index-v5\eb\e7
C:\npm\cache\_cacache\index-v5\eb\ec
C:\npm\cache\_cacache\index-v5\eb\f6
C:\npm\cache\_cacache\index-v5\eb\f8
C:\npm\cache\_cacache\index-v5\eb\ff
C:\npm\cache\_cacache\index-v5\ec
C:\npm\cache\_cacache\index-v5\ec\06
C:\npm\cache\_cacache\index-v5\ec\27
C:\npm\cache\_cacache\index-v5\ec\30
C:\npm\cache\_cacache\index-v5\ec\4a
C:\npm\cache\_cacache\index-v5\ec\4c
C:\npm\cache\_cacache\index-v5\ec\51
C:\npm\cache\_cacache\index-v5\ec\64
C:\npm\cache\_cacache\index-v5\ec\8a
C:\npm\cache\_cacache\index-v5\ec\9b
C:\npm\cache\_cacache\index-v5\ed
C:\npm\cache\_cacache\index-v5\ed\1d
C:\npm\cache\_cacache\index-v5\ed\22
C:\npm\cache\_cacache\index-v5\ed\25
C:\npm\cache\_cacache\index-v5\ed\27
C:\npm\cache\_cacache\index-v5\ed\2b
C:\npm\cache\_cacache\index-v5\ed\31
C:\npm\cache\_cacache\index-v5\ed\56
C:\npm\cache\_cacache\index-v5\ed\5d
C:\npm\cache\_cacache\index-v5\ed\63
C:\npm\cache\_cacache\index-v5\ed\68
C:\npm\cache\_cacache\index-v5\ed\6a
C:\npm\cache\_cacache\index-v5\ed\72
C:\npm\cache\_cacache\index-v5\ed\87
C:\npm\cache\_cacache\index-v5\ed\ab
C:\npm\cache\_cacache\index-v5\ed\e8
C:\npm\cache\_cacache\index-v5\ed\ef
C:\npm\cache\_cacache\index-v5\ed\ff
C:\npm\cache\_cacache\index-v5\ee
C:\npm\cache\_cacache\index-v5\ee\13
C:\npm\cache\_cacache\index-v5\ee\17
C:\npm\cache\_cacache\index-v5\ee\51
C:\npm\cache\_cacache\index-v5\ee\59
C:\npm\cache\_cacache\index-v5\ee\65
C:\npm\cache\_cacache\index-v5\ee\67
C:\npm\cache\_cacache\index-v5\ee\73
C:\npm\cache\_cacache\index-v5\ee\7d
C:\npm\cache\_cacache\index-v5\ee\8f
C:\npm\cache\_cacache\index-v5\ee\92
C:\npm\cache\_cacache\index-v5\ee\ad
C:\npm\cache\_cacache\index-v5\ee\ae
C:\npm\cache\_cacache\index-v5\ee\d7
C:\npm\cache\_cacache\index-v5\ee\e4
C:\npm\cache\_cacache\index-v5\ee\f3
C:\npm\cache\_cacache\index-v5\ee\f4
C:\npm\cache\_cacache\index-v5\ee\f6
C:\npm\cache\_cacache\index-v5\ef
C:\npm\cache\_cacache\index-v5\ef\2b
C:\npm\cache\_cacache\index-v5\ef\31
C:\npm\cache\_cacache\index-v5\ef\4f
C:\npm\cache\_cacache\index-v5\ef\52
C:\npm\cache\_cacache\index-v5\ef\58
C:\npm\cache\_cacache\index-v5\ef\6d
C:\npm\cache\_cacache\index-v5\ef\72
C:\npm\cache\_cacache\index-v5\ef\86
C:\npm\cache\_cacache\index-v5\ef\90
C:\npm\cache\_cacache\index-v5\ef\a8
C:\npm\cache\_cacache\index-v5\ef\b5
C:\npm\cache\_cacache\index-v5\ef\d7
C:\npm\cache\_cacache\index-v5\ef\dc
C:\npm\cache\_cacache\index-v5\ef\e9
C:\npm\cache\_cacache\index-v5\ef\f9
C:\npm\cache\_cacache\index-v5\f0
C:\npm\cache\_cacache\index-v5\f0\0c
C:\npm\cache\_cacache\index-v5\f0\14
C:\npm\cache\_cacache\index-v5\f0\15
C:\npm\cache\_cacache\index-v5\f0\18
C:\npm\cache\_cacache\index-v5\f0\1b
C:\npm\cache\_cacache\index-v5\f0\34
C:\npm\cache\_cacache\index-v5\f0\39
C:\npm\cache\_cacache\index-v5\f0\46
C:\npm\cache\_cacache\index-v5\f0\48
C:\npm\cache\_cacache\index-v5\f0\52
C:\npm\cache\_cacache\index-v5\f0\5d
C:\npm\cache\_cacache\index-v5\f0\82
C:\npm\cache\_cacache\index-v5\f0\83
C:\npm\cache\_cacache\index-v5\f0\9c
C:\npm\cache\_cacache\index-v5\f0\a3
C:\npm\cache\_cacache\index-v5\f0\ae
C:\npm\cache\_cacache\index-v5\f0\bf
C:\npm\cache\_cacache\index-v5\f0\c1
C:\npm\cache\_cacache\index-v5\f0\ee
C:\npm\cache\_cacache\index-v5\f0\f1
C:\npm\cache\_cacache\index-v5\f1
C:\npm\cache\_cacache\index-v5\f1\00
C:\npm\cache\_cacache\index-v5\f1\19
C:\npm\cache\_cacache\index-v5\f1\55
C:\npm\cache\_cacache\index-v5\f1\64
C:\npm\cache\_cacache\index-v5\f1\6d
C:\npm\cache\_cacache\index-v5\f1\70
C:\npm\cache\_cacache\index-v5\f1\80
C:\npm\cache\_cacache\index-v5\f1\8e
C:\npm\cache\_cacache\index-v5\f1\ac
C:\npm\cache\_cacache\index-v5\f1\d7
C:\npm\cache\_cacache\index-v5\f1\de
C:\npm\cache\_cacache\index-v5\f1\f2
C:\npm\cache\_cacache\index-v5\f1\fd
C:\npm\cache\_cacache\index-v5\f2
C:\npm\cache\_cacache\index-v5\f2\00
C:\npm\cache\_cacache\index-v5\f2\03
C:\npm\cache\_cacache\index-v5\f2\27
C:\npm\cache\_cacache\index-v5\f2\59
C:\npm\cache\_cacache\index-v5\f2\70
C:\npm\cache\_cacache\index-v5\f2\73
C:\npm\cache\_cacache\index-v5\f2\97
C:\npm\cache\_cacache\index-v5\f2\9e
C:\npm\cache\_cacache\index-v5\f2\b9
C:\npm\cache\_cacache\index-v5\f2\ba
C:\npm\cache\_cacache\index-v5\f2\de
C:\npm\cache\_cacache\index-v5\f2\e0
C:\npm\cache\_cacache\index-v5\f2\fa
C:\npm\cache\_cacache\index-v5\f2\fc
C:\npm\cache\_cacache\index-v5\f3
C:\npm\cache\_cacache\index-v5\f3\0e
C:\npm\cache\_cacache\index-v5\f3\16
C:\npm\cache\_cacache\index-v5\f3\35
C:\npm\cache\_cacache\index-v5\f3\55
C:\npm\cache\_cacache\index-v5\f3\64
C:\npm\cache\_cacache\index-v5\f3\88
C:\npm\cache\_cacache\index-v5\f3\8d
C:\npm\cache\_cacache\index-v5\f3\92
C:\npm\cache\_cacache\index-v5\f3\96
C:\npm\cache\_cacache\index-v5\f3\9a
C:\npm\cache\_cacache\index-v5\f3\a0
C:\npm\cache\_cacache\index-v5\f3\a7
C:\npm\cache\_cacache\index-v5\f3\bb
C:\npm\cache\_cacache\index-v5\f3\bc
C:\npm\cache\_cacache\index-v5\f3\da
C:\npm\cache\_cacache\index-v5\f4
C:\npm\cache\_cacache\index-v5\f4\09
C:\npm\cache\_cacache\index-v5\f4\0c
C:\npm\cache\_cacache\index-v5\f4\14
C:\npm\cache\_cacache\index-v5\f4\1c
C:\npm\cache\_cacache\index-v5\f4\26
C:\npm\cache\_cacache\index-v5\f4\3d
C:\npm\cache\_cacache\index-v5\f4\3f
C:\npm\cache\_cacache\index-v5\f4\54
C:\npm\cache\_cacache\index-v5\f4\59
C:\npm\cache\_cacache\index-v5\f4\64
C:\npm\cache\_cacache\index-v5\f4\79
C:\npm\cache\_cacache\index-v5\f4\90
C:\npm\cache\_cacache\index-v5\f4\91
C:\npm\cache\_cacache\index-v5\f4\cc
C:\npm\cache\_cacache\index-v5\f4\ce
C:\npm\cache\_cacache\index-v5\f4\d6
C:\npm\cache\_cacache\index-v5\f4\eb
C:\npm\cache\_cacache\index-v5\f5
C:\npm\cache\_cacache\index-v5\f5\08
C:\npm\cache\_cacache\index-v5\f5\21
C:\npm\cache\_cacache\index-v5\f5\29
C:\npm\cache\_cacache\index-v5\f5\4f
C:\npm\cache\_cacache\index-v5\f5\58
C:\npm\cache\_cacache\index-v5\f5\5c
C:\npm\cache\_cacache\index-v5\f5\62
C:\npm\cache\_cacache\index-v5\f5\6a
C:\npm\cache\_cacache\index-v5\f5\6d
C:\npm\cache\_cacache\index-v5\f5\6e
C:\npm\cache\_cacache\index-v5\f5\93
C:\npm\cache\_cacache\index-v5\f5\a2
C:\npm\cache\_cacache\index-v5\f5\a5
C:\npm\cache\_cacache\index-v5\f5\c4
C:\npm\cache\_cacache\index-v5\f5\d4
C:\npm\cache\_cacache\index-v5\f5\f2
C:\npm\cache\_cacache\index-v5\f6
C:\npm\cache\_cacache\index-v5\f6\05
C:\npm\cache\_cacache\index-v5\f6\29
C:\npm\cache\_cacache\index-v5\f6\35
C:\npm\cache\_cacache\index-v5\f6\39
C:\npm\cache\_cacache\index-v5\f6\4d
C:\npm\cache\_cacache\index-v5\f6\56
C:\npm\cache\_cacache\index-v5\f6\71
C:\npm\cache\_cacache\index-v5\f6\92
C:\npm\cache\_cacache\index-v5\f6\97
C:\npm\cache\_cacache\index-v5\f6\af
C:\npm\cache\_cacache\index-v5\f6\c6
C:\npm\cache\_cacache\index-v5\f6\f4
C:\npm\cache\_cacache\index-v5\f6\f5
C:\npm\cache\_cacache\index-v5\f6\f6
C:\npm\cache\_cacache\index-v5\f6\fe
C:\npm\cache\_cacache\index-v5\f6\ff
C:\npm\cache\_cacache\index-v5\f7
C:\npm\cache\_cacache\index-v5\f7\21
C:\npm\cache\_cacache\index-v5\f7\35
C:\npm\cache\_cacache\index-v5\f7\51
C:\npm\cache\_cacache\index-v5\f7\5b
C:\npm\cache\_cacache\index-v5\f7\5f
C:\npm\cache\_cacache\index-v5\f7\71
C:\npm\cache\_cacache\index-v5\f7\8a
C:\npm\cache\_cacache\index-v5\f7\a8
C:\npm\cache\_cacache\index-v5\f7\ab
C:\npm\cache\_cacache\index-v5\f7\b5
C:\npm\cache\_cacache\index-v5\f7\b6
C:\npm\cache\_cacache\index-v5\f7\bf
C:\npm\cache\_cacache\index-v5\f7\c5
C:\npm\cache\_cacache\index-v5\f7\cf
C:\npm\cache\_cacache\index-v5\f7\da
C:\npm\cache\_cacache\index-v5\f7\df
C:\npm\cache\_cacache\index-v5\f8
C:\npm\cache\_cacache\index-v5\f8\23
C:\npm\cache\_cacache\index-v5\f8\2f
C:\npm\cache\_cacache\index-v5\f8\39
C:\npm\cache\_cacache\index-v5\f8\4a
C:\npm\cache\_cacache\index-v5\f8\4e
C:\npm\cache\_cacache\index-v5\f8\60
C:\npm\cache\_cacache\index-v5\f8\6f
C:\npm\cache\_cacache\index-v5\f8\93
C:\npm\cache\_cacache\index-v5\f8\b7
C:\npm\cache\_cacache\index-v5\f8\de
C:\npm\cache\_cacache\index-v5\f8\e9
C:\npm\cache\_cacache\index-v5\f9
C:\npm\cache\_cacache\index-v5\f9\10
C:\npm\cache\_cacache\index-v5\f9\24
C:\npm\cache\_cacache\index-v5\f9\2c
C:\npm\cache\_cacache\index-v5\f9\3c
C:\npm\cache\_cacache\index-v5\f9\48
C:\npm\cache\_cacache\index-v5\f9\54
C:\npm\cache\_cacache\index-v5\f9\5d
C:\npm\cache\_cacache\index-v5\f9\6d
C:\npm\cache\_cacache\index-v5\f9\89
C:\npm\cache\_cacache\index-v5\f9\8d
C:\npm\cache\_cacache\index-v5\f9\8e
C:\npm\cache\_cacache\index-v5\f9\9b
C:\npm\cache\_cacache\index-v5\f9\a5
C:\npm\cache\_cacache\index-v5\f9\ac
C:\npm\cache\_cacache\index-v5\f9\dd
C:\npm\cache\_cacache\index-v5\f9\ef
C:\npm\cache\_cacache\index-v5\f9\f0
C:\npm\cache\_cacache\index-v5\f9\ff
C:\npm\cache\_cacache\index-v5\fa
C:\npm\cache\_cacache\index-v5\fa\06
C:\npm\cache\_cacache\index-v5\fa\15
C:\npm\cache\_cacache\index-v5\fa\3b
C:\npm\cache\_cacache\index-v5\fa\4f
C:\npm\cache\_cacache\index-v5\fa\57
C:\npm\cache\_cacache\index-v5\fa\5b
C:\npm\cache\_cacache\index-v5\fa\5c
C:\npm\cache\_cacache\index-v5\fa\6e
C:\npm\cache\_cacache\index-v5\fa\87
C:\npm\cache\_cacache\index-v5\fa\92
C:\npm\cache\_cacache\index-v5\fa\a8
C:\npm\cache\_cacache\index-v5\fa\ac
C:\npm\cache\_cacache\index-v5\fa\ad
C:\npm\cache\_cacache\index-v5\fa\ae
C:\npm\cache\_cacache\index-v5\fa\b2
C:\npm\cache\_cacache\index-v5\fa\b7
C:\npm\cache\_cacache\index-v5\fa\c1
C:\npm\cache\_cacache\index-v5\fa\c3
C:\npm\cache\_cacache\index-v5\fa\c4
C:\npm\cache\_cacache\index-v5\fa\c6
C:\npm\cache\_cacache\index-v5\fa\db
C:\npm\cache\_cacache\index-v5\fa\dc
C:\npm\cache\_cacache\index-v5\fa\e1
C:\npm\cache\_cacache\index-v5\fa\fc
C:\npm\cache\_cacache\index-v5\fb
C:\npm\cache\_cacache\index-v5\fb\12
C:\npm\cache\_cacache\index-v5\fb\2e
C:\npm\cache\_cacache\index-v5\fb\44
C:\npm\cache\_cacache\index-v5\fb\51
C:\npm\cache\_cacache\index-v5\fb\52
C:\npm\cache\_cacache\index-v5\fb\56
C:\npm\cache\_cacache\index-v5\fb\9f
C:\npm\cache\_cacache\index-v5\fb\a9
C:\npm\cache\_cacache\index-v5\fb\b3
C:\npm\cache\_cacache\index-v5\fb\b5
C:\npm\cache\_cacache\index-v5\fb\b7
C:\npm\cache\_cacache\index-v5\fb\bf
C:\npm\cache\_cacache\index-v5\fb\c0
C:\npm\cache\_cacache\index-v5\fb\da
C:\npm\cache\_cacache\index-v5\fc
C:\npm\cache\_cacache\index-v5\fc\0d
C:\npm\cache\_cacache\index-v5\fc\18
C:\npm\cache\_cacache\index-v5\fc\1b
C:\npm\cache\_cacache\index-v5\fc\2e
C:\npm\cache\_cacache\index-v5\fc\41
C:\npm\cache\_cacache\index-v5\fc\44
C:\npm\cache\_cacache\index-v5\fc\76
C:\npm\cache\_cacache\index-v5\fc\7b
C:\npm\cache\_cacache\index-v5\fc\95
C:\npm\cache\_cacache\index-v5\fc\9f
C:\npm\cache\_cacache\index-v5\fc\a3
C:\npm\cache\_cacache\index-v5\fc\ab
C:\npm\cache\_cacache\index-v5\fc\b5
C:\npm\cache\_cacache\index-v5\fc\b8
C:\npm\cache\_cacache\index-v5\fc\bb
C:\npm\cache\_cacache\index-v5\fc\d0
C:\npm\cache\_cacache\index-v5\fc\d2
C:\npm\cache\_cacache\index-v5\fc\d7
C:\npm\cache\_cacache\index-v5\fc\e5
C:\npm\cache\_cacache\index-v5\fc\f5
C:\npm\cache\_cacache\index-v5\fc\f6
C:\npm\cache\_cacache\index-v5\fd
C:\npm\cache\_cacache\index-v5\fd\03
C:\npm\cache\_cacache\index-v5\fd\2d
C:\npm\cache\_cacache\index-v5\fd\33
C:\npm\cache\_cacache\index-v5\fd\51
C:\npm\cache\_cacache\index-v5\fd\59
C:\npm\cache\_cacache\index-v5\fd\5a
C:\npm\cache\_cacache\index-v5\fd\5d
C:\npm\cache\_cacache\index-v5\fd\68
C:\npm\cache\_cacache\index-v5\fd\93
C:\npm\cache\_cacache\index-v5\fd\9c
C:\npm\cache\_cacache\index-v5\fd\a0
C:\npm\cache\_cacache\index-v5\fd\a9
C:\npm\cache\_cacache\index-v5\fd\ae
C:\npm\cache\_cacache\index-v5\fd\bf
C:\npm\cache\_cacache\index-v5\fd\c3
C:\npm\cache\_cacache\index-v5\fd\c5
C:\npm\cache\_cacache\index-v5\fd\e4
C:\npm\cache\_cacache\index-v5\fd\ec
C:\npm\cache\_cacache\index-v5\fd\fa
C:\npm\cache\_cacache\index-v5\fe
C:\npm\cache\_cacache\index-v5\fe\09
C:\npm\cache\_cacache\index-v5\fe\13
C:\npm\cache\_cacache\index-v5\fe\2f
C:\npm\cache\_cacache\index-v5\fe\3f
C:\npm\cache\_cacache\index-v5\fe\61
C:\npm\cache\_cacache\index-v5\fe\64
C:\npm\cache\_cacache\index-v5\fe\81
C:\npm\cache\_cacache\index-v5\fe\b1
C:\npm\cache\_cacache\index-v5\fe\bf
C:\npm\cache\_cacache\index-v5\fe\d3
C:\npm\cache\_cacache\index-v5\fe\df
C:\npm\cache\_cacache\index-v5\fe\eb
C:\npm\cache\_cacache\index-v5\fe\ef
C:\npm\cache\_cacache\index-v5\ff
C:\npm\cache\_cacache\index-v5\ff\08
C:\npm\cache\_cacache\index-v5\ff\0b
C:\npm\cache\_cacache\index-v5\ff\19
C:\npm\cache\_cacache\index-v5\ff\42
C:\npm\cache\_cacache\index-v5\ff\48
C:\npm\cache\_cacache\index-v5\ff\51
C:\npm\cache\_cacache\index-v5\ff\5f
C:\npm\cache\_cacache\index-v5\ff\62
C:\npm\cache\_cacache\index-v5\ff\66
C:\npm\cache\_cacache\index-v5\ff\7a
C:\npm\cache\_cacache\index-v5\ff\86
C:\npm\cache\_cacache\index-v5\ff\a6
C:\npm\cache\_cacache\index-v5\ff\a9
C:\npm\cache\_cacache\index-v5\ff\aa
C:\npm\cache\_cacache\index-v5\ff\b1
C:\npm\cache\_cacache\index-v5\ff\b4
C:\npm\cache\_cacache\tmp
C:\npm\cache\_locks
C:\npm\cache\node-sass
C:\npm\cache\node-sass\4.14.1
C:\npm\prefix
C:\npm\prefix\node_modules
C:\npm\prefix\node_modules\@bazel
C:\npm\prefix\node_modules\@bazel\bazelisk
C:\npm\prefix\node_modules\cordova
C:\npm\prefix\node_modules\cordova\bin
C:\npm\prefix\node_modules\cordova\doc
C:\npm\prefix\node_modules\cordova\node_modules
C:\npm\prefix\node_modules\cordova\node_modules\@netflix
C:\npm\prefix\node_modules\cordova\node_modules\@nodelib
C:\npm\prefix\node_modules\cordova\node_modules\@sindresorhus
C:\npm\prefix\node_modules\cordova\node_modules\@szmarczak
C:\npm\prefix\node_modules\cordova\node_modules\@types
C:\npm\prefix\node_modules\cordova\node_modules\abbrev
C:\npm\prefix\node_modules\cordova\node_modules\accepts
C:\npm\prefix\node_modules\cordova\node_modules\ajv
C:\npm\prefix\node_modules\cordova\node_modules\ansi
C:\npm\prefix\node_modules\cordova\node_modules\ansi-align
C:\npm\prefix\node_modules\cordova\node_modules\ansi-escapes
C:\npm\prefix\node_modules\cordova\node_modules\ansi-regex
C:\npm\prefix\node_modules\cordova\node_modules\ansi-styles
C:\npm\prefix\node_modules\cordova\node_modules\array-find-index
C:\npm\prefix\node_modules\cordova\node_modules\array-flatten
C:\npm\prefix\node_modules\cordova\node_modules\array-union
C:\npm\prefix\node_modules\cordova\node_modules\asn1
C:\npm\prefix\node_modules\cordova\node_modules\assert-plus
C:\npm\prefix\node_modules\cordova\node_modules\async
C:\npm\prefix\node_modules\cordova\node_modules\asynckit
C:\npm\prefix\node_modules\cordova\node_modules\at-least-node
C:\npm\prefix\node_modules\cordova\node_modules\aws4
C:\npm\prefix\node_modules\cordova\node_modules\aws-sign2
C:\npm\prefix\node_modules\cordova\node_modules\balanced-match
C:\npm\prefix\node_modules\cordova\node_modules\base64-js
C:\npm\prefix\node_modules\cordova\node_modules\bcrypt-pbkdf
C:\npm\prefix\node_modules\cordova\node_modules\big-integer
C:\npm\prefix\node_modules\cordova\node_modules\body-parser
C:\npm\prefix\node_modules\cordova\node_modules\boxen
C:\npm\prefix\node_modules\cordova\node_modules\bplist-parser
C:\npm\prefix\node_modules\cordova\node_modules\brace-expansion
C:\npm\prefix\node_modules\cordova\node_modules\braces
C:\npm\prefix\node_modules\cordova\node_modules\builtins
C:\npm\prefix\node_modules\cordova\node_modules\bytes
C:\npm\prefix\node_modules\cordova\node_modules\cacheable-request
C:\npm\prefix\node_modules\cordova\node_modules\callsites
C:\npm\prefix\node_modules\cordova\node_modules\camelcase
C:\npm\prefix\node_modules\cordova\node_modules\caseless
C:\npm\prefix\node_modules\cordova\node_modules\chalk
C:\npm\prefix\node_modules\cordova\node_modules\chardet
C:\npm\prefix\node_modules\cordova\node_modules\ci-info
C:\npm\prefix\node_modules\cordova\node_modules\cli-boxes
C:\npm\prefix\node_modules\cordova\node_modules\cli-cursor
C:\npm\prefix\node_modules\cordova\node_modules\cli-width
C:\npm\prefix\node_modules\cordova\node_modules\clone-response
C:\npm\prefix\node_modules\cordova\node_modules\color-convert
C:\npm\prefix\node_modules\cordova\node_modules\color-name
C:\npm\prefix\node_modules\cordova\node_modules\combined-stream
C:\npm\prefix\node_modules\cordova\node_modules\compressible
C:\npm\prefix\node_modules\cordova\node_modules\compression
C:\npm\prefix\node_modules\cordova\node_modules\concat-map
C:\npm\prefix\node_modules\cordova\node_modules\conf
C:\npm\prefix\node_modules\cordova\node_modules\configstore
C:\npm\prefix\node_modules\cordova\node_modules\content-disposition
C:\npm\prefix\node_modules\cordova\node_modules\content-type
C:\npm\prefix\node_modules\cordova\node_modules\cookie
C:\npm\prefix\node_modules\cordova\node_modules\cookie-signature
C:\npm\prefix\node_modules\cordova\node_modules\cordova-app-hello-world
C:\npm\prefix\node_modules\cordova\node_modules\cordova-common
C:\npm\prefix\node_modules\cordova\node_modules\cordova-create
C:\npm\prefix\node_modules\cordova\node_modules\cordova-fetch
C:\npm\prefix\node_modules\cordova\node_modules\cordova-lib
C:\npm\prefix\node_modules\cordova\node_modules\cordova-serve
C:\npm\prefix\node_modules\cordova\node_modules\core-util-is
C:\npm\prefix\node_modules\cordova\node_modules\cross-spawn
C:\npm\prefix\node_modules\cordova\node_modules\crypto-random-string
C:\npm\prefix\node_modules\cordova\node_modules\currently-unhandled
C:\npm\prefix\node_modules\cordova\node_modules\dashdash
C:\npm\prefix\node_modules\cordova\node_modules\debug
C:\npm\prefix\node_modules\cordova\node_modules\decompress-response
C:\npm\prefix\node_modules\cordova\node_modules\dedent
C:\npm\prefix\node_modules\cordova\node_modules\deep-extend
C:\npm\prefix\node_modules\cordova\node_modules\defer-to-connect
C:\npm\prefix\node_modules\cordova\node_modules\delayed-stream
C:\npm\prefix\node_modules\cordova\node_modules\depd
C:\npm\prefix\node_modules\cordova\node_modules\dep-graph
C:\npm\prefix\node_modules\cordova\node_modules\destroy
C:\npm\prefix\node_modules\cordova\node_modules\detect-indent
C:\npm\prefix\node_modules\cordova\node_modules\detect-newline
C:\npm\prefix\node_modules\cordova\node_modules\dir-glob
C:\npm\prefix\node_modules\cordova\node_modules\dot-prop
C:\npm\prefix\node_modules\cordova\node_modules\duplexer3
C:\npm\prefix\node_modules\cordova\node_modules\ecc-jsbn
C:\npm\prefix\node_modules\cordova\node_modules\editor
C:\npm\prefix\node_modules\cordova\node_modules\ee-first
C:\npm\prefix\node_modules\cordova\node_modules\elementtree
C:\npm\prefix\node_modules\cordova\node_modules\emoji-regex
C:\npm\prefix\node_modules\cordova\node_modules\encodeurl
C:\npm\prefix\node_modules\cordova\node_modules\endent
C:\npm\prefix\node_modules\cordova\node_modules\end-of-stream
C:\npm\prefix\node_modules\cordova\node_modules\env-paths
C:\npm\prefix\node_modules\cordova\node_modules\escape-goat
C:\npm\prefix\node_modules\cordova\node_modules\escape-html
C:\npm\prefix\node_modules\cordova\node_modules\escape-string-regexp
C:\npm\prefix\node_modules\cordova\node_modules\etag
C:\npm\prefix\node_modules\cordova\node_modules\execa
C:\npm\prefix\node_modules\cordova\node_modules\express
C:\npm\prefix\node_modules\cordova\node_modules\extend
C:\npm\prefix\node_modules\cordova\node_modules\external-editor
C:\npm\prefix\node_modules\cordova\node_modules\extsprintf
C:\npm\prefix\node_modules\cordova\node_modules\fast-deep-equal
C:\npm\prefix\node_modules\cordova\node_modules\fast-glob
C:\npm\prefix\node_modules\cordova\node_modules\fast-json-parse
C:\npm\prefix\node_modules\cordova\node_modules\fast-json-stable-stringify
C:\npm\prefix\node_modules\cordova\node_modules\fastq
C:\npm\prefix\node_modules\cordova\node_modules\figures
C:\npm\prefix\node_modules\cordova\node_modules\fill-range
C:\npm\prefix\node_modules\cordova\node_modules\finalhandler
C:\npm\prefix\node_modules\cordova\node_modules\find-up
C:\npm\prefix\node_modules\cordova\node_modules\forever-agent
C:\npm\prefix\node_modules\cordova\node_modules\form-data
C:\npm\prefix\node_modules\cordova\node_modules\forwarded
C:\npm\prefix\node_modules\cordova\node_modules\fresh
C:\npm\prefix\node_modules\cordova\node_modules\fs.realpath
C:\npm\prefix\node_modules\cordova\node_modules\fs-extra
C:\npm\prefix\node_modules\cordova\node_modules\getpass
C:\npm\prefix\node_modules\cordova\node_modules\get-stream
C:\npm\prefix\node_modules\cordova\node_modules\glob
C:\npm\prefix\node_modules\cordova\node_modules\global-dirs
C:\npm\prefix\node_modules\cordova\node_modules\globby
C:\npm\prefix\node_modules\cordova\node_modules\glob-parent
C:\npm\prefix\node_modules\cordova\node_modules\got
C:\npm\prefix\node_modules\cordova\node_modules\graceful-fs
C:\npm\prefix\node_modules\cordova\node_modules\har-schema
C:\npm\prefix\node_modules\cordova\node_modules\har-validator
C:\npm\prefix\node_modules\cordova\node_modules\has-flag
C:\npm\prefix\node_modules\cordova\node_modules\has-yarn
C:\npm\prefix\node_modules\cordova\node_modules\hosted-git-info
C:\npm\prefix\node_modules\cordova\node_modules\http-cache-semantics
C:\npm\prefix\node_modules\cordova\node_modules\http-errors
C:\npm\prefix\node_modules\cordova\node_modules\http-signature
C:\npm\prefix\node_modules\cordova\node_modules\human-signals
C:\npm\prefix\node_modules\cordova\node_modules\iconv-lite
C:\npm\prefix\node_modules\cordova\node_modules\ignore
C:\npm\prefix\node_modules\cordova\node_modules\import-fresh
C:\npm\prefix\node_modules\cordova\node_modules\import-lazy
C:\npm\prefix\node_modules\cordova\node_modules\imurmurhash
C:\npm\prefix\node_modules\cordova\node_modules\inflight
C:\npm\prefix\node_modules\cordova\node_modules\inherits
C:\npm\prefix\node_modules\cordova\node_modules\ini
C:\npm\prefix\node_modules\cordova\node_modules\init-package-json
C:\npm\prefix\node_modules\cordova\node_modules\inquirer
C:\npm\prefix\node_modules\cordova\node_modules\insight
C:\npm\prefix\node_modules\cordova\node_modules\ipaddr.js
C:\npm\prefix\node_modules\cordova\node_modules\ip-regex
C:\npm\prefix\node_modules\cordova\node_modules\is-ci
C:\npm\prefix\node_modules\cordova\node_modules\is-docker
C:\npm\prefix\node_modules\cordova\node_modules\isexe
C:\npm\prefix\node_modules\cordova\node_modules\is-extglob
C:\npm\prefix\node_modules\cordova\node_modules\is-fullwidth-code-point
C:\npm\prefix\node_modules\cordova\node_modules\is-glob
C:\npm\prefix\node_modules\cordova\node_modules\is-installed-globally
C:\npm\prefix\node_modules\cordova\node_modules\is-npm
C:\npm\prefix\node_modules\cordova\node_modules\is-number
C:\npm\prefix\node_modules\cordova\node_modules\is-obj
C:\npm\prefix\node_modules\cordova\node_modules\isobject
C:\npm\prefix\node_modules\cordova\node_modules\is-path-inside
C:\npm\prefix\node_modules\cordova\node_modules\isstream
C:\npm\prefix\node_modules\cordova\node_modules\is-stream
C:\npm\prefix\node_modules\cordova\node_modules\is-typedarray
C:\npm\prefix\node_modules\cordova\node_modules\is-wsl
C:\npm\prefix\node_modules\cordova\node_modules\is-yarn-global
C:\npm\prefix\node_modules\cordova\node_modules\jsbn
C:\npm\prefix\node_modules\cordova\node_modules\json-buffer
C:\npm\prefix\node_modules\cordova\node_modules\jsonfile
C:\npm\prefix\node_modules\cordova\node_modules\json-parse-even-better-errors
C:\npm\prefix\node_modules\cordova\node_modules\json-schema
C:\npm\prefix\node_modules\cordova\node_modules\json-schema-traverse
C:\npm\prefix\node_modules\cordova\node_modules\json-stringify-safe
C:\npm\prefix\node_modules\cordova\node_modules\jsprim
C:\npm\prefix\node_modules\cordova\node_modules\keyv
C:\npm\prefix\node_modules\cordova\node_modules\latest-version
C:\npm\prefix\node_modules\cordova\node_modules\locate-path
C:\npm\prefix\node_modules\cordova\node_modules\lodash
C:\npm\prefix\node_modules\cordova\node_modules\lodash.debounce
C:\npm\prefix\node_modules\cordova\node_modules\loud-rejection
C:\npm\prefix\node_modules\cordova\node_modules\lowercase-keys
C:\npm\prefix\node_modules\cordova\node_modules\lru-cache
C:\npm\prefix\node_modules\cordova\node_modules\macos-release
C:\npm\prefix\node_modules\cordova\node_modules\make-dir
C:\npm\prefix\node_modules\cordova\node_modules\md5-file
C:\npm\prefix\node_modules\cordova\node_modules\media-typer
C:\npm\prefix\node_modules\cordova\node_modules\merge2
C:\npm\prefix\node_modules\cordova\node_modules\merge-descriptors
C:\npm\prefix\node_modules\cordova\node_modules\merge-stream
C:\npm\prefix\node_modules\cordova\node_modules\methods
C:\npm\prefix\node_modules\cordova\node_modules\micromatch
C:\npm\prefix\node_modules\cordova\node_modules\mime
C:\npm\prefix\node_modules\cordova\node_modules\mime-db
C:\npm\prefix\node_modules\cordova\node_modules\mime-types
C:\npm\prefix\node_modules\cordova\node_modules\mimic-fn
C:\npm\prefix\node_modules\cordova\node_modules\mimic-response
C:\npm\prefix\node_modules\cordova\node_modules\minimatch
C:\npm\prefix\node_modules\cordova\node_modules\minimist
C:\npm\prefix\node_modules\cordova\node_modules\ms
C:\npm\prefix\node_modules\cordova\node_modules\mute-stream
C:\npm\prefix\node_modules\cordova\node_modules\negotiator
C:\npm\prefix\node_modules\cordova\node_modules\nice-try
C:\npm\prefix\node_modules\cordova\node_modules\nopt
C:\npm\prefix\node_modules\cordova\node_modules\normalize-package-data
C:\npm\prefix\node_modules\cordova\node_modules\normalize-url
C:\npm\prefix\node_modules\cordova\node_modules\npm-normalize-package-bin
C:\npm\prefix\node_modules\cordova\node_modules\npm-package-arg
C:\npm\prefix\node_modules\cordova\node_modules\npm-run-path
C:\npm\prefix\node_modules\cordova\node_modules\oauth-sign
C:\npm\prefix\node_modules\cordova\node_modules\objectorarray
C:\npm\prefix\node_modules\cordova\node_modules\once
C:\npm\prefix\node_modules\cordova\node_modules\onetime
C:\npm\prefix\node_modules\cordova\node_modules\on-finished
C:\npm\prefix\node_modules\cordova\node_modules\on-headers
C:\npm\prefix\node_modules\cordova\node_modules\open
C:\npm\prefix\node_modules\cordova\node_modules\osenv
C:\npm\prefix\node_modules\cordova\node_modules\os-homedir
C:\npm\prefix\node_modules\cordova\node_modules\os-name
C:\npm\prefix\node_modules\cordova\node_modules\os-tmpdir
C:\npm\prefix\node_modules\cordova\node_modules\package-json
C:\npm\prefix\node_modules\cordova\node_modules\parent-module
C:\npm\prefix\node_modules\cordova\node_modules\parseurl
C:\npm\prefix\node_modules\cordova\node_modules\path-exists
C:\npm\prefix\node_modules\cordova\node_modules\path-is-absolute
C:\npm\prefix\node_modules\cordova\node_modules\path-is-inside
C:\npm\prefix\node_modules\cordova\node_modules\path-key
C:\npm\prefix\node_modules\cordova\node_modules\path-parse
C:\npm\prefix\node_modules\cordova\node_modules\path-to-regexp
C:\npm\prefix\node_modules\cordova\node_modules\path-type
C:\npm\prefix\node_modules\cordova\node_modules\p-cancelable
C:\npm\prefix\node_modules\cordova\node_modules\performance-now
C:\npm\prefix\node_modules\cordova\node_modules\p-finally
C:\npm\prefix\node_modules\cordova\node_modules\picomatch
C:\npm\prefix\node_modules\cordova\node_modules\pify
C:\npm\prefix\node_modules\cordova\node_modules\pkg-up
C:\npm\prefix\node_modules\cordova\node_modules\p-limit
C:\npm\prefix\node_modules\cordova\node_modules\plist
C:\npm\prefix\node_modules\cordova\node_modules\p-locate
C:\npm\prefix\node_modules\cordova\node_modules\prepend-http
C:\npm\prefix\node_modules\cordova\node_modules\promzard
C:\npm\prefix\node_modules\cordova\node_modules\proxy-addr
C:\npm\prefix\node_modules\cordova\node_modules\psl
C:\npm\prefix\node_modules\cordova\node_modules\p-try
C:\npm\prefix\node_modules\cordova\node_modules\pump
C:\npm\prefix\node_modules\cordova\node_modules\punycode
C:\npm\prefix\node_modules\cordova\node_modules\pupa
C:\npm\prefix\node_modules\cordova\node_modules\q
C:\npm\prefix\node_modules\cordova\node_modules\qs
C:\npm\prefix\node_modules\cordova\node_modules\range-parser
C:\npm\prefix\node_modules\cordova\node_modules\raw-body
C:\npm\prefix\node_modules\cordova\node_modules\rc
C:\npm\prefix\node_modules\cordova\node_modules\read
C:\npm\prefix\node_modules\cordova\node_modules\read-chunk
C:\npm\prefix\node_modules\cordova\node_modules\read-package-json
C:\npm\prefix\node_modules\cordova\node_modules\registry-auth-token
C:\npm\prefix\node_modules\cordova\node_modules\registry-url
C:\npm\prefix\node_modules\cordova\node_modules\request
C:\npm\prefix\node_modules\cordova\node_modules\resolve
C:\npm\prefix\node_modules\cordova\node_modules\resolve-from
C:\npm\prefix\node_modules\cordova\node_modules\responselike
C:\npm\prefix\node_modules\cordova\node_modules\restore-cursor
C:\npm\prefix\node_modules\cordova\node_modules\reusify
C:\npm\prefix\node_modules\cordova\node_modules\rimraf
C:\npm\prefix\node_modules\cordova\node_modules\run-async
C:\npm\prefix\node_modules\cordova\node_modules\run-parallel
C:\npm\prefix\node_modules\cordova\node_modules\rxjs
C:\npm\prefix\node_modules\cordova\node_modules\safe-buffer
C:\npm\prefix\node_modules\cordova\node_modules\safer-buffer
C:\npm\prefix\node_modules\cordova\node_modules\sax
C:\npm\prefix\node_modules\cordova\node_modules\semver
C:\npm\prefix\node_modules\cordova\node_modules\semver-diff
C:\npm\prefix\node_modules\cordova\node_modules\send
C:\npm\prefix\node_modules\cordova\node_modules\serve-static
C:\npm\prefix\node_modules\cordova\node_modules\setprototypeof
C:\npm\prefix\node_modules\cordova\node_modules\shebang-command
C:\npm\prefix\node_modules\cordova\node_modules\shebang-regex
C:\npm\prefix\node_modules\cordova\node_modules\signal-exit
C:\npm\prefix\node_modules\cordova\node_modules\slash
C:\npm\prefix\node_modules\cordova\node_modules\spdx-correct
C:\npm\prefix\node_modules\cordova\node_modules\spdx-exceptions
C:\npm\prefix\node_modules\cordova\node_modules\spdx-expression-parse
C:\npm\prefix\node_modules\cordova\node_modules\spdx-license-ids
C:\npm\prefix\node_modules\cordova\node_modules\sshpk
C:\npm\prefix\node_modules\cordova\node_modules\statuses
C:\npm\prefix\node_modules\cordova\node_modules\stringify-package
C:\npm\prefix\node_modules\cordova\node_modules\string-width
C:\npm\prefix\node_modules\cordova\node_modules\strip-ansi
C:\npm\prefix\node_modules\cordova\node_modules\strip-bom
C:\npm\prefix\node_modules\cordova\node_modules\strip-eof
C:\npm\prefix\node_modules\cordova\node_modules\strip-final-newline
C:\npm\prefix\node_modules\cordova\node_modules\strip-json-comments
C:\npm\prefix\node_modules\cordova\node_modules\supports-color
C:\npm\prefix\node_modules\cordova\node_modules\systeminformation
C:\npm\prefix\node_modules\cordova\node_modules\term-size
C:\npm\prefix\node_modules\cordova\node_modules\through
C:\npm\prefix\node_modules\cordova\node_modules\tmp
C:\npm\prefix\node_modules\cordova\node_modules\toidentifier
C:\npm\prefix\node_modules\cordova\node_modules\to-readable-stream
C:\npm\prefix\node_modules\cordova\node_modules\to-regex-range
C:\npm\prefix\node_modules\cordova\node_modules\tough-cookie
C:\npm\prefix\node_modules\cordova\node_modules\tslib
C:\npm\prefix\node_modules\cordova\node_modules\tunnel-agent
C:\npm\prefix\node_modules\cordova\node_modules\tweetnacl
C:\npm\prefix\node_modules\cordova\node_modules\typedarray-to-buffer
C:\npm\prefix\node_modules\cordova\node_modules\type-fest
C:\npm\prefix\node_modules\cordova\node_modules\type-is
C:\npm\prefix\node_modules\cordova\node_modules\underscore
C:\npm\prefix\node_modules\cordova\node_modules\unique-string
C:\npm\prefix\node_modules\cordova\node_modules\universalify
C:\npm\prefix\node_modules\cordova\node_modules\unpipe
C:\npm\prefix\node_modules\cordova\node_modules\update-notifier
C:\npm\prefix\node_modules\cordova\node_modules\uri-js
C:\npm\prefix\node_modules\cordova\node_modules\url-parse-lax
C:\npm\prefix\node_modules\cordova\node_modules\utils-merge
C:\npm\prefix\node_modules\cordova\node_modules\uuid
C:\npm\prefix\node_modules\cordova\node_modules\validate-npm-package-license
C:\npm\prefix\node_modules\cordova\node_modules\validate-npm-package-name
C:\npm\prefix\node_modules\cordova\node_modules\valid-identifier
C:\npm\prefix\node_modules\cordova\node_modules\vary
C:\npm\prefix\node_modules\cordova\node_modules\verror
C:\npm\prefix\node_modules\cordova\node_modules\which
C:\npm\prefix\node_modules\cordova\node_modules\widest-line
C:\npm\prefix\node_modules\cordova\node_modules\windows-release
C:\npm\prefix\node_modules\cordova\node_modules\with-open-file
C:\npm\prefix\node_modules\cordova\node_modules\wrappy
C:\npm\prefix\node_modules\cordova\node_modules\write-file-atomic
C:\npm\prefix\node_modules\cordova\node_modules\xdg-basedir
C:\npm\prefix\node_modules\cordova\node_modules\xmlbuilder
C:\npm\prefix\node_modules\cordova\node_modules\xmldom
C:\npm\prefix\node_modules\cordova\node_modules\yallist
C:\npm\prefix\node_modules\cordova\scripts
C:\npm\prefix\node_modules\cordova\src
C:\npm\prefix\node_modules\grunt-cli
C:\npm\prefix\node_modules\grunt-cli\bin
C:\npm\prefix\node_modules\grunt-cli\completion
C:\npm\prefix\node_modules\grunt-cli\lib
C:\npm\prefix\node_modules\grunt-cli\node_modules
C:\npm\prefix\node_modules\grunt-cli\node_modules\abbrev
C:\npm\prefix\node_modules\grunt-cli\node_modules\array-each
C:\npm\prefix\node_modules\grunt-cli\node_modules\array-slice
C:\npm\prefix\node_modules\grunt-cli\node_modules\array-unique
C:\npm\prefix\node_modules\grunt-cli\node_modules\arr-diff
C:\npm\prefix\node_modules\grunt-cli\node_modules\arr-flatten
C:\npm\prefix\node_modules\grunt-cli\node_modules\arr-union
C:\npm\prefix\node_modules\grunt-cli\node_modules\assign-symbols
C:\npm\prefix\node_modules\grunt-cli\node_modules\atob
C:\npm\prefix\node_modules\grunt-cli\node_modules\base
C:\npm\prefix\node_modules\grunt-cli\node_modules\braces
C:\npm\prefix\node_modules\grunt-cli\node_modules\cache-base
C:\npm\prefix\node_modules\grunt-cli\node_modules\class-utils
C:\npm\prefix\node_modules\grunt-cli\node_modules\collection-visit
C:\npm\prefix\node_modules\grunt-cli\node_modules\component-emitter
C:\npm\prefix\node_modules\grunt-cli\node_modules\copy-descriptor
C:\npm\prefix\node_modules\grunt-cli\node_modules\debug
C:\npm\prefix\node_modules\grunt-cli\node_modules\decode-uri-component
C:\npm\prefix\node_modules\grunt-cli\node_modules\define-property
C:\npm\prefix\node_modules\grunt-cli\node_modules\detect-file
C:\npm\prefix\node_modules\grunt-cli\node_modules\expand-brackets
C:\npm\prefix\node_modules\grunt-cli\node_modules\expand-tilde
C:\npm\prefix\node_modules\grunt-cli\node_modules\extend
C:\npm\prefix\node_modules\grunt-cli\node_modules\extend-shallow
C:\npm\prefix\node_modules\grunt-cli\node_modules\extglob
C:\npm\prefix\node_modules\grunt-cli\node_modules\fill-range
C:\npm\prefix\node_modules\grunt-cli\node_modules\findup-sync
C:\npm\prefix\node_modules\grunt-cli\node_modules\fined
C:\npm\prefix\node_modules\grunt-cli\node_modules\flagged-respawn
C:\npm\prefix\node_modules\grunt-cli\node_modules\for-in
C:\npm\prefix\node_modules\grunt-cli\node_modules\for-own
C:\npm\prefix\node_modules\grunt-cli\node_modules\fragment-cache
C:\npm\prefix\node_modules\grunt-cli\node_modules\get-value
C:\npm\prefix\node_modules\grunt-cli\node_modules\global-modules
C:\npm\prefix\node_modules\grunt-cli\node_modules\global-prefix
C:\npm\prefix\node_modules\grunt-cli\node_modules\grunt-known-options
C:\npm\prefix\node_modules\grunt-cli\node_modules\has-value
C:\npm\prefix\node_modules\grunt-cli\node_modules\has-values
C:\npm\prefix\node_modules\grunt-cli\node_modules\homedir-polyfill
C:\npm\prefix\node_modules\grunt-cli\node_modules\ini
C:\npm\prefix\node_modules\grunt-cli\node_modules\interpret
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-absolute
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-accessor-descriptor
C:\npm\prefix\node_modules\grunt-cli\node_modules\isarray
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-buffer
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-data-descriptor
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-descriptor
C:\npm\prefix\node_modules\grunt-cli\node_modules\isexe
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-extendable
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-extglob
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-glob
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-number
C:\npm\prefix\node_modules\grunt-cli\node_modules\isobject
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-plain-object
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-relative
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-unc-path
C:\npm\prefix\node_modules\grunt-cli\node_modules\is-windows
C:\npm\prefix\node_modules\grunt-cli\node_modules\kind-of
C:\npm\prefix\node_modules\grunt-cli\node_modules\liftoff
C:\npm\prefix\node_modules\grunt-cli\node_modules\make-iterator
C:\npm\prefix\node_modules\grunt-cli\node_modules\map-cache
C:\npm\prefix\node_modules\grunt-cli\node_modules\map-visit
C:\npm\prefix\node_modules\grunt-cli\node_modules\micromatch
C:\npm\prefix\node_modules\grunt-cli\node_modules\mixin-deep
C:\npm\prefix\node_modules\grunt-cli\node_modules\ms
C:\npm\prefix\node_modules\grunt-cli\node_modules\nanomatch
C:\npm\prefix\node_modules\grunt-cli\node_modules\nopt
C:\npm\prefix\node_modules\grunt-cli\node_modules\object.defaults
C:\npm\prefix\node_modules\grunt-cli\node_modules\object.map
C:\npm\prefix\node_modules\grunt-cli\node_modules\object.pick
C:\npm\prefix\node_modules\grunt-cli\node_modules\object-copy
C:\npm\prefix\node_modules\grunt-cli\node_modules\object-visit
C:\npm\prefix\node_modules\grunt-cli\node_modules\osenv
C:\npm\prefix\node_modules\grunt-cli\node_modules\os-homedir
C:\npm\prefix\node_modules\grunt-cli\node_modules\os-tmpdir
C:\npm\prefix\node_modules\grunt-cli\node_modules\parse-filepath
C:\npm\prefix\node_modules\grunt-cli\node_modules\parse-passwd
C:\npm\prefix\node_modules\grunt-cli\node_modules\pascalcase
C:\npm\prefix\node_modules\grunt-cli\node_modules\path-parse
C:\npm\prefix\node_modules\grunt-cli\node_modules\path-root
C:\npm\prefix\node_modules\grunt-cli\node_modules\path-root-regex
C:\npm\prefix\node_modules\grunt-cli\node_modules\posix-character-classes
C:\npm\prefix\node_modules\grunt-cli\node_modules\rechoir
C:\npm\prefix\node_modules\grunt-cli\node_modules\regex-not
C:\npm\prefix\node_modules\grunt-cli\node_modules\repeat-element
C:\npm\prefix\node_modules\grunt-cli\node_modules\repeat-string
C:\npm\prefix\node_modules\grunt-cli\node_modules\resolve
C:\npm\prefix\node_modules\grunt-cli\node_modules\resolve-dir
C:\npm\prefix\node_modules\grunt-cli\node_modules\resolve-url
C:\npm\prefix\node_modules\grunt-cli\node_modules\ret
C:\npm\prefix\node_modules\grunt-cli\node_modules\safe-regex
C:\npm\prefix\node_modules\grunt-cli\node_modules\set-value
C:\npm\prefix\node_modules\grunt-cli\node_modules\snapdragon
C:\npm\prefix\node_modules\grunt-cli\node_modules\snapdragon-node
C:\npm\prefix\node_modules\grunt-cli\node_modules\snapdragon-util
C:\npm\prefix\node_modules\grunt-cli\node_modules\source-map
C:\npm\prefix\node_modules\grunt-cli\node_modules\source-map-resolve
C:\npm\prefix\node_modules\grunt-cli\node_modules\source-map-url
C:\npm\prefix\node_modules\grunt-cli\node_modules\split-string
C:\npm\prefix\node_modules\grunt-cli\node_modules\static-extend
C:\npm\prefix\node_modules\grunt-cli\node_modules\to-object-path
C:\npm\prefix\node_modules\grunt-cli\node_modules\to-regex
C:\npm\prefix\node_modules\grunt-cli\node_modules\to-regex-range
C:\npm\prefix\node_modules\grunt-cli\node_modules\unc-path-regex
C:\npm\prefix\node_modules\grunt-cli\node_modules\union-value
C:\npm\prefix\node_modules\grunt-cli\node_modules\unset-value
C:\npm\prefix\node_modules\grunt-cli\node_modules\urix
C:\npm\prefix\node_modules\grunt-cli\node_modules\use
C:\npm\prefix\node_modules\grunt-cli\node_modules\v8flags
C:\npm\prefix\node_modules\grunt-cli\node_modules\which
C:\npm\prefix\node_modules\gulp-cli
C:\npm\prefix\node_modules\gulp-cli\bin
C:\npm\prefix\node_modules\gulp-cli\completion
C:\npm\prefix\node_modules\gulp-cli\lib
C:\npm\prefix\node_modules\gulp-cli\lib\shared
C:\npm\prefix\node_modules\gulp-cli\lib\versioned
C:\npm\prefix\node_modules\gulp-cli\node_modules
C:\npm\prefix\node_modules\gulp-cli\node_modules\ansi-colors
C:\npm\prefix\node_modules\gulp-cli\node_modules\ansi-gray
C:\npm\prefix\node_modules\gulp-cli\node_modules\ansi-regex
C:\npm\prefix\node_modules\gulp-cli\node_modules\ansi-wrap
C:\npm\prefix\node_modules\gulp-cli\node_modules\archy
C:\npm\prefix\node_modules\gulp-cli\node_modules\array-each
C:\npm\prefix\node_modules\gulp-cli\node_modules\array-slice
C:\npm\prefix\node_modules\gulp-cli\node_modules\array-sort
C:\npm\prefix\node_modules\gulp-cli\node_modules\array-unique
C:\npm\prefix\node_modules\gulp-cli\node_modules\arr-diff
C:\npm\prefix\node_modules\gulp-cli\node_modules\arr-flatten
C:\npm\prefix\node_modules\gulp-cli\node_modules\arr-union
C:\npm\prefix\node_modules\gulp-cli\node_modules\assign-symbols
C:\npm\prefix\node_modules\gulp-cli\node_modules\atob
C:\npm\prefix\node_modules\gulp-cli\node_modules\base
C:\npm\prefix\node_modules\gulp-cli\node_modules\braces
C:\npm\prefix\node_modules\gulp-cli\node_modules\buffer-from
C:\npm\prefix\node_modules\gulp-cli\node_modules\cache-base
C:\npm\prefix\node_modules\gulp-cli\node_modules\camelcase
C:\npm\prefix\node_modules\gulp-cli\node_modules\class-utils
C:\npm\prefix\node_modules\gulp-cli\node_modules\cliui
C:\npm\prefix\node_modules\gulp-cli\node_modules\code-point-at
C:\npm\prefix\node_modules\gulp-cli\node_modules\collection-visit
C:\npm\prefix\node_modules\gulp-cli\node_modules\color-support
C:\npm\prefix\node_modules\gulp-cli\node_modules\component-emitter
C:\npm\prefix\node_modules\gulp-cli\node_modules\concat-stream
C:\npm\prefix\node_modules\gulp-cli\node_modules\copy-descriptor
C:\npm\prefix\node_modules\gulp-cli\node_modules\copy-props
C:\npm\prefix\node_modules\gulp-cli\node_modules\core-util-is
C:\npm\prefix\node_modules\gulp-cli\node_modules\d
C:\npm\prefix\node_modules\gulp-cli\node_modules\debug
C:\npm\prefix\node_modules\gulp-cli\node_modules\decamelize
C:\npm\prefix\node_modules\gulp-cli\node_modules\decode-uri-component
C:\npm\prefix\node_modules\gulp-cli\node_modules\default-compare
C:\npm\prefix\node_modules\gulp-cli\node_modules\define-properties
C:\npm\prefix\node_modules\gulp-cli\node_modules\define-property
C:\npm\prefix\node_modules\gulp-cli\node_modules\detect-file
C:\npm\prefix\node_modules\gulp-cli\node_modules\each-props
C:\npm\prefix\node_modules\gulp-cli\node_modules\error-ex
C:\npm\prefix\node_modules\gulp-cli\node_modules\es5-ext
C:\npm\prefix\node_modules\gulp-cli\node_modules\es6-iterator
C:\npm\prefix\node_modules\gulp-cli\node_modules\es6-symbol
C:\npm\prefix\node_modules\gulp-cli\node_modules\expand-brackets
C:\npm\prefix\node_modules\gulp-cli\node_modules\expand-tilde
C:\npm\prefix\node_modules\gulp-cli\node_modules\ext
C:\npm\prefix\node_modules\gulp-cli\node_modules\extend
C:\npm\prefix\node_modules\gulp-cli\node_modules\extend-shallow
C:\npm\prefix\node_modules\gulp-cli\node_modules\extglob
C:\npm\prefix\node_modules\gulp-cli\node_modules\fancy-log
C:\npm\prefix\node_modules\gulp-cli\node_modules\fill-range
C:\npm\prefix\node_modules\gulp-cli\node_modules\find-up
C:\npm\prefix\node_modules\gulp-cli\node_modules\findup-sync
C:\npm\prefix\node_modules\gulp-cli\node_modules\fined
C:\npm\prefix\node_modules\gulp-cli\node_modules\flagged-respawn
C:\npm\prefix\node_modules\gulp-cli\node_modules\for-in
C:\npm\prefix\node_modules\gulp-cli\node_modules\for-own
C:\npm\prefix\node_modules\gulp-cli\node_modules\fragment-cache
C:\npm\prefix\node_modules\gulp-cli\node_modules\function-bind
C:\npm\prefix\node_modules\gulp-cli\node_modules\get-caller-file
C:\npm\prefix\node_modules\gulp-cli\node_modules\get-value
C:\npm\prefix\node_modules\gulp-cli\node_modules\global-modules
C:\npm\prefix\node_modules\gulp-cli\node_modules\global-prefix
C:\npm\prefix\node_modules\gulp-cli\node_modules\glogg
C:\npm\prefix\node_modules\gulp-cli\node_modules\graceful-fs
C:\npm\prefix\node_modules\gulp-cli\node_modules\gulplog
C:\npm\prefix\node_modules\gulp-cli\node_modules\has-symbols
C:\npm\prefix\node_modules\gulp-cli\node_modules\has-value
C:\npm\prefix\node_modules\gulp-cli\node_modules\has-values
C:\npm\prefix\node_modules\gulp-cli\node_modules\homedir-polyfill
C:\npm\prefix\node_modules\gulp-cli\node_modules\hosted-git-info
C:\npm\prefix\node_modules\gulp-cli\node_modules\inherits
C:\npm\prefix\node_modules\gulp-cli\node_modules\ini
C:\npm\prefix\node_modules\gulp-cli\node_modules\interpret
C:\npm\prefix\node_modules\gulp-cli\node_modules\invert-kv
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-absolute
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-accessor-descriptor
C:\npm\prefix\node_modules\gulp-cli\node_modules\isarray
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-arrayish
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-buffer
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-data-descriptor
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-descriptor
C:\npm\prefix\node_modules\gulp-cli\node_modules\isexe
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-extendable
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-extglob
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-fullwidth-code-point
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-glob
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-number
C:\npm\prefix\node_modules\gulp-cli\node_modules\isobject
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-plain-object
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-relative
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-unc-path
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-utf8
C:\npm\prefix\node_modules\gulp-cli\node_modules\is-windows
C:\npm\prefix\node_modules\gulp-cli\node_modules\kind-of
C:\npm\prefix\node_modules\gulp-cli\node_modules\lcid
C:\npm\prefix\node_modules\gulp-cli\node_modules\liftoff
C:\npm\prefix\node_modules\gulp-cli\node_modules\load-json-file
C:\npm\prefix\node_modules\gulp-cli\node_modules\make-iterator
C:\npm\prefix\node_modules\gulp-cli\node_modules\map-cache
C:\npm\prefix\node_modules\gulp-cli\node_modules\map-visit
C:\npm\prefix\node_modules\gulp-cli\node_modules\matchdep
C:\npm\prefix\node_modules\gulp-cli\node_modules\micromatch
C:\npm\prefix\node_modules\gulp-cli\node_modules\mixin-deep
C:\npm\prefix\node_modules\gulp-cli\node_modules\ms
C:\npm\prefix\node_modules\gulp-cli\node_modules\mute-stdout
C:\npm\prefix\node_modules\gulp-cli\node_modules\nanomatch
C:\npm\prefix\node_modules\gulp-cli\node_modules\next-tick
C:\npm\prefix\node_modules\gulp-cli\node_modules\normalize-package-data
C:\npm\prefix\node_modules\gulp-cli\node_modules\number-is-nan
C:\npm\prefix\node_modules\gulp-cli\node_modules\object.assign
C:\npm\prefix\node_modules\gulp-cli\node_modules\object.defaults
C:\npm\prefix\node_modules\gulp-cli\node_modules\object.map
C:\npm\prefix\node_modules\gulp-cli\node_modules\object.pick
C:\npm\prefix\node_modules\gulp-cli\node_modules\object-copy
C:\npm\prefix\node_modules\gulp-cli\node_modules\object-keys
C:\npm\prefix\node_modules\gulp-cli\node_modules\object-visit
C:\npm\prefix\node_modules\gulp-cli\node_modules\os-locale
C:\npm\prefix\node_modules\gulp-cli\node_modules\parse-filepath
C:\npm\prefix\node_modules\gulp-cli\node_modules\parse-json
C:\npm\prefix\node_modules\gulp-cli\node_modules\parse-node-version
C:\npm\prefix\node_modules\gulp-cli\node_modules\parse-passwd
C:\npm\prefix\node_modules\gulp-cli\node_modules\pascalcase
C:\npm\prefix\node_modules\gulp-cli\node_modules\path-exists
C:\npm\prefix\node_modules\gulp-cli\node_modules\path-parse
C:\npm\prefix\node_modules\gulp-cli\node_modules\path-root
C:\npm\prefix\node_modules\gulp-cli\node_modules\path-root-regex
C:\npm\prefix\node_modules\gulp-cli\node_modules\path-type
C:\npm\prefix\node_modules\gulp-cli\node_modules\pify
C:\npm\prefix\node_modules\gulp-cli\node_modules\pinkie
C:\npm\prefix\node_modules\gulp-cli\node_modules\pinkie-promise
C:\npm\prefix\node_modules\gulp-cli\node_modules\posix-character-classes
C:\npm\prefix\node_modules\gulp-cli\node_modules\pretty-hrtime
C:\npm\prefix\node_modules\gulp-cli\node_modules\process-nextick-args
C:\npm\prefix\node_modules\gulp-cli\node_modules\readable-stream
C:\npm\prefix\node_modules\gulp-cli\node_modules\read-pkg
C:\npm\prefix\node_modules\gulp-cli\node_modules\read-pkg-up
C:\npm\prefix\node_modules\gulp-cli\node_modules\rechoir
C:\npm\prefix\node_modules\gulp-cli\node_modules\regex-not
C:\npm\prefix\node_modules\gulp-cli\node_modules\remove-trailing-separator
C:\npm\prefix\node_modules\gulp-cli\node_modules\repeat-element
C:\npm\prefix\node_modules\gulp-cli\node_modules\repeat-string
C:\npm\prefix\node_modules\gulp-cli\node_modules\replace-homedir
C:\npm\prefix\node_modules\gulp-cli\node_modules\require-directory
C:\npm\prefix\node_modules\gulp-cli\node_modules\require-main-filename
C:\npm\prefix\node_modules\gulp-cli\node_modules\resolve
C:\npm\prefix\node_modules\gulp-cli\node_modules\resolve-dir
C:\npm\prefix\node_modules\gulp-cli\node_modules\resolve-url
C:\npm\prefix\node_modules\gulp-cli\node_modules\ret
C:\npm\prefix\node_modules\gulp-cli\node_modules\safe-buffer
C:\npm\prefix\node_modules\gulp-cli\node_modules\safe-regex
C:\npm\prefix\node_modules\gulp-cli\node_modules\semver
C:\npm\prefix\node_modules\gulp-cli\node_modules\semver-greatest-satisfied-range
C:\npm\prefix\node_modules\gulp-cli\node_modules\set-blocking
C:\npm\prefix\node_modules\gulp-cli\node_modules\set-value
C:\npm\prefix\node_modules\gulp-cli\node_modules\snapdragon
C:\npm\prefix\node_modules\gulp-cli\node_modules\snapdragon-node
C:\npm\prefix\node_modules\gulp-cli\node_modules\snapdragon-util
C:\npm\prefix\node_modules\gulp-cli\node_modules\source-map
C:\npm\prefix\node_modules\gulp-cli\node_modules\source-map-resolve
C:\npm\prefix\node_modules\gulp-cli\node_modules\source-map-url
C:\npm\prefix\node_modules\gulp-cli\node_modules\sparkles
C:\npm\prefix\node_modules\gulp-cli\node_modules\spdx-correct
C:\npm\prefix\node_modules\gulp-cli\node_modules\spdx-exceptions
C:\npm\prefix\node_modules\gulp-cli\node_modules\spdx-expression-parse
C:\npm\prefix\node_modules\gulp-cli\node_modules\spdx-license-ids
C:\npm\prefix\node_modules\gulp-cli\node_modules\split-string
C:\npm\prefix\node_modules\gulp-cli\node_modules\stack-trace
C:\npm\prefix\node_modules\gulp-cli\node_modules\static-extend
C:\npm\prefix\node_modules\gulp-cli\node_modules\string_decoder
C:\npm\prefix\node_modules\gulp-cli\node_modules\string-width
C:\npm\prefix\node_modules\gulp-cli\node_modules\strip-ansi
C:\npm\prefix\node_modules\gulp-cli\node_modules\strip-bom
C:\npm\prefix\node_modules\gulp-cli\node_modules\sver-compat
C:\npm\prefix\node_modules\gulp-cli\node_modules\time-stamp
C:\npm\prefix\node_modules\gulp-cli\node_modules\to-object-path
C:\npm\prefix\node_modules\gulp-cli\node_modules\to-regex
C:\npm\prefix\node_modules\gulp-cli\node_modules\to-regex-range
C:\npm\prefix\node_modules\gulp-cli\node_modules\type
C:\npm\prefix\node_modules\gulp-cli\node_modules\typedarray
C:\npm\prefix\node_modules\gulp-cli\node_modules\unc-path-regex
C:\npm\prefix\node_modules\gulp-cli\node_modules\union-value
C:\npm\prefix\node_modules\gulp-cli\node_modules\unset-value
C:\npm\prefix\node_modules\gulp-cli\node_modules\urix
C:\npm\prefix\node_modules\gulp-cli\node_modules\use
C:\npm\prefix\node_modules\gulp-cli\node_modules\util-deprecate
C:\npm\prefix\node_modules\gulp-cli\node_modules\v8flags
C:\npm\prefix\node_modules\gulp-cli\node_modules\validate-npm-package-license
C:\npm\prefix\node_modules\gulp-cli\node_modules\which
C:\npm\prefix\node_modules\gulp-cli\node_modules\which-module
C:\npm\prefix\node_modules\gulp-cli\node_modules\wrap-ansi
C:\npm\prefix\node_modules\gulp-cli\node_modules\y18n
C:\npm\prefix\node_modules\gulp-cli\node_modules\yargs
C:\npm\prefix\node_modules\gulp-cli\node_modules\yargs-parser
C:\npm\prefix\node_modules\lerna
C:\npm\prefix\node_modules\lerna\node_modules
C:\npm\prefix\node_modules\lerna\node_modules\@babel
C:\npm\prefix\node_modules\lerna\node_modules\@evocateur
C:\npm\prefix\node_modules\lerna\node_modules\@lerna
C:\npm\prefix\node_modules\lerna\node_modules\@mrmlnc
C:\npm\prefix\node_modules\lerna\node_modules\@nodelib
C:\npm\prefix\node_modules\lerna\node_modules\@octokit
C:\npm\prefix\node_modules\lerna\node_modules\@types
C:\npm\prefix\node_modules\lerna\node_modules\@zkochan
C:\npm\prefix\node_modules\lerna\node_modules\abbrev
C:\npm\prefix\node_modules\lerna\node_modules\agent-base
C:\npm\prefix\node_modules\lerna\node_modules\agentkeepalive
C:\npm\prefix\node_modules\lerna\node_modules\ajv
C:\npm\prefix\node_modules\lerna\node_modules\ansi-escapes
C:\npm\prefix\node_modules\lerna\node_modules\ansi-regex
C:\npm\prefix\node_modules\lerna\node_modules\ansi-styles
C:\npm\prefix\node_modules\lerna\node_modules\any-promise
C:\npm\prefix\node_modules\lerna\node_modules\aproba
C:\npm\prefix\node_modules\lerna\node_modules\are-we-there-yet
C:\npm\prefix\node_modules\lerna\node_modules\argparse
C:\npm\prefix\node_modules\lerna\node_modules\array-differ
C:\npm\prefix\node_modules\lerna\node_modules\array-find-index
C:\npm\prefix\node_modules\lerna\node_modules\array-ify
C:\npm\prefix\node_modules\lerna\node_modules\array-union
C:\npm\prefix\node_modules\lerna\node_modules\array-uniq
C:\npm\prefix\node_modules\lerna\node_modules\array-unique
C:\npm\prefix\node_modules\lerna\node_modules\arr-diff
C:\npm\prefix\node_modules\lerna\node_modules\arr-flatten
C:\npm\prefix\node_modules\lerna\node_modules\arrify
C:\npm\prefix\node_modules\lerna\node_modules\arr-union
C:\npm\prefix\node_modules\lerna\node_modules\asap
C:\npm\prefix\node_modules\lerna\node_modules\asn1
C:\npm\prefix\node_modules\lerna\node_modules\assert-plus
C:\npm\prefix\node_modules\lerna\node_modules\assign-symbols
C:\npm\prefix\node_modules\lerna\node_modules\asynckit
C:\npm\prefix\node_modules\lerna\node_modules\atob
C:\npm\prefix\node_modules\lerna\node_modules\atob-lite
C:\npm\prefix\node_modules\lerna\node_modules\aws4
C:\npm\prefix\node_modules\lerna\node_modules\aws-sign2
C:\npm\prefix\node_modules\lerna\node_modules\balanced-match
C:\npm\prefix\node_modules\lerna\node_modules\base
C:\npm\prefix\node_modules\lerna\node_modules\bcrypt-pbkdf
C:\npm\prefix\node_modules\lerna\node_modules\before-after-hook
C:\npm\prefix\node_modules\lerna\node_modules\bluebird
C:\npm\prefix\node_modules\lerna\node_modules\brace-expansion
C:\npm\prefix\node_modules\lerna\node_modules\braces
C:\npm\prefix\node_modules\lerna\node_modules\btoa-lite
C:\npm\prefix\node_modules\lerna\node_modules\buffer-from
C:\npm\prefix\node_modules\lerna\node_modules\builtins
C:\npm\prefix\node_modules\lerna\node_modules\byline
C:\npm\prefix\node_modules\lerna\node_modules\byte-size
C:\npm\prefix\node_modules\lerna\node_modules\cacache
C:\npm\prefix\node_modules\lerna\node_modules\cache-base
C:\npm\prefix\node_modules\lerna\node_modules\caller-callsite
C:\npm\prefix\node_modules\lerna\node_modules\caller-path
C:\npm\prefix\node_modules\lerna\node_modules\call-me-maybe
C:\npm\prefix\node_modules\lerna\node_modules\callsites
C:\npm\prefix\node_modules\lerna\node_modules\camelcase
C:\npm\prefix\node_modules\lerna\node_modules\camelcase-keys
C:\npm\prefix\node_modules\lerna\node_modules\caseless
C:\npm\prefix\node_modules\lerna\node_modules\chalk
C:\npm\prefix\node_modules\lerna\node_modules\chardet
C:\npm\prefix\node_modules\lerna\node_modules\chownr
C:\npm\prefix\node_modules\lerna\node_modules\ci-info
C:\npm\prefix\node_modules\lerna\node_modules\class-utils
C:\npm\prefix\node_modules\lerna\node_modules\cli-cursor
C:\npm\prefix\node_modules\lerna\node_modules\cliui
C:\npm\prefix\node_modules\lerna\node_modules\cli-width
C:\npm\prefix\node_modules\lerna\node_modules\clone
C:\npm\prefix\node_modules\lerna\node_modules\clone-deep
C:\npm\prefix\node_modules\lerna\node_modules\code-point-at
C:\npm\prefix\node_modules\lerna\node_modules\collection-visit
C:\npm\prefix\node_modules\lerna\node_modules\color-convert
C:\npm\prefix\node_modules\lerna\node_modules\color-name
C:\npm\prefix\node_modules\lerna\node_modules\columnify
C:\npm\prefix\node_modules\lerna\node_modules\combined-stream
C:\npm\prefix\node_modules\lerna\node_modules\compare-func
C:\npm\prefix\node_modules\lerna\node_modules\component-emitter
C:\npm\prefix\node_modules\lerna\node_modules\concat-map
C:\npm\prefix\node_modules\lerna\node_modules\concat-stream
C:\npm\prefix\node_modules\lerna\node_modules\config-chain
C:\npm\prefix\node_modules\lerna\node_modules\console-control-strings
C:\npm\prefix\node_modules\lerna\node_modules\conventional-changelog-angular
C:\npm\prefix\node_modules\lerna\node_modules\conventional-changelog-core
C:\npm\prefix\node_modules\lerna\node_modules\conventional-changelog-preset-loader
C:\npm\prefix\node_modules\lerna\node_modules\conventional-changelog-writer
C:\npm\prefix\node_modules\lerna\node_modules\conventional-commits-filter
C:\npm\prefix\node_modules\lerna\node_modules\conventional-commits-parser
C:\npm\prefix\node_modules\lerna\node_modules\conventional-recommended-bump
C:\npm\prefix\node_modules\lerna\node_modules\copy-concurrently
C:\npm\prefix\node_modules\lerna\node_modules\copy-descriptor
C:\npm\prefix\node_modules\lerna\node_modules\core-util-is
C:\npm\prefix\node_modules\lerna\node_modules\cosmiconfig
C:\npm\prefix\node_modules\lerna\node_modules\cross-spawn
C:\npm\prefix\node_modules\lerna\node_modules\currently-unhandled
C:\npm\prefix\node_modules\lerna\node_modules\cyclist
C:\npm\prefix\node_modules\lerna\node_modules\dargs
C:\npm\prefix\node_modules\lerna\node_modules\dashdash
C:\npm\prefix\node_modules\lerna\node_modules\dateformat
C:\npm\prefix\node_modules\lerna\node_modules\debug
C:\npm\prefix\node_modules\lerna\node_modules\debuglog
C:\npm\prefix\node_modules\lerna\node_modules\decamelize
C:\npm\prefix\node_modules\lerna\node_modules\decamelize-keys
C:\npm\prefix\node_modules\lerna\node_modules\decode-uri-component
C:\npm\prefix\node_modules\lerna\node_modules\dedent
C:\npm\prefix\node_modules\lerna\node_modules\defaults
C:\npm\prefix\node_modules\lerna\node_modules\define-properties
C:\npm\prefix\node_modules\lerna\node_modules\define-property
C:\npm\prefix\node_modules\lerna\node_modules\delayed-stream
C:\npm\prefix\node_modules\lerna\node_modules\delegates
C:\npm\prefix\node_modules\lerna\node_modules\deprecation
C:\npm\prefix\node_modules\lerna\node_modules\detect-indent
C:\npm\prefix\node_modules\lerna\node_modules\dezalgo
C:\npm\prefix\node_modules\lerna\node_modules\dir-glob
C:\npm\prefix\node_modules\lerna\node_modules\dot-prop
C:\npm\prefix\node_modules\lerna\node_modules\duplexer
C:\npm\prefix\node_modules\lerna\node_modules\duplexify
C:\npm\prefix\node_modules\lerna\node_modules\ecc-jsbn
C:\npm\prefix\node_modules\lerna\node_modules\emoji-regex
C:\npm\prefix\node_modules\lerna\node_modules\encoding
C:\npm\prefix\node_modules\lerna\node_modules\end-of-stream
C:\npm\prefix\node_modules\lerna\node_modules\envinfo
C:\npm\prefix\node_modules\lerna\node_modules\env-paths
C:\npm\prefix\node_modules\lerna\node_modules\err-code
C:\npm\prefix\node_modules\lerna\node_modules\error-ex
C:\npm\prefix\node_modules\lerna\node_modules\es6-promise
C:\npm\prefix\node_modules\lerna\node_modules\es6-promisify
C:\npm\prefix\node_modules\lerna\node_modules\es-abstract
C:\npm\prefix\node_modules\lerna\node_modules\escape-string-regexp
C:\npm\prefix\node_modules\lerna\node_modules\esprima
C:\npm\prefix\node_modules\lerna\node_modules\es-to-primitive
C:\npm\prefix\node_modules\lerna\node_modules\eventemitter3
C:\npm\prefix\node_modules\lerna\node_modules\execa
C:\npm\prefix\node_modules\lerna\node_modules\expand-brackets
C:\npm\prefix\node_modules\lerna\node_modules\extend
C:\npm\prefix\node_modules\lerna\node_modules\extend-shallow
C:\npm\prefix\node_modules\lerna\node_modules\external-editor
C:\npm\prefix\node_modules\lerna\node_modules\extglob
C:\npm\prefix\node_modules\lerna\node_modules\extsprintf
C:\npm\prefix\node_modules\lerna\node_modules\fast-deep-equal
C:\npm\prefix\node_modules\lerna\node_modules\fast-glob
C:\npm\prefix\node_modules\lerna\node_modules\fast-json-stable-stringify
C:\npm\prefix\node_modules\lerna\node_modules\figgy-pudding
C:\npm\prefix\node_modules\lerna\node_modules\figures
C:\npm\prefix\node_modules\lerna\node_modules\fill-range
C:\npm\prefix\node_modules\lerna\node_modules\find-up
C:\npm\prefix\node_modules\lerna\node_modules\flush-write-stream
C:\npm\prefix\node_modules\lerna\node_modules\forever-agent
C:\npm\prefix\node_modules\lerna\node_modules\for-in
C:\npm\prefix\node_modules\lerna\node_modules\form-data
C:\npm\prefix\node_modules\lerna\node_modules\fragment-cache
C:\npm\prefix\node_modules\lerna\node_modules\from2
C:\npm\prefix\node_modules\lerna\node_modules\fs.realpath
C:\npm\prefix\node_modules\lerna\node_modules\fs-extra
C:\npm\prefix\node_modules\lerna\node_modules\fs-minipass
C:\npm\prefix\node_modules\lerna\node_modules\fs-write-stream-atomic
C:\npm\prefix\node_modules\lerna\node_modules\function-bind
C:\npm\prefix\node_modules\lerna\node_modules\gauge
C:\npm\prefix\node_modules\lerna\node_modules\genfun
C:\npm\prefix\node_modules\lerna\node_modules\get-caller-file
C:\npm\prefix\node_modules\lerna\node_modules\getpass
C:\npm\prefix\node_modules\lerna\node_modules\get-pkg-repo
C:\npm\prefix\node_modules\lerna\node_modules\get-port
C:\npm\prefix\node_modules\lerna\node_modules\get-stdin
C:\npm\prefix\node_modules\lerna\node_modules\get-stream
C:\npm\prefix\node_modules\lerna\node_modules\get-value
C:\npm\prefix\node_modules\lerna\node_modules\gitconfiglocal
C:\npm\prefix\node_modules\lerna\node_modules\git-raw-commits
C:\npm\prefix\node_modules\lerna\node_modules\git-remote-origin-url
C:\npm\prefix\node_modules\lerna\node_modules\git-semver-tags
C:\npm\prefix\node_modules\lerna\node_modules\git-up
C:\npm\prefix\node_modules\lerna\node_modules\git-url-parse
C:\npm\prefix\node_modules\lerna\node_modules\glob
C:\npm\prefix\node_modules\lerna\node_modules\globby
C:\npm\prefix\node_modules\lerna\node_modules\glob-parent
C:\npm\prefix\node_modules\lerna\node_modules\glob-to-regexp
C:\npm\prefix\node_modules\lerna\node_modules\graceful-fs
C:\npm\prefix\node_modules\lerna\node_modules\handlebars
C:\npm\prefix\node_modules\lerna\node_modules\hard-rejection
C:\npm\prefix\node_modules\lerna\node_modules\har-schema
C:\npm\prefix\node_modules\lerna\node_modules\har-validator
C:\npm\prefix\node_modules\lerna\node_modules\has
C:\npm\prefix\node_modules\lerna\node_modules\has-flag
C:\npm\prefix\node_modules\lerna\node_modules\has-symbols
C:\npm\prefix\node_modules\lerna\node_modules\has-unicode
C:\npm\prefix\node_modules\lerna\node_modules\has-value
C:\npm\prefix\node_modules\lerna\node_modules\has-values
C:\npm\prefix\node_modules\lerna\node_modules\hosted-git-info
C:\npm\prefix\node_modules\lerna\node_modules\http-cache-semantics
C:\npm\prefix\node_modules\lerna\node_modules\http-proxy-agent
C:\npm\prefix\node_modules\lerna\node_modules\http-signature
C:\npm\prefix\node_modules\lerna\node_modules\https-proxy-agent
C:\npm\prefix\node_modules\lerna\node_modules\humanize-ms
C:\npm\prefix\node_modules\lerna\node_modules\iconv-lite
C:\npm\prefix\node_modules\lerna\node_modules\iferr
C:\npm\prefix\node_modules\lerna\node_modules\ignore
C:\npm\prefix\node_modules\lerna\node_modules\ignore-walk
C:\npm\prefix\node_modules\lerna\node_modules\import-fresh
C:\npm\prefix\node_modules\lerna\node_modules\import-local
C:\npm\prefix\node_modules\lerna\node_modules\imurmurhash
C:\npm\prefix\node_modules\lerna\node_modules\indent-string
C:\npm\prefix\node_modules\lerna\node_modules\infer-owner
C:\npm\prefix\node_modules\lerna\node_modules\inflight
C:\npm\prefix\node_modules\lerna\node_modules\inherits
C:\npm\prefix\node_modules\lerna\node_modules\ini
C:\npm\prefix\node_modules\lerna\node_modules\init-package-json
C:\npm\prefix\node_modules\lerna\node_modules\inquirer
C:\npm\prefix\node_modules\lerna\node_modules\ip
C:\npm\prefix\node_modules\lerna\node_modules\is-accessor-descriptor
C:\npm\prefix\node_modules\lerna\node_modules\isarray
C:\npm\prefix\node_modules\lerna\node_modules\is-arrayish
C:\npm\prefix\node_modules\lerna\node_modules\is-buffer
C:\npm\prefix\node_modules\lerna\node_modules\is-callable
C:\npm\prefix\node_modules\lerna\node_modules\is-ci
C:\npm\prefix\node_modules\lerna\node_modules\is-data-descriptor
C:\npm\prefix\node_modules\lerna\node_modules\is-date-object
C:\npm\prefix\node_modules\lerna\node_modules\is-descriptor
C:\npm\prefix\node_modules\lerna\node_modules\is-directory
C:\npm\prefix\node_modules\lerna\node_modules\isexe
C:\npm\prefix\node_modules\lerna\node_modules\is-extendable
C:\npm\prefix\node_modules\lerna\node_modules\is-extglob
C:\npm\prefix\node_modules\lerna\node_modules\is-finite
C:\npm\prefix\node_modules\lerna\node_modules\is-fullwidth-code-point
C:\npm\prefix\node_modules\lerna\node_modules\is-glob
C:\npm\prefix\node_modules\lerna\node_modules\is-number
C:\npm\prefix\node_modules\lerna\node_modules\is-obj
C:\npm\prefix\node_modules\lerna\node_modules\isobject
C:\npm\prefix\node_modules\lerna\node_modules\is-plain-obj
C:\npm\prefix\node_modules\lerna\node_modules\is-plain-object
C:\npm\prefix\node_modules\lerna\node_modules\is-regex
C:\npm\prefix\node_modules\lerna\node_modules\is-ssh
C:\npm\prefix\node_modules\lerna\node_modules\isstream
C:\npm\prefix\node_modules\lerna\node_modules\is-stream
C:\npm\prefix\node_modules\lerna\node_modules\is-symbol
C:\npm\prefix\node_modules\lerna\node_modules\is-text-path
C:\npm\prefix\node_modules\lerna\node_modules\is-typedarray
C:\npm\prefix\node_modules\lerna\node_modules\is-utf8
C:\npm\prefix\node_modules\lerna\node_modules\is-windows
C:\npm\prefix\node_modules\lerna\node_modules\jsbn
C:\npm\prefix\node_modules\lerna\node_modules\jsonfile
C:\npm\prefix\node_modules\lerna\node_modules\jsonparse
C:\npm\prefix\node_modules\lerna\node_modules\json-parse-better-errors
C:\npm\prefix\node_modules\lerna\node_modules\json-parse-even-better-errors
C:\npm\prefix\node_modules\lerna\node_modules\json-schema
C:\npm\prefix\node_modules\lerna\node_modules\json-schema-traverse
C:\npm\prefix\node_modules\lerna\node_modules\JSONStream
C:\npm\prefix\node_modules\lerna\node_modules\json-stringify-safe
C:\npm\prefix\node_modules\lerna\node_modules\jsprim
C:\npm\prefix\node_modules\lerna\node_modules\js-tokens
C:\npm\prefix\node_modules\lerna\node_modules\js-yaml
C:\npm\prefix\node_modules\lerna\node_modules\kind-of
C:\npm\prefix\node_modules\lerna\node_modules\lines-and-columns
C:\npm\prefix\node_modules\lerna\node_modules\load-json-file
C:\npm\prefix\node_modules\lerna\node_modules\locate-path
C:\npm\prefix\node_modules\lerna\node_modules\lodash
C:\npm\prefix\node_modules\lerna\node_modules\lodash._reinterpolate
C:\npm\prefix\node_modules\lerna\node_modules\lodash.clonedeep
C:\npm\prefix\node_modules\lerna\node_modules\lodash.get
C:\npm\prefix\node_modules\lerna\node_modules\lodash.ismatch
C:\npm\prefix\node_modules\lerna\node_modules\lodash.set
C:\npm\prefix\node_modules\lerna\node_modules\lodash.sortby
C:\npm\prefix\node_modules\lerna\node_modules\lodash.template
C:\npm\prefix\node_modules\lerna\node_modules\lodash.templatesettings
C:\npm\prefix\node_modules\lerna\node_modules\lodash.uniq
C:\npm\prefix\node_modules\lerna\node_modules\loud-rejection
C:\npm\prefix\node_modules\lerna\node_modules\lru-cache
C:\npm\prefix\node_modules\lerna\node_modules\macos-release
C:\npm\prefix\node_modules\lerna\node_modules\make-dir
C:\npm\prefix\node_modules\lerna\node_modules\make-fetch-happen
C:\npm\prefix\node_modules\lerna\node_modules\map-cache
C:\npm\prefix\node_modules\lerna\node_modules\map-obj
C:\npm\prefix\node_modules\lerna\node_modules\map-visit
C:\npm\prefix\node_modules\lerna\node_modules\meow
C:\npm\prefix\node_modules\lerna\node_modules\merge2
C:\npm\prefix\node_modules\lerna\node_modules\micromatch
C:\npm\prefix\node_modules\lerna\node_modules\mime-db
C:\npm\prefix\node_modules\lerna\node_modules\mime-types
C:\npm\prefix\node_modules\lerna\node_modules\mimic-fn
C:\npm\prefix\node_modules\lerna\node_modules\minimatch
C:\npm\prefix\node_modules\lerna\node_modules\minimist
C:\npm\prefix\node_modules\lerna\node_modules\minimist-options
C:\npm\prefix\node_modules\lerna\node_modules\min-indent
C:\npm\prefix\node_modules\lerna\node_modules\minipass
C:\npm\prefix\node_modules\lerna\node_modules\minizlib
C:\npm\prefix\node_modules\lerna\node_modules\mississippi
C:\npm\prefix\node_modules\lerna\node_modules\mixin-deep
C:\npm\prefix\node_modules\lerna\node_modules\mkdirp
C:\npm\prefix\node_modules\lerna\node_modules\mkdirp-promise
C:\npm\prefix\node_modules\lerna\node_modules\modify-values
C:\npm\prefix\node_modules\lerna\node_modules\move-concurrently
C:\npm\prefix\node_modules\lerna\node_modules\ms
C:\npm\prefix\node_modules\lerna\node_modules\multimatch
C:\npm\prefix\node_modules\lerna\node_modules\mute-stream
C:\npm\prefix\node_modules\lerna\node_modules\mz
C:\npm\prefix\node_modules\lerna\node_modules\nanomatch
C:\npm\prefix\node_modules\lerna\node_modules\neo-async
C:\npm\prefix\node_modules\lerna\node_modules\nice-try
C:\npm\prefix\node_modules\lerna\node_modules\node-fetch
C:\npm\prefix\node_modules\lerna\node_modules\node-fetch-npm
C:\npm\prefix\node_modules\lerna\node_modules\node-gyp
C:\npm\prefix\node_modules\lerna\node_modules\nopt
C:\npm\prefix\node_modules\lerna\node_modules\normalize-package-data
C:\npm\prefix\node_modules\lerna\node_modules\normalize-url
C:\npm\prefix\node_modules\lerna\node_modules\npm-bundled
C:\npm\prefix\node_modules\lerna\node_modules\npm-lifecycle
C:\npm\prefix\node_modules\lerna\node_modules\npmlog
C:\npm\prefix\node_modules\lerna\node_modules\npm-normalize-package-bin
C:\npm\prefix\node_modules\lerna\node_modules\npm-package-arg
C:\npm\prefix\node_modules\lerna\node_modules\npm-packlist
C:\npm\prefix\node_modules\lerna\node_modules\npm-pick-manifest
C:\npm\prefix\node_modules\lerna\node_modules\npm-run-path
C:\npm\prefix\node_modules\lerna\node_modules\number-is-nan
C:\npm\prefix\node_modules\lerna\node_modules\oauth-sign
C:\npm\prefix\node_modules\lerna\node_modules\object.assign
C:\npm\prefix\node_modules\lerna\node_modules\object.getownpropertydescriptors
C:\npm\prefix\node_modules\lerna\node_modules\object.pick
C:\npm\prefix\node_modules\lerna\node_modules\object-assign
C:\npm\prefix\node_modules\lerna\node_modules\object-copy
C:\npm\prefix\node_modules\lerna\node_modules\object-inspect
C:\npm\prefix\node_modules\lerna\node_modules\object-keys
C:\npm\prefix\node_modules\lerna\node_modules\object-visit
C:\npm\prefix\node_modules\lerna\node_modules\octokit-pagination-methods
C:\npm\prefix\node_modules\lerna\node_modules\once
C:\npm\prefix\node_modules\lerna\node_modules\onetime
C:\npm\prefix\node_modules\lerna\node_modules\osenv
C:\npm\prefix\node_modules\lerna\node_modules\os-homedir
C:\npm\prefix\node_modules\lerna\node_modules\os-name
C:\npm\prefix\node_modules\lerna\node_modules\os-tmpdir
C:\npm\prefix\node_modules\lerna\node_modules\parallel-transform
C:\npm\prefix\node_modules\lerna\node_modules\parse-github-repo-url
C:\npm\prefix\node_modules\lerna\node_modules\parse-json
C:\npm\prefix\node_modules\lerna\node_modules\parse-path
C:\npm\prefix\node_modules\lerna\node_modules\parse-url
C:\npm\prefix\node_modules\lerna\node_modules\pascalcase
C:\npm\prefix\node_modules\lerna\node_modules\path-dirname
C:\npm\prefix\node_modules\lerna\node_modules\path-exists
C:\npm\prefix\node_modules\lerna\node_modules\path-is-absolute
C:\npm\prefix\node_modules\lerna\node_modules\path-key
C:\npm\prefix\node_modules\lerna\node_modules\path-parse
C:\npm\prefix\node_modules\lerna\node_modules\path-type
C:\npm\prefix\node_modules\lerna\node_modules\performance-now
C:\npm\prefix\node_modules\lerna\node_modules\p-finally
C:\npm\prefix\node_modules\lerna\node_modules\pify
C:\npm\prefix\node_modules\lerna\node_modules\pinkie
C:\npm\prefix\node_modules\lerna\node_modules\pinkie-promise
C:\npm\prefix\node_modules\lerna\node_modules\pkg-dir
C:\npm\prefix\node_modules\lerna\node_modules\p-limit
C:\npm\prefix\node_modules\lerna\node_modules\p-locate
C:\npm\prefix\node_modules\lerna\node_modules\p-map
C:\npm\prefix\node_modules\lerna\node_modules\p-map-series
C:\npm\prefix\node_modules\lerna\node_modules\posix-character-classes
C:\npm\prefix\node_modules\lerna\node_modules\p-pipe
C:\npm\prefix\node_modules\lerna\node_modules\p-queue
C:\npm\prefix\node_modules\lerna\node_modules\p-reduce
C:\npm\prefix\node_modules\lerna\node_modules\process-nextick-args
C:\npm\prefix\node_modules\lerna\node_modules\promise-inflight
C:\npm\prefix\node_modules\lerna\node_modules\promise-retry
C:\npm\prefix\node_modules\lerna\node_modules\promzard
C:\npm\prefix\node_modules\lerna\node_modules\protocols
C:\npm\prefix\node_modules\lerna\node_modules\protoduck
C:\npm\prefix\node_modules\lerna\node_modules\proto-list
C:\npm\prefix\node_modules\lerna\node_modules\psl
C:\npm\prefix\node_modules\lerna\node_modules\p-try
C:\npm\prefix\node_modules\lerna\node_modules\pump
C:\npm\prefix\node_modules\lerna\node_modules\pumpify
C:\npm\prefix\node_modules\lerna\node_modules\punycode
C:\npm\prefix\node_modules\lerna\node_modules\p-waterfall
C:\npm\prefix\node_modules\lerna\node_modules\q
C:\npm\prefix\node_modules\lerna\node_modules\qs
C:\npm\prefix\node_modules\lerna\node_modules\quick-lru
C:\npm\prefix\node_modules\lerna\node_modules\read
C:\npm\prefix\node_modules\lerna\node_modules\readable-stream
C:\npm\prefix\node_modules\lerna\node_modules\read-cmd-shim
C:\npm\prefix\node_modules\lerna\node_modules\readdir-scoped-modules
C:\npm\prefix\node_modules\lerna\node_modules\read-package-json
C:\npm\prefix\node_modules\lerna\node_modules\read-package-tree
C:\npm\prefix\node_modules\lerna\node_modules\read-pkg
C:\npm\prefix\node_modules\lerna\node_modules\read-pkg-up
C:\npm\prefix\node_modules\lerna\node_modules\redent
C:\npm\prefix\node_modules\lerna\node_modules\regex-not
C:\npm\prefix\node_modules\lerna\node_modules\repeat-element
C:\npm\prefix\node_modules\lerna\node_modules\repeating
C:\npm\prefix\node_modules\lerna\node_modules\repeat-string
C:\npm\prefix\node_modules\lerna\node_modules\request
C:\npm\prefix\node_modules\lerna\node_modules\require-directory
C:\npm\prefix\node_modules\lerna\node_modules\require-main-filename
C:\npm\prefix\node_modules\lerna\node_modules\resolve
C:\npm\prefix\node_modules\lerna\node_modules\resolve-cwd
C:\npm\prefix\node_modules\lerna\node_modules\resolve-from
C:\npm\prefix\node_modules\lerna\node_modules\resolve-url
C:\npm\prefix\node_modules\lerna\node_modules\restore-cursor
C:\npm\prefix\node_modules\lerna\node_modules\ret
C:\npm\prefix\node_modules\lerna\node_modules\retry
C:\npm\prefix\node_modules\lerna\node_modules\rimraf
C:\npm\prefix\node_modules\lerna\node_modules\run-async
C:\npm\prefix\node_modules\lerna\node_modules\run-queue
C:\npm\prefix\node_modules\lerna\node_modules\rxjs
C:\npm\prefix\node_modules\lerna\node_modules\safe-buffer
C:\npm\prefix\node_modules\lerna\node_modules\safer-buffer
C:\npm\prefix\node_modules\lerna\node_modules\safe-regex
C:\npm\prefix\node_modules\lerna\node_modules\semver
C:\npm\prefix\node_modules\lerna\node_modules\set-blocking
C:\npm\prefix\node_modules\lerna\node_modules\set-value
C:\npm\prefix\node_modules\lerna\node_modules\shallow-clone
C:\npm\prefix\node_modules\lerna\node_modules\shebang-command
C:\npm\prefix\node_modules\lerna\node_modules\shebang-regex
C:\npm\prefix\node_modules\lerna\node_modules\signal-exit
C:\npm\prefix\node_modules\lerna\node_modules\slash
C:\npm\prefix\node_modules\lerna\node_modules\slide
C:\npm\prefix\node_modules\lerna\node_modules\smart-buffer
C:\npm\prefix\node_modules\lerna\node_modules\snapdragon
C:\npm\prefix\node_modules\lerna\node_modules\snapdragon-node
C:\npm\prefix\node_modules\lerna\node_modules\snapdragon-util
C:\npm\prefix\node_modules\lerna\node_modules\socks
C:\npm\prefix\node_modules\lerna\node_modules\socks-proxy-agent
C:\npm\prefix\node_modules\lerna\node_modules\sort-keys
C:\npm\prefix\node_modules\lerna\node_modules\source-map
C:\npm\prefix\node_modules\lerna\node_modules\source-map-resolve
C:\npm\prefix\node_modules\lerna\node_modules\source-map-url
C:\npm\prefix\node_modules\lerna\node_modules\spdx-correct
C:\npm\prefix\node_modules\lerna\node_modules\spdx-exceptions
C:\npm\prefix\node_modules\lerna\node_modules\spdx-expression-parse
C:\npm\prefix\node_modules\lerna\node_modules\spdx-license-ids
C:\npm\prefix\node_modules\lerna\node_modules\split
C:\npm\prefix\node_modules\lerna\node_modules\split2
C:\npm\prefix\node_modules\lerna\node_modules\split-string
C:\npm\prefix\node_modules\lerna\node_modules\sprintf-js
C:\npm\prefix\node_modules\lerna\node_modules\sshpk
C:\npm\prefix\node_modules\lerna\node_modules\ssri
C:\npm\prefix\node_modules\lerna\node_modules\static-extend
C:\npm\prefix\node_modules\lerna\node_modules\stream-each
C:\npm\prefix\node_modules\lerna\node_modules\stream-shift
C:\npm\prefix\node_modules\lerna\node_modules\string.prototype.trimend
C:\npm\prefix\node_modules\lerna\node_modules\string.prototype.trimstart
C:\npm\prefix\node_modules\lerna\node_modules\string_decoder
C:\npm\prefix\node_modules\lerna\node_modules\string-width
C:\npm\prefix\node_modules\lerna\node_modules\strip-ansi
C:\npm\prefix\node_modules\lerna\node_modules\strip-bom
C:\npm\prefix\node_modules\lerna\node_modules\strip-eof
C:\npm\prefix\node_modules\lerna\node_modules\strip-indent
C:\npm\prefix\node_modules\lerna\node_modules\strong-log-transformer
C:\npm\prefix\node_modules\lerna\node_modules\supports-color
C:\npm\prefix\node_modules\lerna\node_modules\tar
C:\npm\prefix\node_modules\lerna\node_modules\temp-dir
C:\npm\prefix\node_modules\lerna\node_modules\temp-write
C:\npm\prefix\node_modules\lerna\node_modules\text-extensions
C:\npm\prefix\node_modules\lerna\node_modules\thenify
C:\npm\prefix\node_modules\lerna\node_modules\thenify-all
C:\npm\prefix\node_modules\lerna\node_modules\through
C:\npm\prefix\node_modules\lerna\node_modules\through2
C:\npm\prefix\node_modules\lerna\node_modules\tmp
C:\npm\prefix\node_modules\lerna\node_modules\to-object-path
C:\npm\prefix\node_modules\lerna\node_modules\to-regex
C:\npm\prefix\node_modules\lerna\node_modules\to-regex-range
C:\npm\prefix\node_modules\lerna\node_modules\tough-cookie
C:\npm\prefix\node_modules\lerna\node_modules\tr46
C:\npm\prefix\node_modules\lerna\node_modules\trim-newlines
C:\npm\prefix\node_modules\lerna\node_modules\trim-off-newlines
C:\npm\prefix\node_modules\lerna\node_modules\tslib
C:\npm\prefix\node_modules\lerna\node_modules\tunnel-agent
C:\npm\prefix\node_modules\lerna\node_modules\tweetnacl
C:\npm\prefix\node_modules\lerna\node_modules\typedarray
C:\npm\prefix\node_modules\lerna\node_modules\type-fest
C:\npm\prefix\node_modules\lerna\node_modules\uglify-js
C:\npm\prefix\node_modules\lerna\node_modules\uid-number
C:\npm\prefix\node_modules\lerna\node_modules\umask
C:\npm\prefix\node_modules\lerna\node_modules\union-value
C:\npm\prefix\node_modules\lerna\node_modules\unique-filename
C:\npm\prefix\node_modules\lerna\node_modules\unique-slug
C:\npm\prefix\node_modules\lerna\node_modules\universalify
C:\npm\prefix\node_modules\lerna\node_modules\universal-user-agent
C:\npm\prefix\node_modules\lerna\node_modules\unset-value
C:\npm\prefix\node_modules\lerna\node_modules\upath
C:\npm\prefix\node_modules\lerna\node_modules\uri-js
C:\npm\prefix\node_modules\lerna\node_modules\urix
C:\npm\prefix\node_modules\lerna\node_modules\use
C:\npm\prefix\node_modules\lerna\node_modules\util-deprecate
C:\npm\prefix\node_modules\lerna\node_modules\util-promisify
C:\npm\prefix\node_modules\lerna\node_modules\uuid
C:\npm\prefix\node_modules\lerna\node_modules\validate-npm-package-license
C:\npm\prefix\node_modules\lerna\node_modules\validate-npm-package-name
C:\npm\prefix\node_modules\lerna\node_modules\verror
C:\npm\prefix\node_modules\lerna\node_modules\wcwidth
C:\npm\prefix\node_modules\lerna\node_modules\webidl-conversions
C:\npm\prefix\node_modules\lerna\node_modules\whatwg-url
C:\npm\prefix\node_modules\lerna\node_modules\which
C:\npm\prefix\node_modules\lerna\node_modules\which-module
C:\npm\prefix\node_modules\lerna\node_modules\wide-align
C:\npm\prefix\node_modules\lerna\node_modules\windows-release
C:\npm\prefix\node_modules\lerna\node_modules\wordwrap
C:\npm\prefix\node_modules\lerna\node_modules\wrap-ansi
C:\npm\prefix\node_modules\lerna\node_modules\wrappy
C:\npm\prefix\node_modules\lerna\node_modules\write-file-atomic
C:\npm\prefix\node_modules\lerna\node_modules\write-json-file
C:\npm\prefix\node_modules\lerna\node_modules\write-pkg
C:\npm\prefix\node_modules\lerna\node_modules\xtend
C:\npm\prefix\node_modules\lerna\node_modules\y18n
C:\npm\prefix\node_modules\lerna\node_modules\yallist
C:\npm\prefix\node_modules\lerna\node_modules\yargs
C:\npm\prefix\node_modules\lerna\node_modules\yargs-parser
C:\npm\prefix\node_modules\newman
C:\npm\prefix\node_modules\newman\bin
C:\npm\prefix\node_modules\newman\docker
C:\npm\prefix\node_modules\newman\docker\images
C:\npm\prefix\node_modules\newman\lib
C:\npm\prefix\node_modules\newman\lib\config
C:\npm\prefix\node_modules\newman\lib\node-version-check
C:\npm\prefix\node_modules\newman\lib\print
C:\npm\prefix\node_modules\newman\lib\reporters
C:\npm\prefix\node_modules\newman\lib\run
C:\npm\prefix\node_modules\newman\node_modules
C:\npm\prefix\node_modules\newman\node_modules\@postman
C:\npm\prefix\node_modules\newman\node_modules\ajv
C:\npm\prefix\node_modules\newman\node_modules\ansi-regex
C:\npm\prefix\node_modules\newman\node_modules\ansi-styles
C:\npm\prefix\node_modules\newman\node_modules\array-uniq
C:\npm\prefix\node_modules\newman\node_modules\asn1
C:\npm\prefix\node_modules\newman\node_modules\assert-plus
C:\npm\prefix\node_modules\newman\node_modules\async
C:\npm\prefix\node_modules\newman\node_modules\asynckit
C:\npm\prefix\node_modules\newman\node_modules\aws4
C:\npm\prefix\node_modules\newman\node_modules\aws-sign2
C:\npm\prefix\node_modules\newman\node_modules\base64-js
C:\npm\prefix\node_modules\newman\node_modules\bcrypt-pbkdf
C:\npm\prefix\node_modules\newman\node_modules\bluebird
C:\npm\prefix\node_modules\newman\node_modules\brotli
C:\npm\prefix\node_modules\newman\node_modules\caseless
C:\npm\prefix\node_modules\newman\node_modules\chalk
C:\npm\prefix\node_modules\newman\node_modules\chardet
C:\npm\prefix\node_modules\newman\node_modules\charset
C:\npm\prefix\node_modules\newman\node_modules\cli-progress
C:\npm\prefix\node_modules\newman\node_modules\cli-table3
C:\npm\prefix\node_modules\newman\node_modules\color-convert
C:\npm\prefix\node_modules\newman\node_modules\color-name
C:\npm\prefix\node_modules\newman\node_modules\colors
C:\npm\prefix\node_modules\newman\node_modules\combined-stream
C:\npm\prefix\node_modules\newman\node_modules\commander
C:\npm\prefix\node_modules\newman\node_modules\core-util-is
C:\npm\prefix\node_modules\newman\node_modules\csv-parse
C:\npm\prefix\node_modules\newman\node_modules\dashdash
C:\npm\prefix\node_modules\newman\node_modules\dbug
C:\npm\prefix\node_modules\newman\node_modules\delayed-stream
C:\npm\prefix\node_modules\newman\node_modules\domelementtype
C:\npm\prefix\node_modules\newman\node_modules\domhandler
C:\npm\prefix\node_modules\newman\node_modules\dom-serializer
C:\npm\prefix\node_modules\newman\node_modules\domutils
C:\npm\prefix\node_modules\newman\node_modules\ecc-jsbn
C:\npm\prefix\node_modules\newman\node_modules\emoji-regex
C:\npm\prefix\node_modules\newman\node_modules\entities
C:\npm\prefix\node_modules\newman\node_modules\escape-html
C:\npm\prefix\node_modules\newman\node_modules\escape-string-regexp
C:\npm\prefix\node_modules\newman\node_modules\eventemitter3
C:\npm\prefix\node_modules\newman\node_modules\extend
C:\npm\prefix\node_modules\newman\node_modules\extsprintf
C:\npm\prefix\node_modules\newman\node_modules\faker
C:\npm\prefix\node_modules\newman\node_modules\fast-deep-equal
C:\npm\prefix\node_modules\newman\node_modules\fast-json-stable-stringify
C:\npm\prefix\node_modules\newman\node_modules\filesize
C:\npm\prefix\node_modules\newman\node_modules\file-type
C:\npm\prefix\node_modules\newman\node_modules\flatted
C:\npm\prefix\node_modules\newman\node_modules\forever-agent
C:\npm\prefix\node_modules\newman\node_modules\getpass
C:\npm\prefix\node_modules\newman\node_modules\handlebars
C:\npm\prefix\node_modules\newman\node_modules\har-schema
C:\npm\prefix\node_modules\newman\node_modules\har-validator
C:\npm\prefix\node_modules\newman\node_modules\has-ansi
C:\npm\prefix\node_modules\newman\node_modules\has-flag
C:\npm\prefix\node_modules\newman\node_modules\htmlparser2
C:\npm\prefix\node_modules\newman\node_modules\httpntlm
C:\npm\prefix\node_modules\newman\node_modules\http-reasons
C:\npm\prefix\node_modules\newman\node_modules\httpreq
C:\npm\prefix\node_modules\newman\node_modules\http-signature
C:\npm\prefix\node_modules\newman\node_modules\iconv-lite
C:\npm\prefix\node_modules\newman\node_modules\inherits
C:\npm\prefix\node_modules\newman\node_modules\intel
C:\npm\prefix\node_modules\newman\node_modules\ip-regex
C:\npm\prefix\node_modules\newman\node_modules\is-fullwidth-code-point
C:\npm\prefix\node_modules\newman\node_modules\isstream
C:\npm\prefix\node_modules\newman\node_modules\is-typedarray
C:\npm\prefix\node_modules\newman\node_modules\jsbn
C:\npm\prefix\node_modules\newman\node_modules\json-schema
C:\npm\prefix\node_modules\newman\node_modules\json-schema-traverse
C:\npm\prefix\node_modules\newman\node_modules\json-stringify-safe
C:\npm\prefix\node_modules\newman\node_modules\jsprim
C:\npm\prefix\node_modules\newman\node_modules\js-sha512
C:\npm\prefix\node_modules\newman\node_modules\liquid-json
C:\npm\prefix\node_modules\newman\node_modules\lodash
C:\npm\prefix\node_modules\newman\node_modules\lodash.clonedeep
C:\npm\prefix\node_modules\newman\node_modules\lodash.escaperegexp
C:\npm\prefix\node_modules\newman\node_modules\lodash.isplainobject
C:\npm\prefix\node_modules\newman\node_modules\lodash.isstring
C:\npm\prefix\node_modules\newman\node_modules\lodash.mergewith
C:\npm\prefix\node_modules\newman\node_modules\marked
C:\npm\prefix\node_modules\newman\node_modules\mime-db
C:\npm\prefix\node_modules\newman\node_modules\mime-format
C:\npm\prefix\node_modules\newman\node_modules\mime-types
C:\npm\prefix\node_modules\newman\node_modules\minimist
C:\npm\prefix\node_modules\newman\node_modules\mkdirp
C:\npm\prefix\node_modules\newman\node_modules\neo-async
C:\npm\prefix\node_modules\newman\node_modules\node-oauth1
C:\npm\prefix\node_modules\newman\node_modules\number-is-nan
C:\npm\prefix\node_modules\newman\node_modules\oauth-sign
C:\npm\prefix\node_modules\newman\node_modules\object-assign
C:\npm\prefix\node_modules\newman\node_modules\object-hash
C:\npm\prefix\node_modules\newman\node_modules\parse-ms
C:\npm\prefix\node_modules\newman\node_modules\performance-now
C:\npm\prefix\node_modules\newman\node_modules\postcss
C:\npm\prefix\node_modules\newman\node_modules\postman-collection
C:\npm\prefix\node_modules\newman\node_modules\postman-collection-transformer
C:\npm\prefix\node_modules\newman\node_modules\postman-request
C:\npm\prefix\node_modules\newman\node_modules\postman-runtime
C:\npm\prefix\node_modules\newman\node_modules\postman-sandbox
C:\npm\prefix\node_modules\newman\node_modules\postman-url-encoder
C:\npm\prefix\node_modules\newman\node_modules\pretty-ms
C:\npm\prefix\node_modules\newman\node_modules\psl
C:\npm\prefix\node_modules\newman\node_modules\punycode
C:\npm\prefix\node_modules\newman\node_modules\qs
C:\npm\prefix\node_modules\newman\node_modules\readable-stream
C:\npm\prefix\node_modules\newman\node_modules\resolve-from
C:\npm\prefix\node_modules\newman\node_modules\safe-buffer
C:\npm\prefix\node_modules\newman\node_modules\safer-buffer
C:\npm\prefix\node_modules\newman\node_modules\sanitize-html
C:\npm\prefix\node_modules\newman\node_modules\semver
C:\npm\prefix\node_modules\newman\node_modules\serialised-error
C:\npm\prefix\node_modules\newman\node_modules\source-map
C:\npm\prefix\node_modules\newman\node_modules\srcset
C:\npm\prefix\node_modules\newman\node_modules\sshpk
C:\npm\prefix\node_modules\newman\node_modules\stack-trace
C:\npm\prefix\node_modules\newman\node_modules\stream-length
C:\npm\prefix\node_modules\newman\node_modules\strftime
C:\npm\prefix\node_modules\newman\node_modules\string_decoder
C:\npm\prefix\node_modules\newman\node_modules\string-width
C:\npm\prefix\node_modules\newman\node_modules\strip-ansi
C:\npm\prefix\node_modules\newman\node_modules\strip-json-comments
C:\npm\prefix\node_modules\newman\node_modules\supports-color
C:\npm\prefix\node_modules\newman\node_modules\symbol
C:\npm\prefix\node_modules\newman\node_modules\teleport-javascript
C:\npm\prefix\node_modules\newman\node_modules\tough-cookie
C:\npm\prefix\node_modules\newman\node_modules\tweetnacl
C:\npm\prefix\node_modules\newman\node_modules\uglify-js
C:\npm\prefix\node_modules\newman\node_modules\underscore
C:\npm\prefix\node_modules\newman\node_modules\uri-js
C:\npm\prefix\node_modules\newman\node_modules\utcstring
C:\npm\prefix\node_modules\newman\node_modules\util-deprecate
C:\npm\prefix\node_modules\newman\node_modules\uuid
C:\npm\prefix\node_modules\newman\node_modules\uvm
C:\npm\prefix\node_modules\newman\node_modules\verror
C:\npm\prefix\node_modules\newman\node_modules\wordwrap
C:\npm\prefix\node_modules\newman\node_modules\word-wrap
C:\npm\prefix\node_modules\newman\node_modules\xmlbuilder
C:\npm\prefix\node_modules\newman\node_modules\xtend
C:\npm\prefix\node_modules\node-sass
C:\npm\prefix\node_modules\node-sass\bin
C:\npm\prefix\node_modules\node-sass\lib
C:\npm\prefix\node_modules\node-sass\node_modules
C:\npm\prefix\node_modules\node-sass\node_modules\abbrev
C:\npm\prefix\node_modules\node-sass\node_modules\ajv
C:\npm\prefix\node_modules\node-sass\node_modules\amdefine
C:\npm\prefix\node_modules\node-sass\node_modules\ansi-regex
C:\npm\prefix\node_modules\node-sass\node_modules\ansi-styles
C:\npm\prefix\node_modules\node-sass\node_modules\aproba
C:\npm\prefix\node_modules\node-sass\node_modules\are-we-there-yet
C:\npm\prefix\node_modules\node-sass\node_modules\array-find-index
C:\npm\prefix\node_modules\node-sass\node_modules\asn1
C:\npm\prefix\node_modules\node-sass\node_modules\assert-plus
C:\npm\prefix\node_modules\node-sass\node_modules\async-foreach
C:\npm\prefix\node_modules\node-sass\node_modules\asynckit
C:\npm\prefix\node_modules\node-sass\node_modules\aws4
C:\npm\prefix\node_modules\node-sass\node_modules\aws-sign2
C:\npm\prefix\node_modules\node-sass\node_modules\balanced-match
C:\npm\prefix\node_modules\node-sass\node_modules\bcrypt-pbkdf
C:\npm\prefix\node_modules\node-sass\node_modules\block-stream
C:\npm\prefix\node_modules\node-sass\node_modules\brace-expansion
C:\npm\prefix\node_modules\node-sass\node_modules\camelcase
C:\npm\prefix\node_modules\node-sass\node_modules\camelcase-keys
C:\npm\prefix\node_modules\node-sass\node_modules\caseless
C:\npm\prefix\node_modules\node-sass\node_modules\chalk
C:\npm\prefix\node_modules\node-sass\node_modules\cliui
C:\npm\prefix\node_modules\node-sass\node_modules\code-point-at
C:\npm\prefix\node_modules\node-sass\node_modules\color-convert
C:\npm\prefix\node_modules\node-sass\node_modules\color-name
C:\npm\prefix\node_modules\node-sass\node_modules\combined-stream
C:\npm\prefix\node_modules\node-sass\node_modules\concat-map
C:\npm\prefix\node_modules\node-sass\node_modules\console-control-strings
C:\npm\prefix\node_modules\node-sass\node_modules\core-util-is
C:\npm\prefix\node_modules\node-sass\node_modules\cross-spawn
C:\npm\prefix\node_modules\node-sass\node_modules\currently-unhandled
C:\npm\prefix\node_modules\node-sass\node_modules\dashdash
C:\npm\prefix\node_modules\node-sass\node_modules\decamelize
C:\npm\prefix\node_modules\node-sass\node_modules\delayed-stream
C:\npm\prefix\node_modules\node-sass\node_modules\delegates
C:\npm\prefix\node_modules\node-sass\node_modules\ecc-jsbn
C:\npm\prefix\node_modules\node-sass\node_modules\emoji-regex
C:\npm\prefix\node_modules\node-sass\node_modules\error-ex
C:\npm\prefix\node_modules\node-sass\node_modules\escape-string-regexp
C:\npm\prefix\node_modules\node-sass\node_modules\extend
C:\npm\prefix\node_modules\node-sass\node_modules\extsprintf
C:\npm\prefix\node_modules\node-sass\node_modules\fast-deep-equal
C:\npm\prefix\node_modules\node-sass\node_modules\fast-json-stable-stringify
C:\npm\prefix\node_modules\node-sass\node_modules\find-up
C:\npm\prefix\node_modules\node-sass\node_modules\forever-agent
C:\npm\prefix\node_modules\node-sass\node_modules\form-data
C:\npm\prefix\node_modules\node-sass\node_modules\fs.realpath
C:\npm\prefix\node_modules\node-sass\node_modules\fstream
C:\npm\prefix\node_modules\node-sass\node_modules\gauge
C:\npm\prefix\node_modules\node-sass\node_modules\gaze
C:\npm\prefix\node_modules\node-sass\node_modules\get-caller-file
C:\npm\prefix\node_modules\node-sass\node_modules\getpass
C:\npm\prefix\node_modules\node-sass\node_modules\get-stdin
C:\npm\prefix\node_modules\node-sass\node_modules\glob
C:\npm\prefix\node_modules\node-sass\node_modules\globule
C:\npm\prefix\node_modules\node-sass\node_modules\graceful-fs
C:\npm\prefix\node_modules\node-sass\node_modules\har-schema
C:\npm\prefix\node_modules\node-sass\node_modules\har-validator
C:\npm\prefix\node_modules\node-sass\node_modules\has-ansi
C:\npm\prefix\node_modules\node-sass\node_modules\has-unicode
C:\npm\prefix\node_modules\node-sass\node_modules\hosted-git-info
C:\npm\prefix\node_modules\node-sass\node_modules\http-signature
C:\npm\prefix\node_modules\node-sass\node_modules\indent-string
C:\npm\prefix\node_modules\node-sass\node_modules\inflight
C:\npm\prefix\node_modules\node-sass\node_modules\inherits
C:\npm\prefix\node_modules\node-sass\node_modules\in-publish
C:\npm\prefix\node_modules\node-sass\node_modules\isarray
C:\npm\prefix\node_modules\node-sass\node_modules\is-arrayish
C:\npm\prefix\node_modules\node-sass\node_modules\isexe
C:\npm\prefix\node_modules\node-sass\node_modules\is-finite
C:\npm\prefix\node_modules\node-sass\node_modules\is-fullwidth-code-point
C:\npm\prefix\node_modules\node-sass\node_modules\isstream
C:\npm\prefix\node_modules\node-sass\node_modules\is-typedarray
C:\npm\prefix\node_modules\node-sass\node_modules\is-utf8
C:\npm\prefix\node_modules\node-sass\node_modules\js-base64
C:\npm\prefix\node_modules\node-sass\node_modules\jsbn
C:\npm\prefix\node_modules\node-sass\node_modules\json-schema
C:\npm\prefix\node_modules\node-sass\node_modules\json-schema-traverse
C:\npm\prefix\node_modules\node-sass\node_modules\json-stringify-safe
C:\npm\prefix\node_modules\node-sass\node_modules\jsprim
C:\npm\prefix\node_modules\node-sass\node_modules\load-json-file
C:\npm\prefix\node_modules\node-sass\node_modules\locate-path
C:\npm\prefix\node_modules\node-sass\node_modules\lodash
C:\npm\prefix\node_modules\node-sass\node_modules\loud-rejection
C:\npm\prefix\node_modules\node-sass\node_modules\lru-cache
C:\npm\prefix\node_modules\node-sass\node_modules\map-obj
C:\npm\prefix\node_modules\node-sass\node_modules\meow
C:\npm\prefix\node_modules\node-sass\node_modules\mime-db
C:\npm\prefix\node_modules\node-sass\node_modules\mime-types
C:\npm\prefix\node_modules\node-sass\node_modules\minimatch
C:\npm\prefix\node_modules\node-sass\node_modules\minimist
C:\npm\prefix\node_modules\node-sass\node_modules\mkdirp
C:\npm\prefix\node_modules\node-sass\node_modules\nan
C:\npm\prefix\node_modules\node-sass\node_modules\node-gyp
C:\npm\prefix\node_modules\node-sass\node_modules\nopt
C:\npm\prefix\node_modules\node-sass\node_modules\normalize-package-data
C:\npm\prefix\node_modules\node-sass\node_modules\npmlog
C:\npm\prefix\node_modules\node-sass\node_modules\number-is-nan
C:\npm\prefix\node_modules\node-sass\node_modules\oauth-sign
C:\npm\prefix\node_modules\node-sass\node_modules\object-assign
C:\npm\prefix\node_modules\node-sass\node_modules\once
C:\npm\prefix\node_modules\node-sass\node_modules\osenv
C:\npm\prefix\node_modules\node-sass\node_modules\os-homedir
C:\npm\prefix\node_modules\node-sass\node_modules\os-tmpdir
C:\npm\prefix\node_modules\node-sass\node_modules\parse-json
C:\npm\prefix\node_modules\node-sass\node_modules\path-exists
C:\npm\prefix\node_modules\node-sass\node_modules\path-is-absolute
C:\npm\prefix\node_modules\node-sass\node_modules\path-parse
C:\npm\prefix\node_modules\node-sass\node_modules\path-type
C:\npm\prefix\node_modules\node-sass\node_modules\performance-now
C:\npm\prefix\node_modules\node-sass\node_modules\pify
C:\npm\prefix\node_modules\node-sass\node_modules\pinkie
C:\npm\prefix\node_modules\node-sass\node_modules\pinkie-promise
C:\npm\prefix\node_modules\node-sass\node_modules\p-limit
C:\npm\prefix\node_modules\node-sass\node_modules\p-locate
C:\npm\prefix\node_modules\node-sass\node_modules\process-nextick-args
C:\npm\prefix\node_modules\node-sass\node_modules\pseudomap
C:\npm\prefix\node_modules\node-sass\node_modules\psl
C:\npm\prefix\node_modules\node-sass\node_modules\p-try
C:\npm\prefix\node_modules\node-sass\node_modules\punycode
C:\npm\prefix\node_modules\node-sass\node_modules\qs
C:\npm\prefix\node_modules\node-sass\node_modules\readable-stream
C:\npm\prefix\node_modules\node-sass\node_modules\read-pkg
C:\npm\prefix\node_modules\node-sass\node_modules\read-pkg-up
C:\npm\prefix\node_modules\node-sass\node_modules\redent
C:\npm\prefix\node_modules\node-sass\node_modules\repeating
C:\npm\prefix\node_modules\node-sass\node_modules\request
C:\npm\prefix\node_modules\node-sass\node_modules\require-directory
C:\npm\prefix\node_modules\node-sass\node_modules\require-main-filename
C:\npm\prefix\node_modules\node-sass\node_modules\resolve
C:\npm\prefix\node_modules\node-sass\node_modules\rimraf
C:\npm\prefix\node_modules\node-sass\node_modules\safe-buffer
C:\npm\prefix\node_modules\node-sass\node_modules\safer-buffer
C:\npm\prefix\node_modules\node-sass\node_modules\sass-graph
C:\npm\prefix\node_modules\node-sass\node_modules\scss-tokenizer
C:\npm\prefix\node_modules\node-sass\node_modules\semver
C:\npm\prefix\node_modules\node-sass\node_modules\set-blocking
C:\npm\prefix\node_modules\node-sass\node_modules\signal-exit
C:\npm\prefix\node_modules\node-sass\node_modules\source-map
C:\npm\prefix\node_modules\node-sass\node_modules\spdx-correct
C:\npm\prefix\node_modules\node-sass\node_modules\spdx-exceptions
C:\npm\prefix\node_modules\node-sass\node_modules\spdx-expression-parse
C:\npm\prefix\node_modules\node-sass\node_modules\spdx-license-ids
C:\npm\prefix\node_modules\node-sass\node_modules\sshpk
C:\npm\prefix\node_modules\node-sass\node_modules\stdout-stream
C:\npm\prefix\node_modules\node-sass\node_modules\string_decoder
C:\npm\prefix\node_modules\node-sass\node_modules\string-width
C:\npm\prefix\node_modules\node-sass\node_modules\strip-ansi
C:\npm\prefix\node_modules\node-sass\node_modules\strip-bom
C:\npm\prefix\node_modules\node-sass\node_modules\strip-indent
C:\npm\prefix\node_modules\node-sass\node_modules\supports-color
C:\npm\prefix\node_modules\node-sass\node_modules\tar
C:\npm\prefix\node_modules\node-sass\node_modules\tough-cookie
C:\npm\prefix\node_modules\node-sass\node_modules\trim-newlines
C:\npm\prefix\node_modules\node-sass\node_modules\true-case-path
C:\npm\prefix\node_modules\node-sass\node_modules\tunnel-agent
C:\npm\prefix\node_modules\node-sass\node_modules\tweetnacl
C:\npm\prefix\node_modules\node-sass\node_modules\uri-js
C:\npm\prefix\node_modules\node-sass\node_modules\util-deprecate
C:\npm\prefix\node_modules\node-sass\node_modules\uuid
C:\npm\prefix\node_modules\node-sass\node_modules\validate-npm-package-license
C:\npm\prefix\node_modules\node-sass\node_modules\verror
C:\npm\prefix\node_modules\node-sass\node_modules\which
C:\npm\prefix\node_modules\node-sass\node_modules\which-module
C:\npm\prefix\node_modules\node-sass\node_modules\wide-align
C:\npm\prefix\node_modules\node-sass\node_modules\wrap-ansi
C:\npm\prefix\node_modules\node-sass\node_modules\wrappy
C:\npm\prefix\node_modules\node-sass\node_modules\y18n
C:\npm\prefix\node_modules\node-sass\node_modules\yallist
C:\npm\prefix\node_modules\node-sass\node_modules\yargs
C:\npm\prefix\node_modules\node-sass\node_modules\yargs-parser
C:\npm\prefix\node_modules\node-sass\scripts
C:\npm\prefix\node_modules\node-sass\scripts\util
C:\npm\prefix\node_modules\node-sass\src
C:\npm\prefix\node_modules\node-sass\src\libsass
C:\npm\prefix\node_modules\node-sass\src\sass_types
C:\npm\prefix\node_modules\node-sass\test
C:\npm\prefix\node_modules\node-sass\test\fixtures
C:\npm\prefix\node_modules\node-sass\test\scripts
C:\npm\prefix\node_modules\node-sass\vendor
C:\npm\prefix\node_modules\node-sass\vendor\win32-x64-72
C:\npm\prefix\node_modules\parcel-bundler
C:\npm\prefix\node_modules\parcel-bundler\bin
C:\npm\prefix\node_modules\parcel-bundler\lib
C:\npm\prefix\node_modules\parcel-bundler\lib\assets
C:\npm\prefix\node_modules\parcel-bundler\lib\builtins
C:\npm\prefix\node_modules\parcel-bundler\lib\packagers
C:\npm\prefix\node_modules\parcel-bundler\lib\scope-hoisting
C:\npm\prefix\node_modules\parcel-bundler\lib\transforms
C:\npm\prefix\node_modules\parcel-bundler\lib\utils
C:\npm\prefix\node_modules\parcel-bundler\lib\visitors
C:\npm\prefix\node_modules\parcel-bundler\node_modules
C:\npm\prefix\node_modules\parcel-bundler\node_modules\@babel
C:\npm\prefix\node_modules\parcel-bundler\node_modules\@iarna
C:\npm\prefix\node_modules\parcel-bundler\node_modules\@mrmlnc
C:\npm\prefix\node_modules\parcel-bundler\node_modules\@nodelib
C:\npm\prefix\node_modules\parcel-bundler\node_modules\@parcel
C:\npm\prefix\node_modules\parcel-bundler\node_modules\@types
C:\npm\prefix\node_modules\parcel-bundler\node_modules\abab
C:\npm\prefix\node_modules\parcel-bundler\node_modules\acorn
C:\npm\prefix\node_modules\parcel-bundler\node_modules\acorn-globals
C:\npm\prefix\node_modules\parcel-bundler\node_modules\acorn-walk
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ajv
C:\npm\prefix\node_modules\parcel-bundler\node_modules\alphanum-sort
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ansi-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ansi-styles
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ansi-to-html
C:\npm\prefix\node_modules\parcel-bundler\node_modules\anymatch
C:\npm\prefix\node_modules\parcel-bundler\node_modules\argparse
C:\npm\prefix\node_modules\parcel-bundler\node_modules\array-equal
C:\npm\prefix\node_modules\parcel-bundler\node_modules\array-unique
C:\npm\prefix\node_modules\parcel-bundler\node_modules\arr-diff
C:\npm\prefix\node_modules\parcel-bundler\node_modules\arr-flatten
C:\npm\prefix\node_modules\parcel-bundler\node_modules\arr-union
C:\npm\prefix\node_modules\parcel-bundler\node_modules\asn1
C:\npm\prefix\node_modules\parcel-bundler\node_modules\asn1.js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\assert
C:\npm\prefix\node_modules\parcel-bundler\node_modules\assert-plus
C:\npm\prefix\node_modules\parcel-bundler\node_modules\assign-symbols
C:\npm\prefix\node_modules\parcel-bundler\node_modules\async-each
C:\npm\prefix\node_modules\parcel-bundler\node_modules\asynckit
C:\npm\prefix\node_modules\parcel-bundler\node_modules\async-limiter
C:\npm\prefix\node_modules\parcel-bundler\node_modules\atob
C:\npm\prefix\node_modules\parcel-bundler\node_modules\aws4
C:\npm\prefix\node_modules\parcel-bundler\node_modules\aws-sign2
C:\npm\prefix\node_modules\parcel-bundler\node_modules\babel-plugin-dynamic-import-node
C:\npm\prefix\node_modules\parcel-bundler\node_modules\babel-runtime
C:\npm\prefix\node_modules\parcel-bundler\node_modules\babel-types
C:\npm\prefix\node_modules\parcel-bundler\node_modules\babylon-walk
C:\npm\prefix\node_modules\parcel-bundler\node_modules\balanced-match
C:\npm\prefix\node_modules\parcel-bundler\node_modules\base
C:\npm\prefix\node_modules\parcel-bundler\node_modules\base64-js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\bcrypt-pbkdf
C:\npm\prefix\node_modules\parcel-bundler\node_modules\binary-extensions
C:\npm\prefix\node_modules\parcel-bundler\node_modules\bindings
C:\npm\prefix\node_modules\parcel-bundler\node_modules\bn.js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\boolbase
C:\npm\prefix\node_modules\parcel-bundler\node_modules\brace-expansion
C:\npm\prefix\node_modules\parcel-bundler\node_modules\braces
C:\npm\prefix\node_modules\parcel-bundler\node_modules\brfs
C:\npm\prefix\node_modules\parcel-bundler\node_modules\brorand
C:\npm\prefix\node_modules\parcel-bundler\node_modules\browserify-aes
C:\npm\prefix\node_modules\parcel-bundler\node_modules\browserify-cipher
C:\npm\prefix\node_modules\parcel-bundler\node_modules\browserify-des
C:\npm\prefix\node_modules\parcel-bundler\node_modules\browserify-rsa
C:\npm\prefix\node_modules\parcel-bundler\node_modules\browserify-sign
C:\npm\prefix\node_modules\parcel-bundler\node_modules\browserify-zlib
C:\npm\prefix\node_modules\parcel-bundler\node_modules\browser-process-hrtime
C:\npm\prefix\node_modules\parcel-bundler\node_modules\browserslist
C:\npm\prefix\node_modules\parcel-bundler\node_modules\buffer
C:\npm\prefix\node_modules\parcel-bundler\node_modules\buffer-equal
C:\npm\prefix\node_modules\parcel-bundler\node_modules\buffer-from
C:\npm\prefix\node_modules\parcel-bundler\node_modules\buffer-xor
C:\npm\prefix\node_modules\parcel-bundler\node_modules\builtin-status-codes
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cache-base
C:\npm\prefix\node_modules\parcel-bundler\node_modules\caller-callsite
C:\npm\prefix\node_modules\parcel-bundler\node_modules\caller-path
C:\npm\prefix\node_modules\parcel-bundler\node_modules\call-me-maybe
C:\npm\prefix\node_modules\parcel-bundler\node_modules\callsites
C:\npm\prefix\node_modules\parcel-bundler\node_modules\caniuse-api
C:\npm\prefix\node_modules\parcel-bundler\node_modules\caniuse-lite
C:\npm\prefix\node_modules\parcel-bundler\node_modules\caseless
C:\npm\prefix\node_modules\parcel-bundler\node_modules\chalk
C:\npm\prefix\node_modules\parcel-bundler\node_modules\chokidar
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cipher-base
C:\npm\prefix\node_modules\parcel-bundler\node_modules\class-utils
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cli-cursor
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cli-spinners
C:\npm\prefix\node_modules\parcel-bundler\node_modules\clone
C:\npm\prefix\node_modules\parcel-bundler\node_modules\coa
C:\npm\prefix\node_modules\parcel-bundler\node_modules\collection-visit
C:\npm\prefix\node_modules\parcel-bundler\node_modules\color
C:\npm\prefix\node_modules\parcel-bundler\node_modules\color-convert
C:\npm\prefix\node_modules\parcel-bundler\node_modules\color-name
C:\npm\prefix\node_modules\parcel-bundler\node_modules\color-string
C:\npm\prefix\node_modules\parcel-bundler\node_modules\combined-stream
C:\npm\prefix\node_modules\parcel-bundler\node_modules\commander
C:\npm\prefix\node_modules\parcel-bundler\node_modules\command-exists
C:\npm\prefix\node_modules\parcel-bundler\node_modules\component-emitter
C:\npm\prefix\node_modules\parcel-bundler\node_modules\concat-map
C:\npm\prefix\node_modules\parcel-bundler\node_modules\concat-stream
C:\npm\prefix\node_modules\parcel-bundler\node_modules\console-browserify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\constants-browserify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\convert-source-map
C:\npm\prefix\node_modules\parcel-bundler\node_modules\copy-descriptor
C:\npm\prefix\node_modules\parcel-bundler\node_modules\core-js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\core-js-compat
C:\npm\prefix\node_modules\parcel-bundler\node_modules\core-util-is
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cosmiconfig
C:\npm\prefix\node_modules\parcel-bundler\node_modules\create-ecdh
C:\npm\prefix\node_modules\parcel-bundler\node_modules\create-hash
C:\npm\prefix\node_modules\parcel-bundler\node_modules\create-hmac
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cross-spawn
C:\npm\prefix\node_modules\parcel-bundler\node_modules\crypto-browserify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\css-color-names
C:\npm\prefix\node_modules\parcel-bundler\node_modules\css-declaration-sorter
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cssesc
C:\npm\prefix\node_modules\parcel-bundler\node_modules\css-modules-loader-core
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cssnano
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cssnano-preset-default
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cssnano-util-get-arguments
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cssnano-util-get-match
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cssnano-util-raw-cache
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cssnano-util-same-parent
C:\npm\prefix\node_modules\parcel-bundler\node_modules\csso
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cssom
C:\npm\prefix\node_modules\parcel-bundler\node_modules\css-select
C:\npm\prefix\node_modules\parcel-bundler\node_modules\css-select-base-adapter
C:\npm\prefix\node_modules\parcel-bundler\node_modules\css-selector-tokenizer
C:\npm\prefix\node_modules\parcel-bundler\node_modules\cssstyle
C:\npm\prefix\node_modules\parcel-bundler\node_modules\css-tree
C:\npm\prefix\node_modules\parcel-bundler\node_modules\css-what
C:\npm\prefix\node_modules\parcel-bundler\node_modules\dashdash
C:\npm\prefix\node_modules\parcel-bundler\node_modules\data-urls
C:\npm\prefix\node_modules\parcel-bundler\node_modules\deasync
C:\npm\prefix\node_modules\parcel-bundler\node_modules\debug
C:\npm\prefix\node_modules\parcel-bundler\node_modules\decode-uri-component
C:\npm\prefix\node_modules\parcel-bundler\node_modules\deep-is
C:\npm\prefix\node_modules\parcel-bundler\node_modules\defaults
C:\npm\prefix\node_modules\parcel-bundler\node_modules\define-properties
C:\npm\prefix\node_modules\parcel-bundler\node_modules\define-property
C:\npm\prefix\node_modules\parcel-bundler\node_modules\delayed-stream
C:\npm\prefix\node_modules\parcel-bundler\node_modules\depd
C:\npm\prefix\node_modules\parcel-bundler\node_modules\des.js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\destroy
C:\npm\prefix\node_modules\parcel-bundler\node_modules\diffie-hellman
C:\npm\prefix\node_modules\parcel-bundler\node_modules\domain-browser
C:\npm\prefix\node_modules\parcel-bundler\node_modules\domelementtype
C:\npm\prefix\node_modules\parcel-bundler\node_modules\domexception
C:\npm\prefix\node_modules\parcel-bundler\node_modules\domhandler
C:\npm\prefix\node_modules\parcel-bundler\node_modules\dom-serializer
C:\npm\prefix\node_modules\parcel-bundler\node_modules\domutils
C:\npm\prefix\node_modules\parcel-bundler\node_modules\dotenv
C:\npm\prefix\node_modules\parcel-bundler\node_modules\dotenv-expand
C:\npm\prefix\node_modules\parcel-bundler\node_modules\dot-prop
C:\npm\prefix\node_modules\parcel-bundler\node_modules\duplexer2
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ecc-jsbn
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ee-first
C:\npm\prefix\node_modules\parcel-bundler\node_modules\electron-to-chromium
C:\npm\prefix\node_modules\parcel-bundler\node_modules\elliptic
C:\npm\prefix\node_modules\parcel-bundler\node_modules\encodeurl
C:\npm\prefix\node_modules\parcel-bundler\node_modules\entities
C:\npm\prefix\node_modules\parcel-bundler\node_modules\envinfo
C:\npm\prefix\node_modules\parcel-bundler\node_modules\error-ex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\es-abstract
C:\npm\prefix\node_modules\parcel-bundler\node_modules\escalade
C:\npm\prefix\node_modules\parcel-bundler\node_modules\escape-html
C:\npm\prefix\node_modules\parcel-bundler\node_modules\escape-string-regexp
C:\npm\prefix\node_modules\parcel-bundler\node_modules\escodegen
C:\npm\prefix\node_modules\parcel-bundler\node_modules\esprima
C:\npm\prefix\node_modules\parcel-bundler\node_modules\es-to-primitive
C:\npm\prefix\node_modules\parcel-bundler\node_modules\estraverse
C:\npm\prefix\node_modules\parcel-bundler\node_modules\esutils
C:\npm\prefix\node_modules\parcel-bundler\node_modules\etag
C:\npm\prefix\node_modules\parcel-bundler\node_modules\events
C:\npm\prefix\node_modules\parcel-bundler\node_modules\evp_bytestokey
C:\npm\prefix\node_modules\parcel-bundler\node_modules\expand-brackets
C:\npm\prefix\node_modules\parcel-bundler\node_modules\extend
C:\npm\prefix\node_modules\parcel-bundler\node_modules\extend-shallow
C:\npm\prefix\node_modules\parcel-bundler\node_modules\extglob
C:\npm\prefix\node_modules\parcel-bundler\node_modules\extsprintf
C:\npm\prefix\node_modules\parcel-bundler\node_modules\falafel
C:\npm\prefix\node_modules\parcel-bundler\node_modules\fast-deep-equal
C:\npm\prefix\node_modules\parcel-bundler\node_modules\fast-glob
C:\npm\prefix\node_modules\parcel-bundler\node_modules\fast-json-stable-stringify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\fast-levenshtein
C:\npm\prefix\node_modules\parcel-bundler\node_modules\fastparse
C:\npm\prefix\node_modules\parcel-bundler\node_modules\filesize
C:\npm\prefix\node_modules\parcel-bundler\node_modules\file-uri-to-path
C:\npm\prefix\node_modules\parcel-bundler\node_modules\fill-range
C:\npm\prefix\node_modules\parcel-bundler\node_modules\foreach
C:\npm\prefix\node_modules\parcel-bundler\node_modules\forever-agent
C:\npm\prefix\node_modules\parcel-bundler\node_modules\for-in
C:\npm\prefix\node_modules\parcel-bundler\node_modules\form-data
C:\npm\prefix\node_modules\parcel-bundler\node_modules\fragment-cache
C:\npm\prefix\node_modules\parcel-bundler\node_modules\fresh
C:\npm\prefix\node_modules\parcel-bundler\node_modules\fs.realpath
C:\npm\prefix\node_modules\parcel-bundler\node_modules\function-bind
C:\npm\prefix\node_modules\parcel-bundler\node_modules\gensync
C:\npm\prefix\node_modules\parcel-bundler\node_modules\getpass
C:\npm\prefix\node_modules\parcel-bundler\node_modules\get-port
C:\npm\prefix\node_modules\parcel-bundler\node_modules\get-value
C:\npm\prefix\node_modules\parcel-bundler\node_modules\glob
C:\npm\prefix\node_modules\parcel-bundler\node_modules\globals
C:\npm\prefix\node_modules\parcel-bundler\node_modules\glob-parent
C:\npm\prefix\node_modules\parcel-bundler\node_modules\glob-to-regexp
C:\npm\prefix\node_modules\parcel-bundler\node_modules\graceful-fs
C:\npm\prefix\node_modules\parcel-bundler\node_modules\grapheme-breaker
C:\npm\prefix\node_modules\parcel-bundler\node_modules\har-schema
C:\npm\prefix\node_modules\parcel-bundler\node_modules\har-validator
C:\npm\prefix\node_modules\parcel-bundler\node_modules\has
C:\npm\prefix\node_modules\parcel-bundler\node_modules\has-ansi
C:\npm\prefix\node_modules\parcel-bundler\node_modules\has-flag
C:\npm\prefix\node_modules\parcel-bundler\node_modules\hash.js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\hash-base
C:\npm\prefix\node_modules\parcel-bundler\node_modules\has-symbols
C:\npm\prefix\node_modules\parcel-bundler\node_modules\has-value
C:\npm\prefix\node_modules\parcel-bundler\node_modules\has-values
C:\npm\prefix\node_modules\parcel-bundler\node_modules\hex-color-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\hmac-drbg
C:\npm\prefix\node_modules\parcel-bundler\node_modules\hsla-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\hsl-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\html-comment-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\html-encoding-sniffer
C:\npm\prefix\node_modules\parcel-bundler\node_modules\htmlnano
C:\npm\prefix\node_modules\parcel-bundler\node_modules\htmlparser2
C:\npm\prefix\node_modules\parcel-bundler\node_modules\html-tags
C:\npm\prefix\node_modules\parcel-bundler\node_modules\http-errors
C:\npm\prefix\node_modules\parcel-bundler\node_modules\https-browserify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\http-signature
C:\npm\prefix\node_modules\parcel-bundler\node_modules\iconv-lite
C:\npm\prefix\node_modules\parcel-bundler\node_modules\icss-replace-symbols
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ieee754
C:\npm\prefix\node_modules\parcel-bundler\node_modules\import-fresh
C:\npm\prefix\node_modules\parcel-bundler\node_modules\indexes-of
C:\npm\prefix\node_modules\parcel-bundler\node_modules\inflight
C:\npm\prefix\node_modules\parcel-bundler\node_modules\inherits
C:\npm\prefix\node_modules\parcel-bundler\node_modules\invariant
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-absolute-url
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-accessor-descriptor
C:\npm\prefix\node_modules\parcel-bundler\node_modules\isarray
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-arrayish
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-binary-path
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-buffer
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-callable
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-color-stop
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-data-descriptor
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-date-object
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-descriptor
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-directory
C:\npm\prefix\node_modules\parcel-bundler\node_modules\isexe
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-extendable
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-extglob
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-glob
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-html
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-number
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-obj
C:\npm\prefix\node_modules\parcel-bundler\node_modules\isobject
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-plain-object
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-resolvable
C:\npm\prefix\node_modules\parcel-bundler\node_modules\isstream
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-svg
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-symbol
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-typedarray
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-url
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-windows
C:\npm\prefix\node_modules\parcel-bundler\node_modules\is-wsl
C:\npm\prefix\node_modules\parcel-bundler\node_modules\jsbn
C:\npm\prefix\node_modules\parcel-bundler\node_modules\jsdom
C:\npm\prefix\node_modules\parcel-bundler\node_modules\jsesc
C:\npm\prefix\node_modules\parcel-bundler\node_modules\json5
C:\npm\prefix\node_modules\parcel-bundler\node_modules\json-parse-better-errors
C:\npm\prefix\node_modules\parcel-bundler\node_modules\json-schema
C:\npm\prefix\node_modules\parcel-bundler\node_modules\json-schema-traverse
C:\npm\prefix\node_modules\parcel-bundler\node_modules\json-stringify-safe
C:\npm\prefix\node_modules\parcel-bundler\node_modules\jsprim
C:\npm\prefix\node_modules\parcel-bundler\node_modules\js-tokens
C:\npm\prefix\node_modules\parcel-bundler\node_modules\js-yaml
C:\npm\prefix\node_modules\parcel-bundler\node_modules\kind-of
C:\npm\prefix\node_modules\parcel-bundler\node_modules\leven
C:\npm\prefix\node_modules\parcel-bundler\node_modules\levenary
C:\npm\prefix\node_modules\parcel-bundler\node_modules\levn
C:\npm\prefix\node_modules\parcel-bundler\node_modules\lodash
C:\npm\prefix\node_modules\parcel-bundler\node_modules\lodash.clone
C:\npm\prefix\node_modules\parcel-bundler\node_modules\lodash.memoize
C:\npm\prefix\node_modules\parcel-bundler\node_modules\lodash.sortby
C:\npm\prefix\node_modules\parcel-bundler\node_modules\lodash.uniq
C:\npm\prefix\node_modules\parcel-bundler\node_modules\log-symbols
C:\npm\prefix\node_modules\parcel-bundler\node_modules\loose-envify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\magic-string
C:\npm\prefix\node_modules\parcel-bundler\node_modules\map-cache
C:\npm\prefix\node_modules\parcel-bundler\node_modules\map-visit
C:\npm\prefix\node_modules\parcel-bundler\node_modules\md5.js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\mdn-data
C:\npm\prefix\node_modules\parcel-bundler\node_modules\merge2
C:\npm\prefix\node_modules\parcel-bundler\node_modules\merge-source-map
C:\npm\prefix\node_modules\parcel-bundler\node_modules\micromatch
C:\npm\prefix\node_modules\parcel-bundler\node_modules\miller-rabin
C:\npm\prefix\node_modules\parcel-bundler\node_modules\mime
C:\npm\prefix\node_modules\parcel-bundler\node_modules\mime-db
C:\npm\prefix\node_modules\parcel-bundler\node_modules\mime-types
C:\npm\prefix\node_modules\parcel-bundler\node_modules\mimic-fn
C:\npm\prefix\node_modules\parcel-bundler\node_modules\minimalistic-assert
C:\npm\prefix\node_modules\parcel-bundler\node_modules\minimalistic-crypto-utils
C:\npm\prefix\node_modules\parcel-bundler\node_modules\minimatch
C:\npm\prefix\node_modules\parcel-bundler\node_modules\minimist
C:\npm\prefix\node_modules\parcel-bundler\node_modules\mixin-deep
C:\npm\prefix\node_modules\parcel-bundler\node_modules\mkdirp
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ms
C:\npm\prefix\node_modules\parcel-bundler\node_modules\nanomatch
C:\npm\prefix\node_modules\parcel-bundler\node_modules\nice-try
C:\npm\prefix\node_modules\parcel-bundler\node_modules\node-addon-api
C:\npm\prefix\node_modules\parcel-bundler\node_modules\node-forge
C:\npm\prefix\node_modules\parcel-bundler\node_modules\node-libs-browser
C:\npm\prefix\node_modules\parcel-bundler\node_modules\node-releases
C:\npm\prefix\node_modules\parcel-bundler\node_modules\normalize-html-whitespace
C:\npm\prefix\node_modules\parcel-bundler\node_modules\normalize-path
C:\npm\prefix\node_modules\parcel-bundler\node_modules\normalize-url
C:\npm\prefix\node_modules\parcel-bundler\node_modules\nth-check
C:\npm\prefix\node_modules\parcel-bundler\node_modules\nwsapi
C:\npm\prefix\node_modules\parcel-bundler\node_modules\oauth-sign
C:\npm\prefix\node_modules\parcel-bundler\node_modules\object.assign
C:\npm\prefix\node_modules\parcel-bundler\node_modules\object.getownpropertydescriptors
C:\npm\prefix\node_modules\parcel-bundler\node_modules\object.pick
C:\npm\prefix\node_modules\parcel-bundler\node_modules\object.values
C:\npm\prefix\node_modules\parcel-bundler\node_modules\object-assign
C:\npm\prefix\node_modules\parcel-bundler\node_modules\object-copy
C:\npm\prefix\node_modules\parcel-bundler\node_modules\object-inspect
C:\npm\prefix\node_modules\parcel-bundler\node_modules\object-keys
C:\npm\prefix\node_modules\parcel-bundler\node_modules\object-visit
C:\npm\prefix\node_modules\parcel-bundler\node_modules\once
C:\npm\prefix\node_modules\parcel-bundler\node_modules\onetime
C:\npm\prefix\node_modules\parcel-bundler\node_modules\on-finished
C:\npm\prefix\node_modules\parcel-bundler\node_modules\opn
C:\npm\prefix\node_modules\parcel-bundler\node_modules\optionator
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ora
C:\npm\prefix\node_modules\parcel-bundler\node_modules\os-browserify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\pako
C:\npm\prefix\node_modules\parcel-bundler\node_modules\parse5
C:\npm\prefix\node_modules\parcel-bundler\node_modules\parse-asn1
C:\npm\prefix\node_modules\parcel-bundler\node_modules\parse-json
C:\npm\prefix\node_modules\parcel-bundler\node_modules\parseurl
C:\npm\prefix\node_modules\parcel-bundler\node_modules\pascalcase
C:\npm\prefix\node_modules\parcel-bundler\node_modules\path-browserify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\path-dirname
C:\npm\prefix\node_modules\parcel-bundler\node_modules\path-is-absolute
C:\npm\prefix\node_modules\parcel-bundler\node_modules\path-key
C:\npm\prefix\node_modules\parcel-bundler\node_modules\path-parse
C:\npm\prefix\node_modules\parcel-bundler\node_modules\pbkdf2
C:\npm\prefix\node_modules\parcel-bundler\node_modules\performance-now
C:\npm\prefix\node_modules\parcel-bundler\node_modules\physical-cpu-count
C:\npm\prefix\node_modules\parcel-bundler\node_modules\pn
C:\npm\prefix\node_modules\parcel-bundler\node_modules\posix-character-classes
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-calc
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-colormin
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-convert-values
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-discard-comments
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-discard-duplicates
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-discard-empty
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-discard-overridden
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-merge-longhand
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-merge-rules
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-minify-font-values
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-minify-gradients
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-minify-params
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-minify-selectors
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-modules-extract-imports
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-modules-local-by-default
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-modules-scope
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-modules-values
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-normalize-charset
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-normalize-display-values
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-normalize-positions
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-normalize-repeat-style
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-normalize-string
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-normalize-timing-functions
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-normalize-unicode
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-normalize-url
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-normalize-whitespace
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-ordered-values
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-reduce-initial
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-reduce-transforms
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-selector-parser
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-svgo
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-unique-selectors
C:\npm\prefix\node_modules\parcel-bundler\node_modules\postcss-value-parser
C:\npm\prefix\node_modules\parcel-bundler\node_modules\posthtml
C:\npm\prefix\node_modules\parcel-bundler\node_modules\posthtml-parser
C:\npm\prefix\node_modules\parcel-bundler\node_modules\posthtml-render
C:\npm\prefix\node_modules\parcel-bundler\node_modules\prelude-ls
C:\npm\prefix\node_modules\parcel-bundler\node_modules\process
C:\npm\prefix\node_modules\parcel-bundler\node_modules\process-nextick-args
C:\npm\prefix\node_modules\parcel-bundler\node_modules\psl
C:\npm\prefix\node_modules\parcel-bundler\node_modules\public-encrypt
C:\npm\prefix\node_modules\parcel-bundler\node_modules\punycode
C:\npm\prefix\node_modules\parcel-bundler\node_modules\purgecss
C:\npm\prefix\node_modules\parcel-bundler\node_modules\q
C:\npm\prefix\node_modules\parcel-bundler\node_modules\qs
C:\npm\prefix\node_modules\parcel-bundler\node_modules\querystring
C:\npm\prefix\node_modules\parcel-bundler\node_modules\querystring-es3
C:\npm\prefix\node_modules\parcel-bundler\node_modules\quote-stream
C:\npm\prefix\node_modules\parcel-bundler\node_modules\randombytes
C:\npm\prefix\node_modules\parcel-bundler\node_modules\randomfill
C:\npm\prefix\node_modules\parcel-bundler\node_modules\range-parser
C:\npm\prefix\node_modules\parcel-bundler\node_modules\readable-stream
C:\npm\prefix\node_modules\parcel-bundler\node_modules\readdirp
C:\npm\prefix\node_modules\parcel-bundler\node_modules\regenerate
C:\npm\prefix\node_modules\parcel-bundler\node_modules\regenerate-unicode-properties
C:\npm\prefix\node_modules\parcel-bundler\node_modules\regenerator-runtime
C:\npm\prefix\node_modules\parcel-bundler\node_modules\regenerator-transform
C:\npm\prefix\node_modules\parcel-bundler\node_modules\regex-not
C:\npm\prefix\node_modules\parcel-bundler\node_modules\regexpu-core
C:\npm\prefix\node_modules\parcel-bundler\node_modules\regjsgen
C:\npm\prefix\node_modules\parcel-bundler\node_modules\regjsparser
C:\npm\prefix\node_modules\parcel-bundler\node_modules\remove-trailing-separator
C:\npm\prefix\node_modules\parcel-bundler\node_modules\repeat-element
C:\npm\prefix\node_modules\parcel-bundler\node_modules\repeat-string
C:\npm\prefix\node_modules\parcel-bundler\node_modules\request
C:\npm\prefix\node_modules\parcel-bundler\node_modules\request-promise-core
C:\npm\prefix\node_modules\parcel-bundler\node_modules\request-promise-native
C:\npm\prefix\node_modules\parcel-bundler\node_modules\resolve
C:\npm\prefix\node_modules\parcel-bundler\node_modules\resolve-from
C:\npm\prefix\node_modules\parcel-bundler\node_modules\resolve-url
C:\npm\prefix\node_modules\parcel-bundler\node_modules\restore-cursor
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ret
C:\npm\prefix\node_modules\parcel-bundler\node_modules\rgba-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\rgb-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\rimraf
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ripemd160
C:\npm\prefix\node_modules\parcel-bundler\node_modules\safe-buffer
C:\npm\prefix\node_modules\parcel-bundler\node_modules\safer-buffer
C:\npm\prefix\node_modules\parcel-bundler\node_modules\safe-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\sax
C:\npm\prefix\node_modules\parcel-bundler\node_modules\saxes
C:\npm\prefix\node_modules\parcel-bundler\node_modules\semver
C:\npm\prefix\node_modules\parcel-bundler\node_modules\send
C:\npm\prefix\node_modules\parcel-bundler\node_modules\serialize-to-js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\serve-static
C:\npm\prefix\node_modules\parcel-bundler\node_modules\setimmediate
C:\npm\prefix\node_modules\parcel-bundler\node_modules\setprototypeof
C:\npm\prefix\node_modules\parcel-bundler\node_modules\set-value
C:\npm\prefix\node_modules\parcel-bundler\node_modules\sha.js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\shallow-copy
C:\npm\prefix\node_modules\parcel-bundler\node_modules\shebang-command
C:\npm\prefix\node_modules\parcel-bundler\node_modules\shebang-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\signal-exit
C:\npm\prefix\node_modules\parcel-bundler\node_modules\simple-swizzle
C:\npm\prefix\node_modules\parcel-bundler\node_modules\snapdragon
C:\npm\prefix\node_modules\parcel-bundler\node_modules\snapdragon-node
C:\npm\prefix\node_modules\parcel-bundler\node_modules\snapdragon-util
C:\npm\prefix\node_modules\parcel-bundler\node_modules\source-map
C:\npm\prefix\node_modules\parcel-bundler\node_modules\source-map-resolve
C:\npm\prefix\node_modules\parcel-bundler\node_modules\source-map-support
C:\npm\prefix\node_modules\parcel-bundler\node_modules\source-map-url
C:\npm\prefix\node_modules\parcel-bundler\node_modules\split-string
C:\npm\prefix\node_modules\parcel-bundler\node_modules\sprintf-js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\sshpk
C:\npm\prefix\node_modules\parcel-bundler\node_modules\stable
C:\npm\prefix\node_modules\parcel-bundler\node_modules\static-eval
C:\npm\prefix\node_modules\parcel-bundler\node_modules\static-extend
C:\npm\prefix\node_modules\parcel-bundler\node_modules\static-module
C:\npm\prefix\node_modules\parcel-bundler\node_modules\statuses
C:\npm\prefix\node_modules\parcel-bundler\node_modules\stealthy-require
C:\npm\prefix\node_modules\parcel-bundler\node_modules\stream-browserify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\stream-http
C:\npm\prefix\node_modules\parcel-bundler\node_modules\string.prototype.trimend
C:\npm\prefix\node_modules\parcel-bundler\node_modules\string.prototype.trimstart
C:\npm\prefix\node_modules\parcel-bundler\node_modules\string_decoder
C:\npm\prefix\node_modules\parcel-bundler\node_modules\strip-ansi
C:\npm\prefix\node_modules\parcel-bundler\node_modules\stylehacks
C:\npm\prefix\node_modules\parcel-bundler\node_modules\supports-color
C:\npm\prefix\node_modules\parcel-bundler\node_modules\svgo
C:\npm\prefix\node_modules\parcel-bundler\node_modules\symbol-tree
C:\npm\prefix\node_modules\parcel-bundler\node_modules\terser
C:\npm\prefix\node_modules\parcel-bundler\node_modules\through2
C:\npm\prefix\node_modules\parcel-bundler\node_modules\timers-browserify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\timsort
C:\npm\prefix\node_modules\parcel-bundler\node_modules\tiny-inflate
C:\npm\prefix\node_modules\parcel-bundler\node_modules\to-arraybuffer
C:\npm\prefix\node_modules\parcel-bundler\node_modules\to-fast-properties
C:\npm\prefix\node_modules\parcel-bundler\node_modules\toidentifier
C:\npm\prefix\node_modules\parcel-bundler\node_modules\to-object-path
C:\npm\prefix\node_modules\parcel-bundler\node_modules\to-regex
C:\npm\prefix\node_modules\parcel-bundler\node_modules\to-regex-range
C:\npm\prefix\node_modules\parcel-bundler\node_modules\tough-cookie
C:\npm\prefix\node_modules\parcel-bundler\node_modules\tr46
C:\npm\prefix\node_modules\parcel-bundler\node_modules\tty-browserify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\tunnel-agent
C:\npm\prefix\node_modules\parcel-bundler\node_modules\tweetnacl
C:\npm\prefix\node_modules\parcel-bundler\node_modules\type-check
C:\npm\prefix\node_modules\parcel-bundler\node_modules\typedarray
C:\npm\prefix\node_modules\parcel-bundler\node_modules\uncss
C:\npm\prefix\node_modules\parcel-bundler\node_modules\unicode-canonical-property-names-ecmascript
C:\npm\prefix\node_modules\parcel-bundler\node_modules\unicode-match-property-ecmascript
C:\npm\prefix\node_modules\parcel-bundler\node_modules\unicode-match-property-value-ecmascript
C:\npm\prefix\node_modules\parcel-bundler\node_modules\unicode-property-aliases-ecmascript
C:\npm\prefix\node_modules\parcel-bundler\node_modules\unicode-trie
C:\npm\prefix\node_modules\parcel-bundler\node_modules\union-value
C:\npm\prefix\node_modules\parcel-bundler\node_modules\uniq
C:\npm\prefix\node_modules\parcel-bundler\node_modules\uniqs
C:\npm\prefix\node_modules\parcel-bundler\node_modules\unquote
C:\npm\prefix\node_modules\parcel-bundler\node_modules\unset-value
C:\npm\prefix\node_modules\parcel-bundler\node_modules\upath
C:\npm\prefix\node_modules\parcel-bundler\node_modules\uri-js
C:\npm\prefix\node_modules\parcel-bundler\node_modules\urix
C:\npm\prefix\node_modules\parcel-bundler\node_modules\url
C:\npm\prefix\node_modules\parcel-bundler\node_modules\use
C:\npm\prefix\node_modules\parcel-bundler\node_modules\util
C:\npm\prefix\node_modules\parcel-bundler\node_modules\util.promisify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\util-deprecate
C:\npm\prefix\node_modules\parcel-bundler\node_modules\uuid
C:\npm\prefix\node_modules\parcel-bundler\node_modules\v8-compile-cache
C:\npm\prefix\node_modules\parcel-bundler\node_modules\vendors
C:\npm\prefix\node_modules\parcel-bundler\node_modules\verror
C:\npm\prefix\node_modules\parcel-bundler\node_modules\vlq
C:\npm\prefix\node_modules\parcel-bundler\node_modules\vm-browserify
C:\npm\prefix\node_modules\parcel-bundler\node_modules\w3c-hr-time
C:\npm\prefix\node_modules\parcel-bundler\node_modules\w3c-xmlserializer
C:\npm\prefix\node_modules\parcel-bundler\node_modules\wcwidth
C:\npm\prefix\node_modules\parcel-bundler\node_modules\webidl-conversions
C:\npm\prefix\node_modules\parcel-bundler\node_modules\whatwg-encoding
C:\npm\prefix\node_modules\parcel-bundler\node_modules\whatwg-mimetype
C:\npm\prefix\node_modules\parcel-bundler\node_modules\whatwg-url
C:\npm\prefix\node_modules\parcel-bundler\node_modules\which
C:\npm\prefix\node_modules\parcel-bundler\node_modules\word-wrap
C:\npm\prefix\node_modules\parcel-bundler\node_modules\wrappy
C:\npm\prefix\node_modules\parcel-bundler\node_modules\ws
C:\npm\prefix\node_modules\parcel-bundler\node_modules\xmlchars
C:\npm\prefix\node_modules\parcel-bundler\node_modules\xml-name-validator
C:\npm\prefix\node_modules\parcel-bundler\node_modules\xtend
C:\npm\prefix\node_modules\parcel-bundler\src
C:\npm\prefix\node_modules\parcel-bundler\src\assets
C:\npm\prefix\node_modules\parcel-bundler\src\builtins
C:\npm\prefix\node_modules\parcel-bundler\src\packagers
C:\npm\prefix\node_modules\parcel-bundler\src\scope-hoisting
C:\npm\prefix\node_modules\parcel-bundler\src\transforms
C:\npm\prefix\node_modules\parcel-bundler\src\utils
C:\npm\prefix\node_modules\parcel-bundler\src\visitors
C:\npm\prefix\node_modules\typescript
C:\npm\prefix\node_modules\typescript\bin
C:\npm\prefix\node_modules\typescript\lib
C:\npm\prefix\node_modules\typescript\lib\cs
C:\npm\prefix\node_modules\typescript\lib\de
C:\npm\prefix\node_modules\typescript\lib\es
C:\npm\prefix\node_modules\typescript\lib\fr
C:\npm\prefix\node_modules\typescript\lib\it
C:\npm\prefix\node_modules\typescript\lib\ja
C:\npm\prefix\node_modules\typescript\lib\ko
C:\npm\prefix\node_modules\typescript\lib\pl
C:\npm\prefix\node_modules\typescript\lib\pt-br
C:\npm\prefix\node_modules\typescript\lib\ru
C:\npm\prefix\node_modules\typescript\lib\tr
C:\npm\prefix\node_modules\typescript\lib\zh-cn
C:\npm\prefix\node_modules\typescript\lib\zh-tw
C:\npm\prefix\node_modules\typescript\loc
C:\npm\prefix\node_modules\typescript\loc\lcl
C:\npm\prefix\node_modules\webpack
C:\npm\prefix\node_modules\webpack\bin
C:\npm\prefix\node_modules\webpack\buildin
C:\npm\prefix\node_modules\webpack\declarations
C:\npm\prefix\node_modules\webpack\declarations\plugins
C:\npm\prefix\node_modules\webpack\hot
C:\npm\prefix\node_modules\webpack\lib
C:\npm\prefix\node_modules\webpack\lib\debug
C:\npm\prefix\node_modules\webpack\lib\dependencies
C:\npm\prefix\node_modules\webpack\lib\logging
C:\npm\prefix\node_modules\webpack\lib\node
C:\npm\prefix\node_modules\webpack\lib\optimize
C:\npm\prefix\node_modules\webpack\lib\performance
C:\npm\prefix\node_modules\webpack\lib\util
C:\npm\prefix\node_modules\webpack\lib\wasm
C:\npm\prefix\node_modules\webpack\lib\web
C:\npm\prefix\node_modules\webpack\lib\webworker
C:\npm\prefix\node_modules\webpack\node_modules
C:\npm\prefix\node_modules\webpack\node_modules\@webassemblyjs
C:\npm\prefix\node_modules\webpack\node_modules\@xtuc
C:\npm\prefix\node_modules\webpack\node_modules\acorn
C:\npm\prefix\node_modules\webpack\node_modules\ajv
C:\npm\prefix\node_modules\webpack\node_modules\ajv-errors
C:\npm\prefix\node_modules\webpack\node_modules\ajv-keywords
C:\npm\prefix\node_modules\webpack\node_modules\anymatch
C:\npm\prefix\node_modules\webpack\node_modules\aproba
C:\npm\prefix\node_modules\webpack\node_modules\array-unique
C:\npm\prefix\node_modules\webpack\node_modules\arr-diff
C:\npm\prefix\node_modules\webpack\node_modules\arr-flatten
C:\npm\prefix\node_modules\webpack\node_modules\arr-union
C:\npm\prefix\node_modules\webpack\node_modules\asn1.js
C:\npm\prefix\node_modules\webpack\node_modules\assert
C:\npm\prefix\node_modules\webpack\node_modules\assign-symbols
C:\npm\prefix\node_modules\webpack\node_modules\async-each
C:\npm\prefix\node_modules\webpack\node_modules\atob
C:\npm\prefix\node_modules\webpack\node_modules\balanced-match
C:\npm\prefix\node_modules\webpack\node_modules\base
C:\npm\prefix\node_modules\webpack\node_modules\base64-js
C:\npm\prefix\node_modules\webpack\node_modules\big.js
C:\npm\prefix\node_modules\webpack\node_modules\binary-extensions
C:\npm\prefix\node_modules\webpack\node_modules\bluebird
C:\npm\prefix\node_modules\webpack\node_modules\bn.js
C:\npm\prefix\node_modules\webpack\node_modules\brace-expansion
C:\npm\prefix\node_modules\webpack\node_modules\braces
C:\npm\prefix\node_modules\webpack\node_modules\brorand
C:\npm\prefix\node_modules\webpack\node_modules\browserify-aes
C:\npm\prefix\node_modules\webpack\node_modules\browserify-cipher
C:\npm\prefix\node_modules\webpack\node_modules\browserify-des
C:\npm\prefix\node_modules\webpack\node_modules\browserify-rsa
C:\npm\prefix\node_modules\webpack\node_modules\browserify-sign
C:\npm\prefix\node_modules\webpack\node_modules\browserify-zlib
C:\npm\prefix\node_modules\webpack\node_modules\buffer
C:\npm\prefix\node_modules\webpack\node_modules\buffer-from
C:\npm\prefix\node_modules\webpack\node_modules\buffer-xor
C:\npm\prefix\node_modules\webpack\node_modules\builtin-status-codes
C:\npm\prefix\node_modules\webpack\node_modules\cacache
C:\npm\prefix\node_modules\webpack\node_modules\cache-base
C:\npm\prefix\node_modules\webpack\node_modules\chokidar
C:\npm\prefix\node_modules\webpack\node_modules\chownr
C:\npm\prefix\node_modules\webpack\node_modules\chrome-trace-event
C:\npm\prefix\node_modules\webpack\node_modules\cipher-base
C:\npm\prefix\node_modules\webpack\node_modules\class-utils
C:\npm\prefix\node_modules\webpack\node_modules\collection-visit
C:\npm\prefix\node_modules\webpack\node_modules\commander
C:\npm\prefix\node_modules\webpack\node_modules\commondir
C:\npm\prefix\node_modules\webpack\node_modules\component-emitter
C:\npm\prefix\node_modules\webpack\node_modules\concat-map
C:\npm\prefix\node_modules\webpack\node_modules\concat-stream
C:\npm\prefix\node_modules\webpack\node_modules\console-browserify
C:\npm\prefix\node_modules\webpack\node_modules\constants-browserify
C:\npm\prefix\node_modules\webpack\node_modules\copy-concurrently
C:\npm\prefix\node_modules\webpack\node_modules\copy-descriptor
C:\npm\prefix\node_modules\webpack\node_modules\core-util-is
C:\npm\prefix\node_modules\webpack\node_modules\create-ecdh
C:\npm\prefix\node_modules\webpack\node_modules\create-hash
C:\npm\prefix\node_modules\webpack\node_modules\create-hmac
C:\npm\prefix\node_modules\webpack\node_modules\crypto-browserify
C:\npm\prefix\node_modules\webpack\node_modules\cyclist
C:\npm\prefix\node_modules\webpack\node_modules\debug
C:\npm\prefix\node_modules\webpack\node_modules\decode-uri-component
C:\npm\prefix\node_modules\webpack\node_modules\define-property
C:\npm\prefix\node_modules\webpack\node_modules\des.js
C:\npm\prefix\node_modules\webpack\node_modules\diffie-hellman
C:\npm\prefix\node_modules\webpack\node_modules\domain-browser
C:\npm\prefix\node_modules\webpack\node_modules\duplexify
C:\npm\prefix\node_modules\webpack\node_modules\elliptic
C:\npm\prefix\node_modules\webpack\node_modules\emojis-list
C:\npm\prefix\node_modules\webpack\node_modules\end-of-stream
C:\npm\prefix\node_modules\webpack\node_modules\enhanced-resolve
C:\npm\prefix\node_modules\webpack\node_modules\errno
C:\npm\prefix\node_modules\webpack\node_modules\eslint-scope
C:\npm\prefix\node_modules\webpack\node_modules\esrecurse
C:\npm\prefix\node_modules\webpack\node_modules\estraverse
C:\npm\prefix\node_modules\webpack\node_modules\events
C:\npm\prefix\node_modules\webpack\node_modules\evp_bytestokey
C:\npm\prefix\node_modules\webpack\node_modules\expand-brackets
C:\npm\prefix\node_modules\webpack\node_modules\extend-shallow
C:\npm\prefix\node_modules\webpack\node_modules\extglob
C:\npm\prefix\node_modules\webpack\node_modules\fast-deep-equal
C:\npm\prefix\node_modules\webpack\node_modules\fast-json-stable-stringify
C:\npm\prefix\node_modules\webpack\node_modules\figgy-pudding
C:\npm\prefix\node_modules\webpack\node_modules\fill-range
C:\npm\prefix\node_modules\webpack\node_modules\find-cache-dir
C:\npm\prefix\node_modules\webpack\node_modules\find-up
C:\npm\prefix\node_modules\webpack\node_modules\flush-write-stream
C:\npm\prefix\node_modules\webpack\node_modules\for-in
C:\npm\prefix\node_modules\webpack\node_modules\fragment-cache
C:\npm\prefix\node_modules\webpack\node_modules\from2
C:\npm\prefix\node_modules\webpack\node_modules\fs.realpath
C:\npm\prefix\node_modules\webpack\node_modules\fs-write-stream-atomic
C:\npm\prefix\node_modules\webpack\node_modules\get-value
C:\npm\prefix\node_modules\webpack\node_modules\glob
C:\npm\prefix\node_modules\webpack\node_modules\glob-parent
C:\npm\prefix\node_modules\webpack\node_modules\graceful-fs
C:\npm\prefix\node_modules\webpack\node_modules\hash.js
C:\npm\prefix\node_modules\webpack\node_modules\hash-base
C:\npm\prefix\node_modules\webpack\node_modules\has-value
C:\npm\prefix\node_modules\webpack\node_modules\has-values
C:\npm\prefix\node_modules\webpack\node_modules\hmac-drbg
C:\npm\prefix\node_modules\webpack\node_modules\https-browserify
C:\npm\prefix\node_modules\webpack\node_modules\ieee754
C:\npm\prefix\node_modules\webpack\node_modules\iferr
C:\npm\prefix\node_modules\webpack\node_modules\imurmurhash
C:\npm\prefix\node_modules\webpack\node_modules\infer-owner
C:\npm\prefix\node_modules\webpack\node_modules\inflight
C:\npm\prefix\node_modules\webpack\node_modules\inherits
C:\npm\prefix\node_modules\webpack\node_modules\is-accessor-descriptor
C:\npm\prefix\node_modules\webpack\node_modules\isarray
C:\npm\prefix\node_modules\webpack\node_modules\is-binary-path
C:\npm\prefix\node_modules\webpack\node_modules\is-buffer
C:\npm\prefix\node_modules\webpack\node_modules\is-data-descriptor
C:\npm\prefix\node_modules\webpack\node_modules\is-descriptor
C:\npm\prefix\node_modules\webpack\node_modules\is-extendable
C:\npm\prefix\node_modules\webpack\node_modules\is-extglob
C:\npm\prefix\node_modules\webpack\node_modules\is-glob
C:\npm\prefix\node_modules\webpack\node_modules\is-number
C:\npm\prefix\node_modules\webpack\node_modules\isobject
C:\npm\prefix\node_modules\webpack\node_modules\is-plain-object
C:\npm\prefix\node_modules\webpack\node_modules\is-windows
C:\npm\prefix\node_modules\webpack\node_modules\is-wsl
C:\npm\prefix\node_modules\webpack\node_modules\json5
C:\npm\prefix\node_modules\webpack\node_modules\json-parse-better-errors
C:\npm\prefix\node_modules\webpack\node_modules\json-schema-traverse
C:\npm\prefix\node_modules\webpack\node_modules\kind-of
C:\npm\prefix\node_modules\webpack\node_modules\loader-runner
C:\npm\prefix\node_modules\webpack\node_modules\loader-utils
C:\npm\prefix\node_modules\webpack\node_modules\locate-path
C:\npm\prefix\node_modules\webpack\node_modules\lru-cache
C:\npm\prefix\node_modules\webpack\node_modules\make-dir
C:\npm\prefix\node_modules\webpack\node_modules\map-cache
C:\npm\prefix\node_modules\webpack\node_modules\map-visit
C:\npm\prefix\node_modules\webpack\node_modules\md5.js
C:\npm\prefix\node_modules\webpack\node_modules\memory-fs
C:\npm\prefix\node_modules\webpack\node_modules\micromatch
C:\npm\prefix\node_modules\webpack\node_modules\miller-rabin
C:\npm\prefix\node_modules\webpack\node_modules\minimalistic-assert
C:\npm\prefix\node_modules\webpack\node_modules\minimalistic-crypto-utils
C:\npm\prefix\node_modules\webpack\node_modules\minimatch
C:\npm\prefix\node_modules\webpack\node_modules\minimist
C:\npm\prefix\node_modules\webpack\node_modules\mississippi
C:\npm\prefix\node_modules\webpack\node_modules\mixin-deep
C:\npm\prefix\node_modules\webpack\node_modules\mkdirp
C:\npm\prefix\node_modules\webpack\node_modules\move-concurrently
C:\npm\prefix\node_modules\webpack\node_modules\ms
C:\npm\prefix\node_modules\webpack\node_modules\nanomatch
C:\npm\prefix\node_modules\webpack\node_modules\neo-async
C:\npm\prefix\node_modules\webpack\node_modules\node-libs-browser
C:\npm\prefix\node_modules\webpack\node_modules\normalize-path
C:\npm\prefix\node_modules\webpack\node_modules\object.pick
C:\npm\prefix\node_modules\webpack\node_modules\object-assign
C:\npm\prefix\node_modules\webpack\node_modules\object-copy
C:\npm\prefix\node_modules\webpack\node_modules\object-visit
C:\npm\prefix\node_modules\webpack\node_modules\once
C:\npm\prefix\node_modules\webpack\node_modules\os-browserify
C:\npm\prefix\node_modules\webpack\node_modules\pako
C:\npm\prefix\node_modules\webpack\node_modules\parallel-transform
C:\npm\prefix\node_modules\webpack\node_modules\parse-asn1
C:\npm\prefix\node_modules\webpack\node_modules\pascalcase
C:\npm\prefix\node_modules\webpack\node_modules\path-browserify
C:\npm\prefix\node_modules\webpack\node_modules\path-dirname
C:\npm\prefix\node_modules\webpack\node_modules\path-exists
C:\npm\prefix\node_modules\webpack\node_modules\path-is-absolute
C:\npm\prefix\node_modules\webpack\node_modules\pbkdf2
C:\npm\prefix\node_modules\webpack\node_modules\picomatch
C:\npm\prefix\node_modules\webpack\node_modules\pify
C:\npm\prefix\node_modules\webpack\node_modules\pkg-dir
C:\npm\prefix\node_modules\webpack\node_modules\p-limit
C:\npm\prefix\node_modules\webpack\node_modules\p-locate
C:\npm\prefix\node_modules\webpack\node_modules\posix-character-classes
C:\npm\prefix\node_modules\webpack\node_modules\process
C:\npm\prefix\node_modules\webpack\node_modules\process-nextick-args
C:\npm\prefix\node_modules\webpack\node_modules\promise-inflight
C:\npm\prefix\node_modules\webpack\node_modules\prr
C:\npm\prefix\node_modules\webpack\node_modules\p-try
C:\npm\prefix\node_modules\webpack\node_modules\public-encrypt
C:\npm\prefix\node_modules\webpack\node_modules\pump
C:\npm\prefix\node_modules\webpack\node_modules\pumpify
C:\npm\prefix\node_modules\webpack\node_modules\punycode
C:\npm\prefix\node_modules\webpack\node_modules\querystring
C:\npm\prefix\node_modules\webpack\node_modules\querystring-es3
C:\npm\prefix\node_modules\webpack\node_modules\randombytes
C:\npm\prefix\node_modules\webpack\node_modules\randomfill
C:\npm\prefix\node_modules\webpack\node_modules\readable-stream
C:\npm\prefix\node_modules\webpack\node_modules\readdirp
C:\npm\prefix\node_modules\webpack\node_modules\regex-not
C:\npm\prefix\node_modules\webpack\node_modules\remove-trailing-separator
C:\npm\prefix\node_modules\webpack\node_modules\repeat-element
C:\npm\prefix\node_modules\webpack\node_modules\repeat-string
C:\npm\prefix\node_modules\webpack\node_modules\resolve-url
C:\npm\prefix\node_modules\webpack\node_modules\ret
C:\npm\prefix\node_modules\webpack\node_modules\rimraf
C:\npm\prefix\node_modules\webpack\node_modules\ripemd160
C:\npm\prefix\node_modules\webpack\node_modules\run-queue
C:\npm\prefix\node_modules\webpack\node_modules\safe-buffer
C:\npm\prefix\node_modules\webpack\node_modules\safer-buffer
C:\npm\prefix\node_modules\webpack\node_modules\safe-regex
C:\npm\prefix\node_modules\webpack\node_modules\schema-utils
C:\npm\prefix\node_modules\webpack\node_modules\semver
C:\npm\prefix\node_modules\webpack\node_modules\serialize-javascript
C:\npm\prefix\node_modules\webpack\node_modules\setimmediate
C:\npm\prefix\node_modules\webpack\node_modules\set-value
C:\npm\prefix\node_modules\webpack\node_modules\sha.js
C:\npm\prefix\node_modules\webpack\node_modules\snapdragon
C:\npm\prefix\node_modules\webpack\node_modules\snapdragon-node
C:\npm\prefix\node_modules\webpack\node_modules\snapdragon-util
C:\npm\prefix\node_modules\webpack\node_modules\source-list-map
C:\npm\prefix\node_modules\webpack\node_modules\source-map
C:\npm\prefix\node_modules\webpack\node_modules\source-map-resolve
C:\npm\prefix\node_modules\webpack\node_modules\source-map-support
C:\npm\prefix\node_modules\webpack\node_modules\source-map-url
C:\npm\prefix\node_modules\webpack\node_modules\split-string
C:\npm\prefix\node_modules\webpack\node_modules\ssri
C:\npm\prefix\node_modules\webpack\node_modules\static-extend
C:\npm\prefix\node_modules\webpack\node_modules\stream-browserify
C:\npm\prefix\node_modules\webpack\node_modules\stream-each
C:\npm\prefix\node_modules\webpack\node_modules\stream-http
C:\npm\prefix\node_modules\webpack\node_modules\stream-shift
C:\npm\prefix\node_modules\webpack\node_modules\string_decoder
C:\npm\prefix\node_modules\webpack\node_modules\tapable
C:\npm\prefix\node_modules\webpack\node_modules\terser
C:\npm\prefix\node_modules\webpack\node_modules\terser-webpack-plugin
C:\npm\prefix\node_modules\webpack\node_modules\through2
C:\npm\prefix\node_modules\webpack\node_modules\timers-browserify
C:\npm\prefix\node_modules\webpack\node_modules\to-arraybuffer
C:\npm\prefix\node_modules\webpack\node_modules\to-object-path
C:\npm\prefix\node_modules\webpack\node_modules\to-regex
C:\npm\prefix\node_modules\webpack\node_modules\to-regex-range
C:\npm\prefix\node_modules\webpack\node_modules\tslib
C:\npm\prefix\node_modules\webpack\node_modules\tty-browserify
C:\npm\prefix\node_modules\webpack\node_modules\typedarray
C:\npm\prefix\node_modules\webpack\node_modules\union-value
C:\npm\prefix\node_modules\webpack\node_modules\unique-filename
C:\npm\prefix\node_modules\webpack\node_modules\unique-slug
C:\npm\prefix\node_modules\webpack\node_modules\unset-value
C:\npm\prefix\node_modules\webpack\node_modules\upath
C:\npm\prefix\node_modules\webpack\node_modules\uri-js
C:\npm\prefix\node_modules\webpack\node_modules\urix
C:\npm\prefix\node_modules\webpack\node_modules\url
C:\npm\prefix\node_modules\webpack\node_modules\use
C:\npm\prefix\node_modules\webpack\node_modules\util
C:\npm\prefix\node_modules\webpack\node_modules\util-deprecate
C:\npm\prefix\node_modules\webpack\node_modules\vm-browserify
C:\npm\prefix\node_modules\webpack\node_modules\watchpack
C:\npm\prefix\node_modules\webpack\node_modules\watchpack-chokidar2
C:\npm\prefix\node_modules\webpack\node_modules\webpack-sources
C:\npm\prefix\node_modules\webpack\node_modules\worker-farm
C:\npm\prefix\node_modules\webpack\node_modules\wrappy
C:\npm\prefix\node_modules\webpack\node_modules\xtend
C:\npm\prefix\node_modules\webpack\node_modules\y18n
C:\npm\prefix\node_modules\webpack\node_modules\yallist
C:\npm\prefix\node_modules\webpack\schemas
C:\npm\prefix\node_modules\webpack\schemas\plugins
C:\npm\prefix\node_modules\webpack\web_modules
C:\npm\prefix\node_modules\webpack-cli
C:\npm\prefix\node_modules\webpack-cli\bin
C:\npm\prefix\node_modules\webpack-cli\bin\config
C:\npm\prefix\node_modules\webpack-cli\bin\utils
C:\npm\prefix\node_modules\webpack-cli\node_modules
C:\npm\prefix\node_modules\webpack-cli\node_modules\ansi-regex
C:\npm\prefix\node_modules\webpack-cli\node_modules\ansi-styles
C:\npm\prefix\node_modules\webpack-cli\node_modules\array-unique
C:\npm\prefix\node_modules\webpack-cli\node_modules\arr-diff
C:\npm\prefix\node_modules\webpack-cli\node_modules\arr-flatten
C:\npm\prefix\node_modules\webpack-cli\node_modules\arr-union
C:\npm\prefix\node_modules\webpack-cli\node_modules\assign-symbols
C:\npm\prefix\node_modules\webpack-cli\node_modules\atob
C:\npm\prefix\node_modules\webpack-cli\node_modules\base
C:\npm\prefix\node_modules\webpack-cli\node_modules\big.js
C:\npm\prefix\node_modules\webpack-cli\node_modules\braces
C:\npm\prefix\node_modules\webpack-cli\node_modules\cache-base
C:\npm\prefix\node_modules\webpack-cli\node_modules\camelcase
C:\npm\prefix\node_modules\webpack-cli\node_modules\chalk
C:\npm\prefix\node_modules\webpack-cli\node_modules\class-utils
C:\npm\prefix\node_modules\webpack-cli\node_modules\cliui
C:\npm\prefix\node_modules\webpack-cli\node_modules\collection-visit
C:\npm\prefix\node_modules\webpack-cli\node_modules\color-convert
C:\npm\prefix\node_modules\webpack-cli\node_modules\color-name
C:\npm\prefix\node_modules\webpack-cli\node_modules\component-emitter
C:\npm\prefix\node_modules\webpack-cli\node_modules\copy-descriptor
C:\npm\prefix\node_modules\webpack-cli\node_modules\core-util-is
C:\npm\prefix\node_modules\webpack-cli\node_modules\cross-spawn
C:\npm\prefix\node_modules\webpack-cli\node_modules\debug
C:\npm\prefix\node_modules\webpack-cli\node_modules\decamelize
C:\npm\prefix\node_modules\webpack-cli\node_modules\decode-uri-component
C:\npm\prefix\node_modules\webpack-cli\node_modules\define-property
C:\npm\prefix\node_modules\webpack-cli\node_modules\detect-file
C:\npm\prefix\node_modules\webpack-cli\node_modules\emoji-regex
C:\npm\prefix\node_modules\webpack-cli\node_modules\emojis-list
C:\npm\prefix\node_modules\webpack-cli\node_modules\enhanced-resolve
C:\npm\prefix\node_modules\webpack-cli\node_modules\errno
C:\npm\prefix\node_modules\webpack-cli\node_modules\escape-string-regexp
C:\npm\prefix\node_modules\webpack-cli\node_modules\expand-brackets
C:\npm\prefix\node_modules\webpack-cli\node_modules\expand-tilde
C:\npm\prefix\node_modules\webpack-cli\node_modules\extend-shallow
C:\npm\prefix\node_modules\webpack-cli\node_modules\extglob
C:\npm\prefix\node_modules\webpack-cli\node_modules\fill-range
C:\npm\prefix\node_modules\webpack-cli\node_modules\find-up
C:\npm\prefix\node_modules\webpack-cli\node_modules\findup-sync
C:\npm\prefix\node_modules\webpack-cli\node_modules\for-in
C:\npm\prefix\node_modules\webpack-cli\node_modules\fragment-cache
C:\npm\prefix\node_modules\webpack-cli\node_modules\get-caller-file
C:\npm\prefix\node_modules\webpack-cli\node_modules\get-value
C:\npm\prefix\node_modules\webpack-cli\node_modules\global-modules
C:\npm\prefix\node_modules\webpack-cli\node_modules\global-prefix
C:\npm\prefix\node_modules\webpack-cli\node_modules\graceful-fs
C:\npm\prefix\node_modules\webpack-cli\node_modules\has-flag
C:\npm\prefix\node_modules\webpack-cli\node_modules\has-value
C:\npm\prefix\node_modules\webpack-cli\node_modules\has-values
C:\npm\prefix\node_modules\webpack-cli\node_modules\homedir-polyfill
C:\npm\prefix\node_modules\webpack-cli\node_modules\import-local
C:\npm\prefix\node_modules\webpack-cli\node_modules\inherits
C:\npm\prefix\node_modules\webpack-cli\node_modules\ini
C:\npm\prefix\node_modules\webpack-cli\node_modules\interpret
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-accessor-descriptor
C:\npm\prefix\node_modules\webpack-cli\node_modules\isarray
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-buffer
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-data-descriptor
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-descriptor
C:\npm\prefix\node_modules\webpack-cli\node_modules\isexe
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-extendable
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-extglob
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-fullwidth-code-point
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-glob
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-number
C:\npm\prefix\node_modules\webpack-cli\node_modules\isobject
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-plain-object
C:\npm\prefix\node_modules\webpack-cli\node_modules\is-windows
C:\npm\prefix\node_modules\webpack-cli\node_modules\json5
C:\npm\prefix\node_modules\webpack-cli\node_modules\kind-of
C:\npm\prefix\node_modules\webpack-cli\node_modules\loader-utils
C:\npm\prefix\node_modules\webpack-cli\node_modules\locate-path
C:\npm\prefix\node_modules\webpack-cli\node_modules\map-cache
C:\npm\prefix\node_modules\webpack-cli\node_modules\map-visit
C:\npm\prefix\node_modules\webpack-cli\node_modules\memory-fs
C:\npm\prefix\node_modules\webpack-cli\node_modules\micromatch
C:\npm\prefix\node_modules\webpack-cli\node_modules\minimist
C:\npm\prefix\node_modules\webpack-cli\node_modules\mixin-deep
C:\npm\prefix\node_modules\webpack-cli\node_modules\ms
C:\npm\prefix\node_modules\webpack-cli\node_modules\nanomatch
C:\npm\prefix\node_modules\webpack-cli\node_modules\nice-try
C:\npm\prefix\node_modules\webpack-cli\node_modules\object.pick
C:\npm\prefix\node_modules\webpack-cli\node_modules\object-copy
C:\npm\prefix\node_modules\webpack-cli\node_modules\object-visit
C:\npm\prefix\node_modules\webpack-cli\node_modules\parse-passwd
C:\npm\prefix\node_modules\webpack-cli\node_modules\pascalcase
C:\npm\prefix\node_modules\webpack-cli\node_modules\path-exists
C:\npm\prefix\node_modules\webpack-cli\node_modules\path-key
C:\npm\prefix\node_modules\webpack-cli\node_modules\pkg-dir
C:\npm\prefix\node_modules\webpack-cli\node_modules\p-limit
C:\npm\prefix\node_modules\webpack-cli\node_modules\p-locate
C:\npm\prefix\node_modules\webpack-cli\node_modules\posix-character-classes
C:\npm\prefix\node_modules\webpack-cli\node_modules\process-nextick-args
C:\npm\prefix\node_modules\webpack-cli\node_modules\prr
C:\npm\prefix\node_modules\webpack-cli\node_modules\p-try
C:\npm\prefix\node_modules\webpack-cli\node_modules\readable-stream
C:\npm\prefix\node_modules\webpack-cli\node_modules\regex-not
C:\npm\prefix\node_modules\webpack-cli\node_modules\repeat-element
C:\npm\prefix\node_modules\webpack-cli\node_modules\repeat-string
C:\npm\prefix\node_modules\webpack-cli\node_modules\require-directory
C:\npm\prefix\node_modules\webpack-cli\node_modules\require-main-filename
C:\npm\prefix\node_modules\webpack-cli\node_modules\resolve-cwd
C:\npm\prefix\node_modules\webpack-cli\node_modules\resolve-dir
C:\npm\prefix\node_modules\webpack-cli\node_modules\resolve-from
C:\npm\prefix\node_modules\webpack-cli\node_modules\resolve-url
C:\npm\prefix\node_modules\webpack-cli\node_modules\ret
C:\npm\prefix\node_modules\webpack-cli\node_modules\safe-buffer
C:\npm\prefix\node_modules\webpack-cli\node_modules\safe-regex
C:\npm\prefix\node_modules\webpack-cli\node_modules\semver
C:\npm\prefix\node_modules\webpack-cli\node_modules\set-blocking
C:\npm\prefix\node_modules\webpack-cli\node_modules\set-value
C:\npm\prefix\node_modules\webpack-cli\node_modules\shebang-command
C:\npm\prefix\node_modules\webpack-cli\node_modules\shebang-regex
C:\npm\prefix\node_modules\webpack-cli\node_modules\snapdragon
C:\npm\prefix\node_modules\webpack-cli\node_modules\snapdragon-node
C:\npm\prefix\node_modules\webpack-cli\node_modules\snapdragon-util
C:\npm\prefix\node_modules\webpack-cli\node_modules\source-map
C:\npm\prefix\node_modules\webpack-cli\node_modules\source-map-resolve
C:\npm\prefix\node_modules\webpack-cli\node_modules\source-map-url
C:\npm\prefix\node_modules\webpack-cli\node_modules\split-string
C:\npm\prefix\node_modules\webpack-cli\node_modules\static-extend
C:\npm\prefix\node_modules\webpack-cli\node_modules\string_decoder
C:\npm\prefix\node_modules\webpack-cli\node_modules\string-width
C:\npm\prefix\node_modules\webpack-cli\node_modules\strip-ansi
C:\npm\prefix\node_modules\webpack-cli\node_modules\supports-color
C:\npm\prefix\node_modules\webpack-cli\node_modules\tapable
C:\npm\prefix\node_modules\webpack-cli\node_modules\to-object-path
C:\npm\prefix\node_modules\webpack-cli\node_modules\to-regex
C:\npm\prefix\node_modules\webpack-cli\node_modules\to-regex-range
C:\npm\prefix\node_modules\webpack-cli\node_modules\union-value
C:\npm\prefix\node_modules\webpack-cli\node_modules\unset-value
C:\npm\prefix\node_modules\webpack-cli\node_modules\urix
C:\npm\prefix\node_modules\webpack-cli\node_modules\use
C:\npm\prefix\node_modules\webpack-cli\node_modules\util-deprecate
C:\npm\prefix\node_modules\webpack-cli\node_modules\v8-compile-cache
C:\npm\prefix\node_modules\webpack-cli\node_modules\which
C:\npm\prefix\node_modules\webpack-cli\node_modules\which-module
C:\npm\prefix\node_modules\webpack-cli\node_modules\wrap-ansi
C:\npm\prefix\node_modules\webpack-cli\node_modules\y18n
C:\npm\prefix\node_modules\webpack-cli\node_modules\yargs
C:\npm\prefix\node_modules\webpack-cli\node_modules\yargs-parser
C:\npm\prefix\node_modules\yarn
C:\npm\prefix\node_modules\yarn\bin
C:\npm\prefix\node_modules\yarn\lib
C:\Packages
C:\PerfLogs
C:\Program Files
C:\Program Files (x86)
C:\Program Files (x86)\Android
C:\Program Files (x86)\Android\android-sdk
C:\Program Files (x86)\Android\android-sdk\add-ons
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-21
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-21\docs
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-21\libs
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-22
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-22\docs
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-22\libs
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-23
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-23\docs
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-23\libs
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-24
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-24\docs
C:\Program Files (x86)\Android\android-sdk\add-ons\addon-google_apis-google-24\libs
C:\Program Files (x86)\Android\android-sdk\build-tools
C:\Program Files (x86)\Android\android-sdk\build-tools\19.1.0
C:\Program Files (x86)\Android\android-sdk\build-tools\19.1.0\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\19.1.0\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\20.0.0
C:\Program Files (x86)\Android\android-sdk\build-tools\20.0.0\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\20.0.0\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\21.1.2
C:\Program Files (x86)\Android\android-sdk\build-tools\21.1.2\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\21.1.2\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\22.0.1
C:\Program Files (x86)\Android\android-sdk\build-tools\22.0.1\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\22.0.1\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\23.0.1
C:\Program Files (x86)\Android\android-sdk\build-tools\23.0.1\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\23.0.1\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\23.0.2
C:\Program Files (x86)\Android\android-sdk\build-tools\23.0.2\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\23.0.2\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\23.0.3
C:\Program Files (x86)\Android\android-sdk\build-tools\23.0.3\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\23.0.3\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.0
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.0\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.0\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.0\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.1
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.1\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.1\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.1\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.2
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.2\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.2\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.2\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.3
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.3\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.3\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.3\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.0
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.0\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.0\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.0\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.1
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.1\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.1\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.1\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.2
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.2\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.2\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.2\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.3
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.3\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.3\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\25.0.3\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.0
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.0\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.0\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.0\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.1
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.1\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.1\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.1\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.2
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.2\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.2\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.2\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.3
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.3\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.3\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\26.0.3\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.0
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.0\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.0\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.0\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.1
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.1\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.1\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.1\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.2
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.2\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.2\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.2\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.3
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.3\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.3\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\27.0.3\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.0
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.0\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.0\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.0\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.1
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.1\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.1\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.1\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.2
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.2\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.2\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.2\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.3
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.3\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.3\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\28.0.3\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.0
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.0\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.0\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.0\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.1
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.1\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.1\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.1\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.2
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.2\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.2\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.2\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.3
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.3\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.3\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\29.0.3\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.0
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.0\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.0\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.0\lld-bin
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.0\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.1
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.1\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.1\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.1\lld-bin
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.1\renderscript
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.2
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.2\lib
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.2\lib64
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.2\lld-bin
C:\Program Files (x86)\Android\android-sdk\build-tools\30.0.2\renderscript
C:\Program Files (x86)\Android\android-sdk\cmake
C:\Program Files (x86)\Android\android-sdk\cmake\3.10.2.4988404
C:\Program Files (x86)\Android\android-sdk\cmake\3.10.2.4988404\bin
C:\Program Files (x86)\Android\android-sdk\cmake\3.10.2.4988404\doc
C:\Program Files (x86)\Android\android-sdk\cmake\3.10.2.4988404\share
C:\Program Files (x86)\Android\android-sdk\cmake\3.6.4111459
C:\Program Files (x86)\Android\android-sdk\cmake\3.6.4111459\bin
C:\Program Files (x86)\Android\android-sdk\cmake\3.6.4111459\doc
C:\Program Files (x86)\Android\android-sdk\cmake\3.6.4111459\share
C:\Program Files (x86)\Android\android-sdk\extras
C:\Program Files (x86)\Android\android-sdk\extras\android
C:\Program Files (x86)\Android\android-sdk\extras\android\m2repository
C:\Program Files (x86)\Android\android-sdk\extras\google
C:\Program Files (x86)\Android\android-sdk\extras\google\google_play_services
C:\Program Files (x86)\Android\android-sdk\extras\google\m2repository
C:\Program Files (x86)\Android\android-sdk\extras\m2repository
C:\Program Files (x86)\Android\android-sdk\extras\m2repository\com
C:\Program Files (x86)\Android\android-sdk\licenses
C:\Program Files (x86)\Android\android-sdk\ndk-bundle
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\build
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\build\__pycache__
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\build\cmake
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\build\core
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\build\gmsl
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\build\lib
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\build\tools
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\meta
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-16
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-17
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-18
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-19
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-21
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-22
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-23
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-24
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-26
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-27
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-28
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-29
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\platforms\android-30
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\prebuilt
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\prebuilt\android-arm
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\prebuilt\android-arm64
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\prebuilt\android-x86
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\prebuilt\android-x86_64
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\prebuilt\windows-x86_64
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\python-packages
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\python-packages\adb
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\python-packages\fastboot
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\python-packages\gdbrunner
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\shader-tools
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\shader-tools\windows-x86_64
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\simpleperf
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\simpleperf\app_api
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\simpleperf\bin
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\simpleperf\doc
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\simpleperf\inferno
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\sources
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\sources\android
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\sources\cxx-stl
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\sources\third_party
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\sysroot
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\sysroot\usr
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\toolchains
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\toolchains\arm-linux-androideabi-4.9
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\toolchains\llvm
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\toolchains\renderscript
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\toolchains\x86_64-4.9
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\toolchains\x86-4.9
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\wrap.sh
C:\Program Files (x86)\Android\android-sdk\patcher
C:\Program Files (x86)\Android\android-sdk\patcher\v4
C:\Program Files (x86)\Android\android-sdk\platforms
C:\Program Files (x86)\Android\android-sdk\platforms\android-19
C:\Program Files (x86)\Android\android-sdk\platforms\android-19\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-19\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-19\templates
C:\Program Files (x86)\Android\android-sdk\platforms\android-21
C:\Program Files (x86)\Android\android-sdk\platforms\android-21\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-21\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-21\templates
C:\Program Files (x86)\Android\android-sdk\platforms\android-22
C:\Program Files (x86)\Android\android-sdk\platforms\android-22\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-22\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-22\templates
C:\Program Files (x86)\Android\android-sdk\platforms\android-23
C:\Program Files (x86)\Android\android-sdk\platforms\android-23\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-23\optional
C:\Program Files (x86)\Android\android-sdk\platforms\android-23\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-23\templates
C:\Program Files (x86)\Android\android-sdk\platforms\android-24
C:\Program Files (x86)\Android\android-sdk\platforms\android-24\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-24\optional
C:\Program Files (x86)\Android\android-sdk\platforms\android-24\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-24\templates
C:\Program Files (x86)\Android\android-sdk\platforms\android-25
C:\Program Files (x86)\Android\android-sdk\platforms\android-25\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-25\optional
C:\Program Files (x86)\Android\android-sdk\platforms\android-25\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-25\templates
C:\Program Files (x86)\Android\android-sdk\platforms\android-26
C:\Program Files (x86)\Android\android-sdk\platforms\android-26\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-26\optional
C:\Program Files (x86)\Android\android-sdk\platforms\android-26\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-26\templates
C:\Program Files (x86)\Android\android-sdk\platforms\android-27
C:\Program Files (x86)\Android\android-sdk\platforms\android-27\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-27\optional
C:\Program Files (x86)\Android\android-sdk\platforms\android-27\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-27\templates
C:\Program Files (x86)\Android\android-sdk\platforms\android-28
C:\Program Files (x86)\Android\android-sdk\platforms\android-28\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-28\optional
C:\Program Files (x86)\Android\android-sdk\platforms\android-28\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-28\templates
C:\Program Files (x86)\Android\android-sdk\platforms\android-29
C:\Program Files (x86)\Android\android-sdk\platforms\android-29\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-29\optional
C:\Program Files (x86)\Android\android-sdk\platforms\android-29\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-29\templates
C:\Program Files (x86)\Android\android-sdk\platforms\android-30
C:\Program Files (x86)\Android\android-sdk\platforms\android-30\data
C:\Program Files (x86)\Android\android-sdk\platforms\android-30\optional
C:\Program Files (x86)\Android\android-sdk\platforms\android-30\skins
C:\Program Files (x86)\Android\android-sdk\platforms\android-30\templates
C:\Program Files (x86)\Android\android-sdk\platform-tools
C:\Program Files (x86)\Android\android-sdk\platform-tools\api
C:\Program Files (x86)\Android\android-sdk\platform-tools\lib64
C:\Program Files (x86)\Android\android-sdk\platform-tools\systrace
C:\Program Files (x86)\Android\android-sdk\platform-tools\systrace\catapult
C:\Program Files (x86)\Android\android-sdk\tools
C:\Program Files (x86)\Android\android-sdk\tools\bin
C:\Program Files (x86)\Android\android-sdk\tools\lib
C:\Program Files (x86)\Android\android-sdk\tools\lib\monitor-x86
C:\Program Files (x86)\Android\android-sdk\tools\lib\monitor-x86_64
C:\Program Files (x86)\Android\android-sdk\tools\lib\x86
C:\Program Files (x86)\Android\android-sdk\tools\lib\x86_64
C:\Program Files (x86)\Android\android-sdk\tools\proguard
C:\Program Files (x86)\Android\android-sdk\tools\proguard\ant
C:\Program Files (x86)\Android\android-sdk\tools\proguard\bin
C:\Program Files (x86)\Android\android-sdk\tools\proguard\docs
C:\Program Files (x86)\Android\android-sdk\tools\proguard\examples
C:\Program Files (x86)\Android\android-sdk\tools\proguard\lib
C:\Program Files (x86)\Android\android-sdk\tools\support
C:\Program Files (x86)\Application Verifier
C:\Program Files (x86)\Common Files
C:\Program Files (x86)\Common Files\Designer
C:\Program Files (x86)\Common Files\Merge Modules
C:\Program Files (x86)\Common Files\Microsoft
C:\Program Files (x86)\Common Files\microsoft shared
C:\Program Files (x86)\Common Files\microsoft shared\DAO
C:\Program Files (x86)\Common Files\microsoft shared\Filters
C:\Program Files (x86)\Common Files\microsoft shared\Ink
C:\Program Files (x86)\Common Files\microsoft shared\Ink\en-US
C:\Program Files (x86)\Common Files\microsoft shared\Ink\HWRCustomization
C:\Program Files (x86)\Common Files\microsoft shared\LoadTestExcelAddin
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\Resources
C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8\Resources\1033
C:\Program Files (x86)\Common Files\microsoft shared\MSEnv
C:\Program Files (x86)\Common Files\microsoft shared\MSEnv\1033
C:\Program Files (x86)\Common Files\microsoft shared\MSEnv\PublicAssemblies
C:\Program Files (x86)\Common Files\microsoft shared\MSEnv\PublicAssemblies\en
C:\Program Files (x86)\Common Files\microsoft shared\MSI Tools
C:\Program Files (x86)\Common Files\microsoft shared\MSInfo
C:\Program Files (x86)\Common Files\microsoft shared\MSInfo\en-US
C:\Program Files (x86)\Common Files\microsoft shared\NetworkEmulation
C:\Program Files (x86)\Common Files\microsoft shared\NetworkEmulation\x64
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\12.0
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\12.0\Debugger
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\14.0
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\14.0\Debugger
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\15.0
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\15.0\Debugger
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\15.0\ScriptDiagnostics
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\16.0
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\16.0\CodedUITest
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\CoreCon
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\CoreCon\11.0
C:\Program Files (x86)\Common Files\microsoft shared\Phone Tools\CoreCon\12.0
C:\Program Files (x86)\Common Files\microsoft shared\SQL Server Developer Tools
C:\Program Files (x86)\Common Files\microsoft shared\SQL Server Developer Tools\120
C:\Program Files (x86)\Common Files\microsoft shared\SQL Server Developer Tools\130
C:\Program Files (x86)\Common Files\microsoft shared\Stationery
C:\Program Files (x86)\Common Files\microsoft shared\TextConv
C:\Program Files (x86)\Common Files\microsoft shared\TextConv\en-US
C:\Program Files (x86)\Common Files\microsoft shared\Triedit
C:\Program Files (x86)\Common Files\microsoft shared\Triedit\en-US
C:\Program Files (x86)\Common Files\microsoft shared\VC
C:\Program Files (x86)\Common Files\microsoft shared\vgx
C:\Program Files (x86)\Common Files\microsoft shared\Visual Database Tools
C:\Program Files (x86)\Common Files\microsoft shared\VS
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1028
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1029
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1031
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1033
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1036
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1040
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1041
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1042
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1045
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1046
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1049
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\1055
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\2052
C:\Program Files (x86)\Common Files\microsoft shared\VS7Debug\3082
C:\Program Files (x86)\Common Files\microsoft shared\VSTA
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\16.0
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\16.0\Bin
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\16.0\Common
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\16.0\Licenses
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\AppInfoDocument
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\AppInfoDocument\Microsoft.VisualStudio.Tools.Office.AppInfoDocument
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\Pipeline.v10.0
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\Pipeline.v10.0\AddInSideAdapters
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\Pipeline.v10.0\AddInViews
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\Pipeline.v10.0\Contracts
C:\Program Files (x86)\Common Files\microsoft shared\VSTA\Pipeline.v10.0\HostSideAdapters
C:\Program Files (x86)\Common Files\microsoft shared\VSTO
C:\Program Files (x86)\Common Files\microsoft shared\VSTO\10.0
C:\Program Files (x86)\Common Files\microsoft shared\VSTO\10.0\1033
C:\Program Files (x86)\Common Files\microsoft shared\VSTT
C:\Program Files (x86)\Common Files\microsoft shared\VSTT\16.0
C:\Program Files (x86)\Common Files\microsoft shared\VSTT\16.0\UITestExtensionPackages
C:\Program Files (x86)\Common Files\microsoft shared\WebTestRecorder
C:\Program Files (x86)\Common Files\microsoft shared\WF
C:\Program Files (x86)\Common Files\microsoft shared\Windows Phone Sirep
C:\Program Files (x86)\Common Files\microsoft shared\Windows Phone Sirep\8.1
C:\Program Files (x86)\Common Files\microsoft shared\Windows Simulator
C:\Program Files (x86)\Common Files\microsoft shared\Windows Simulator\16.0
C:\Program Files (x86)\Common Files\microsoft shared\Windows Simulator\16.0\en
C:\Program Files (x86)\Common Files\Microsoft\ExtensionManager
C:\Program Files (x86)\Common Files\Microsoft\ExtensionManager\Extensions
C:\Program Files (x86)\Common Files\Microsoft\ExtensionManager\Extensions\Microsoft
C:\Program Files (x86)\Common Files\Services
C:\Program Files (x86)\Common Files\system
C:\Program Files (x86)\Common Files\system\ado
C:\Program Files (x86)\Common Files\system\ado\en-US
C:\Program Files (x86)\Common Files\system\en-US
C:\Program Files (x86)\Common Files\system\msadc
C:\Program Files (x86)\Common Files\system\msadc\en-US
C:\Program Files (x86)\Common Files\system\ole db
C:\Program Files (x86)\Common Files\system\ole db\en-US
C:\Program Files (x86)\Common Files\TortoiseOverlays
C:\Program Files (x86)\Common Files\TortoiseOverlays\icons
C:\Program Files (x86)\Common Files\TortoiseOverlays\icons\XPStyle
C:\Program Files (x86)\dotnet
C:\Program Files (x86)\dotnet\host
C:\Program Files (x86)\dotnet\host\fxr
C:\Program Files (x86)\dotnet\host\fxr\3.1.7
C:\Program Files (x86)\dotnet\shared
C:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App
C:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App\3.1.7
C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App
C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App\3.1.7
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\cs
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\de
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\es
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\fr
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\it
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\ja
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\ko
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\pl
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\pt-BR
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\ru
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\tr
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\zh-Hans
C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App\3.1.7\zh-Hant
C:\Program Files (x86)\Epic Games
C:\Program Files (x86)\Epic Games\DirectXRedist
C:\Program Files (x86)\Epic Games\Launcher
C:\Program Files (x86)\Epic Games\Launcher\Engine
C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries
C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\ThirdParty
C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\Win32
C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\Win64
C:\Program Files (x86)\Epic Games\Launcher\Engine\Config
C:\Program Files (x86)\Epic Games\Launcher\Engine\Content
C:\Program Files (x86)\Epic Games\Launcher\Engine\Content\Certificates
C:\Program Files (x86)\Epic Games\Launcher\Engine\Content\Internationalization
C:\Program Files (x86)\Epic Games\Launcher\Engine\Content\Localization
C:\Program Files (x86)\Epic Games\Launcher\Engine\Content\Slate
C:\Program Files (x86)\Epic Games\Launcher\Engine\Programs
C:\Program Files (x86)\Epic Games\Launcher\Engine\Programs\CrashReportClient
C:\Program Files (x86)\Epic Games\Launcher\Engine\Shaders
C:\Program Files (x86)\Epic Games\Launcher\Engine\Shaders\StandaloneRenderer
C:\Program Files (x86)\Epic Games\Launcher\Portal
C:\Program Files (x86)\Epic Games\Launcher\Portal\Binaries
C:\Program Files (x86)\Epic Games\Launcher\Portal\Binaries\Win32
C:\Program Files (x86)\Epic Games\Launcher\Portal\Binaries\Win64
C:\Program Files (x86)\Epic Games\Launcher\Portal\Config
C:\Program Files (x86)\Epic Games\Launcher\Portal\Config\Localization
C:\Program Files (x86)\Epic Games\Launcher\Portal\Content
C:\Program Files (x86)\Epic Games\Launcher\Portal\Content\EcosystemStyle
C:\Program Files (x86)\Epic Games\Launcher\Portal\Content\Font
C:\Program Files (x86)\Epic Games\Launcher\Portal\Content\Localization
C:\Program Files (x86)\Epic Games\Launcher\Portal\Content\New UI
C:\Program Files (x86)\Epic Games\Launcher\Portal\Content\Social
C:\Program Files (x86)\Epic Games\Launcher\Portal\Content\UI
C:\Program Files (x86)\Epic Games\Launcher\Portal\Extras
C:\Program Files (x86)\Epic Games\Launcher\Portal\Extras\Redist
C:\Program Files (x86)\Epic Games\Launcher\Portal\Intermediate
C:\Program Files (x86)\Epic Games\Launcher\Portal\Intermediate\Config
C:\Program Files (x86)\Epic Games\Launcher\Portal\PersistentDownloadDir
C:\Program Files (x86)\Epic Games\Launcher\Portal\PersistentDownloadDir\EMS
C:\Program Files (x86)\Epic Games\Launcher\Portal\SelfUpdateStaging
C:\Program Files (x86)\Epic Games\Launcher\Portal\SelfUpdateStaging\Install
C:\Program Files (x86)\Epic Games\Launcher\Portal\SysFiles
C:\Program Files (x86)\Epic Games\Launcher\Portal\SysFiles\EpicGamesLauncher
C:\Program Files (x86)\Epic Games\Launcher\VaultCache
C:\Program Files (x86)\GitHub CLI
C:\Program Files (x86)\Google
C:\Program Files (x86)\Google\Chrome
C:\Program Files (x86)\Google\Chrome\Application
C:\Program Files (x86)\Google\Chrome\Application\84.0.4147.135
C:\Program Files (x86)\Google\Chrome\Application\84.0.4147.135\default_apps
C:\Program Files (x86)\Google\Chrome\Application\84.0.4147.135\Extensions
C:\Program Files (x86)\Google\Chrome\Application\84.0.4147.135\Installer
C:\Program Files (x86)\Google\Chrome\Application\84.0.4147.135\Locales
C:\Program Files (x86)\Google\Chrome\Application\84.0.4147.135\MEIPreload
C:\Program Files (x86)\Google\Chrome\Application\84.0.4147.135\swiftshader
C:\Program Files (x86)\Google\Chrome\Application\84.0.4147.135\VisualElements
C:\Program Files (x86)\Google\Chrome\Application\84.0.4147.135\WidevineCdm
C:\Program Files (x86)\Google\Chrome\Application\SetupMetrics
C:\Program Files (x86)\Google\Cloud SDK
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\bootstrapping
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\sdk
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\data
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\data\cli
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\deb
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\deb\mapping
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\lib
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\lib\__pycache__
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\lib\googlecloudsdk
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\lib\surface
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\lib\third_party
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\lib\tools
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\anthoscli_licenses
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\bq
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\bundledpython
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\bundledpython2
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\ext-runtime
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\GoogleCloudPowerShell
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\gsutil
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\PowerShell
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\rpm
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\rpm\mapping
C:\Program Files (x86)\Google\CrashReports
C:\Program Files (x86)\Google\Policies
C:\Program Files (x86)\Google\Update
C:\Program Files (x86)\Google\Update\1.3.35.452
C:\Program Files (x86)\Google\Update\1.3.35.452\Recovery
C:\Program Files (x86)\Google\Update\1.3.35.452\Recovery\GUR65BD.tmp
C:\Program Files (x86)\Google\Update\Download
C:\Program Files (x86)\Google\Update\Download\{8A69D345-D564-463C-AFF1-A69D9E530F96}
C:\Program Files (x86)\Google\Update\Download\{8A69D345-D564-463C-AFF1-A69D9E530F96}\84.0.4147.135
C:\Program Files (x86)\Google\Update\Install
C:\Program Files (x86)\HTML Help Workshop
C:\Program Files (x86)\IIS
C:\Program Files (x86)\IIS Express
C:\Program Files (x86)\IIS Express\AppServer
C:\Program Files (x86)\IIS Express\AppServer\empty_wwwroot
C:\Program Files (x86)\IIS Express\Asp.Net Core Module
C:\Program Files (x86)\IIS Express\Asp.Net Core Module\V2
C:\Program Files (x86)\IIS Express\Asp.Net Core Module\V2\13.1.20087
C:\Program Files (x86)\IIS Express\config
C:\Program Files (x86)\IIS Express\config\schema
C:\Program Files (x86)\IIS Express\config\templates
C:\Program Files (x86)\IIS Express\config\templates\PersonalWebServer
C:\Program Files (x86)\IIS Express\cs
C:\Program Files (x86)\IIS Express\cs-CZ
C:\Program Files (x86)\IIS Express\custerr
C:\Program Files (x86)\IIS Express\custerr\en-us
C:\Program Files (x86)\IIS Express\de
C:\Program Files (x86)\IIS Express\de-DE
C:\Program Files (x86)\IIS Express\en-us
C:\Program Files (x86)\IIS Express\es
C:\Program Files (x86)\IIS Express\es-ES
C:\Program Files (x86)\IIS Express\fr
C:\Program Files (x86)\IIS Express\fr-FR
C:\Program Files (x86)\IIS Express\it
C:\Program Files (x86)\IIS Express\it-IT
C:\Program Files (x86)\IIS Express\ja
C:\Program Files (x86)\IIS Express\ja-JP
C:\Program Files (x86)\IIS Express\ko
C:\Program Files (x86)\IIS Express\ko-KR
C:\Program Files (x86)\IIS Express\pl
C:\Program Files (x86)\IIS Express\pl-PL
C:\Program Files (x86)\IIS Express\pt
C:\Program Files (x86)\IIS Express\pt-BR
C:\Program Files (x86)\IIS Express\ru
C:\Program Files (x86)\IIS Express\ru-RU
C:\Program Files (x86)\IIS Express\tr
C:\Program Files (x86)\IIS Express\tr-TR
C:\Program Files (x86)\IIS Express\WebSite1
C:\Program Files (x86)\IIS Express\zh-CN
C:\Program Files (x86)\IIS Express\zh-Hans
C:\Program Files (x86)\IIS Express\zh-Hant
C:\Program Files (x86)\IIS Express\zh-TW
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\cs
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\de
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\es
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\fr
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\it
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\ja
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\ko
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\pl
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\pt
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\ru
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\tr
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\zh-Hans
C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\zh-Hant
C:\Program Files (x86)\Inno Setup 6
C:\Program Files (x86)\Inno Setup 6\Examples
C:\Program Files (x86)\Inno Setup 6\Examples\MyDll
C:\Program Files (x86)\Inno Setup 6\Examples\MyDll\C
C:\Program Files (x86)\Inno Setup 6\Examples\MyDll\C#
C:\Program Files (x86)\Inno Setup 6\Examples\MyDll\C#\Properties
C:\Program Files (x86)\Inno Setup 6\Examples\MyDll\Delphi
C:\Program Files (x86)\Inno Setup 6\Languages
C:\Program Files (x86)\Internet Explorer
C:\Program Files (x86)\Internet Explorer\en-US
C:\Program Files (x86)\Internet Explorer\images
C:\Program Files (x86)\Internet Explorer\SIGNUP
C:\Program Files (x86)\Microsoft
C:\Program Files (x86)\Microsoft Analysis Services
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Cartridges
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1025
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1026
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\10266
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1027
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1028
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1029
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1030
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1031
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1032
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1033
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1035
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1036
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1037
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1038
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1040
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1041
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1042
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1043
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1044
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1045
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1046
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1048
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1049
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1050
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1051
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1053
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1054
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1055
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1057
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1058
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1060
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1061
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1062
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1063
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1066
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1069
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1081
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1086
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1087
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\1110
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\2052
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\2070
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\3082
C:\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\130\Resources\9242
C:\Program Files (x86)\Microsoft SDKs
C:\Program Files (x86)\Microsoft SDKs\Azure
C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\asyncio
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\collections
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\concurrent
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\ctypes
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\curses
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\dbm
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\distutils
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\email
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\encodings
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\html
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\http
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\importlib
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\json
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\lib2to3
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\logging
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\msilib
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\multiprocessing
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\sqlite3
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\unittest
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\urllib
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\wsgiref
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\xml
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\xmlrpc
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Scripts
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Scripts\__pycache__
C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator
C:\Program Files (x86)\Microsoft SDKs\ClickOnce
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\cs
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\pl
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\tr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Engine\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\cs
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\pl
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\tr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX35SP1\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\cs
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\pl
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\tr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX452\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\cs
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\pl
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\tr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX46\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\cs
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\pl
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\tr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX461\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\cs
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\pl
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\tr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX462\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\cs
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\pl
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\tr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX47\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\cs
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\pl
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\tr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX471\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\cs
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\pl
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\tr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX472\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\cs
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\pl
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\tr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\DotNetFX48\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\pt
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x64\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\pt
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlClrTypes_x86\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2008R2\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlExpress2012\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2012\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2016\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2017\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\de
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\es
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\fr
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\it
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\ja
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\ko
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\pt-BR
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\ru
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\zh-Hans
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\SqlLocalDB2019\zh-Hant
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\vcredist_arm
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\vcredist_arm\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\vcredist_arm64
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\vcredist_arm64\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\vcredist_x64
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\vcredist_x64\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\vcredist_x86
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\vcredist_x86\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\VSTOR40
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages\VSTOR40\en
C:\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Schemas
C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\coverlet.collector
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\coverlet.collector\1.3.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\coverlet.collector\1.3.0\build
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.CSharp
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.CSharp\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.CSharp\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.CSharp\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.CSharp\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.CSharp\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.CSharp\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.net.test.sdk
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.net.test.sdk\16.6.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.net.test.sdk\16.6.1\build
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.net.test.sdk\16.6.1\buildMultiTargeting
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Jit
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Jit\1.0.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Jit\1.0.3
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.platforms
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.platforms\1.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.platforms\1.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.platforms\1.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.platforms\1.0.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.platforms\1.0.2\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.platforms\3.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.platforms\3.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.2\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.2\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Portable.Compatibility\1.0.2\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR\1.0.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR\1.0.3
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-arm
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-arm\1.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-arm\1.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-arm\1.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-x64
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-x64\1.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-x64\1.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-x64\1.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-x86
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-x86\1.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-x86\1.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.CoreCLR-x86\1.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.Native
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime.Native\1.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Runtime\1.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.targets
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Targets.DNXCore
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Targets.DNXCore\4.9.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Targets.NETFramework
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Targets.NETFramework\4.6.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Targets.UniversalWindowsPlatform
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Targets.UniversalWindowsPlatform\5.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.targets\1.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.targets\1.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.targets\1.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.targets\1.0.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.netcore.targets\1.0.2\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.UniversalWindowsPlatform
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.UniversalWindowsPlatform\5.2.8
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Windows.ApiSets
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Windows.ApiSets\1.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Windows.ApiSets-x64
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Windows.ApiSets-x64\1.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Windows.ApiSets-x64\1.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Windows.ApiSets-x86
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Windows.ApiSets-x86\1.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.Windows.ApiSets-x86\1.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore\5.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore\5.0.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.qualitytools.testing.fakes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.qualitytools.testing.fakes\16.7.4-beta.20330.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\microsoft.qualitytools.testing.fakes\16.7.4-beta.20330.2\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.VisualBasic
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.VisualBasic\10.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.VisualBasic\10.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.VisualBasic\10.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.VisualBasic\10.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.VisualBasic\10.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.VisualBasic\10.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.Win32.Primitives
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.Win32.Primitives\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.Win32.Primitives\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.Win32.Primitives\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.Win32.Primitives\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.Win32.Primitives\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.Win32.Primitives\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\mstest.testadapter
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\mstest.testadapter\2.1.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\mstest.testadapter\2.1.1\build
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\mstest.testframework
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\mstest.testframework\2.1.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\mstest.testframework\2.1.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\NETStandard.Library
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\NETStandard.Library\1.6.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\newtonsoft.json
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\newtonsoft.json\9.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\newtonsoft.json\9.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\newtonsoft.json\9.0.1\tools
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Collections
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Collections\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Collections\4.0.11\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Collections\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Collections\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Diagnostics.Tools
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Diagnostics.Tools\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Diagnostics.Tools\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Diagnostics.Tools\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Diagnostics.Tools\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Diagnostics.Tracing
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Diagnostics.Tracing\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Diagnostics.Tracing\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Diagnostics.Tracing\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Diagnostics.Tracing\4.1.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Globalization
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Globalization.Calendars
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Globalization.Calendars\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Globalization.Calendars\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Globalization.Calendars\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Globalization.Calendars\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Globalization\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Globalization\4.0.11\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Globalization\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Globalization\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.IO
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.IO\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.IO\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.IO\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.IO\4.1.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection.Extensions
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection.Extensions\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection.Extensions\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection.Extensions\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection.Extensions\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection.Primitives
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection.Primitives\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection.Primitives\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection.Primitives\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection.Primitives\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Reflection\4.1.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Resources.ResourceManager
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Resources.ResourceManager\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Resources.ResourceManager\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Resources.ResourceManager\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Resources.ResourceManager\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime.Handles
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime.Handles\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime.Handles\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime.Handles\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime.Handles\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime.InteropServices
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime.InteropServices\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime.InteropServices\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime.InteropServices\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime.InteropServices\4.1.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Runtime\4.1.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Text.Encoding
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Text.Encoding.Extensions
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Text.Encoding.Extensions\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Text.Encoding.Extensions\4.0.11\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Text.Encoding.Extensions\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Text.Encoding.Extensions\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Text.Encoding\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Text.Encoding\4.0.11\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Text.Encoding\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Text.Encoding\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Threading.Tasks
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Threading.Tasks\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Threading.Tasks\4.0.11\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Threading.Tasks\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Threading.Tasks\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Threading.Timer
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Threading.Timer\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Threading.Timer\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Threading.Timer\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.any.System.Threading.Timer\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Collections
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Collections\4.0.10
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Collections\4.0.10\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Collections\4.0.10\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Diagnostics.Tools
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Diagnostics.Tools\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Diagnostics.Tools\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Diagnostics.Tools\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Diagnostics.Tracing
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Diagnostics.Tracing\4.0.20
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Diagnostics.Tracing\4.0.20\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Diagnostics.Tracing\4.0.20\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Globalization
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Globalization.Calendars
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Globalization.Calendars\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Globalization.Calendars\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Globalization.Calendars\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Globalization\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Globalization\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Globalization\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.IO
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.IO\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.IO\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.IO\4.1.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection.Extensions
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection.Extensions\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection.Extensions\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection.Extensions\4.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection.Primitives
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection.Primitives\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection.Primitives\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection.Primitives\4.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection\4.0.10
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection\4.0.10\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Reflection\4.0.10\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Resources.ResourceManager
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Resources.ResourceManager\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Resources.ResourceManager\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Resources.ResourceManager\4.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime.Handles
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime.Handles\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime.Handles\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime.Handles\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime.InteropServices
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime.InteropServices\4.0.20
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime.InteropServices\4.0.20\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime.InteropServices\4.0.20\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime\4.0.20
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime\4.0.20\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Runtime\4.0.20\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Text.Encoding
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Text.Encoding.Extensions
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Text.Encoding.Extensions\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Text.Encoding.Extensions\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Text.Encoding.Extensions\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Text.Encoding\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Text.Encoding\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Text.Encoding\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Threading.Tasks
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Threading.Tasks\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Threading.Tasks\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Threading.Tasks\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Threading.Timer
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Threading.Timer\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Threading.Timer\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.aot.System.Threading.Timer\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System.IO.Compression
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System.IO.Compression\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System.IO.Compression\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System.Net.Http
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System.Net.Http\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System.Net.Http\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System.Security.Cryptography
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System.Security.Cryptography\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System.Security.Cryptography\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.native.System\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.Microsoft.Win32.Primitives
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.Microsoft.Win32.Primitives\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.Microsoft.Win32.Primitives\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.Microsoft.Win32.Primitives\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Diagnostics.Debug
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Diagnostics.Debug\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Diagnostics.Debug\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Diagnostics.Debug\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.IO.FileSystem
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.IO.FileSystem\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.IO.FileSystem\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.IO.FileSystem\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Net.Primitives
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Net.Primitives\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Net.Primitives\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Net.Primitives\4.0.11\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Net.Sockets
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Net.Sockets\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Net.Sockets\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Net.Sockets\4.1.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Runtime.Extensions
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Runtime.Extensions\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Runtime.Extensions\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win.System.Runtime.Extensions\4.1.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win10-arm-aot.runtime.native.System.IO.Compression
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win10-arm-aot.runtime.native.System.IO.Compression\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win10-arm-aot.runtime.native.System.IO.Compression\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win10-x64-aot.runtime.native.System.IO.Compression
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win10-x64-aot.runtime.native.System.IO.Compression\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win10-x64-aot.runtime.native.System.IO.Compression\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win10-x86-aot.runtime.native.System.IO.Compression
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win10-x86-aot.runtime.native.System.IO.Compression\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win10-x86-aot.runtime.native.System.IO.Compression\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7.System.Private.Uri
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7.System.Private.Uri\4.0.4
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7.System.Private.Uri\4.0.4\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7.System.Private.Uri\4.0.4\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.Microsoft.NETCore.Jit
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.Microsoft.NETCore.Jit\1.0.3
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.Microsoft.NETCore.Jit\1.0.3\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR\1.0.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR\1.0.2\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR\1.0.2\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR\1.0.2\tools
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.runtime.native.System.IO.Compression
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.runtime.native.System.IO.Compression\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x64.runtime.native.System.IO.Compression\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.Microsoft.NETCore.Jit
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.Microsoft.NETCore.Jit\1.0.3
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.Microsoft.NETCore.Jit\1.0.3\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR\1.0.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR\1.0.2\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR\1.0.2\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR\1.0.2\tools
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.runtime.native.System.IO.Compression
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.runtime.native.System.IO.Compression\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win7-x86.runtime.native.System.IO.Compression\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR\1.0.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR\1.0.2\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR\1.0.2\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR\1.0.2\tools
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win8-arm.runtime.native.System.IO.Compression
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win8-arm.runtime.native.System.IO.Compression\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\runtime.win8-arm.runtime.native.System.IO.Compression\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.AppContext
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.AppContext\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.AppContext\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.AppContext\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.AppContext\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.AppContext\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.AppContext\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.AppContext\4.1.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Buffers
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Buffers\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Buffers\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Concurrent
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Concurrent\4.0.10
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Concurrent\4.0.10\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Concurrent\4.0.10\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Concurrent\4.0.12
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Concurrent\4.0.12\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Concurrent\4.0.12\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Immutable
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Immutable\1.1.37
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Immutable\1.1.37\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Immutable\1.2.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Immutable\1.2.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.NonGeneric
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.NonGeneric\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.NonGeneric\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.NonGeneric\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.NonGeneric\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.NonGeneric\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.NonGeneric\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Specialized
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Specialized\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Specialized\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections.Specialized\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections\4.0.10
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections\4.0.10\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections\4.0.10\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections\4.0.10\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections\4.0.11\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Collections\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.Annotations
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.Annotations\4.0.10
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.Annotations\4.0.10\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.Annotations\4.0.10\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.Annotations\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.Annotations\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.Annotations\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.EventBasedAsync
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.EventBasedAsync\4.0.10
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.EventBasedAsync\4.0.10\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.EventBasedAsync\4.0.10\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.EventBasedAsync\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.EventBasedAsync\4.0.11\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel.EventBasedAsync\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.componentmodel.primitives
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.componentmodel.primitives\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.componentmodel.primitives\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.componentmodel.primitives\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.componentmodel.typeconverter
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.componentmodel.typeconverter\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.componentmodel.typeconverter\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.componentmodel.typeconverter\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.ComponentModel\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Console
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Console\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Console\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Console\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Data.Common
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Data.Common\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Data.Common\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Data.Common\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Contracts
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Contracts\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Contracts\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Contracts\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Contracts\4.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Contracts\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Contracts\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Contracts\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Contracts\4.0.1\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Debug
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Debug\4.0.10
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Debug\4.0.10\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Debug\4.0.10\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Debug\4.0.10\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Debug\4.0.11
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Debug\4.0.11\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Debug\4.0.11\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.DiagnosticSource
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.DiagnosticSource\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.DiagnosticSource\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.StackTrace
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.StackTrace\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.StackTrace\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.StackTrace\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.StackTrace\4.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.StackTrace\4.0.2
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.StackTrace\4.0.2\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.StackTrace\4.0.2\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.StackTrace\4.0.2\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.diagnostics.textwritertracelistener
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.diagnostics.textwritertracelistener\4.3.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.diagnostics.textwritertracelistener\4.3.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.diagnostics.textwritertracelistener\4.3.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tools
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tools\4.0.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tools\4.0.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tools\4.0.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tools\4.0.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tools\4.0.1
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tools\4.0.1\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tools\4.0.1\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.diagnostics.tracesource
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.diagnostics.tracesource\4.3.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.diagnostics.tracesource\4.3.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.diagnostics.tracesource\4.3.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\system.diagnostics.tracesource\4.3.0\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tracing
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tracing\4.0.20
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tracing\4.0.20\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tracing\4.0.20\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tracing\4.0.20\runtimes
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tracing\4.1.0
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tracing\4.1.0\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Diagnostics.Tracing\4.1.0\ref
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Dynamic.Runtime
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Dynamic.Runtime\4.0.10
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Dynamic.Runtime\4.0.10\lib
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\System.Dynam
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment