This commit is contained in:
Lukian LEIZOUR 2023-01-29 00:51:03 +01:00
parent a70448a434
commit a15c733e45
55 changed files with 13236 additions and 1 deletions

14
node_modules/.package-lock.json generated vendored
View file

@ -85,6 +85,11 @@
"tweetnacl": "^0.14.3"
}
},
"node_modules/bluebird": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
"integrity": "sha512-UfFSr22dmHPQqPP9XWHRhq+gWnHCYguQGkXQlbyPtW5qTnhFWA8/iXg765tH0cAjy7l/zPJ1aBTO0g5XgA7kvQ=="
},
"node_modules/boolbase": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
@ -401,6 +406,15 @@
"node": ">= 6"
}
},
"node_modules/fotology-x": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/fotology-x/-/fotology-x-1.2.4.tgz",
"integrity": "sha512-Gc59l6rr3tw76V3E/y/NzeZ2NwAuh71Q7JBcLx4XNCryMlYs8lFTcR/MWNkbxeMLl+bvS7G82CVqAN5rsCgGjg==",
"dependencies": {
"bluebird": "^2.9.34",
"request": "^2.58.0"
}
},
"node_modules/fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",