gustavohenke / toposortLinks
Topologically sort directed acyclic graphs (such as dependency lists) in node.js
☆23Updated 5 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☆34Updated last year
- Easy way to create a Readable Stream☆70Updated 8 years ago
- Like duplexer (http://npm.im/duplexer) but using streams2☆72Updated 5 years ago
- API-first task runner with three methods: task, run and watch.☆36Updated 6 years ago
- A through2 wrapper to for simple stream.PassThrough spies.☆21Updated 10 years ago
- Safe, constant-time comparison of Buffers☆50Updated last year
- Long stack traces using async listeners☆65Updated 3 years ago
- Convert a string into a stream (streams2)☆81Updated 5 years ago
- A cross platform solution to node's spawn☆66Updated 8 years ago
- API for combining call site modifiers☆41Updated 5 years ago
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 8 years ago
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆192Updated last year
- Run an array of functions in parallel, but limit the number of tasks executing at the same time☆76Updated 2 years ago
- Provides a uniquely named temp directory☆13Updated 5 years ago
- Like `fs.createWriteStream(...)`, but atomic.☆49Updated 3 years ago
- Support any Observable library and polyfill☆71Updated 4 years ago
- Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.☆38Updated last year
- Promise and async/await support for Tape☆46Updated 5 years ago
- a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data☆79Updated last year
- Get the callsite of the caller function☆52Updated 3 years ago
- Quick and dirty psychoanalysis for objects☆66Updated 7 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 2 years ago
- Wrapper for the Windows `tasklist` command. Returns a list of apps and services with their Process ID (PID) for all tasks running on eith…☆67Updated 3 years ago
- /dev/null for node streams☆43Updated 8 years ago
- Returns a promise resolved in the next event loop - think `setImmediate()`☆70Updated 4 years ago
- Topological sorting with grouping support☆108Updated 9 months ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆149Updated last month
- Call a function for each value in an array and return a Promise☆23Updated 9 years ago
- Creates a duplex stream☆95Updated 4 years ago
- A through2 wrapper to emulate Array.prototype.reduce for streams.☆29Updated 9 years ago