| BasePackageCacheManager |
|
| CachingPackageClient |
Implementation of a package client that keeps a local disk cache of downloaded artifacts
in order to avoid re-downloading things
|
| CommonPackages |
|
| FilesystemPackageCacheManager |
This is a package cache manager implementation that uses a local disk cache
|
| NpmPackage |
info and loader for a package
Packages may exist on disk in the cache, or purely in memory when they are loaded on the fly
Packages are contained in subfolders (see the package spec).
|
| NpmPackageIndexBuilder |
This class builds the .index.json for a package
|
| PackageClient |
|
| PackageGenerator |
|
| PackageHacker |
intenral use only - set the file name to edit in main(), and fill out the edit routine
|
| PackageInfo |
|
| PackageScanner |
|
| SSLCertTruster |
This is a _temporary_ fix to get around the fact that the build server's SSL certs have expired and people cannot
publish IGs or run tests that rely on that box.
|
| ToolsVersion |
|