{"_id":"inpath","_rev":"2771216","name":"inpath","description":"Find executable in path","dist-tags":{"latest":"1.0.2"},"maintainers":[{"name":"calmh","email":"jakob@nym.se"}],"time":{"modified":"2022-05-23T09:39:30.000Z","created":"2012-06-18T12:52:16.932Z","1.0.2":"2012-08-11T10:06:11.442Z","1.0.1":"2012-07-10T12:44:40.425Z","1.0.0":"2012-06-18T12:52:16.932Z"},"users":{},"author":{"name":"Jakob Borg","email":"jakob@nym.se","url":"http://nym.se/"},"repository":{"url":"https://github.com/calmh/node-inpath.git"},"versions":{"1.0.2":{"author":{"name":"Jakob Borg","email":"jakob@nym.se","url":"http://nym.se/"},"name":"inpath","description":"Find executable in path","version":"1.0.2","main":"./lib/inpath.js","homepage":"https://github.com/calmh/node-inpath","repository":{"url":"https://github.com/calmh/node-inpath.git"},"scripts":{"test":"./node_modules/.bin/mocha -R spec"},"dependencies":{},"devDependencies":{"should":"0.6.x","mocha":"1.1.x"},"optionalDependencies":{},"engines":{"node":"*"},"_id":"inpath@1.0.2","dist":{"shasum":"4ac219710ec7a72f460ff94bf424dd3ef0e52817","size":1929,"noattachment":false,"key":"/inpath/-/inpath-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/inpath/download/inpath-1.0.2.tgz"},"maintainers":[{"name":"calmh","email":"jakob@nym.se"}],"directories":{},"publish_time":1344679571442,"_hasShrinkwrap":false,"_cnpm_publish_time":1344679571442,"_cnpmcore_publish_time":"2021-12-16T19:48:36.960Z"},"1.0.1":{"author":{"name":"Jakob Borg","email":"jakob@nym.se","url":"http://nym.se/"},"name":"inpath","description":"Find executable in path","version":"1.0.1","main":"./lib/inpath.js","homepage":"https://github.com/calmh/node-inpath","repository":{"url":"https://github.com/calmh/node-inpath.git"},"scripts":{"test":"./node_modules/.bin/mocha -R spec"},"dependencies":{},"devDependencies":{"should":"0.6.x","mocha":"1.1.x"},"optionalDependencies":{},"engines":{"node":"*"},"_id":"inpath@1.0.1","dist":{"shasum":"dc021d1e26a68e36e986031e3dcfed0b12c7b1fa","size":2003,"noattachment":false,"key":"/inpath/-/inpath-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/inpath/download/inpath-1.0.1.tgz"},"maintainers":[{"name":"calmh","email":"jakob@nym.se"}],"directories":{},"publish_time":1341924280425,"_hasShrinkwrap":false,"_cnpm_publish_time":1341924280425,"_cnpmcore_publish_time":"2021-12-16T19:48:37.363Z"},"1.0.0":{"author":{"name":"Jakob Borg","email":"jakob@nym.se","url":"http://nym.se/"},"name":"inpath","description":"Find executable in path","version":"1.0.0","main":"./lib/inpath.js","homepage":"https://github.com/calmh/node-inpath","repository":{"url":"https://github.com/calmh/node-inpath.git"},"scripts":{"test":"./node_modules/.bin/mocha -R spec"},"dependencies":{},"devDependencies":{"should":"0.6.x","mocha":"1.1.x"},"optionalDependencies":{},"engines":{"node":"0.6.x"},"_npmUser":{"name":"calmh","email":"jakob@nym.se"},"_id":"inpath@1.0.0","_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"75d3a082b64177533fb4c04f6777d1a9ee1c748f","size":1964,"noattachment":false,"key":"/inpath/-/inpath-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/inpath/download/inpath-1.0.0.tgz"},"maintainers":[{"name":"calmh","email":"jakob@nym.se"}],"directories":{},"publish_time":1340023936932,"_hasShrinkwrap":false,"_cnpm_publish_time":1340023936932,"_cnpmcore_publish_time":"2021-12-16T19:48:37.557Z"}},"readme":"inpath\n======\n\n[![build status](https://secure.travis-ci.org/calmh/node-inpath.png)](http://travis-ci.org/calmh/node-inpath)\n\nFind an executable in the `$PATH`.\n\nExample\n-------\n\n    var inpathSync = require('inpath').sync;\n    \n    var env = inpathSync('env');\n    console.log(env); // => /usr/bin/env\n    \n    var none = inpathSync('4A87553D-6BAC-42EE-A699-BAF7830E453A');\n    console.log(none); // => null\n\nLicense\n-------\n\n2-Clause BSD\n\n","_attachments":{},"homepage":"https://github.com/calmh/node-inpath"}