You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.7 KiB
62 lines
1.7 KiB
{
|
|
"_from": "capture-stack-trace@^1.0.0",
|
|
"_id": "capture-stack-trace@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-X/WM2UQs6VMHUtjUDnZTRI+i1crWteJySFzr9UpGoQa4WQffXVTTXuekjl7TjZRlcF2XfjgITT0HxZ9RnxeT0w==",
|
|
"_location": "/capture-stack-trace",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "capture-stack-trace@^1.0.0",
|
|
"name": "capture-stack-trace",
|
|
"escapedName": "capture-stack-trace",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/create-error-class"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.2.tgz",
|
|
"_shasum": "1c43f6b059d4249e7f3f8724f15f048b927d3a8a",
|
|
"_spec": "capture-stack-trace@^1.0.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\create-error-class",
|
|
"author": {
|
|
"name": "Vsevolod Strukchinsky",
|
|
"email": "floatdrop@gmail.com",
|
|
"url": "https://github.com/floatdrop"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/capture-stack-trace/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Error.captureStackTrace ponyfill",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/capture-stack-trace#readme",
|
|
"keywords": [
|
|
"error",
|
|
"captureStackTrace"
|
|
],
|
|
"license": "MIT",
|
|
"name": "capture-stack-trace",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/capture-stack-trace.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|
|
|