{ "_args": [ [ { "raw": "capture-stack-trace@^1.0.0", "scope": null, "escapedName": "capture-stack-trace", "name": "capture-stack-trace", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "/home/jdaugherty/work/GT2/GT2-Android/node_modules/create-error-class" ] ], "_from": "capture-stack-trace@>=1.0.0 <2.0.0", "_id": "capture-stack-trace@1.0.0", "_inCache": true, "_location": "/capture-stack-trace", "_npmUser": { "name": "floatdrop", "email": "floatdrop@gmail.com" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "raw": "capture-stack-trace@^1.0.0", "scope": null, "escapedName": "capture-stack-trace", "name": "capture-stack-trace", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/create-error-class" ], "_resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz", "_shasum": "4a6fa07399c26bba47f0b2496b4d0fb408c5550d", "_shrinkwrap": null, "_spec": "capture-stack-trace@^1.0.0", "_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/create-error-class", "author": { "name": "Vsevolod Strukchinsky", "email": "floatdrop@gmail.com", "url": "github.com/floatdrop" }, "bugs": { "url": "https://github.com/floatdrop/capture-stack-trace/issues" }, "dependencies": {}, "description": "Error.captureStackTrace ponyfill", "devDependencies": { "mocha": "*" }, "directories": {}, "dist": { "shasum": "4a6fa07399c26bba47f0b2496b4d0fb408c5550d", "tarball": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "eb46ce326fa9074b6ce17a94d4b76500321a331f", "homepage": "https://github.com/floatdrop/capture-stack-trace#readme", "keywords": [ "Error", "captureStackTrace" ], "license": "MIT", "maintainers": [ { "name": "floatdrop", "email": "floatdrop@gmail.com" } ], "name": "capture-stack-trace", "optionalDependencies": {}, "readme": "# capture-stack-trace [![Build Status](https://travis-ci.org/floatdrop/capture-stack-trace.svg?branch=master)](https://travis-ci.org/floatdrop/capture-stack-trace)\n\n> Ponyfill for Error.captureStackTrace\n\n\n## Install\n\n```\n$ npm install --save capture-stack-trace\n```\n\n\n## Usage\n\n```js\nvar captureStackTrace = require('capture-stack-trace');\n\ncaptureStackTrace({});\n// => {stack: ...}\n```\n\n\n## API\n\n### captureStackTrace(error)\n\n#### error\n\n*Required* \nType: `Object`\n\nTarget Object, that will recieve stack property.\n\n## License\n\nMIT © [Vsevolod Strukchinsky](http://github.com/floatdrop)\n", "readmeFilename": "readme.md", "repository": { "type": "git", "url": "git+https://github.com/floatdrop/capture-stack-trace.git" }, "scripts": { "test": "mocha" }, "version": "1.0.0" }