1{ 2 "_from": "capture-stack-trace@^1.0.0", 3 "_id": "capture-stack-trace@1.0.0", 4 "_inBundle": false, 5 "_integrity": "sha1-Sm+gc5nCa7pH8LJJa00PtAjFVQ0=", 6 "_location": "/capture-stack-trace", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "capture-stack-trace@^1.0.0", 12 "name": "capture-stack-trace", 13 "escapedName": "capture-stack-trace", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 17 }, 18 "_requiredBy": [ 19 "/create-error-class" 20 ], 21 "_resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz", 22 "_shasum": "4a6fa07399c26bba47f0b2496b4d0fb408c5550d", 23 "_spec": "capture-stack-trace@^1.0.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/create-error-class", 25 "author": { 26 "name": "Vsevolod Strukchinsky", 27 "email": "floatdrop@gmail.com", 28 "url": "github.com/floatdrop" 29 }, 30 "bugs": { 31 "url": "https://github.com/floatdrop/capture-stack-trace/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": {}, 35 "deprecated": false, 36 "description": "Error.captureStackTrace ponyfill", 37 "devDependencies": { 38 "mocha": "*" 39 }, 40 "engines": { 41 "node": ">=0.10.0" 42 }, 43 "files": [ 44 "index.js" 45 ], 46 "homepage": "https://github.com/floatdrop/capture-stack-trace#readme", 47 "keywords": [ 48 "Error", 49 "captureStackTrace" 50 ], 51 "license": "MIT", 52 "name": "capture-stack-trace", 53 "repository": { 54 "type": "git", 55 "url": "git+https://github.com/floatdrop/capture-stack-trace.git" 56 }, 57 "scripts": { 58 "test": "mocha" 59 }, 60 "version": "1.0.0" 61} 62