File: //usr/share/opensearch-dashboards/node_modules/error-callsites/package.json
{
"name": "error-callsites",
"version": "2.0.4",
"description": "Extract callsite objects from Error objects",
"main": "index.js",
"files": [
"lib"
],
"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.3.3",
"tape": "^4.13.2"
},
"engines": {
"node": ">=6.x"
},
"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"
}