debitoor / safe-json-stringifyLinks
A wrapper for JSON.stringify that handles circular references and prevent defined getters from throwing errors.
☆56Updated last year
Alternatives and similar repositories for safe-json-stringify
Users that are interested in safe-json-stringify are comparing it to the libraries listed below
Sorting:
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Find the closest package.json file☆165Updated 2 months ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Create and parse HTTP Content-Type header☆138Updated 3 weeks ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Write data to a random temporary file☆105Updated last year
- when you want to fire an event no matter how a process exits.☆193Updated last year
- Check if a URL is absolute☆79Updated 4 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated 11 months ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 2 years ago
- Get the path of the caller module☆65Updated 3 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- A high-performance, lightweight LRU cache. Built for developers who need fast caching without compromising on features.☆168Updated last week
- Wrapper around fs.watch that falls back to fs.watchFile☆54Updated 5 years ago
- Sort the keys of an object☆104Updated this week
- Strip leading whitespace from each line in a string☆137Updated 3 years ago
- Require global npm as a local node module.☆32Updated 3 years ago
- Import a module like with `require()` but from the current working directory☆52Updated 3 years ago
- Create `esm` enabled packages.☆50Updated 6 years ago
- Edit a string with the users preferred text editor using $VISUAL or $EDITOR☆44Updated 3 years ago
- Environment agnostic nextTick polyfill☆75Updated 4 years ago
- Stringify an object sorting scalars before objects, and defaulting to 2-space indent☆25Updated 2 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 5 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago