Sha256: 2bdfd6d4b5d7d9b364bc2590adfd17186069a8467432320376abacb3ebf8799c

Contents?: true

Size: 539 Bytes

Versions: 26

Compression:

Stored size: 539 Bytes

Contents

# caller-path [![Build Status](https://travis-ci.org/sindresorhus/caller-path.svg?branch=master)](https://travis-ci.org/sindresorhus/caller-path)

> Get the path of the caller function


## Install

```
$ npm install --save caller-path
```


## Usage

```js
// foo.js
const callerPath = require('caller-path');

module.exports = () => {
	console.log(callerPath());
	//=> '/Users/sindresorhus/dev/unicorn/bar.js'
}
```

```js
// bar.js
const foo = require('./foo');
foo();
```


## License

MIT © [Sindre Sorhus](https://sindresorhus.com)

Version data entries

26 entries across 25 versions & 8 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/caller-path/readme.md
disco_app-0.18.0 test/dummy/node_modules/caller-path/readme.md
disco_app-0.18.2 test/dummy/node_modules/caller-path/readme.md
disco_app-0.16.1 test/dummy/node_modules/caller-path/readme.md
disco_app-0.15.2 test/dummy/node_modules/caller-path/readme.md
disco_app-0.18.4 test/dummy/node_modules/caller-path/readme.md
disco_app-0.18.1 test/dummy/node_modules/caller-path/readme.md
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/caller-path/readme.md
disco_app-0.14.0 test/dummy/node_modules/caller-path/readme.md
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/caller-path/readme.md
tang-0.2.1 spec/tang_app/node_modules/caller-path/readme.md
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/caller-path/readme.md
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/caller-path/readme.md
ruby2js-4.0.4 lib/tasks/testrails/node_modules/caller-path/readme.md
ruby2js-4.0.3 lib/tasks/testrails/node_modules/caller-path/readme.md
tang-0.2.0 spec/tang_app/node_modules/caller-path/readme.md
tang-0.1.0 spec/tang_app/node_modules/caller-path/readme.md
tang-0.0.9 spec/tang_app/node_modules/caller-path/readme.md
enju_library-0.3.8 spec/dummy/node_modules/caller-path/readme.md
jester-data-8.0.0 node_modules/caller-path/readme.md