diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-28 13:16:05 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-28 13:16:05 +0300 |
| commit | d943b74a843b7cfa9e2d393942bd0b3791d56daf (patch) | |
| tree | c783527d81a4c18664799c5df03c3f17a8fca81e /package-lock.json | |
| parent | 4517e6eb1ab2eba210698749c05e02fe27fe50ee (diff) | |
| download | linkeysearch-d943b74a843b7cfa9e2d393942bd0b3791d56daf.tar.gz linkeysearch-d943b74a843b7cfa9e2d393942bd0b3791d56daf.tar.bz2 linkeysearch-d943b74a843b7cfa9e2d393942bd0b3791d56daf.zip | |
linkeysearch:/javascript new async functions for parallel run of slow proccesses
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 9252abe..ea49282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "packages": { "": { "dependencies": { + "bluebird": "^3.7.2", "dotenv": "^16.0.3", "mysql": "^2.18.1", "npm": "^9.6.2" @@ -18,6 +19,11 @@ "node": "*" } }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, "node_modules/core-util-is": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", |
