mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 01:01:32 -04:00
commit
114a31918c
4 changed files with 116 additions and 1 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -55,6 +55,7 @@
|
|||
"jsonwebtoken": "8.5.1",
|
||||
"jsqr": "^1.4.0",
|
||||
"jsrsasign": "^10.6.1",
|
||||
"jswhat": "^2.0.1",
|
||||
"kbpgp": "2.1.15",
|
||||
"libbzip2-wasm": "0.0.4",
|
||||
"libyara-wasm": "^1.2.1",
|
||||
|
@ -9491,6 +9492,14 @@
|
|||
"url": "https://github.com/kjur/jsrsasign#donations"
|
||||
}
|
||||
},
|
||||
"node_modules/jswhat": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/jswhat/-/jswhat-2.0.1.tgz",
|
||||
"integrity": "sha512-hG4KZxhTaTSxn03Vr44OAnMUR6pYYWMylcnvkXAaB9qqpjOVKWJZRjN2iFuFa4jbqiyKIBj5t+SL/kpHbk7j5A==",
|
||||
"bin": {
|
||||
"what": "dist/what.js"
|
||||
}
|
||||
},
|
||||
"node_modules/jszip": {
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-2.7.0.tgz",
|
||||
|
@ -24441,6 +24450,11 @@
|
|||
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.8.6.tgz",
|
||||
"integrity": "sha512-bQmbVtsfbgaKBTWCKiDCPlUPbdlRIK/FzSwT3BzIgZl/cU6TqXu6pZJsCI/dJVrZ9Gir5GC4woqw9shH/v7MBw=="
|
||||
},
|
||||
"jswhat": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/jswhat/-/jswhat-2.0.1.tgz",
|
||||
"integrity": "sha512-hG4KZxhTaTSxn03Vr44OAnMUR6pYYWMylcnvkXAaB9qqpjOVKWJZRjN2iFuFa4jbqiyKIBj5t+SL/kpHbk7j5A=="
|
||||
},
|
||||
"jszip": {
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/jszip/-/jszip-2.7.0.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue