jonschlinkert / parse-gitignoreLinks
Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.
☆65Updated 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☆104Updated 10 months 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…☆94Updated 2 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 4 months ago
- Convert a value to an array☆129Updated 3 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Require global npm as a local node module.☆32Updated 3 years ago
- Check if a value is a plain object☆102Updated last year
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- PostCSS plugin for css modules to local-scope classes and ids☆27Updated 7 months ago
- A static list of the Node.js builtin modules from the latest Node.js version☆122Updated 4 months ago
- Get the set npm registry URL☆55Updated 3 months ago
- Import a module like with `require()` but from the current working directory☆52Updated 3 years ago
- Get the auth token set for an npm registry☆34Updated 5 months ago
- normalizes package metadata, typically found in package.json file.☆201Updated this week
- Parse `.git/config` into a JavaScript object. sync or async.☆61Updated 6 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 11 months ago
- (object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.☆41Updated 3 years ago
- List of node.js builtin modules☆38Updated last year
- Split a string on a given character or characters, with support for escaping.☆58Updated 3 years ago
- Start a promise chain☆58Updated 3 years ago
- Parse the things that can be arguments to `npm install`☆130Updated 5 months ago
- recursively find the closest package.json☆48Updated 2 years ago
- Check if something is a promise☆46Updated 4 years ago
- Regular expression for matching reserved filename characters☆50Updated 3 years ago
- Import a globally installed module☆58Updated last year
- Simple RFC 6838 media type parser and formatter☆57Updated 2 weeks ago