Detecting string encoding
Charset Detector - Detect the encoding and language of text files - Use it in the browser, with Node.js, or via CLI
Implementation of the HTML encoding sniffer algo, with stream support
Convert and detect character encoding in JavaScript
Character encoding auto-detection in JavaScript (port of python's chardet)
Detect if a string is a data URL
Character encoding detector
Small utility library that check if a new file content can be merged safely in the on-disk existing file.
Sniff the encoding from a HTML byte stream
Improved typeof detection for node.js and the browser.
Convert encodings, uses iconv-lite
Bridging the gap between buffers and typed arrays
Detect the dominant newline character of a string
Detect Node.JS (as opposite to browser environment). ESM modification
Contains parsers and serializers for ASN.1 (currently BER only)
Polyfill for the Encoding Living Standard's API.
Node.js module to detect the C standard library (libc) implementation family and version
Node.js implementation of port detector
TextEncoder and TextDecoder APIs from Encoding Standard APIs in a universal package
Detects if a file exists and returns the resolved filepath.
Fast polyfill for TextEncoder and TextDecoder, only supports utf-8
Convert character encodings in pure javascript.
URL utils for humans
Detects if a file is binary in Node.js. Similar to Perl's -B.