sindresorhus / write-json-fileLinks
Stringify and write JSON to a file atomically
☆222Updated last month
Alternatives and similar repositories for write-json-file
Users that are interested in write-json-file are comparing it to the libraries listed below
Sorting:
- Read and parse a JSON file☆246Updated 2 years ago
- Move a file - Even works across devices☆203Updated last year
- Check whether a package or organization name is available on npm☆171Updated last year
- Check if a file path is an image☆97Updated 2 years ago
- Get the latest version of an npm package☆175Updated last year
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆241Updated 2 months ago
- Copy files☆433Updated last week
- Parse JSON with more helpful errors☆368Updated 6 months ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆160Updated last month
- Get stdin as a string or buffer☆343Updated 2 years ago
- Parse yes/no like values☆270Updated 2 months ago
- Parse milliseconds into an object☆121Updated last year
- Make directories and their parents if needed - Like `mkdir -p`, but cross-platform☆125Updated last year
- Get metadata of a package from the npm registry☆244Updated last year
- Check whether a package or organization name is available on npm☆287Updated last month
- Get a random temporary file or directory path☆436Updated 2 years ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆144Updated last month
- Truncate a string to a specific width in the terminal☆87Updated last week
- Get a stream as a string, Buffer, ArrayBuffer or array☆355Updated last year
- Read a chunk from a file☆124Updated last year
- Generate random numbers that are consecutively unique☆116Updated last year
- Open stuff like URLs, files, executables. Cross-platform.☆428Updated 2 months ago
- Generate a random integer☆87Updated last month
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago
- Filter object keys and values into a new object☆104Updated last year
- Strip leading whitespace from each line in a string☆142Updated 2 weeks ago
- Generate a unique random string☆87Updated 3 years ago
- Clear the terminal screen if possible☆114Updated 4 years ago
- Flexible and fluent interface for searching the file system☆223Updated 3 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆142Updated last month