mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 01:29:24 +00:00
v1.0.11
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
node_modules
|
||||
*.js
|
||||
!node_test/index.js
|
||||
node_test/package-lock.json
|
||||
!banani-browser.js
|
||||
!docs/*/*.js
|
||||
!tweetnacl*.js
|
||||
|
||||
57
node_test/package-lock.json
generated
57
node_test/package-lock.json
generated
@@ -1,57 +0,0 @@
|
||||
{
|
||||
"name": "node_test",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "node_test",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"banani": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/b4a": {
|
||||
"version": "1.6.6",
|
||||
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz",
|
||||
"integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/banani": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/banani/-/banani-1.0.1.tgz",
|
||||
"integrity": "sha512-rykB15fBYdLYZVbT0otidIgN9hBTiWBMA+HpwvooR/Z2D2Jroe3Cya+bgoF1qD7PWkKUP9Nw4TRZVVYicpI9yw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"blake2b": "^2.1.4"
|
||||
}
|
||||
},
|
||||
"node_modules/blake2b": {
|
||||
"version": "2.1.4",
|
||||
"resolved": "https://registry.npmjs.org/blake2b/-/blake2b-2.1.4.tgz",
|
||||
"integrity": "sha512-AyBuuJNI64gIvwx13qiICz6H6hpmjvYS5DGkG6jbXMOT8Z3WUJ3V1X0FlhIoT1b/5JtHE3ki+xjtMvu1nn+t9A==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"blake2b-wasm": "^2.4.0",
|
||||
"nanoassert": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/blake2b-wasm": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/blake2b-wasm/-/blake2b-wasm-2.4.0.tgz",
|
||||
"integrity": "sha512-S1kwmW2ZhZFFFOghcx73+ZajEfKBqhP82JMssxtLVMxlaPea1p9uoLiUZ5WYyHn0KddwbLc+0vh4wR0KBNoT5w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"b4a": "^1.0.1",
|
||||
"nanoassert": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/nanoassert": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/nanoassert/-/nanoassert-2.0.0.tgz",
|
||||
"integrity": "sha512-7vO7n28+aYO4J+8w96AzhmU8G+Y/xpPDJz/se19ICsqj/momRbb9mh9ZUtkoJ5X3nTnPdhEJyc0qnM6yAsHBaA==",
|
||||
"license": "ISC"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,6 +10,6 @@
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"banani": "^1.0.1"
|
||||
"banani": "^1.0.10"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "banani",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"description": "JS/TS library for the Banano cryptocurrency in the style of bananopie",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user