debitoor / safe-json-stringifyLinks
A wrapper for JSON.stringify that handles circular references and prevent defined getters from throwing errors.
☆58Updated 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☆126Updated 4 years ago
- Create and parse HTTP Content-Type header☆142Updated this week
- Check if a URL is absolute☆80Updated 4 months ago
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 6 years ago
- Find the closest package.json file☆166Updated 8 months ago
- when you want to fire an event no matter how a process exits.☆197Updated 3 months ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Node style HMAC for use in the browser, with native implementation in node☆61Updated last year
- Strip leading whitespace from each line in a string☆145Updated 3 months ago
- Get the path of the caller module☆67Updated 4 years 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 3 years ago
- Indent each line in a string☆115Updated 3 years ago
- Run promise-returning & async functions repeatedly until you end it☆48Updated this week
- Simple, flexible file copy utility☆98Updated last year
- Sort the keys of an object☆108Updated 5 months ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!☆82Updated 6 years ago
- Environment agnostic nextTick polyfill☆75Updated 4 years ago
- Write data to a random temporary file☆108Updated 2 weeks ago
- [OBSOLUTE] Concatenate a readable stream's data into a single array.☆101Updated last year
- Check if a value is a plain object☆104Updated last year
- Import a module like with `require()` but from the current working directory☆54Updated 3 years ago
- Run promise-returning & async functions in series, each passing its result to the next☆78Updated 4 months ago
- Spawn commands like `child_process.exec` does but return a `ChildProcess`.☆47Updated last year
- This module has moved and is now available at @rollup/plugin-url / https://github.com/rollup/plugins/blob/master/packages/url☆74Updated 4 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆70Updated 5 years ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`☆148Updated 2 years ago
- Wrapper around fs.watch that falls back to fs.watchFile☆54Updated 5 years ago