{"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["caller","calling","module","path","parent","callsites","callsite","stacktrace","stack","trace","function","file"],"dist-tags":{"latest":"2.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"description":"Get the path of the caller function","readme":"# caller-path [![Build Status](https://travis-ci.org/sindresorhus/caller-path.svg?branch=master)](https://travis-ci.org/sindresorhus/caller-path)\n\n> Get the path of the caller function\n\n\n## Install\n\n```\n$ npm install --save caller-path\n```\n\n\n## Usage\n\n```js\n// foo.js\nconst callerPath = require('caller-path');\n\nmodule.exports = () => {\n\tconsole.log(callerPath());\n\t//=> '/Users/sindresorhus/dev/unicorn/bar.js'\n}\n```\n\n```js\n// bar.js\nconst foo = require('./foo');\nfoo();\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/caller-path.git"},"users":{"stringparser":true,"bojand":true},"bugs":{"url":"https://github.com/sindresorhus/caller-path/issues"},"license":"MIT","versions":{"0.1.0":{"name":"caller-path","version":"0.1.0","description":"Get the path of the caller module","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/caller-path"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["caller","calling","module","path","parent","callsites","callsite","stacktrace","stack","trace","function","file"],"dependencies":{"callsites":"^0.2.0"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/caller-path/issues"},"homepage":"https://github.com/sindresorhus/caller-path","_id":"caller-path@0.1.0","dist":{"shasum":"94085ef63581ecd3daa92444a8fe94e82577751f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/caller-path/-/caller-path-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.0.0":{"name":"caller-path","version":"1.0.0","description":"Get the path of the caller function","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/caller-path"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["caller","calling","module","path","parent","callsites","callsite","stacktrace","stack","trace","function","file"],"dependencies":{"caller-callsite":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"f4b4451e4c7bb6d9a3593ae2daea1b8a3c65568d","bugs":{"url":"https://github.com/sindresorhus/caller-path/issues"},"homepage":"https://github.com/sindresorhus/caller-path","_id":"caller-path@1.0.0","_shasum":"881d95105527cad47944c0444232436100056f85","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"881d95105527cad47944c0444232436100056f85","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/caller-path/-/caller-path-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"caller-path","version":"2.0.0","description":"Get the path of the caller function","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/caller-path.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["caller","calling","module","path","parent","callsites","callsite","stacktrace","stack","trace","function","file"],"dependencies":{"caller-callsite":"^2.0.0"},"devDependencies":{"ava":"*","xo":"*"},"xo":{"esnext":true},"gitHead":"9fdd6db85d0a82b15ad57fc661d675712b30785a","bugs":{"url":"https://github.com/sindresorhus/caller-path/issues"},"homepage":"https://github.com/sindresorhus/caller-path#readme","_id":"caller-path@2.0.0","_shasum":"468f83044e369ab2010fac5f06ceee15bb2cb1f4","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"468f83044e369ab2010fac5f06ceee15bb2cb1f4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/caller-path/-/caller-path-2.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/caller-path-2.0.0.tgz_1472346183708_0.9669214419554919"},"directories":{}}},"name":"caller-path","time":{"modified":"2016-08-28T01:03:04.687Z","created":"2014-04-19T10:18:32.644Z","0.1.0":"2014-04-19T10:18:32.644Z","1.0.0":"2015-01-24T16:20:15.948Z","2.0.0":"2016-08-28T01:03:04.687Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/caller-path#readme"}