caller-dir
Version:
A tool which could get the dirpath of a function method`s caller
19 lines (18 loc) • 331 B
JSON
{
"name": "caller-dir",
"version": "1.0.4",
"description": "A tool which could get the dirpath of a function method`s caller",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"caller",
"dir"
],
"author": "Alex",
"license": "ISC",
"devDependencies": {
"mocha": "^5.2.0"
}
}