This commit is contained in:
stjet
2025-12-11 00:39:34 +00:00
parent dab988f1f5
commit 49b98b9263
4 changed files with 3 additions and 59 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
node_modules
*.js
!node_test/index.js
node_test/package-lock.json
!banani-browser.js
!docs/*/*.js
!tweetnacl*.js

View File

@@ -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"
}
}
}

View File

@@ -10,6 +10,6 @@
"description": "",
"type": "module",
"dependencies": {
"banani": "^1.0.1"
"banani": "^1.0.10"
}
}

View File

@@ -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": {