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>2021-01-14 20:14:42 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-14 20:14:42 +0300
commitc9c08523f1e38e58481d4ee16d7c8914df6b6704 (patch)
tree40713e14cbd568083435a0a10d7293b9ef30c649
parentc1e4ed3b3fab0562eaa2240465e2d0d433f45de6 (diff)
Raise version
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-rw-r--r--package-lock.json19
-rw-r--r--package.json20
2 files changed, 29 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 8de29d9..2c93714 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,6 +21,25 @@
"requires": {
"libsodium": "0.7.8"
}
+ },
+ "querystringify": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
+ },
+ "requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
+ },
+ "url-parse": {
+ "version": "1.4.7",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz",
+ "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==",
+ "requires": {
+ "querystringify": "^2.1.1",
+ "requires-port": "^1.0.0"
+ }
}
}
}
diff --git a/package.json b/package.json
index f25df82..8020b67 100644
--- a/package.json
+++ b/package.json
@@ -1,23 +1,23 @@
{
- "name" : "passwords-client",
+ "name": "passwords-client",
"version": "0.0.11",
- "description" : "JS client library for the Nextcloud Passwords app",
- "main" : "src/main.js",
- "author" : "Marius Wieschollek",
- "license" : "ISC",
- "keywords" : [
+ "description": "JS client library for the Nextcloud Passwords app",
+ "main": "src/main.js",
+ "author": "Marius Wieschollek",
+ "license": "ISC",
+ "keywords": [
"crypto",
"passwords",
"api",
"nextcloud"
],
- "repository" : {
+ "repository": {
"type": "git",
- "url" : "https://git.mdns.eu/nextcloud/passwords-client.git"
+ "url": "https://git.mdns.eu/nextcloud/passwords-client.git"
},
"dependencies": {
- "url-parse" : "^1.4.7",
- "eventemitter3" : "^3.1.2",
+ "url-parse": "^1.4.7",
+ "eventemitter3": "^3.1.2",
"libsodium-wrappers": "^0.7.8"
}
}