summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-23 22:35:50 +0200
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-23 22:35:50 +0200
commite712800cc853e45c6365b3e3f0c5c7db6f9eb4b3 (patch)
tree8fe274e3a849882f1005297bf0854c3cc40b941d /package-lock.json
parent72a4df59fb735b54ad653778224599148e27c02d (diff)
downloadlinkeysearch-e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3.tar.gz
linkeysearch-e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3.tar.bz2
linkeysearch-e712800cc853e45c6365b3e3f0c5c7db6f9eb4b3.zip
freq_GCF: freq implementation as Google Cloud Function; added security options
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 8fc45f9..9252abe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,6 +5,7 @@
"packages": {
"": {
"dependencies": {
+ "dotenv": "^16.0.3",
"mysql": "^2.18.1",
"npm": "^9.6.2"
}
@@ -22,6 +23,14 @@
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
},
+ "node_modules/dotenv": {
+ "version": "16.0.3",
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
+ "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
+ "engines": {
+ "node": ">=12"
+ }
+ },
"node_modules/inherits": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",