{"_id":"@bcoe/dotignore","_rev":"286076","name":"@bcoe/dotignore","description":"ignorefile/includefile matching .gitignore spec","dist-tags":{"latest":"0.1.2"},"maintainers":[{"name":"bcoe","email":"bencoe@gmail.com"}],"time":{"modified":"2021-06-03T18:35:28.000Z","created":"2017-12-20T05:32:26.538Z","0.1.2":"2018-01-02T05:33:00.431Z","0.1.1":"2017-12-20T05:32:26.538Z"},"users":{"bcoe":true},"author":{"name":"bradleymeck"},"repository":{"type":"git","url":"git+ssh://git@github.com/bmeck/dotignore.git"},"versions":{"0.1.2":{"name":"@bcoe/dotignore","version":"0.1.2","description":"ignorefile/includefile matching .gitignore spec","main":"index.js","bin":{"ignored":"bin/ignored"},"scripts":{"test":"npm run lint && node test/test.js && npm run coverage-quiet","coverage":"covert test/test.js","coverage-quiet":"covert --quiet test/test.js","lint":"jscs *.js */*.js","release":"standard-version"},"repository":{"type":"git","url":"git+ssh://git@github.com/bmeck/dotignore.git"},"keywords":["ignore","gitignore","npmignore","glob","pattern"],"author":{"name":"bradleymeck"},"license":"MIT","dependencies":{"minimatch":"^3.0.4"},"devDependencies":{"covert":"^1.1.0","jscs":"^2.1.0","standard-version":"^4.2.0","tape":"^4.2.0"},"gitHead":"e0e646fa313008fd9fc669e2acf4f6b5a8440658","bugs":{"url":"https://github.com/bmeck/dotignore/issues"},"homepage":"https://github.com/bmeck/dotignore#readme","_id":"@bcoe/dotignore@0.1.2","_npmVersion":"5.4.2","_nodeVersion":"8.8.1","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"bc2e9a1887e94961a0e34b0c15a602ea08f009c8","size":2764,"noattachment":false,"key":"/@bcoe/dotignore/-/@bcoe/dotignore-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@bcoe/dotignore/download/@bcoe/dotignore-0.1.2.tgz"},"maintainers":[{"name":"bcoe","email":"bencoe@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dotignore-0.1.2.tgz_1514871180318_0.1241204075049609"},"directories":{},"publish_time":1514871180431,"_hasShrinkwrap":false,"_cnpm_publish_time":1514871180431},"0.1.1":{"name":"@bcoe/dotignore","version":"0.1.1","description":"ignorefile/includefile matching .gitignore spec","main":"index.js","bin":{"ignored":"bin/ignored"},"scripts":{"test":"npm run lint && node test/test.js && npm run coverage-quiet","coverage":"covert test/test.js","coverage-quiet":"covert --quiet test/test.js","lint":"jscs *.js */*.js"},"repository":{"type":"git","url":"git+ssh://git@github.com/bmeck/dotignore.git"},"keywords":["ignore","gitignore","npmignore","glob","pattern"],"author":{"name":"bradleymeck"},"license":"MIT","dependencies":{"minimatch":"^3.0.4"},"devDependencies":{"tape":"^4.2.0","covert":"^1.1.0","jscs":"^2.1.0"},"gitHead":"0dab010d2663d9253be86b34a733b3e3bf903d41","bugs":{"url":"https://github.com/bmeck/dotignore/issues"},"homepage":"https://github.com/bmeck/dotignore#readme","_id":"@bcoe/dotignore@0.1.1","_npmVersion":"5.4.2","_nodeVersion":"8.8.1","_npmUser":{"name":"bcoe","email":"ben@npmjs.com"},"dist":{"shasum":"21a530a05939cfa5b7329a277663e8597fa5cce3","size":2499,"noattachment":false,"key":"/@bcoe/dotignore/-/@bcoe/dotignore-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@bcoe/dotignore/download/@bcoe/dotignore-0.1.1.tgz"},"maintainers":[{"name":"bcoe","email":"bencoe@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dotignore-0.1.1.tgz_1513747946283_0.18822122924029827"},"directories":{},"publish_time":1513747946538,"_hasShrinkwrap":false,"_cnpm_publish_time":1513747946538}},"readme":"# dotignore\n\n## `ignored $IGNOREFILE`\n\nCheck the ignorefile against the current directory.\nPrint out if a file should be ignored by prefixing with a `-`.\nIf the file should not be ignored prefix it with a `+`.\n\n## API\n\n### exports.createMatcher(str)\n\nReturn a `Matcher` that fully matches the `str` argument.\n\n`str` should conform to the `.gitignore` specification.\n\n### Matcher.shouldIgnore(name)\n\nTest that all the rules provided to create the matcher match the name given.\n`/` is expected as the path delimiter.\nReturns `true` if the name should be ignored.\n\n## LICENSE\n\nMIT\n\n","_attachments":{},"homepage":"https://github.com/bmeck/dotignore#readme","bugs":{"url":"https://github.com/bmeck/dotignore/issues"},"license":"MIT"}