LookAtMySuitBot/js/node_modules/capture-stack-trace/package.json

31 lines
578 B
JSON
Raw Normal View History

2023-12-24 20:08:39 -05:00
{
"name": "capture-stack-trace",
"version": "1.0.2",
"description": "Error.captureStackTrace ponyfill",
"license": "MIT",
"repository": "sindresorhus/capture-stack-trace",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com",
"url": "https://github.com/floatdrop"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"error",
"captureStackTrace"
],
"dependencies": {},
"devDependencies": {
"mocha": "*"
}
}