2023-12-18 13:12:25 +08:00
|
|
|
{
|
2023-12-28 23:41:32 +08:00
|
|
|
"name": "caller-path",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Get the path of the caller module",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/caller-path",
|
2023-12-18 13:12:25 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "http://sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2023-12-28 23:41:32 +08:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
2023-12-18 13:12:25 +08:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"caller",
|
|
|
|
"calling",
|
|
|
|
"module",
|
|
|
|
"path",
|
|
|
|
"parent",
|
|
|
|
"callsites",
|
|
|
|
"callsite",
|
|
|
|
"stacktrace",
|
|
|
|
"stack",
|
|
|
|
"trace",
|
|
|
|
"function",
|
|
|
|
"file"
|
|
|
|
],
|
2023-12-28 23:41:32 +08:00
|
|
|
"dependencies": {
|
|
|
|
"callsites": "^0.2.0"
|
2023-12-18 13:12:25 +08:00
|
|
|
},
|
2023-12-28 23:41:32 +08:00
|
|
|
"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"
|
|
|
|
}
|