sindresorhus / detect-indentLinks
Detect the indentation of code
☆200Updated 4 months ago
Alternatives and similar repositories for detect-indent
Users that are interested in detect-indent are comparing it to the libraries listed below
Sorting:
- Find the closest package.json file☆166Updated 7 months ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆187Updated 2 years ago
- Check if your package was installed globally☆71Updated 2 years ago
- Get the latest version of an npm package☆176Updated last year
- normalizes package metadata, typically found in package.json file.☆204Updated last week
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆112Updated 3 years ago
- Get metadata of a package from the npm registry☆247Updated last year
- Wordwrap a string with ANSI escape codes☆130Updated 4 months ago
- Indent each line in a string☆115Updated 3 years ago
- Read a package.json file☆175Updated 2 months ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Check if a value is a plain object☆104Updated last year
- Parse `.git/config` into a JavaScript object. sync or async.☆62Updated 7 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆144Updated 4 months ago
- Reliably get the terminal window size☆146Updated 2 years ago
- Write a package.json file☆89Updated 4 months ago
- Toggle the CLI cursor☆113Updated last year
- Brace expansion, as known from sh/bash, in JavaScript☆199Updated last week
- when you want to fire an event no matter how a process exits.☆197Updated 3 months ago
- Find the root directory of a Node.js project or npm package☆250Updated 7 months ago
- Get your PATH prepended with locally installed binaries☆107Updated last year
- 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
- Check if argv has a specific flag☆96Updated 4 years ago
- Check if a path exists☆155Updated 3 years ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated 4 months ago
- Parse the things that can be arguments to `npm install`☆134Updated 2 months ago
- Truncate a string to a specific width in the terminal☆88Updated 3 months ago
- string representations of objects in node and the browser☆159Updated last month
- Convert a value to an array☆133Updated 4 years ago
- Like which(1) unix command. Find the first instance of an executable in the PATH.☆347Updated 2 weeks ago