jonschlinkert / parse-gitignoreLinks
Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.
☆64Updated 2 years ago
Alternatives and similar repositories for parse-gitignore
Users that are interested in parse-gitignore are comparing it to the libraries listed below
Sorting:
- Sort the keys of an object☆105Updated last month
- 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 set npm registry URL☆57Updated 5 months ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Check if a value is a plain object☆102Updated last year
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Convert a value to an array☆131Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Get the auth token set for an npm registry☆34Updated 2 months ago
- Resolves the full path to the bin file of a given package by inspecting the \"bin\" field in its package.json.☆30Updated 3 years ago
- Require global npm as a local node module.☆32Updated 3 years ago
- Start a promise chain☆60Updated 3 weeks ago
- A static list of the Node.js builtin modules from the latest Node.js version☆124Updated 3 weeks ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 3 weeks ago
- Find the closest package.json file☆165Updated 4 months ago
- Split a string on a given character or characters, with support for escaping.☆59Updated 3 years ago
- normalizes package metadata, typically found in package.json file.☆203Updated 2 weeks ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 4 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Get the path of the caller module☆66Updated 4 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- A list of directories you should ignore by default☆23Updated 3 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆167Updated last month
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 6 years ago
- programmatic npm API☆111Updated 4 years ago
- Recursively read a directory☆63Updated 7 years ago