CyberChef/test
toby 3c15bd9e29 Add "{To,From} EBCDIC" operations
This adds operations
+ "To EBCDIC"
+ "From EBCDIC"

This makes use of the npm codepage package but it is not installed as a
dependency.

Instead I used the `make.sh` script to export pages 37 and 500.

To my knowledge there is no way currently to only import individual code pages
from the npm package (hence the included script).

If we were to import the package directly it increases the build size by
2.7MB.
2017-05-07 18:07:56 -04:00
..
tests/operations Add "{To,From} EBCDIC" operations 2017-05-07 18:07:56 -04:00
TestRegister.js Converted all modules from CommonJS to ES6 2017-03-23 17:52:20 +00:00
index.js Add "{To,From} EBCDIC" operations 2017-05-07 18:07:56 -04:00