mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-03 21:19:14 -04:00
Issue 991: Add CBOR Encode operation
This commit is contained in:
parent
4c3324aea1
commit
ae70cb89ed
6 changed files with 177 additions and 1 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue