# inpath

> Find executable in path

Latest version **1.0.2** (published 2012-08-11) · 0 weekly downloads

## Install

```sh
npm install inpath
pnpm add inpath
yarn add inpath
bun add inpath
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2012-08-11 |
| First published | 2012-06-18 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Jakob Borg |
| Maintainers | calmh |

## Links

- npm: https://www.npmjs.com/package/inpath
- Repository: https://github.com/calmh/node-inpath
- npm.io page: https://npm.io/package/inpath

## Recent versions

- 1.0.2 (latest) — 2012-08-11
- 1.0.1 — 2012-07-10
- 1.0.0 — 2012-06-18

## README

inpath
======

[![build status](https://secure.travis-ci.org/calmh/node-inpath.png)](http://travis-ci.org/calmh/node-inpath)

Find an executable in the `$PATH`.

Example
-------

    var inpathSync = require('inpath').sync;
    
    var env = inpathSync('env');
    console.log(env); // => /usr/bin/env
    
    var none = inpathSync('4A87553D-6BAC-42EE-A699-BAF7830E453A');
    console.log(none); // => null

License
-------

MIT

---
_Source: https://npm.io/package/inpath · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
