{
	"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": "*"
	}
}
