1
|
{
|
2
|
"name": "get-caller-file",
|
3
|
"version": "1.0.3",
|
4
|
"description": "",
|
5
|
"main": "index.js",
|
6
|
"directories": {
|
7
|
"test": "tests"
|
8
|
},
|
9
|
"files": [
|
10
|
"index.js"
|
11
|
],
|
12
|
"scripts": {
|
13
|
"test": "mocha test",
|
14
|
"test:debug": "mocha test"
|
15
|
},
|
16
|
"repository": {
|
17
|
"type": "git",
|
18
|
"url": "git+https://github.com/stefanpenner/get-caller-file.git"
|
19
|
},
|
20
|
"author": "Stefan Penner",
|
21
|
"license": "ISC",
|
22
|
"bugs": {
|
23
|
"url": "https://github.com/stefanpenner/get-caller-file/issues"
|
24
|
},
|
25
|
"homepage": "https://github.com/stefanpenner/get-caller-file#readme",
|
26
|
"devDependencies": {
|
27
|
"chai": "^4.1.2",
|
28
|
"ensure-posix-path": "^1.0.1",
|
29
|
"mocha": "^5.2.0"
|
30
|
}
|
31
|
}
|