{"_id":"glob-intersect","_rev":"4203315","name":"glob-intersect","description":"Check whether two file globs intersect","dist-tags":{"latest":"0.0.2"},"maintainers":[{"name":"spion","email":"gorgi.kosev@gmail.com"}],"time":{"modified":"2026-03-03T01:29:43.000Z","created":"2014-01-17T10:36:20.403Z","0.0.2":"2014-01-17T13:45:46.414Z","0.0.1":"2014-01-17T10:36:20.403Z"},"users":{},"author":{"name":"spion"},"repository":{"type":"git","url":"git://github.com/spion/glob-intersect.git"},"versions":{"0.0.2":{"name":"glob-intersect","version":"0.0.2","description":"Check whether two file globs intersect","main":"index.js","directories":{"test":"test"},"dependencies":{"tape":"~2.3.2"},"devDependencies":{},"scripts":{"test":"node test/index.js"},"repository":{"type":"git","url":"git://github.com/spion/glob-intersect.git"},"keywords":["glob","intersect"],"author":{"name":"spion"},"license":"MIT","bugs":{"url":"https://github.com/spion/glob-intersect/issues"},"homepage":"https://github.com/spion/glob-intersect","readmeFilename":"README.md","_id":"glob-intersect@0.0.2","dist":{"shasum":"2990336acfc7df8b47f39e90d84a91bd0a39abb1","size":1512,"noattachment":false,"key":"/glob-intersect/-/glob-intersect-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/glob-intersect/download/glob-intersect-0.0.2.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"spion","email":"gorgi.kosev@gmail.com"},"maintainers":[{"name":"spion","email":"gorgi.kosev@gmail.com"}],"_cnpmcore_publish_time":"2021-12-23T11:18:38.662Z","publish_time":1389966346414,"_cnpm_publish_time":1389966346414},"0.0.1":{"name":"glob-intersect","version":"0.0.1","description":"Check whether two file globs intersect","main":"index.js","directories":{"test":"test"},"dependencies":{"tape":"~2.3.2"},"devDependencies":{},"scripts":{"test":"node test/index.js"},"repository":{"type":"git","url":"git://github.com/spion/glob-intersect.git"},"keywords":["glob","intersect"],"author":{"name":"spion"},"license":"MIT","bugs":{"url":"https://github.com/spion/glob-intersect/issues"},"homepage":"https://github.com/spion/glob-intersect","readmeFilename":"README.md","_id":"glob-intersect@0.0.1","dist":{"shasum":"a11da33962508a07c6401fd3c66d9a9c1a27be0c","size":1532,"noattachment":false,"key":"/glob-intersect/-/glob-intersect-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/glob-intersect/download/glob-intersect-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"spion","email":"gorgi.kosev@gmail.com"},"maintainers":[{"name":"spion","email":"gorgi.kosev@gmail.com"}],"_cnpmcore_publish_time":"2021-12-23T11:18:37.790Z","publish_time":1389954980403,"_cnpm_publish_time":1389954980403}},"readme":"# glob-intersect\n\nA function that tells you whether two file globs intersect.\n\nExample\n\n```js\nvar m = require('glob-intersect');\n\nconsole.log(m('test/**/*.js', 'test/x/*'));\n\n// true;\n```\n\n# TODO\n\nCurrently supports: star, double-star\n\nNot yet supported: questionmarks (`file?.js`) and character groups (`x[abcd]`)\n\n# license\n\nMIT\n","_attachments":{},"readmeFilename":"README.md","homepage":"https://github.com/spion/glob-intersect","bugs":{"url":"https://github.com/spion/glob-intersect/issues"},"license":"MIT"}