# find-filename

> Find it's filename that required from `module.exports` or `exports`.

Latest version **0.1.0** (published 2015-05-07) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install find-filename
pnpm add find-filename
yarn add find-filename
bun add find-filename
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2015-05-07 |
| First published | 2015-05-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | nswbmw |
| Keywords | find, filename, exports, module.exports, require |

## Links

- npm: https://www.npmjs.com/package/find-filename
- Repository: https://github.com/nswbmw/find-filename
- Issues: https://github.com/nswbmw/find-filename/issues
- npm.io page: https://npm.io/package/find-filename

## Recent versions

- 0.1.0 (latest) — 2015-05-07

## README

## find-filename

Find it's filename that required from `module.exports` or `exports`.

### Install

    npm i find-filename --save

### Usage

```
var find = require('find-filename');
var http = require('http');

console.log(find(find)) // /Users/nswbmw/GitHub/find-filename/index.js
console.log(find(http)) // null
```

### License

MIT

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