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

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2022-02-24 18:53:22 +0300
committerMarcel Klehr <mklehr@gmx.net>2022-02-24 18:53:29 +0300
commit861bbb415efc1360d5a76dd5b5e7c3f203d9717d (patch)
tree5481b80336db3a20468b6bbc95595f0d37d803be /package-lock.json
parent2c84a67685e781286fdc39591bc55b500652c35b (diff)
Integrate with Nextcloud Talk: Allow bookmarking mentioned links
fixes #1068 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index e605895a..22f39442 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,6 +21,7 @@
"clone-deep": "^4.0.1",
"copy-text-to-clipboard": "^3.0.1",
"humanize-duration": "^3.27.1",
+ "linkify-it": "^3.0.3",
"lodash": "^4.17.21",
"sanitize-html": "^2.7.0",
"vue": "^2.6.14",
@@ -8297,6 +8298,14 @@
"dev": true,
"peer": true
},
+ "node_modules/linkify-it": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz",
+ "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==",
+ "dependencies": {
+ "uc.micro": "^1.0.1"
+ }
+ },
"node_modules/linkifyjs": {
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-2.1.9.tgz",
@@ -12872,6 +12881,11 @@
"node": ">= 0.6"
}
},
+ "node_modules/uc.micro": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
+ "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA=="
+ },
"node_modules/unbox-primitive": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
@@ -20737,6 +20751,14 @@
"dev": true,
"peer": true
},
+ "linkify-it": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz",
+ "integrity": "sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==",
+ "requires": {
+ "uc.micro": "^1.0.1"
+ }
+ },
"linkifyjs": {
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-2.1.9.tgz",
@@ -24274,6 +24296,11 @@
"mime-types": "~2.1.24"
}
},
+ "uc.micro": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
+ "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA=="
+ },
"unbox-primitive": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",