Parse `.git/config` into a JavaScript object. sync or async.
☆62Nov 20, 2018Updated 7 years ago
Alternatives and similar repositories for parse-git-config
Users that are interested in parse-git-config are comparing it to the libraries listed below
Sorting:
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Aug 27, 2019Updated 6 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Dec 16, 2020Updated 5 years ago
- Returns true if a string has an extglob☆23May 25, 2019Updated 6 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Dec 15, 2020Updated 5 years ago
- When copying or moving files, it's common for operating systems to automatically add an increment or 'copy' to duplicate file names. This…☆22Sep 4, 2019Updated 6 years ago
- Basic logging utils: colors, symbols and timestamp.☆24Nov 18, 2018Updated 7 years ago
- Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths☆13Jun 18, 2021Updated 4 years ago
- Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or…☆12Sep 1, 2017Updated 8 years ago
- Faster, node.js focused alternative to JavaScript's native array map.☆14Feb 28, 2017Updated 9 years ago
- Get and update GitHub repository topics.☆12Aug 21, 2017Updated 8 years ago
- A cache for managing namespaced sub-caches☆14Sep 4, 2021Updated 4 years ago
- Regular expression for matching punctuation characters.☆10Jul 1, 2017Updated 8 years ago
- Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.☆24Mar 16, 2022Updated 3 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Oct 4, 2021Updated 4 years ago
- CSV parser for node.js☆15Mar 11, 2019Updated 6 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Dec 31, 2020Updated 5 years ago
- Set an alarm that will call the given function at the specified time.☆10May 11, 2017Updated 8 years ago
- Resolve a directory that is either local, global or in the user's home directory.☆14Aug 5, 2017Updated 8 years ago
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15Dec 30, 2025Updated 2 months ago
- Return CI job number to run huge tests only on first job☆14Jul 11, 2023Updated 2 years ago
- Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)☆48Jun 16, 2019Updated 6 years ago
- Get the npm config☆37Aug 3, 2024Updated last year
- Easily calculate the relative path from file A to file B in Node.js project. Will calculate correctly from a file to a directory, file to…☆33Mar 14, 2023Updated 2 years ago
- Converts a string into an array of tokens, with useful methods for looking ahead and behind, capturing, matching, et cetera.☆22Nov 19, 2018Updated 7 years ago
- Get the npm global path prefix. Same code used internally by npm.☆29Aug 17, 2024Updated last year
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Mar 3, 2018Updated 7 years ago
- CLI for listing an npm module's dependent projects and their download stats.☆13Jun 21, 2017Updated 8 years ago
- Extract the username from a git remote origin URL.☆17Mar 3, 2018Updated 7 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Nov 21, 2022Updated 3 years ago
- Uses a breadth-first search, when necessary, to resolve the file path using the correct casing, and verify that the file actually exists.…☆12Sep 1, 2017Updated 8 years ago
- CLI and API to get a single file from Github repository.☆11May 31, 2017Updated 8 years ago
- Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.☆23Dec 16, 2020Updated 5 years ago
- Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists☆31Dec 19, 2017Updated 8 years ago
- Simple, opinionated node.js interface for creating basic apps with the GitHub API.☆61Aug 14, 2018Updated 7 years ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Nov 24, 2020Updated 5 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆39Dec 15, 2023Updated 2 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Jul 13, 2017Updated 8 years ago
- Bash-powered globbing for node.js. Alternative to node-glob. Does not work on Windows 9 and lower.☆14Jun 10, 2021Updated 4 years ago