micromatch / braces

Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.
https://github.com/jonschlinkert
MIT License
207 stars 47 forks source link

Lazy cache #7

Closed doowb closed 8 years ago

doowb commented 8 years ago

Updating lazy-cache pattern to work with browserify.

jonschlinkert commented 8 years ago

looks good, feel free to merge and publish!