Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2019-06-06 22:54:48 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2019-06-06 22:54:48 +0300
commit542423aa2f35bccc8af02c39081acecaf0e427ba (patch)
tree2d982169065a98b59a7f2193b80b497a190a3b91 /package-lock.json
Initial commit
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..858b136
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,26 @@
+{
+ "name": "passwords-client",
+ "version": "0.0.1",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "eventemitter3": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz",
+ "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q=="
+ },
+ "libsodium": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.4.tgz",
+ "integrity": "sha512-fTU3vUdrxQzhPAAjmTSqKk4LzYbR0OtcYjp1P92AlH50JIxXZFEIXWh1yryCmU6RLGfwS2IzBdZjbmpYf/TlyQ=="
+ },
+ "libsodium-wrappers": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.7.4.tgz",
+ "integrity": "sha512-axKkW01L0q+urLeE7UMSZKWwk4LrRbi6s5pjKBAvbgDBYnsSaolK1oN/Syilm1dqJFkJQNi6qodwOp8dzSoc9Q==",
+ "requires": {
+ "libsodium": "0.7.4"
+ }
+ }
+ }
+}