{"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"shinnn","email":"snnskwtnb@gmail.com"}],"keywords":["bin","check","local","wrapper"],"dist-tags":{"latest":"3.0.2"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"description":"Binary wrapper that makes your programs seamlessly available as local dependencies","readme":"# bin-wrapper [![Build Status](http://img.shields.io/travis/kevva/bin-wrapper.svg?style=flat)](https://travis-ci.org/kevva/bin-wrapper)\n\n> Binary wrapper that makes your programs seamlessly available as local dependencies\n\n\n## Install\n\n```\n$ npm install --save bin-wrapper\n```\n\n\n## Usage\n\n```js\nvar BinWrapper = require('bin-wrapper');\n\nvar base = 'https://github.com/imagemin/gifsicle-bin/raw/master/vendor';\nvar bin = new BinWrapper()\n\t.src(base + '/osx/gifsicle', 'darwin')\n\t.src(base + '/linux/x64/gifsicle', 'linux', 'x64')\n\t.src(base + '/win/x64/gifsicle.exe', 'win32', 'x64')\n\t.dest(path.join('vendor'))\n\t.use(process.platform === 'win32' ? 'gifsicle.exe' : 'gifsicle')\n\t.version('>=1.71');\n\nbin.run(['--version'], function (err) {\n\tconsole.log('gifsicle is working');\n});\n```\n\nGet the path to your binary with `bin.path()`:\n\n```js\nconsole.log(bin.path()); // => path/to/vendor/gifsicle\n```\n\n\n## API\n\n### new BinWrapper(options)\n\nCreates a new `BinWrapper` instance.\n\n#### options.skipCheck\n\nType: `boolean`  \nDefault: `false`\n\nWhether to skip the binary check or not.\n\n#### options.strip\n\nType: `number`  \nDefault: `1`\n\nStrip a number of leading paths from file names on extraction.\n\n### .src(url, [os], [arch])\n\nAdds a source to download.\n\n#### url\n\nType: `string`\n\nAccepts a URL pointing to a file to download.\n\n#### os\n\nType: `string`\n\nTie the source to a specific OS.\n\n#### arch\n\nType: `string`\n\nTie the source to a specific arch.\n\n### .dest(dest)\n\n#### dest\n\nType: `string`\n\nAccepts a path which the files will be downloaded to.\n\n### .use(bin)\n\n#### bin\n\nType: `string`\n\nDefine which file to use as the binary.\n\n### .path()\n\nReturns the full path to your binary.\n\n### .version(range)\n\n#### range\n\nType: `string`\n\nDefine a [semver range](https://github.com/isaacs/node-semver#ranges) to check \nthe binary against.\n\n### .run([cmd], callback)\n\nRuns the search for the binary. If no binary is found it will download the file \nusing the URL provided in `.src()`.\n\n#### cmd\n\nType: `array`  \nDefault: `['--version']`\n\nCommand to run the binary with. If it exits with code `0` it means that the \nbinary is working.\n\n#### callback(err)\n\nType: `function`\n\nReturns nothing but a possible error.\n\n\n## License\n\nMIT © [Kevin Mårtensson](http://kevinmartensson.com)\n","repository":{"type":"git","url":"git+https://github.com/kevva/bin-wrapper.git"},"users":{"marcdiethelm":true,"robozevel":true,"anhulife":true,"jamescostian":true,"rwhogg":true,"chocolateboy":true},"bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"license":"MIT","versions":{"0.1.1":{"name":"bin-wrapper","version":"0.1.1","description":"Binary wrapper for Node.js that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list"},"main":"bin-wrapper.js","files":["bin-wrapper.js"],"dependencies":{"async-foreach":"~0.1.3","download":"~0.1.2","isbin":"0.0.2","mout":"~0.6.0","which":"~1.0.5"},"devDependencies":{"mocha":"~1.12.0"},"engines":{"node":">=0.8.0"},"_id":"bin-wrapper@0.1.1","dist":{"shasum":"23891e28f5d1fec78911081223ecfba0edbc962d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"0.1.2":{"name":"bin-wrapper","version":"0.1.2","description":"Binary wrapper for Node.js that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list"},"main":"bin-wrapper.js","files":["bin-wrapper.js"],"dependencies":{"download":"~0.1.2","isbin":"0.0.2","mout":"~0.6.0","which":"~1.0.5"},"devDependencies":{"mocha":"~1.12.0"},"engines":{"node":">=0.8.0"},"_id":"bin-wrapper@0.1.2","dist":{"shasum":"0a4a7ee7158abbcf9659a6fdcf2e0d3c0be416a2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.1.2.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"0.1.3":{"name":"bin-wrapper","version":"0.1.3","description":"Binary wrapper for Node.js that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list"},"main":"bin-wrapper.js","files":["bin-wrapper.js"],"dependencies":{"download":"~0.1.2","isbin":"0.0.2","mout":"~0.6.0","which":"~1.0.5"},"devDependencies":{"mocha":"~1.12.0"},"engines":{"node":">=0.8.0"},"_id":"bin-wrapper@0.1.3","dist":{"shasum":"e7f034861131ef726fdb914d494a8b174deb56ec","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.1.3.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"0.1.4":{"name":"bin-wrapper","version":"0.1.4","description":"Binary wrapper for Node.js that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list"},"main":"bin-wrapper.js","files":["bin-wrapper.js"],"dependencies":{"download":"~0.1.2","isbin":"0.0.2","mout":"~0.6.0","which":"~1.0.5"},"devDependencies":{"mocha":"~1.12.0"},"engines":{"node":">=0.8.0"},"_id":"bin-wrapper@0.1.4","dist":{"shasum":"36a94808bb79e857b659678f939da532319ef4d7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.1.4.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"0.1.5":{"name":"bin-wrapper","version":"0.1.5","description":"Binary wrapper for Node.js that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list"},"main":"bin-wrapper.js","files":["bin-wrapper.js"],"dependencies":{"download":"~0.1.2","isbin":"0.0.2","mout":"~0.6.0","progress":"~1.1.0","which":"~1.0.5"},"devDependencies":{"mocha":"~1.12.0"},"engines":{"node":">=0.8.0"},"_id":"bin-wrapper@0.1.5","dist":{"shasum":"56f9a79bc5caec63c07fea16f407982a9eba2af8","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.1.5.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.6":{"name":"bin-wrapper","version":"0.1.6","description":"Binary wrapper for Node.js that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list"},"main":"bin-wrapper.js","files":["bin-wrapper.js"],"dependencies":{"download":"~0.1.2","isbin":"0.0.2","mout":"~0.6.0","progress":"~1.1.0","which":"~1.0.5"},"devDependencies":{"mocha":"~1.12.0"},"engines":{"node":">=0.8.0"},"_id":"bin-wrapper@0.1.6","dist":{"shasum":"c10ee9d923d6fc9e2e10a5c3e7bb4645333923bd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.1.6.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.7":{"name":"bin-wrapper","version":"0.1.7","description":"Binary wrapper for Node.js that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list"},"main":"bin-wrapper.js","files":["bin-wrapper.js"],"dependencies":{"download":"~0.1.2","isbin":"0.0.2","mout":"~0.6.0","progress":"~1.1.0","which":"~1.0.5"},"devDependencies":{"mocha":"~1.12.0"},"engines":{"node":">=0.8.0"},"_id":"bin-wrapper@0.1.7","dist":{"shasum":"2bf0d8313af860bf635c0ebe25c5f5bfec93b631","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.1.7.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.8":{"name":"bin-wrapper","version":"0.1.8","description":"Binary wrapper for Node.js that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list"},"main":"bin-wrapper.js","files":["bin-wrapper.js"],"dependencies":{"download":"~0.1.2","isbin":"0.0.2","mout":"~0.6.0","progress":"~1.1.0","which":"~1.0.5"},"devDependencies":{"mocha":"~1.12.0"},"engines":{"node":">=0.8.0"},"_id":"bin-wrapper@0.1.8","dist":{"shasum":"a60c8189cac252194784f66bf2539e833fc284c2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.1.8.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.9":{"name":"bin-wrapper","version":"0.1.9","description":"Binary wrapper for Node.js that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list --timeout 0"},"main":"bin-wrapper.js","files":["bin-wrapper.js"],"dependencies":{"download":"~0.1.2","isbin":"0.0.2","mout":"~0.6.0","progress":"~1.1.0","rimraf":"~2.2.6","which":"~1.0.5"},"devDependencies":{"mocha":"~1.12.0"},"engines":{"node":">=0.10.0"},"_id":"bin-wrapper@0.1.9","dist":{"shasum":"aba393e79e5144e727b27e98386504270706e958","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.1.9.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"0.2.0":{"name":"bin-wrapper","version":"0.2.0","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list --timeout 0"},"main":"index.js","files":["index.js"],"dependencies":{"bin-check":"~0.1.0","download":"~0.1.2","executable":"~0.1.0","find-file":"~0.1.2","mout":"~0.9.0","progress":"~1.1.0","rimraf":"~2.2.6","tempfile":"~0.1.2"},"devDependencies":{"mocha":"~1.17.0"},"engines":{"node":">=0.10.0"},"_id":"bin-wrapper@0.2.0","dist":{"shasum":"9176f78ef95c59c40fab64a442ddb921e46bb31f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.2.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.1":{"name":"bin-wrapper","version":"0.2.1","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list --timeout 0"},"main":"index.js","files":["index.js"],"dependencies":{"bin-check":"~0.1.0","download":"~0.1.2","executable":"~0.1.0","find-file":"~0.1.2","mout":"~0.9.0","progress":"~1.1.0","rimraf":"~2.2.6","tempfile":"~0.1.2"},"devDependencies":{"mocha":"~1.17.0"},"engines":{"node":">=0.10.0"},"_id":"bin-wrapper@0.2.1","dist":{"shasum":"a715ca4c8a1e53024a989811998e2127a7416595","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.2.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.2":{"name":"bin-wrapper","version":"0.2.2","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list --timeout 0"},"main":"index.js","files":["index.js"],"dependencies":{"bin-check":"~0.1.0","download":"~0.1.2","executable":"~0.1.0","find-file":"~0.1.2","mout":"~0.9.0","progress":"~1.1.0","rimraf":"~2.2.6","tempfile":"~0.1.2"},"devDependencies":{"mocha":"~1.17.0"},"engines":{"node":">=0.10.0"},"_id":"bin-wrapper@0.2.2","dist":{"shasum":"156234b38930ee1fd7983ea1c6890b110566843a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.2.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.3":{"name":"bin-wrapper","version":"0.2.3","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","keywords":["bin","build","make","wrapper"],"homepage":"https://github.com/kevva/bin-wrapper","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"author":{"name":"Kevin Martensson","email":"kevinmartensson@gmail.com","url":"http://kevinmartensson.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper.git"},"scripts":{"test":"mocha --reporter list --timeout 0"},"main":"index.js","files":["index.js"],"dependencies":{"bin-check":"~0.1.0","download":"~0.1.2","executable":"~0.1.0","find-file":"~0.1.2","mout":"~0.9.0","progress":"~1.1.0","rimraf":"~2.2.6","tempfile":"~0.1.2"},"devDependencies":{"mocha":"~1.17.0"},"engines":{"node":">=0.10.0"},"_id":"bin-wrapper@0.2.3","dist":{"shasum":"a2023d4652b5321cb1183a8384e22c46947bf1c5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.2.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.4":{"name":"bin-wrapper","version":"0.2.4","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha --reporter list --timeout 0"},"files":["index.js"],"keywords":["bin","build","make","wrapper"],"dependencies":{"bin-check":"^0.1.0","download":"^0.1.2","executable":"^0.1.0","find-file":"^0.1.2","mout":"^0.9.1","rimraf":"^2.2.6","tempfile":"^0.1.2"},"devDependencies":{"mocha":"^1.18.2"},"bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@0.2.4","dist":{"shasum":"140d52e800319299c3f952cebed1638a51c55bb1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.2.4.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.3.0":{"name":"bin-wrapper","version":"0.3.0","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha --reporter list --timeout 0"},"files":["index.js"],"keywords":["bin","build","make","wrapper"],"dependencies":{"bin-check":"^0.1.0","download":"^0.1.2","find-file":"^0.1.2"},"devDependencies":{"mocha":"^1.18.2","rimraf":"^2.2.6"},"bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@0.3.0","_shasum":"b8999d63596a038bf47d8c1c5bc9fdb67ea0d8a8","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"b8999d63596a038bf47d8c1c5bc9fdb67ea0d8a8","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.3.0.tgz"},"directories":{}},"0.3.1":{"name":"bin-wrapper","version":"0.3.1","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha --reporter list --timeout 0"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^0.1.0","download":"^0.1.2","find-file":"^0.1.2"},"devDependencies":{"mocha":"^1.18.2","rimraf":"^2.2.6"},"bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@0.3.1","_shasum":"bbbf79e2f4a02b2378c7fcfbd3097a433ca3193b","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"bbbf79e2f4a02b2378c7fcfbd3097a433ca3193b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.3.1.tgz"},"directories":{}},"0.3.2":{"name":"bin-wrapper","version":"0.3.2","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha --reporter list --timeout 0"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^0.1.0","download":"^0.1.2","find-file":"^0.1.2"},"devDependencies":{"mocha":"^1.18.2","rimraf":"^2.2.6"},"bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@0.3.2","_shasum":"c6b3604a5cc6e3aada2126a65ad831abdffe9f87","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"c6b3604a5cc6e3aada2126a65ad831abdffe9f87","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.3.2.tgz"},"directories":{}},"0.3.3":{"name":"bin-wrapper","version":"0.3.3","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha --reporter list --timeout 0"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^0.1.0","download":"^0.1.2","find-file":"^0.1.2"},"devDependencies":{"mocha":"^1.18.2","rimraf":"^2.2.6"},"bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@0.3.3","_shasum":"7c534cac899ad644841990a33f16f0a47656b3f7","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"7c534cac899ad644841990a33f16f0a47656b3f7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.3.3.tgz"},"directories":{}},"0.3.4":{"name":"bin-wrapper","version":"0.3.4","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha --reporter list --timeout 0"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^0.1.0","download":"^0.1.2","find-file":"^0.1.2"},"devDependencies":{"mocha":"^1.18.2","rimraf":"^2.2.6"},"bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@0.3.4","_shasum":"40c47e742d36d0c675fec7b1d37c403b92836e2f","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"40c47e742d36d0c675fec7b1d37c403b92836e2f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.3.4.tgz"},"directories":{}},"0.4.0":{"name":"bin-wrapper","version":"0.4.0","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha --reporter list --timeout 75000"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^0.1.0","bin-version-check":"^0.1.0","download":"^0.2.0","find-file":"^0.1.2"},"devDependencies":{"mocha":"^1.18.2","rimraf":"^2.2.6"},"bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@0.4.0","_shasum":"e944d806e85502b6e1d854d524bfeb00905a33e7","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"e944d806e85502b6e1d854d524bfeb00905a33e7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-0.4.0.tgz"},"directories":{}},"1.0.0":{"name":"bin-wrapper","version":"1.0.0","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^0.1.0","download":"^1.0.2","find-file":"^0.1.2"},"devDependencies":{"ava":"0.0.4"},"gitHead":"3ac7a6f16c6272d64066211cce40f379ca058f5d","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@1.0.0","_shasum":"ed671e6ac6c3d06e10c8014437641936c84a9a09","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"ed671e6ac6c3d06e10c8014437641936c84a9a09","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"bin-wrapper","version":"1.0.1","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^0.1.0","download":"^1.0.2","find-file":"^1.0.0","mkdirp":"^0.5.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"4f198be74ebdeb996afa3a6580706e04388d2eb9","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@1.0.1","_shasum":"5a5b2cbb7198bf0f8d8908dc26de7b7bf805ddac","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"5a5b2cbb7198bf0f8d8908dc26de7b7bf805ddac","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"bin-wrapper","version":"1.0.2","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^0.1.0","download":"^1.0.2","download-status":"^2.0.0","find-file":"^1.0.0","mkdirp":"^0.5.0","npm-which":"^1.0.1"},"devDependencies":{"ava":"0.0.4"},"gitHead":"bac677192594b5b29197e5ad772ba002f6ffef72","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@1.0.2","_shasum":"9251027a9afbf992b1b5f15f80c144b8c59df5b5","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"9251027a9afbf992b1b5f15f80c144b8c59df5b5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"bin-wrapper","version":"1.0.3","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^0.1.0","download":"^1.0.2","download-status":"^2.0.0","find-file":"^1.0.0","mkdirp":"^0.5.0","npm-which":"^1.0.1"},"devDependencies":{"ava":"0.0.4"},"gitHead":"1a517101fedf8f3ace301e6ddde60c5c5ef229ae","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@1.0.3","_shasum":"ecc9edf5d3ea1633e52c4a63a58af4dde8644dab","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"ecc9edf5d3ea1633e52c4a63a58af4dde8644dab","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-1.0.3.tgz"},"directories":{}},"1.0.4":{"name":"bin-wrapper","version":"1.0.4","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^0.1.0","download":"^3.0.1","download-status":"^2.0.0","find-file":"^1.0.0","mkdirp":"^0.5.0","npm-which":"^1.0.1"},"devDependencies":{"ava":"0.0.4"},"gitHead":"044e2cd084dd82baf078b797e16e7bd475b34d7e","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@1.0.4","_shasum":"1f615f2b5bab40a48179d1d0bd7d501dbd80916b","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"1f615f2b5bab40a48179d1d0bd7d501dbd80916b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-1.0.4.tgz"},"directories":{}},"1.0.5":{"name":"bin-wrapper","version":"1.0.5","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^1.0.0","download":"^3.0.1","download-status":"^2.0.0","find-file":"^1.0.0","mkdirp":"^0.5.0","npm-which":"^1.0.1"},"devDependencies":{"ava":"0.0.4"},"gitHead":"c337382d97bfa6462970473621ffa278e0824b2b","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@1.0.5","_shasum":"5aed2e8a09eb78559a87dd00d5c44accb46c9cfd","_from":".","_npmVersion":"2.0.2","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"5aed2e8a09eb78559a87dd00d5c44accb46c9cfd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-1.0.5.tgz"},"directories":{}},"2.0.0":{"name":"bin-wrapper","version":"2.0.0","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^1.0.0","download":"^3.0.1","download-status":"^2.0.0","globby":"^0.1.1","lnfs":"^1.0.0","npm-which":"^1.0.1","rc":"^0.5.1"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"60e253d32d09a503a15cf77b4c2b8751a3416ece","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@2.0.0","_shasum":"e6bb6870b561889a595553942049d6ca4c850b30","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"e6bb6870b561889a595553942049d6ca4c850b30","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"bin-wrapper","version":"2.0.1","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^1.0.0","download":"^3.0.1","download-status":"^2.0.0","globby":"^0.1.1","lnfs":"^1.0.0","npm-which":"^1.0.1","rc":"^0.5.1"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"a38f67d632c54e61ba83d1e723fdb38cf9cceed3","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@2.0.1","_shasum":"02a0f2daf80bb3cf02b91adedd4449638d6f7bbd","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"02a0f2daf80bb3cf02b91adedd4449638d6f7bbd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-2.0.1.tgz"},"directories":{}},"2.0.2":{"name":"bin-wrapper","version":"2.0.2","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^1.0.0","download":"^3.0.1","download-status":"^2.0.0","globby":"^0.1.1","is-path-global":"^1.0.0","lnfs":"^1.0.0","npm-installed":"^1.0.0"},"devDependencies":{"ava":"^0.0.4","nock":"^0.48.1"},"gitHead":"54ff30711275fad67f8c0c4d3fd2e47953b052fb","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@2.0.2","_shasum":"6ff12011d01d83213f376dd839281f036eb0c738","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"6ff12011d01d83213f376dd839281f036eb0c738","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-2.0.2.tgz"},"directories":{}},"2.1.0":{"name":"bin-wrapper","version":"2.1.0","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^1.0.0","download":"^3.0.1","download-status":"^2.0.0","globby":"^0.1.1","is-path-global":"^1.0.0","lnfs":"^1.0.0","npm-installed":"^1.0.0"},"devDependencies":{"ava":"^0.0.4","nock":"^0.48.1"},"gitHead":"5241e5033be443d752c6b12c49889789cea61376","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@2.1.0","_shasum":"2fa1e62a636d06bf3a3f534d0d34d1b84e057db2","_from":".","_npmVersion":"2.1.6","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"2fa1e62a636d06bf3a3f534d0d34d1b84e057db2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-2.1.0.tgz"},"directories":{}},"2.1.1":{"name":"bin-wrapper","version":"2.1.1","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^1.0.0","download":"^3.0.1","download-status":"^2.0.0","globby":"^0.1.1","is-path-global":"^1.0.0","lnfs":"^1.0.0","npm-installed":"^1.0.0","os-filter-obj":"^1.0.0"},"devDependencies":{"ava":"^0.0.4","nock":"^0.48.1","rimraf":"^2.2.8"},"gitHead":"5a57e2b673383085d50ac5c43b4c330d03618ba5","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@2.1.1","_shasum":"3fb9d2ee754c557522d974b1f70b919daf9a7793","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"3fb9d2ee754c557522d974b1f70b919daf9a7793","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-2.1.1.tgz"},"directories":{}},"2.1.2":{"name":"bin-wrapper","version":"2.1.2","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^1.0.0","download":"git+https://github.com/kevva/download#73774cebe7b57131b5f14587a0e604683fd2d8db","download-status":"^2.0.0","globby":"^0.1.1","is-path-global":"^1.0.0","lnfs":"^1.0.0","npm-installed":"^1.0.0","os-filter-obj":"^1.0.0"},"devDependencies":{"ava":"^0.0.4","nock":"^0.48.1","rimraf":"^2.2.8"},"gitHead":"94a99bfdf734327a3dbb01d36cd13a534ffe8edd","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@2.1.2","_shasum":"2510c9623bb640c09e1e54ebb3c2547e00aedb25","_from":".","_npmVersion":"2.1.16","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"2510c9623bb640c09e1e54ebb3c2547e00aedb25","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-2.1.2.tgz"},"directories":{}},"2.1.3":{"name":"bin-wrapper","version":"2.1.3","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^2.1.0","download":"^3.3.0","download-status":"^2.0.0","globby":"^1.0.0","is-path-global":"^1.0.0","lnfs":"^1.0.0","npm-installed":"^1.0.0","os-filter-obj":"^1.0.0"},"devDependencies":{"ava":"^0.0.4","nock":"^0.52.4","rimraf":"^2.2.8"},"gitHead":"86f09062798e3b543955c9215d17057764620fae","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@2.1.3","_shasum":"26f8535174ea4df7552fa919c0ac552db8d8e5f7","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"26f8535174ea4df7552fa919c0ac552db8d8e5f7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-2.1.3.tgz"},"directories":{}},"3.0.0":{"name":"bin-wrapper","version":"3.0.0","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/bin-wrapper"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^2.1.0","download":"^4.0.0","globby":"^1.0.0","os-filter-obj":"^1.0.0"},"devDependencies":{"ava":"^0.0.4","nock":"^0.52.4","rimraf":"^2.2.8"},"gitHead":"898f259fb7a93412d94a57a1111dac5088d23487","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper","_id":"bin-wrapper@3.0.0","_shasum":"ebdda2ad455e365feed2a42ebd597cb3f4619697","_from":".","_npmVersion":"2.4.1","_nodeVersion":"1.1.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"ebdda2ad455e365feed2a42ebd597cb3f4619697","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-3.0.0.tgz"},"directories":{}},"3.0.1":{"name":"bin-wrapper","version":"3.0.1","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/bin-wrapper.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^1.0.0","bin-version-check":"^2.1.0","download":"^4.0.0","each-async":"^1.1.1","lazy-req":"^1.0.0","os-filter-obj":"^1.0.0"},"devDependencies":{"ava":"^0.0.4","nock":"^0.52.4","rimraf":"^2.2.8"},"gitHead":"a1c7d4842665799fcb3d4689fe1b97221913f9ba","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper#readme","_id":"bin-wrapper@3.0.1","_shasum":"fc21708a530daf88d2567a3edc2d6d610ab3efb5","_from":".","_npmVersion":"2.9.0","_nodeVersion":"1.7.1","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"fc21708a530daf88d2567a3edc2d6d610ab3efb5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-3.0.1.tgz"},"directories":{}},"3.0.2":{"name":"bin-wrapper","version":"3.0.2","description":"Binary wrapper that makes your programs seamlessly available as local dependencies","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/bin-wrapper.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["bin","check","local","wrapper"],"dependencies":{"bin-check":"^2.0.0","bin-version-check":"^2.1.0","download":"^4.0.0","each-async":"^1.1.1","lazy-req":"^1.0.0","os-filter-obj":"^1.0.0"},"devDependencies":{"ava":"^0.0.4","nock":"^2.6.0","rimraf":"^2.2.8"},"gitHead":"8a777c36019c9cc66bd1d1999d01ffd5e9167601","bugs":{"url":"https://github.com/kevva/bin-wrapper/issues"},"homepage":"https://github.com/kevva/bin-wrapper#readme","_id":"bin-wrapper@3.0.2","_shasum":"67d3306262e4b1a5f2f88ee23464f6a655677aeb","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"67d3306262e4b1a5f2f88ee23464f6a655677aeb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/bin-wrapper/-/bin-wrapper-3.0.2.tgz"},"directories":{}}},"name":"bin-wrapper","time":{"modified":"2015-06-16T18:58:16.484Z","created":"2013-09-17T08:52:04.445Z","0.1.1":"2013-09-17T08:52:07.432Z","0.1.2":"2013-09-18T06:22:54.160Z","0.1.3":"2013-09-19T13:53:19.737Z","0.1.4":"2013-09-20T06:00:59.991Z","0.1.5":"2013-10-15T09:38:42.350Z","0.1.6":"2013-10-28T09:17:48.478Z","0.1.7":"2013-12-17T13:47:06.792Z","0.1.8":"2013-12-17T13:51:33.066Z","0.1.9":"2013-12-21T13:18:47.548Z","0.2.0":"2014-03-21T13:07:10.248Z","0.2.1":"2014-03-21T15:05:23.359Z","0.2.2":"2014-03-26T11:05:36.182Z","0.2.3":"2014-03-26T14:36:27.415Z","0.2.4":"2014-04-10T07:40:18.998Z","0.3.0":"2014-04-28T10:54:30.865Z","0.3.1":"2014-04-28T11:08:55.704Z","0.3.2":"2014-05-09T08:47:06.798Z","0.3.3":"2014-05-12T12:34:23.072Z","0.3.4":"2014-05-12T12:39:39.929Z","0.4.0":"2014-08-11T14:29:19.871Z","1.0.0":"2014-08-21T12:36:19.155Z","1.0.1":"2014-09-05T21:50:39.182Z","1.0.2":"2014-09-09T21:05:59.037Z","1.0.3":"2014-09-10T21:21:00.594Z","1.0.4":"2014-09-24T21:29:05.762Z","1.0.5":"2014-09-30T11:23:15.803Z","2.0.0":"2014-10-19T21:25:00.677Z","2.0.1":"2014-10-20T10:37:45.239Z","2.0.2":"2014-10-25T15:29:44.408Z","2.1.0":"2014-11-05T14:59:01.884Z","2.1.1":"2014-11-26T11:43:50.276Z","2.1.2":"2014-12-28T18:05:47.036Z","2.1.3":"2014-12-29T15:41:14.609Z","3.0.0":"2015-02-10T07:47:49.636Z","3.0.1":"2015-04-26T14:05:22.214Z","3.0.2":"2015-06-16T18:57:23.395Z"},"readmeFilename":"readme.md","homepage":"https://github.com/kevva/bin-wrapper#readme"}