* Moved password-strength component to Tools
* Move zxcvbn into Tools ownership
zxcvbn is the library currently used to calculate the password-strength
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
* Move tldts into ownership of autofill
This was initially introduced by me, but is largely used for validating urls for autofill.
* Move @types/jsdom and jsdom to tools
This dependency is only using within the importers in the cli (running node)
* Add oidc-client-ts to tools
This dependency got introduced with the Lastpass direct import
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>