Fixes in promisify, and DB code

This commit is contained in:
fkereki
2018-04-09 15:38:13 -03:00
parent acf8aca590
commit 55f1855e33
4 changed files with 140 additions and 8 deletions
+17 -3
View File
@@ -4448,6 +4448,22 @@
"object-visit": "1.0.1"
}
},
"mariasql": {
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/mariasql/-/mariasql-0.2.6.tgz",
"integrity": "sha1-q3iwZxFy8Or06A3a0Cm4A/Nc93o=",
"requires": {
"lru-cache": "2.7.3",
"nan": "2.10.0"
},
"dependencies": {
"lru-cache": {
"version": "2.7.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
"integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI="
}
}
},
"md5": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/md5/-/md5-2.2.1.tgz",
@@ -4566,9 +4582,7 @@
"nan": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz",
"integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==",
"dev": true,
"optional": true
"integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA=="
},
"nanomatch": {
"version": "1.2.9",