juliangruber / proxy-clone
ES6 Proxies based deep clone
☆129Updated last year
Alternatives and similar repositories for proxy-clone:
Users that are interested in proxy-clone are comparing it to the libraries listed below
- Get PID from a port☆80Updated 4 years ago
- Wait for any promise to be fulfilled☆55Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆78Updated 2 years ago
- Get the path of the parent module☆77Updated last year
- Create a lazily evaluated value☆69Updated 3 years ago
- Lazy number range generator☆82Updated last year
- Compose promise-returning & async functions into a reusable pipeline☆122Updated 3 years ago
- Check if something is a Node.js stream☆110Updated 3 months ago
- Prevent `require` from searching upwards for required modules☆93Updated 4 years ago
- Iterate over promises serially☆50Updated 2 years ago
- Get the path of the caller module☆64Updated 3 years ago
- get better errors☆68Updated last year
- A better `Promise.race()`☆46Updated 2 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Reduce a list of values using promises into a promise for a value☆68Updated last year
- Module that helps you write generated functions in Node☆78Updated 7 months ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Conditional promise chains☆60Updated 3 years ago
- Simple stubbing/spying for AVA☆96Updated 4 years ago
- Map over promises serially☆48Updated 3 years ago
- Limit the number of simultaneous executions of a async function.☆24Updated 5 years ago
- Define a lazily evaluated property on an object☆64Updated last year
- Input module for Listr☆33Updated 4 years ago
- webpack loader that takes a single file, and declare pieces of that file as "dependencies" as if it existed.☆33Updated 7 years ago
- ☆32Updated 6 years ago
- CommonJS Tree Shaker API☆152Updated 6 years ago
- Babel plugin for modern RegExp features in JavaScript☆81Updated 6 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…