{ "name": "caller-path", "version": "0.1.0", "description": "Get the path of the caller module", "license": "MIT", "repository": "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": "*" } ,"_resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz" ,"_integrity": "sha512-UJiE1otjXPF5/x+T3zTnSFiTOEmJoGTD9HmBoxnCUwho61a2eSNn/VwtwuIBDAo2SEOv1AJ7ARI5gCmohFLu/g==" ,"_from": "caller-path@^0.1.0" }