#UUID v5

Creates uuid from the given string

```js
let uuid5 = require("uuid5");
console.log(uuid5("Hello World"));
```

License MIT
