mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-03 04:59:13 -04:00
Actually made operations work (and made the module 8MB)
Unfortunately they need jsdom
This commit is contained in:
parent
4ae875601a
commit
f8874fc586
8 changed files with 211 additions and 201 deletions
|
@ -89,9 +89,9 @@
|
|||
"chi-squared": "^1.1.0",
|
||||
"crypto-api": "^0.8.3",
|
||||
"crypto-js": "^3.1.9-1",
|
||||
"ctph.js": "0.0.5",
|
||||
"d3": "^4.9.1",
|
||||
"d3-hexbin": "^0.2.2",
|
||||
"ctph.js": "0.0.5",
|
||||
"diff": "^3.5.0",
|
||||
"es6-promisify": "^6.0.1",
|
||||
"escodegen": "^1.11.0",
|
||||
|
@ -105,6 +105,7 @@
|
|||
"jquery": "^3.3.1",
|
||||
"js-crc": "^0.2.0",
|
||||
"js-sha3": "^0.8.0",
|
||||
"jsdom": "^14.0.0",
|
||||
"jsesc": "^2.5.2",
|
||||
"jsonpath": "^1.0.0",
|
||||
"jsonwebtoken": "^8.4.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue