PNG image decoder and encoder written entirely in JavaScript
A tiny and fast text wrap library which takes ANSI escapes into account.
It's a very fast and efficient glob library for Node.js
A blazing fast deep object copier
A fast function for calculating the visual width of a string once printed to the terminal.
A fast fifo implementation similar to the one powering nextTick in Node.js core
very fast object redaction
Fast polyfill for TextEncoder and TextDecoder, only supports utf-8
fast and small color class
A blazing-fast equality comparison utility for a variety of use-cases
Native-ESM powered web dev build tool
Pure random number generator written in TypeScript
A fast Base64 decoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).
[![][npm-badge]][npm-url] [![][travis-badge]][travis-url]
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
A javascript library for diffing text and generating corresponding HTML views
The fast, flexible & elegant library for parsing and manipulating HTML and XML.
SHA-256, HMAC and PBKDF2 implementation with typed arrays for modern browsers and Node.js
A library for building fast, lightweight web components
A fast function for calculating where a string should be truncated, given an optional width limit and an ellipsis string.
Fastest memoization lib that supports N arguments
Fast and spec-compliant printf implementation for Node.js and browser.
A very fast HTML parser, generating a simplified DOM, with basic element query support.
The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by