{"maintainers":[{"name":"anonymous","email":"github@sellside.com"}],"keywords":["alpha","alphabetical","array","bash","brace","expand","expansion","file","filepath","fp","fs","glob","globbing","match","matches","matching","number","numerical","path","range","ranges","sh"],"dist-tags":{"latest":"0.1.2"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"description":"Wrapper for [braces] to enable brace expansion for arrays of patterns.","readme":"# expand-braces [![NPM version](https://badge.fury.io/js/expand-braces.svg)](http://badge.fury.io/js/expand-braces)\n\n> Wrapper for [braces] to enable brace expansion for arrays of patterns.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i expand-braces --save\n```\n\n## Usage\n\n```js\nvar expand = require('expand-braces');\n```\n\nPass an array or list of strings:\n\n```js\nexpand('{foo,bar}', '{baz,quux}');\n// or\nexpand(['{foo,bar}', '{baz,quux}']);\n// both yield => [ 'foo', 'bar', 'baz', 'quux' ];\n```\n\nPass a function as the last argument to customize output:\n\n```js\nexpand(['{a..e}', '{f..h}'], function (str) {\n  return '_' + str;\n});\n\n//=> ['_a', '_b', '_c', '_d', '_e', '_f', '_g', '_h']\n```\n\n## Related projects\n\n* [braces](https://www.npmjs.com/package/braces): Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces… [more](https://www.npmjs.com/package/braces) | [homepage](https://github.com/jonschlinkert/braces)\n* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern.… [more](https://www.npmjs.com/package/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob)\n* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just… [more](https://www.npmjs.com/package/micromatch) | [homepage](https://github.com/jonschlinkert/micromatch)\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d && npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/expand-braces/issues/new).\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright © 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 31, 2015._","repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-braces.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-braces/issues"},"license":"MIT","versions":{"0.1.0":{"name":"expand-braces","description":"Braces expansion for arrays of patterns.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/expand-braces","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-braces.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-braces/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/expand-braces/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"benchmarked":"^0.1.3","glob":"^4.0.6","mocha":"*","verb":">= 0.2.6","verb-tag-jscomments":">= 0.2.0"},"keywords":["alpha","alphabetical","array","bash","brace","expand","expansion","file","filepath","fp","fs","glob","globbing","match","matches","matching","number","numerical","path","range","ranges","sh"],"dependencies":{"array-uniq":"^1.0.1","braces":"^0.1.2"},"_id":"expand-braces@0.1.0","_shasum":"afd52ac779013a34eeef916976daf02992c5ef1c","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"anonymous","email":"github@sellside.com"},"maintainers":[{"name":"anonymous","email":"github@sellside.com"}],"dist":{"shasum":"afd52ac779013a34eeef916976daf02992c5ef1c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/expand-braces/-/expand-braces-0.1.0.tgz","integrity":"sha512-6tKI7uCYDew+2fx8XrywjFOZEnHu3EWATJ5cR1uZHOk4KwZRowMaULVD3Ki4qZLjfD/l13dO3XcjCbMYEx/DjA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtwz/bvCJc01CYELNdcF9ZYcyKNJmczlhZ8yH8eMNXhQIhAL6K6g634Cmt6oCa9gvmwXoMyHCVU+hN/iOZz1wZ8R2c"}]}},"0.1.1":{"name":"expand-braces","description":"Wrapper for [braces] to enable brace expansion for arrays of patterns.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/expand-braces","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-braces.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-braces/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/expand-braces/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","glob":"^4.0.6","mocha":"*","should":"^4.1.0","verb":">= 0.2.6","arr-flatten":"^0.1.0","verb-tag-jscomments":">= 0.2.0"},"keywords":["alpha","alphabetical","array","bash","brace","expand","expansion","file","filepath","fp","fs","glob","globbing","match","matches","matching","number","numerical","path","range","ranges","sh"],"dependencies":{"array-slice":"^0.2.2","array-uniq":"^1.0.1","braces":"^0.1.2"},"_id":"expand-braces@0.1.1","_shasum":"83f2b897a16abebd406abad10949c2e03cae55d4","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"anonymous","email":"github@sellside.com"},"maintainers":[{"name":"anonymous","email":"github@sellside.com"}],"dist":{"shasum":"83f2b897a16abebd406abad10949c2e03cae55d4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/expand-braces/-/expand-braces-0.1.1.tgz","integrity":"sha512-JtVJ3dyFGuTdH/EuzTQ7YetFYis6OWUbZP0n/tFaEOqqMvwBrM2qsq9V+IlHVnRTBC1j9cIc3jBzfFxaabW+Cg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBymUHC2zmk6i28a0P7iiUmpV5M9L85eM6iZCVXpCrn8AiEA6EDLNRKKCIeXpGktahupONZsbxx7fQHVq5YeR1gVFMY="}]}},"0.1.2":{"name":"expand-braces","description":"Wrapper for [braces] to enable brace expansion for arrays of patterns.","version":"0.1.2","homepage":"https://github.com/jonschlinkert/expand-braces","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-braces.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-braces/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"array-slice":"^0.2.3","array-unique":"^0.2.1","braces":"^0.1.2"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","matched":"^0.3.2","should":"^4.1.0","arr-flatten":"^0.1.0"},"keywords":["alpha","alphabetical","array","bash","brace","expand","expansion","file","filepath","fp","fs","glob","globbing","match","matches","matching","number","numerical","path","range","ranges","sh"],"verb":{"related":{"description":"","list":["braces","micromatch","is-glob"]}},"gitHead":"0e9b4ababfd74c9ce247dfeadf70db2363a0e663","_id":"expand-braces@0.1.2","_shasum":"488b1d1d2451cb3d3a6b192cfc030f44c5855fea","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"anonymous","email":"github@sellside.com"},"maintainers":[{"name":"anonymous","email":"github@sellside.com"}],"dist":{"shasum":"488b1d1d2451cb3d3a6b192cfc030f44c5855fea","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/expand-braces/-/expand-braces-0.1.2.tgz","integrity":"sha512-zOOsEnAhvIxxd0esCNbYG2xerGf46niZ1egS43eV7Fu4t7VIScgPXMcMabCLaPrqkzwvwo6zZipDiX3t0ILF2w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxe/Xp+0HutZGDakHWofUmXFq7VBVuWDpglhxocJeMHAIhAP2eMlxHC7eOD/BcelHxy2vduhD5+lBdNDpFkjip2DHK"}]}}},"name":"expand-braces","time":{"modified":"2022-06-17T21:59:30.732Z","created":"2014-10-26T03:29:01.613Z","0.1.0":"2014-10-26T03:29:01.613Z","0.1.1":"2014-10-26T10:58:07.075Z","0.1.2":"2015-10-31T18:05:36.178Z"},"readmeFilename":"readme.md","homepage":"https://github.com/jonschlinkert/expand-braces"}