Uncompress
This is a JavaScript implementation of Mathematica's Uncompress[]
function.
It can decompress the opaque blobs of text Compress[]
produces and extract the expressions inside them. If you have a copy of Mathematica, go ahead and try it out! Bonus points if you break it and file a bug report.
npm install
npm start
See this StackOverflow question for more details.