feat(tool): bip39-generator

This commit is contained in:
Corentin Thomasset 2022-04-11 22:47:05 +02:00
parent 3ae872847b
commit d55329f3ab
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 193 additions and 28 deletions

32
package-lock.json generated
View file

@ -8,6 +8,7 @@
"name": "it-tools",
"version": "0.0.0",
"dependencies": {
"@it-tools/bip39": "^0.0.4",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vueuse/core": "^8.2.1",
@ -686,6 +687,18 @@
"node": ">=8"
}
},
"node_modules/@it-tools/bip39": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@it-tools/bip39/-/bip39-0.0.4.tgz",
"integrity": "sha512-0PWO7VKi6VALiFcm8z2WgxzSZ5wAko0OctBZ0I5+jjtSIXm3t1d54yrrHfgFOZDTyMpCXi638oLpzqexcfRtbA==",
"dependencies": {
"js-sha256": "^0.9.0",
"nanoid": "^3.3.2"
},
"funding": {
"url": "https://github.com/sponsors/CorentinTh"
}
},
"node_modules/@jridgewell/resolve-uri": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz",
@ -4961,6 +4974,11 @@
"@sideway/pinpoint": "^2.0.0"
}
},
"node_modules/js-sha256": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/js-sha256/-/js-sha256-0.9.0.tgz",
"integrity": "sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA=="
},
"node_modules/js-stringify": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz",
@ -8416,6 +8434,15 @@
"integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
"dev": true
},
"@it-tools/bip39": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@it-tools/bip39/-/bip39-0.0.4.tgz",
"integrity": "sha512-0PWO7VKi6VALiFcm8z2WgxzSZ5wAko0OctBZ0I5+jjtSIXm3t1d54yrrHfgFOZDTyMpCXi638oLpzqexcfRtbA==",
"requires": {
"js-sha256": "^0.9.0",
"nanoid": "^3.3.2"
}
},
"@jridgewell/resolve-uri": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz",
@ -11516,6 +11543,11 @@
"@sideway/pinpoint": "^2.0.0"
}
},
"js-sha256": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/js-sha256/-/js-sha256-0.9.0.tgz",
"integrity": "sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA=="
},
"js-stringify": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz",