| Class | Description |
|---|---|
| AmbiguousModuleError | |
| CanceledError | |
| Decoder | |
| DependencyNotFoundError | |
| EntryExcludedError | |
| EntryNotFoundError | |
| MapSet | |
| NotResolvableError | |
| ParseError | |
| Uri | Uniform Resource Identifier (URI) http://tools.ietf.org/html/rfc3986. This class is a simple parser which creates the basic component parts (http://tools.ietf.org/html/rfc3986\#section-3) with minimal validation and encoding. |
foo://example.com:8042/over/there?name=ferret#nose
\_/ \______________/\_________/ \_________/ \__/
| | | | |
scheme authority path query fragment
| _____________________|__
/ \ / \
urn:example:animal:ferret:nose
|
| Interface | Description |
|---|---|
| IPath | |
| PackageJson | |
| ParsedPath | |
| RootPackageJson | |
| Thenable | |
| UriComponents |
| Namespace | Description |
|---|---|
| Base64 |
| Variable | Description |
|---|---|
| basename | |
| delimiter | |
| dirname | |
| extname | |
| format | |
| isAbsolute | |
| join | |
| normalize | |
| parse | |
| posix | |
| relative | |
| resolve | |
| sep | |
| toNamespacedPath | |
| version |
| Type Alias | Description |
|---|---|
| Awaited | |
| PackageMainField |