Compression
Convert ZIP archive to TAR format (pure JavaScript, no external dependencies)
zip-to-tar-converterFormat Conversion
Encrypt and decrypt text using RC4 stream cipher with a key
rc4-encryptorFormat Conversion
Decode Punycode (ASCII) domain names to international domain names (IDN)
punycode-decoderFormat Conversion
Encode international domain names (IDN) to ASCII (Punycode)
punycode-encoderFormat Conversion
Decode Quoted-Printable format to plain text
quoted-printable-decoderFormat Conversion
Encode text to Quoted-Printable format (used in email MIME)
quoted-printable-encoderFormat Conversion
Convert OpenStreetMap (OSM) XML data to GeoJSON format
osm-to-geojsonFormat Conversion
Convert numbers to words in multiple languages
number-to-wordsFormat Conversion
Convert Arabic numerals to Chinese uppercase numbers and currency format
number-to-chineseFormat Conversion
Convert a Markdown pipe table to CSV, JSON rows or an inferred JSON Schema with alignment and null diagnostics
markdown-table-to-csv-json-schemaFormat Conversion
Generate a table of contents from Markdown headings with GitHub-style anchor links
markdown-toc-generatorFormat Conversion
Convert GitHub-flavored Markdown into Slack-friendly mrkdwn and flag unsupported constructs
markdown-to-slack-mrkdwn