RISON operation

This commit is contained in:
sg5506844 2023-04-12 15:09:07 +05:30
parent 1bc88728f0
commit 9a216dc1bf
7 changed files with 205 additions and 1 deletions

11
package-lock.json generated
View file

@ -78,6 +78,7 @@
"protobufjs": "^7.2.2",
"qr-image": "^3.2.0",
"reflect-metadata": "^0.1.13",
"rison": "^0.1.1",
"scryptsy": "^2.1.0",
"snackbarjs": "^1.1.0",
"sortablejs": "^1.15.0",
@ -11704,6 +11705,11 @@
"inherits": "^2.0.1"
}
},
"node_modules/rison": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/rison/-/rison-0.1.1.tgz",
"integrity": "sha512-8C+/PKKTaAYE2quDtOUwny/eQpNn9YGby7T80wntbVWSGvw0aUT9M0YgLdLkUgIQzQwaB1ZTr80rwLVKyohHig=="
},
"node_modules/robust-predicates": {
"version": "3.0.1",
"license": "Unlicense"
@ -21755,6 +21761,11 @@
"inherits": "^2.0.1"
}
},
"rison": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/rison/-/rison-0.1.1.tgz",
"integrity": "sha512-8C+/PKKTaAYE2quDtOUwny/eQpNn9YGby7T80wntbVWSGvw0aUT9M0YgLdLkUgIQzQwaB1ZTr80rwLVKyohHig=="
},
"robust-predicates": {
"version": "3.0.1"
},