# find-in-path

> Find a directory or file from the PATH and return the absolute path.

Latest version **0.0.1** (published 2013-12-16) · APACHE 2.0 license · 0 weekly downloads

## Install

```sh
npm install find-in-path
pnpm add find-in-path
yarn add find-in-path
bun add find-in-path
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2013-12-16 |
| First published | 2013-12-16 |
| Weekly downloads | 0 |
| License | APACHE 2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Joseph Spencer |
| Maintainers | jsdevel |
| Keywords | find, path |

## Links

- npm: https://www.npmjs.com/package/find-in-path
- Repository: https://github.com/jsdevel/node-find-in-path
- Issues: https://github.com/jsdevel/node-find-in-path/issues
- npm.io page: https://npm.io/package/find-in-path

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 0.0.1 (latest) — 2013-12-16
- 0.0.0 — 2013-12-16

## README

#node-find-in-path

Find a directory or file in your path.

##Example
````javascript
var mod = require('./find-in-path');

mod('netstat', function(err, path){
   console.log(err);
   console.log(path);
});
````

Prints `/bin/netstat` on linux;

##License
````
Copyright 2013 Joseph Spencer.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
````

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