UNPKG

capture-stack-trace

Version:
38 lines (37 loc) 635 B
{ "name": "capture-stack-trace", "version": "2.1.0", "description": "Error.captureStackTrace ponyfill", "license": "MIT", "repository": "sindresorhus/capture-stack-trace", "funding": "https://github.com/sponsors/sindresorhus", "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "engines": { "node": ">=14.16" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "ponyfill", "polyfill", "shim", "error", "capturestacktrace", "capture", "stack", "trace" ], "devDependencies": { "ava": "^4.3.3", "xo": "^0.52.4" } }