callermodule
v2.0.0
Published
Determines the name and other information of the module that called this code.
Downloads
17
Readme
callermodule
Determines meta data for the module that called the current code.
Usage
var callermodule = require('callermodule');
callermodule(); // => { name: "name", version: "1.0.0", description: "description", repository: "repository url" }