{"_id":"glob-slash","_rev":"279208","name":"glob-slash","description":"Prefix globs with a slash and normalize. Supports negated globs too","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"scottcorgan","email":""}],"time":{"modified":"2023-09-20T17:57:53.000Z","created":"2014-11-18T21:37:21.974Z","1.0.0":"2014-11-18T21:37:21.974Z"},"users":{},"author":{"name":"Scott Corgan"},"repository":{"type":"git","url":"https://github.com/scottcorgan/glob-slash.git"},"versions":{"1.0.0":{"name":"glob-slash","version":"1.0.0","description":"Prefix globs with a slash and normalize. Supports negated globs too","main":"index.js","scripts":{"test":"node test.js | tap-spec"},"repository":{"type":"git","url":"https://github.com/scottcorgan/glob-slash.git"},"keywords":["toxic","slasher","prefix","minimatch"],"author":{"name":"Scott Corgan"},"license":"MIT","bugs":{"url":"https://github.com/scottcorgan/glob-slash/issues"},"homepage":"https://github.com/scottcorgan/glob-slash","devDependencies":{"tap-spec":"^1.0.1","tape":"^3.0.3"},"gitHead":"1de49240aabbec228389c9a848a3c8aa4bf89747","_id":"glob-slash@1.0.0","_shasum":"fe52efa433233f74a2fe64c7abb9bc848202ab95","_from":".","_npmVersion":"2.1.4","_nodeVersion":"0.10.31","_npmUser":{"name":"scottcorgan","email":"scottcorgan@gmail.com"},"maintainers":[{"name":"scottcorgan","email":""}],"dist":{"shasum":"fe52efa433233f74a2fe64c7abb9bc848202ab95","size":2069,"noattachment":false,"key":"/glob-slash/-/glob-slash-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/glob-slash/download/glob-slash-1.0.0.tgz"},"directories":{},"publish_time":1416346641974,"_hasShrinkwrap":false,"_cnpm_publish_time":1416346641974,"_cnpmcore_publish_time":"2021-12-14T04:15:12.397Z"}},"readme":"# glob-slash\n\nPrefix globs with a slash and normalize. Supports negated globs too.\n\n## Install\n\n```\nnpm install glob-slash --save\n```\n\n## Usage\n\n```js\nvar globSlash = require('glob-slash');\n\nconsole.log(globSlash('!**/testing')) // OUTPUTS: !/**/testing\nconsole.log(globSlash('another-test//**')) // OUTPUTS: /another-test/**\n```\n\n## Run Tests\n\n```\nnpm install\nnpm test\n```\n","_attachments":{},"homepage":"https://github.com/scottcorgan/glob-slash","bugs":{"url":"https://github.com/scottcorgan/glob-slash/issues"},"license":"MIT"}