| Current Path : /etc/kibana/node_modules/error-callsites/ |
| Current File : //etc/kibana/node_modules/error-callsites/package.json |
{
"name": "error-callsites",
"version": "2.0.2",
"description": "Extract callsite objects from Error objects",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"v8",
"error",
"errors",
"stack",
"stacktrace",
"stacktraces",
"callsite",
"callsites",
"stackframe",
"stackframes",
"frames"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"standard": "^14.0.0",
"tape": "^4.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/error-callsites.git"
},
"bugs": {
"url": "https://github.com/watson/error-callsites/issues"
},
"homepage": "https://github.com/watson/error-callsites#readme",
"coordinates": [
55.778258,
12.593107
]
}