New structure

This commit is contained in:
Matthew Aaron Raymer
2022-12-14 17:06:16 +08:00
parent 0fa0936c59
commit c239906a96
12 changed files with 140 additions and 39 deletions

9
package-lock.json generated
View File

@@ -28,6 +28,7 @@
"ethereum-cryptography": "^1.1.2",
"ethereumjs-util": "^7.1.5",
"ethr-did-resolver": "^8.0.0",
"js-generate-password": "^0.1.7",
"localstorage-slim": "^2.3.0",
"luxon": "^3.1.1",
"merkletreejs": "^0.3.9",
@@ -16845,6 +16846,14 @@
"url": "https://github.com/sponsors/panva"
}
},
"node_modules/js-generate-password": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/js-generate-password/-/js-generate-password-0.1.7.tgz",
"integrity": "sha512-O2fTDgD2DSf4mnuTKO0rZ2DMgv/CkWvdboKzV5XDDLsUrmFQppbMtMkbLIEHiiXSsIdMcFdr/OAN+CXqc7TdTQ==",
"bin": {
"js-generate-password": "dist/index.js"
}
},
"node_modules/js-message": {
"version": "1.0.7",
"resolved": "https://registry.npmmirror.com/js-message/-/js-message-1.0.7.tgz",