mirror of
https://github.com/gchq/CyberChef.git
synced 2026-02-03 14:00:40 -08:00
Add Debofuscate operation
- Add minusonejs dependency - Add operation - Add tests
This commit is contained in:
parent
2a1294f1c0
commit
b15b82dfd3
6 changed files with 104 additions and 0 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -70,6 +70,7 @@
|
|||
"lz-string": "^1.5.0",
|
||||
"lz4js": "^0.2.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"minusonejs": "^0.4.2",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.5.45",
|
||||
"ngeohash": "^0.6.3",
|
||||
|
|
@ -1842,6 +1843,11 @@
|
|||
"lzma.js": "bin/lzma.js"
|
||||
}
|
||||
},
|
||||
"node_modules/@bytecodealliance/preview2-shim": {
|
||||
"version": "0.17.4",
|
||||
"resolved": "https://registry.npmjs.org/@bytecodealliance/preview2-shim/-/preview2-shim-0.17.4.tgz",
|
||||
"integrity": "sha512-vRfxQ6ob5wCgXlpVNoeIUHrqJ2+JTcnQASNMpoi3OVPRYA2oUfhMJdWFP0u5JVL9FlC4YKe+QKqerr345B3T4A=="
|
||||
},
|
||||
"node_modules/@codemirror/commands": {
|
||||
"version": "6.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.8.0.tgz",
|
||||
|
|
@ -13384,6 +13390,14 @@
|
|||
"node": ">=16 || 14 >=14.17"
|
||||
}
|
||||
},
|
||||
"node_modules/minusonejs": {
|
||||
"version": "0.4.2",
|
||||
"resolved": "https://registry.npmjs.org/minusonejs/-/minusonejs-0.4.2.tgz",
|
||||
"integrity": "sha512-Uzk5xynwdLwL7c2l1/gooiDR94yI6IlIx2T91lwON8AUsEj3hjvRk/jaQWy71Fychde9bDYN+0buaqvgYfBTtw==",
|
||||
"dependencies": {
|
||||
"@bytecodealliance/preview2-shim": "^0.17.4"
|
||||
}
|
||||
},
|
||||
"node_modules/mocha": {
|
||||
"version": "10.3.0",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue