tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
ASN.1 schema for PKCS #9 selected attribute types defined in RFC 2985.
Codex CLI is a coding agent from OpenAI that runs locally on your computer.
TypeScript definitions for d3-zoom
Big number implementation in pure javascript
A small utility for creating warnings and emitting them.
Fastest Levenshtein distance implementation in JS.
Simple “Least Recently Used” (LRU) cache
Lightweight browser detector
GJS TypeScript type definitions for Gcr-4, generated from library version 4.1.0
GJS TypeScript type definitions for Shell-13, generated from library version 13.0.0
link extension for tiptap
OpenTelemetry instrumentation for `connect` http middleware framework
Parse HTTP Content-Type header according to RFC 7231
micromark extension to support MDX JS import/exports
Syntax highlighting in your terminal
OpenTelemetry instrumentation for `@hapi/hapi` http web application framework
TypeScript definitions for qrcode
@peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
DOM view component for the CodeMirror code editor
Lazy assertions without performance penalty
Parse CSS color values
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