{ "_args": [ [ { "raw": "inpath@~1.0.2", "scope": null, "escapedName": "inpath", "name": "inpath", "rawSpec": "~1.0.2", "spec": ">=1.0.2 <1.1.0", "type": "range" }, "/export/home/matjaz/Zoneadmin/node_modules/sudo" ] ], "_from": "inpath@>=1.0.2 <1.1.0", "_id": "inpath@1.0.2", "_inCache": true, "_location": "/inpath", "_phantomChildren": {}, "_requested": { "raw": "inpath@~1.0.2", "scope": null, "escapedName": "inpath", "name": "inpath", "rawSpec": "~1.0.2", "spec": ">=1.0.2 <1.1.0", "type": "range" }, "_requiredBy": [ "/sudo" ], "_resolved": "https://registry.npmjs.org/inpath/-/inpath-1.0.2.tgz", "_shasum": "4ac219710ec7a72f460ff94bf424dd3ef0e52817", "_shrinkwrap": null, "_spec": "inpath@~1.0.2", "_where": "/export/home/matjaz/Zoneadmin/node_modules/sudo", "author": { "name": "Jakob Borg", "email": "jakob@nym.se", "url": "http://nym.se/" }, "bugs": { "url": "https://github.com/calmh/node-inpath/issues" }, "dependencies": {}, "description": "Find executable in path", "devDependencies": { "mocha": "1.1.x", "should": "0.6.x" }, "directories": {}, "dist": { "shasum": "4ac219710ec7a72f460ff94bf424dd3ef0e52817", "tarball": "https://registry.npmjs.org/inpath/-/inpath-1.0.2.tgz" }, "engines": { "node": "*" }, "homepage": "https://github.com/calmh/node-inpath", "main": "./lib/inpath.js", "maintainers": [ { "name": "calmh", "email": "jakob@nym.se" } ], "name": "inpath", "optionalDependencies": {}, "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\nMIT\n\n", "repository": { "url": "git+https://github.com/calmh/node-inpath.git" }, "scripts": { "test": "./node_modules/.bin/mocha -R spec" }, "version": "1.0.2" }