dep: backoff.js is missing

This commit is contained in:
Derrick Hammer 2023-07-04 10:10:50 -04:00
parent 608cd614a4
commit 612aa1a0a0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 9 additions and 2 deletions

8
npm-shrinkwrap.json generated
View File

@ -10,7 +10,8 @@
"dependencies": {
"@lumeweb/libkernel": "^0.1.0-develop.9",
"async-mutex": "^0.4.0",
"b4a": "^1.6.4"
"b4a": "^1.6.4",
"backoff.js": "^1.0.4"
},
"devDependencies": {
"@lumeweb/node-library-preset": "^0.2.7",
@ -3766,6 +3767,11 @@
"@babel/core": "^7.0.0"
}
},
"node_modules/backoff.js": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/backoff.js/-/backoff.js-1.0.4.tgz",
"integrity": "sha512-DSihmB0IK9dGOyd6ml1jzV6kINfZnupPHmo7mYXX1yxTn3Z/hCNdQeqrFUBPmxYQIN52ecy2E/uP0gEAEyVvIA=="
},
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",

View File

@ -21,7 +21,8 @@
"dependencies": {
"@lumeweb/libkernel": "^0.1.0-develop.9",
"async-mutex": "^0.4.0",
"b4a": "^1.6.4"
"b4a": "^1.6.4",
"backoff.js": "^1.0.4"
},
"files": [
"lib/**"