UNPKG

635 BJSONView Raw
1{
2 "name": "capture-stack-trace",
3 "version": "2.1.0",
4 "description": "Error.captureStackTrace ponyfill",
5 "license": "MIT",
6 "repository": "sindresorhus/capture-stack-trace",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "type": "module",
9 "exports": {
10 "types": "./index.d.ts",
11 "default": "./index.js"
12 },
13 "engines": {
14 "node": ">=14.16"
15 },
16 "scripts": {
17 "test": "xo && ava"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts"
22 ],
23 "keywords": [
24 "ponyfill",
25 "polyfill",
26 "shim",
27 "error",
28 "capturestacktrace",
29 "capture",
30 "stack",
31 "trace"
32 ],
33 "devDependencies": {
34 "ava": "^4.3.3",
35 "xo": "^0.52.4"
36 }
37}