isaacs
npm inventor, founder npm, Inc. Former Node BDFL. All opinions are my own. Literally all of them. I own them all.
vlt.shOakland CA
Pinned Repositories
github
Just a place to track issues and feature requests that I have for github
minimatch
a glob matcher in javascript
nave
Virtual Environments for Node
node-glob
glob functionality for node.js
node-lru-cache
A fast cache that automatically deletes the least recently used items
node-tar
tar for node
rimraf
A `rm -rf` util for nodejs
tapjs
Test Anything Protocol tools for node
isaacs's Repositories
isaacs/node-glob
glob functionality for node.js
isaacs/rimraf
A `rm -rf` util for nodejs
isaacs/node-lru-cache
A fast cache that automatically deletes the least recently used items
isaacs/minimatch
a glob matcher in javascript
isaacs/nave
Virtual Environments for Node
isaacs/node-graceful-fs
fs with incremental backoff on EMFILE
isaacs/tshy
isaacs/node-tar
tar for node
isaacs/st
A node module for serving static files. Does etags, caching, etc.
isaacs/minizlib
A smaller, faster, zlib stream built on http://npm.im/minipass and Node.js's zlib binding.
isaacs/jackspeak
A very strict and proper argument parser.
isaacs/isexe
Minimal module to check if a file is executable.
isaacs/promise-call-limit
Call an array of promise-returning functions, restricting concurrency to a specified limit.
isaacs/fs-minipass
fs read and write streams based on minipass
isaacs/graph-run
Run operations on a graph, maximizing parallelism
isaacs/resolve-import
isaacs/blog.izs.me
eleventy app that powers my blog
isaacs/izs.me
Contents of https://izs.me
isaacs/package-json-from-dist
isaacs/ansi-to-pre
isaacs/minipass-sized
A Minipass stream that raises an error if you get a different number of bytes than expected
isaacs/isaacs
isaacs/minipass-flush
A Minipass stream that calls a flush function before emitting 'end'
isaacs/minipass-json-stream
isaacs/minipass-pipeline
create a pipeline of streams using Minipass
isaacs/git-dep-with-scripts
isaacs/isaacs.github.io
homepage for my github pages
isaacs/cancer-diaries
The Cancer Diaries
isaacs/balanced-match
Match balanced character pairs, like `{` and `}`
isaacs/brace-expansion
Brace expansion, as known from sh/bash, in JavaScript