# did-universal-resolver-resolution

> Decentralized Identity (DID) Universal Resolver resolution helpers

Latest version **0.1.0** (published 2018-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install did-universal-resolver-resolution
pnpm add did-universal-resolver-resolution
yarn add did-universal-resolver-resolution
bun add did-universal-resolver-resolution
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2018-04-30 |
| First published | 2018-04-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Joseph Werle |
| Maintainers | werle |
| Keywords | decentralized, identity, did, universal, resolver, resolution, result |

## Links

- npm: https://www.npmjs.com/package/did-universal-resolver-resolution
- Repository: https://github.com/littlstar/did-universal-resolver-resolution
- Homepage: https://github.com/littlstar/did-universal-resolver-resolution#readme
- Issues: https://github.com/littlstar/did-universal-resolver-resolution/issues
- npm.io page: https://npm.io/package/did-universal-resolver-resolution

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 0.1.0 (latest) — 2018-04-30

## README

did-universal-resolver-resolution
=================================

Decentralized Identity (DID) Universal Resolver resolution helpers

## Abstract

In this module we provide a set of classes useful for [Decentralized
Identity (DID)](https://w3c-ccg.github.io/did-spec/) universal
resolution. The classes here are intended to be used with the rest of
the `did-universal-resolver-*` modules.

## Installation

```sh
$ npm install did-universal-resolver-resolution
```

## Usage Example

```js
const { Driver } = require('did-universal-resolver-driver')
const driver = new Driver({resolve, properties})

function resolve(id) {
}

function properties() {
  return new Map()
}
```

## API

### `resolution = new ResolutionResult(opts)`

### `error = new ResolutionError(message)`

## See Also

* [Decentralized Identity Spec](https://github.com/w3c-ccg/did-spec)
* [Universal Resolver](https://github.com/decentralized-identity/universal-resolver)
* [did-universal-resolver-driver](https://github.com/littlstar/did-universal-resolver-driver)

## License

MIT

---
_Source: https://npm.io/package/did-universal-resolver-resolution · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
