gustavohenke / toposort
Topologically sort directed acyclic graphs (such as dependency lists) in node.js
☆23Updated 2 months ago
Alternatives and similar repositories for toposort
Users that are interested in toposort are comparing it to the libraries listed below
Sorting:
- A through2 wrapper to create an Array.prototype.filter analog for streams☆35Updated last year
- Returns a promise resolved in the next event loop - think `setImmediate()`☆70Updated 4 years ago
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 8 years ago
- Easy way to create a Readable Stream☆70Updated 8 years ago
- Timeout HTTP/HTTPS requests☆51Updated 4 years ago
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- A through2 wrapper to for simple stream.PassThrough spies.☆22Updated 9 years ago
- An asynchronous middleware pattern☆27Updated last year
- API-first task runner with three methods: task, run and watch.☆35Updated 6 years ago
- Convert Node Streams into ECMAScript-Observables☆72Updated 6 years ago
- Multipart parser☆34Updated 6 months ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆66Updated 2 months ago
- Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.☆38Updated last year
- Toobusy middleware for koa.☆21Updated 4 years ago
- Convert a string into a stream (streams2)☆81Updated 4 years ago
- Smallest/simplest possible means of using btoa with both Node and browserify☆22Updated 5 years ago
- Basic API for yarn.☆28Updated 6 years ago
- EventSource implemented in node and the browser as a readable stream☆47Updated 6 years ago
- Fast, disk space efficient installation engine. Used by pnpm☆24Updated 7 years ago
- Transform the first chunk in a stream☆26Updated last year
- Use npm v3 alongside your currently installed npm.☆34Updated 8 years ago
- Easy streams for node.js☆44Updated last year
- A write stream constructor that supports a flush function that is called before finish is emitted☆33Updated 11 months ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- url.parse() with support for protocol-less URLs & IPs☆53Updated 3 years ago
- Support any Observable library and polyfill☆70Updated 3 years ago
- ☆23Updated 9 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated last year
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 4 years ago