callermodule
Determines meta data for the module that called the current code.
Usage
var callermodule = ; ; // => { name: "name", version: "1.0.0", description: "description", repository: "repository url" }
Determines meta data for the module that called the current code.
var callermodule = ; ; // => { name: "name", version: "1.0.0", description: "description", repository: "repository url" }
npm i callermodule
8
2.0.0
none