regex-not
popularCreate a javascript regular expression for matching everything except for the given string.
Updated by @jonschlinkert
is-negated-glob
popularReturns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.
Updated by @jonschlinkert
@putout/plugin-remove-double-negations
putout plugin adds ability to remove double negations
Updated by @coderaiser
base-ignore
Adds an .ignore method that parses .gitignore and converts the patterns from wildmatch to glob patterns, so they can then be passed to glob, minimatch, micromatch, gulp.src, …
Updated by @jonschlinkert