CyberChef/src
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
..
core Add "{To,From} EBCDIC" operations 2017-05-07 18:07:56 -04:00
node 'From Base' operation now supports numbers with fractional parts. 2017-03-31 16:00:23 +00:00
web Fixed bug where popovers on operations stopped working after the operation was dragged into the recipe. 2017-04-27 09:10:18 +00:00
.eslintrc.json Converted all modules from CommonJS to ES6 2017-03-23 17:52:20 +00:00