{"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["expand","find","glob","globbing","globs","match","matcher","minimatch","pattern","patterns","wildcard"],"dist-tags":{"latest":"7.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Extends `minimatch.match()` with support for multiple patterns","readme":"# multimatch\n\n> Extends [`minimatch.match()`](https://github.com/isaacs/minimatch#minimatchmatchlist-pattern-options) with support for multiple patterns\n\n## Install\n\n```sh\nnpm install multimatch\n```\n\n## Usage\n\n```js\nimport multimatch from 'multimatch';\n\nmultimatch(['unicorn', 'cake', 'rainbows'], ['*', '!cake']);\n//=> ['unicorn', 'rainbows']\n```\n\nSee the [tests](test) for more usage examples and expected matches.\n\n## API\n\n### multimatch(paths, patterns, options?)\n\nReturns an array of matching paths in the order of input paths.\n\n#### paths\n\nType: `string | string[]`\n\nThe paths to match against.\n\n#### patterns\n\nType: `string | string[]`\n\nGlobbing patterns to use. For example: `['*', '!cake']`. See supported [`minimatch` patterns](https://github.com/isaacs/minimatch#usage).\n\n- [Pattern examples with expected matches](https://github.com/sindresorhus/multimatch/blob/master/test/test.js)\n- [Quick globbing pattern overview](https://github.com/sindresorhus/multimatch#globbing-patterns)\n\n#### options\n\nType: `object`\n\nSee the [`minimatch` options](https://github.com/isaacs/minimatch#options).\n\n## How multiple patterns work\n\nPositive patterns (e.g. `foo` or `*`) add to the results, while negative patterns (e.g. `!foo`) subtract from the results.\n\nTherefore a lone negation (e.g. `['!foo']`) will never match anything. Use `['*', '!foo']` instead.\n\n## Globbing patterns\n\nJust a quick overview.\n\n- `*` matches any number of characters, but not `/`\n- `?` matches a single character, but not `/`\n- `**` matches any number of characters, including `/`, as long as it's the only thing in a path part\n- `{}` allows for a comma-separated list of \"or\" expressions\n- `!` at the beginning of a pattern will negate the match\n\n## Related\n\n- [globby](https://github.com/sindresorhus/globby) - Match against the filesystem instead of a list\n- [matcher](https://github.com/sindresorhus/matcher) - Simple wildcard matching\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/multimatch.git"},"users":{"stringparser":true,"phoenix-xsy":true,"itonyyo":true,"goliatone":true,"ubenzer":true,"stephen.lautier":true,"larrychen":true,"irj":true},"bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"license":"MIT","versions":{"0.1.0":{"name":"multimatch","version":"0.1.0","description":"Adds multiple patterns support to minimatch.match()","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/multimatch"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["minimatch","match","matcher","pattern","patterns","glob","globbing","expand","wildcard"],"dependencies":{"lodash":"~2.4.1","minimatch":"~0.2.14"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch","_id":"multimatch@0.1.0","dist":{"shasum":"099d9f8f8463ac36cfbfa27360bc16cee87ded64","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-0.1.0.tgz","integrity":"sha512-y468lJfPKbYYqmWbVx/jQVTo+myuG3wkVc2lLUe0IbtN7nKBmG57tJFtSztVmHlEX9JyjRdSZhqzvKGK8uOhAg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHMwCQ/lvr3Ogr9ygwFbS1tPvp+6ayJ5McVeMUFrGIcXAiBHv+ztO0DLAeedgP2QKgOBj+hNefYyeMX9t3JfsCrh8g=="}]},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.0":{"name":"multimatch","version":"0.2.0","description":"Adds multiple patterns support to minimatch.match()","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/multimatch"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["minimatch","match","matcher","pattern","patterns","glob","globbing","expand","wildcard"],"dependencies":{"lodash":"^2.4.1","minimatch":"^0.3.0"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch","_id":"multimatch@0.2.0","_shasum":"46b888d46c0f5329954fe71434fa8e50e99967ec","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"46b888d46c0f5329954fe71434fa8e50e99967ec","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-0.2.0.tgz","integrity":"sha512-cOcPZg1zWvx1NIBPsulKsbJOaP0Dx8QvVBSMoVpfgeo/70ew6zKYk2bJXITkq/Hajc/s7oRilsJgc3Ix+3/ntw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDmecCc8PajbD35zI7Og2O12g/2dtnPskkvRtCOSxX32AiEA38T4p2vX6SOy4r4f3y8Rv5FmgVkOKH1v/313XHqf22g="}]},"directories":{}},"0.3.0":{"name":"multimatch","version":"0.3.0","description":"Extends minimatch.match() with support for multiple patterns","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/multimatch"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["minimatch","match","matcher","pattern","patterns","glob","globs","globbing","expand","wildcard","find"],"dependencies":{"array-differ":"^0.1.0","array-union":"^0.1.0","minimatch":"^0.3.0"},"devDependencies":{"chai":"^1.9.1","mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch","_id":"multimatch@0.3.0","_shasum":"603dbc3fe3281d338094a1e1b93a8b5f2be038da","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"603dbc3fe3281d338094a1e1b93a8b5f2be038da","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-0.3.0.tgz","integrity":"sha512-HYWM2J/yy3bE/0WjH2ZdOs18tEnXahpjZh+V3FSGSr+TPIOzlp3IgX+SqWW1i24emWpFfBp9rbYX8L+oMhU8Sg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaswUCRnTMQgM6fD8Joy0pD3iIPFPNmySiasLBvQSHqAIhAMAsd1stTgScw+vVJTk4oRkuaT21sm2e7heMLazFOjZi"}]},"directories":{}},"1.0.0":{"name":"multimatch","version":"1.0.0","description":"Extends minimatch.match() with support for multiple patterns","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/multimatch"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["minimatch","match","matcher","pattern","patterns","glob","globs","globbing","expand","wildcard","find"],"dependencies":{"array-differ":"^1.0.0","array-union":"^1.0.0","minimatch":"^1.0.0"},"devDependencies":{"chai":"^1.9.1","mocha":"*"},"gitHead":"9e8f0b3218a0043d72ec061ebdefd0e9d459425a","bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch","_id":"multimatch@1.0.0","_shasum":"dcdf749896f51480e0e1c48dab9cba41edf464ab","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"dcdf749896f51480e0e1c48dab9cba41edf464ab","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-1.0.0.tgz","integrity":"sha512-D8CNdz07XDocC1uR8RpXyv2+K7fA7eh3rIly4OvK7drTr3iFgyIBWTPZ59jw1iVHdxk/WOkI55v7zRcvGnxOPg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEq5VVRMs7bC2E32DU4cyRfqDj7lox+aiqfDB7O7HJfvAiBRyAenC7+qlZB9ePaFv/Fyglr2yXjbOUpzj7wra5E8ow=="}]},"directories":{}},"1.0.1":{"name":"multimatch","version":"1.0.1","description":"Extends minimatch.match() with support for multiple patterns","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/multimatch"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["minimatch","match","matcher","pattern","patterns","glob","globs","globbing","expand","wildcard","find"],"dependencies":{"array-differ":"^1.0.0","array-union":"^1.0.1","minimatch":"^1.0.0"},"devDependencies":{"chai":"^1.9.1","mocha":"*"},"gitHead":"fcd5df6ec84bd5f7a46073fdda01b0ea632324ba","bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch","_id":"multimatch@1.0.1","_shasum":"18547cfe258d01fd3324359538dbfaf1046a7c8f","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"18547cfe258d01fd3324359538dbfaf1046a7c8f","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-1.0.1.tgz","integrity":"sha512-IAE+90RjqpJQ17ZWNgS5EuglpBNYFNPx9m8VWBFJiAD65XnARcChfwiB8pKcArFclx1dDjXtHxbT1sXaKLQ2wA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkEt46lw+XOceTCto3mLyAKGtqUrbE1Wmf6fMX92wOmQIhAL0a/rSwa1jyaGWGhreMtz6KGfcjdgkLfR+4f/WgSzsk"}]},"directories":{}},"2.0.0":{"name":"multimatch","version":"2.0.0","description":"Extends minimatch.match() with support for multiple patterns","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/multimatch"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["minimatch","match","matcher","pattern","patterns","glob","globs","globbing","expand","wildcard","find"],"dependencies":{"array-differ":"^1.0.0","array-union":"^1.0.1","minimatch":"^2.0.1"},"devDependencies":{"chai":"^1.9.1","mocha":"*"},"gitHead":"2bae7db797d8d69a1dec909c156c11c27b2357fa","bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch","_id":"multimatch@2.0.0","_shasum":"c5ada425357b744ba54842ebdce1c8f0be542b6f","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"c5ada425357b744ba54842ebdce1c8f0be542b6f","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-2.0.0.tgz","integrity":"sha512-t1mU3sSYMeJIbWNiXS+DsjiOpNj66M3k4V6unc+N90TGJ9Qb9kY7dd5MXJtTinmqO0maqPDX/xiWCBSUUJ/vIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDC7cprHWfJgddI0ywjAVNnu0pKlsFyYnUx1Tvp0FIQmQIhAN7thtscCZXmMUUBqXxu2seZFEhsJCfxncdS0rhgOQPz"}]},"directories":{}},"2.1.0":{"name":"multimatch","version":"2.1.0","description":"Extends minimatch.match() with support for multiple patterns","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/multimatch"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["expand","find","glob","globbing","globs","match","matcher","minimatch","pattern","patterns","wildcard"],"dependencies":{"array-differ":"^1.0.0","array-union":"^1.0.1","arrify":"^1.0.0","minimatch":"^3.0.0"},"devDependencies":{"chai":"^3.4.1","mocha":"*"},"gitHead":"5b56d1689ef475975682a514b8e1f863794af419","bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch","_id":"multimatch@2.1.0","_shasum":"9c7906a22fb4c02919e2f5f75161b4cdbd4b2a2b","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"9c7906a22fb4c02919e2f5f75161b4cdbd4b2a2b","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-2.1.0.tgz","integrity":"sha512-0mzK8ymiWdehTBiJh0vClAzGyQbdtyWqzSVx//EK4N/D+599RFlGfTAsKw2zMSABtDG9C6Ul2+t8f2Lbdjf5mA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRFeHbLlfj5G9GdAHYtac6LwEUC+PokJQfO5obnzsjdwIhAICmIpkqXp8OarEBysiEbDmS6yPX3y0+4ULsdgYiQfa5"}]},"directories":{}},"3.0.0":{"name":"multimatch","version":"3.0.0","description":"Extends `minimatch.match()` with support for multiple patterns","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/multimatch.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=6"},"scripts":{"test":"xo && ava"},"keywords":["expand","find","glob","globbing","globs","match","matcher","minimatch","pattern","patterns","wildcard"],"dependencies":{"array-differ":"^2.0.3","array-union":"^1.0.2","arrify":"^1.0.1","minimatch":"^3.0.4"},"devDependencies":{"ava":"^1.0.1","xo":"^0.23.0"},"gitHead":"3aecd8a61afe5216a085d941b9bf00af73d3cf7b","bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch#readme","_id":"multimatch@3.0.0","_npmVersion":"6.5.0","_nodeVersion":"8.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-22foS/gqQfANZ3o+W7ST2x25ueHDVNWl/b9OlGcLpy/iKxjCpvcNCM51YCenUi7Mt/jAjjqv8JwZRs8YP5sRjA==","shasum":"0e2534cc6bc238d9ab67e1b9cd5fcd85a6dbf70b","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-3.0.0.tgz","fileCount":4,"unpackedSize":4506,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGlsxCRA9TVsSAnZWagAAwYcP/jTAkn9GDHk2jHQ4DBHQ\negHACy7/DKC744M4eEZCMbjHMMMk6JYNYkVxVqR5VEbUbf6IHGJ7XubDPQQm\n4XGs5JZyoC3/suHVuy9WkEkF5Qx5tJEe25EX6KU6DLZCNK2KEuzIkNxluZA4\nSv50xq1JOa9TQCtQZZg77KPckU+ZBFI/tEt0JPby0PiDUAW0YEsfz9LjUvRK\nFcxGNsGKRs7vu01t/xssIg9PgaSbs2GYIU8AbJoOPhIt1m2Zh9a/P8080fBz\nBf/RS1EnKBh/uUy7eXBADpTrhijA7brBr5RkP+7pS45rnEpfpCY6htmBTHwP\n+cnfSmyiy3ZHQH7csyBbwwNczL0AVm0QR9h28LIvki+IY76mc0vpI0SSQxG2\nrbumCnfTpEHP6RD3l/MvCKIZ6R2pxkEK2t/MkWDVgnlOxmYLjDAYHCRBj6cz\n2cXV2omwx3GX7S84GWZn8b3fXfeAciwGWbgA0+96CvNkNYUUKaGQBqYrpMIj\n4SnXZjA2dnS99RbisBCZ6M9zUp4XLTj2iHoBMBDwL59NysGaUqUXrOqWh2Ad\nwlP/k/Eo0PbNYSdWlh7uwvtqbDJusIAEjOO5EhGb63tyQN1FRwApj/U6eNu1\n/7LsYd1gQq6LyAOifMhTwRCB+3e4IWV9R2KZMGnz3r2K9jJcj++Rsku7IkL3\nw8yx\r\n=KYex\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCBHlNNYhvTLfiGwwOwDvg6VIWTtXsKDiuxHGY7I6bfsQIgLkwkgRrbbmFpXtBksfgdnAcvf7GfNo4vVh5a0o6Us5Q="}]},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multimatch_3.0.0_1545231152424_0.14644088079992224"},"_hasShrinkwrap":false},"4.0.0":{"name":"multimatch","version":"4.0.0","description":"Extends `minimatch.match()` with support for multiple patterns","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/multimatch.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava && tsd"},"keywords":["expand","find","glob","globbing","globs","match","matcher","minimatch","pattern","patterns","wildcard"],"dependencies":{"@types/minimatch":"^3.0.3","array-differ":"^3.0.0","array-union":"^2.1.0","arrify":"^2.0.1","minimatch":"^3.0.4"},"devDependencies":{"ava":"^1.4.1","tsd":"^0.7.2","xo":"^0.24.0"},"gitHead":"6b4c22ad38c82457b353bf2cd23c0f3001a7cd2b","bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch#readme","_id":"multimatch@4.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==","shasum":"8c3c0f6e3e8449ada0af3dd29efb491a375191b3","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-4.0.0.tgz","fileCount":5,"unpackedSize":5448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvXVDCRA9TVsSAnZWagAAKZ0P/0mFw/z5dr2e5TAkU/rN\nMcbzQ2fMQx1h65AZDbzywcNm112XeBwXJbQ8w0YIXVLrXAiwQbAYsPZ2qn2J\nGpP8845cWX6WcDEJHgP8Qjb6Hya8nxCcvlXQObSbp8N99FARD2Y0T1+qNd90\neWY470B/MhJSMfnijbnGJMJjcBA9eMH6mWpFPis/uWiYTNxKaLZuAw5GUtwr\nJefeAG8gOF+TbWL9nytGwTFf9yObb+qF701TqzqpqRk3IVfXX+VGwmXt5nL3\npnxMaPKiF74JDVQlQAbVqmJGl5w7qcJot5DVwGbqH6P19gZ5Fw+suAvujGXa\ndxjbzsJ4Y20+7nwJxpcZH3/k95LMUoA+Xxjkw8gm71lESCqGvpb8UJMdO3ge\nuD+OXgozOjLsc/N0rUmcGD2JztWNOKwkFHMmQQ+LKJuo+HL12oyYrX5J+yqt\nXmwIs+5CV7u7dV4ykjuMwKxSvdvllvYOH5W8Pi4rOh/bbWRagMBnqJJDydtX\nRDgviGKIUEwA9H4Nb7YZhcGHCMA/OKp04noPZo0tTN6AIMfpq59NEgSG826X\niEd+b49Ogm78wMLX8mOLZtOq5FZaKoNc19hgOk9zltXjybQDoBYVrSmIrnhW\nx767IQZfmPCZzh/s6QvPIbxEm5e9St2Ea6VLHq2DJDNrXQHfhk9wJFRUTmgc\nHNlw\r\n=zKIG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBd4ikgmyUI8tBjFbI6Xy3ZDSvtNP6bUaUX1I/vRnZ+QIhAK6nonPtZoAEtBA9Zzxp+cPSc/Ado9pYmHjd65XT1/PA"}]},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multimatch_4.0.0_1555920194393_0.43160216376591287"},"_hasShrinkwrap":false},"5.0.0":{"name":"multimatch","version":"5.0.0","description":"Extends `minimatch.match()` with support for multiple patterns","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/multimatch.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"engines":{"node":">=10"},"scripts":{"test":"xo && ava && tsd"},"keywords":["expand","find","glob","globbing","globs","match","matcher","minimatch","pattern","patterns","wildcard"],"dependencies":{"@types/minimatch":"^3.0.3","array-differ":"^3.0.0","array-union":"^2.1.0","arrify":"^2.0.1","minimatch":"^3.0.4"},"devDependencies":{"ava":"^2.4.0","tsd":"^0.13.1","xo":"^0.33.1"},"gitHead":"5a973fad8a5d8d794d98a324ae3598f8c707c496","bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch#readme","_id":"multimatch@5.0.0","_nodeVersion":"14.11.0","_npmVersion":"6.14.8","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==","shasum":"932b800963cea7a31a033328fa1e0c3a1874dbe6","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-5.0.0.tgz","fileCount":5,"unpackedSize":6030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhID3CRA9TVsSAnZWagAA+GsP/32cBMIrdG3Itw00R4M4\nzx0yiFdzsBK5EHwOgSn+ZwvczcoZ1oYgt4FtPUtmMlsM7pbwXOjML3W8QH9+\njDW0GnmtzAm7da63MCS4EY/NGsoK9ZhrsSlZCMQueE/b9X5bC+pY5wadTx1c\ng6rxnyLq7OmfNgj2RFHJg3XrNKgjtSaE7s+AAz8q8HLYBIT8iJCucgDCzB9W\nfgIr+qcoVV/i7JfH3nGAdVMNF4VJ0SMic4JX464b7cr22OhG4731g7dDGABP\npanT0wgdttxR6wHRyekL2d1C6tD+c9fj/rsNUb1OKOe4tbsTwYXtCnfX1vR7\naQt4VWDKLqn4oyMeyHapxkn+fd+/MdMCkhE/wA2ufAriDF403aSvv4DRgc/F\n/NzFLJSh2+5qJqTchcdaVifw5EAIt07Q17/DFYUiLgwulhApXQ850JJdHcNn\nnrd59VqTN5aEf5ICt425+dFlzP9Fd4eYUzlhnzj/P4dhdseEH4MdbSWXVhFW\nrD0g4vt3IL7+HpPp+FK95NUvNRc5qLGDsFOq8DPaRcwG25uQBqAsz8/asaTx\nsz8Bpfl9k4M4az5a1T1SmizBQts17n4SQiAsueu+8lFO4sum2iCJM9ysHBNp\nq7KEvt1egamTALxgs/ETxVWagsgOC8Azq4i/CVpTUaPOSXYo/WTELQZ1bJUh\nySJn\r\n=Jyhy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAjSMOaQuNvaA5jVyn1j/KYQPSMN9sJOVaEMkPH0bkywAiBS/4f12MKJsmY5D57a821Rkni0nppdA23YGJs8jluyWw=="}]},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multimatch_5.0.0_1602519286547_0.2822601075266582"},"_hasShrinkwrap":false},"6.0.0":{"name":"multimatch","version":"6.0.0","description":"Extends `minimatch.match()` with support for multiple patterns","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/multimatch.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"scripts":{"test":"xo && ava && tsd"},"keywords":["expand","find","glob","globbing","globs","match","matcher","minimatch","pattern","patterns","wildcard"],"dependencies":{"@types/minimatch":"^3.0.5","array-differ":"^4.0.0","array-union":"^3.0.1","minimatch":"^3.0.4"},"devDependencies":{"ava":"^3.15.0","tsd":"^0.18.0","xo":"^0.45.0"},"gitHead":"6d514ce93f41a60cdda6b3c232b31610a27b07f7","bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch#readme","_id":"multimatch@6.0.0","_nodeVersion":"12.22.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-I7tSVxHGPlmPN/enE3mS1aOSo6bWBfls+3HmuEeCUBCE7gWnm3cBXCBkpurzFjVRwC6Kld8lLaZ1Iv5vOcjvcQ==","shasum":"c72a9bddbc94baa4727efd613b5d22a1fe4d6ee3","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-6.0.0.tgz","fileCount":5,"unpackedSize":5784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2z2iCRA9TVsSAnZWagAAWsMP/RjiM/+PTt80HmuS4xDm\nnjn5DMe8Oks2VoxRbEFozf+HJOFtf+wDr/kLKz11Dlp5VewyhVvtxFB/Y2s+\nqb8o6h4xlGiNiCcJEoDVQYXprLvhbaCXlCS8bRCxONw5MdkCFAnILL6dI5/q\nl0D17ZkyGsMfRHJASnf+yKOIbF2bd3Xu+23lQBAYQVhfQ203i/mhceGg/QRv\nyQWs/syGz0tpI2bfMJGfjymWjy5nBkYlCkW0lDT0vD1Ve9BU98MrLrMWzlA6\ncqdc8xO1S7C6vn3kMTsYF2Yogn+3OFTxa6S3JtrG1jBwEssV4EJ8nJ5hdlBE\nyTPi3XREI4mkwVpcz6Mnx4QcY5FW5VOSg5vnjdry2ag6buPSNcipVn64remU\nKRDggfL35DGOPv/sBRTjw3zIau1cDKeeV4LkP5Jd0h7NzU2fMYwCuT84pP0E\nRMuea1OZAhoza6Pz6EAFd1hzSmrE3RNaSAFSnz7dUuCz+cuuY3sUU2VmI0a9\niq+7mX3NEtsYguK2Qejvm+j8u2exdxg9xudip9YgHbOJklTOGUDWV8dncrw3\ni3AJBtYCLfhElD1mNja4uYFx+u7Y8/yu4VxpZv10q9ikNaVc1vFf0tB66RLe\n4Pk4TkqH/FY+hMTi6bCXjdLgI8AdvO3oReVDHwek8bXIifNVQAfFugsGzNu9\nZLxu\r\n=S35w\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCROj9rYodEcIXmkZkhRBhep6uCq5iUK2vXGLSQg7iTHwIhAJUs4DcY5ofqNcKk4buKsZm5aCANwTnW/KL+wDTCa8Gg"}]},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multimatch_6.0.0_1634555723503_0.04068974477198628"},"_hasShrinkwrap":false},"7.0.0":{"name":"multimatch","version":"7.0.0","description":"Extends `minimatch.match()` with support for multiple patterns","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/multimatch.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":{"types":"./index.d.ts","default":"./index.js"},"engines":{"node":">=18"},"scripts":{"test":"xo && ava && tsd"},"keywords":["expand","find","glob","globbing","globs","match","matcher","minimatch","pattern","patterns","wildcard"],"dependencies":{"array-differ":"^4.0.0","array-union":"^3.0.1","minimatch":"^9.0.3"},"devDependencies":{"ava":"^5.3.1","tsd":"^0.29.0","xo":"^0.56.0"},"types":"./index.d.ts","gitHead":"ae07fcfd4983151ca0649f76c64ca002ef7d5e28","bugs":{"url":"https://github.com/sindresorhus/multimatch/issues"},"homepage":"https://github.com/sindresorhus/multimatch#readme","_id":"multimatch@7.0.0","_nodeVersion":"18.18.2","_npmVersion":"9.2.0","dist":{"integrity":"sha512-SYU3HBAdF4psHEL/+jXDKHO95/m5P2RvboHT2Y0WtTttvJLP4H/2WS9WlQPFvF6C8d6SpLw8vjCnQOnVIVOSJQ==","shasum":"d0a1bf144db9106b8d19e3cb8cabec1a8986c27f","tarball":"http://118.190.78.212:8081/nexus/content/groups/npm-all/multimatch/-/multimatch-7.0.0.tgz","fileCount":5,"unpackedSize":5352,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZmsxJ5sZsnu8EyH5v3z42NMqbkLXjn3CloxQjekZF5QIgIueOW4+EDp/6hQj5ke2f0wvYuMwsj7R119xPv11b+Ks="}]},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/multimatch_7.0.0_1698427043213_0.3672058336126782"},"_hasShrinkwrap":false}},"name":"multimatch","time":{"modified":"2023-10-27T17:17:23.597Z","created":"2014-01-15T10:15:44.018Z","0.1.0":"2014-01-15T10:15:44.018Z","0.2.0":"2014-05-19T09:38:36.878Z","0.3.0":"2014-06-21T01:03:15.846Z","1.0.0":"2014-09-22T14:12:29.487Z","1.0.1":"2014-11-23T14:57:33.737Z","2.0.0":"2014-12-22T16:51:58.300Z","2.1.0":"2015-11-14T13:52:12.829Z","3.0.0":"2018-12-19T14:52:32.493Z","4.0.0":"2019-04-22T08:03:14.620Z","5.0.0":"2020-10-12T16:14:46.677Z","6.0.0":"2021-10-18T11:15:23.686Z","7.0.0":"2023-10-27T17:17:23.439Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/multimatch#readme"}