blob: 3b5c1292cf92791cb28617c1fe0d7bd1a2b69b7b [file] [log] [blame]
{
"author": "Stefan Penner",
"bugs": {
"url": "https://github.com/stefanpenner/get-caller-file/issues"
},
"description": "",
"devDependencies": {
"chai": "^4.1.2",
"ensure-posix-path": "^1.0.1",
"mocha": "^5.2.0"
},
"directories": {
"test": "tests"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stefanpenner/get-caller-file#readme",
"license": "ISC",
"main": "index.js",
"name": "get-caller-file",
"repository": {
"type": "git",
"url": "git+https://github.com/stefanpenner/get-caller-file.git"
},
"scripts": {
"test": "mocha test",
"test:debug": "mocha test"
},
"version": "1.0.3"
}