Issue 991: Add CBOR Encode operation

This commit is contained in:
71819 2020-03-26 11:44:57 +00:00
parent 4c3324aea1
commit ae70cb89ed
6 changed files with 177 additions and 1 deletions

14
package-lock.json generated
View file

@ -2965,6 +2965,15 @@
"integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
"dev": true
},
"cbor": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/cbor/-/cbor-5.0.1.tgz",
"integrity": "sha512-l4ghwqioCyuAaD3LvY4ONwv8NMuERz62xjbMHGdWBqERJPygVmoFER1b4+VS6iW0rXwoVGuKZPPPTofwWOg3YQ==",
"requires": {
"bignumber.js": "^9.0.0",
"nofilter": "^1.0.3"
}
},
"chai-nightwatch": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/chai-nightwatch/-/chai-nightwatch-0.4.0.tgz",
@ -9828,6 +9837,11 @@
"resolved": "https://registry.npmjs.org/nodom/-/nodom-2.4.0.tgz",
"integrity": "sha512-qhfYgpoCSi37HLiViMlf94YqMQdvk3n3arI1uGbAWZK9NKCYRSI42W8lATeGloYGLYxb8us1C5rTvtsXjwdWQg=="
},
"nofilter": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/nofilter/-/nofilter-1.0.3.tgz",
"integrity": "sha512-FlUlqwRK6reQCaFLAhMcF+6VkVG2caYjKQY3YsRDTl4/SEch595Qb3oLjJRDr8dkHAAOVj2pOx3VknfnSgkE5g=="
},
"nopt": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",