{"maintainers":[{"name":"eriwen","email":"me@eriwen.com"},{"name":"oliversalzburg","email":"oliver.salzburg@gmail.com"}],"keywords":["stacktrace","error","stack","parser"],"dist-tags":{"latest":"2.0.1","next":"1.3.3"},"description":"Extract meaning from JS Errors","readme":"error-stack-parser.js - Extract meaning from JS Errors\n===============\n[![Build Status](https://img.shields.io/travis/stacktracejs/error-stack-parser/master.svg?style=flat-square)](https://travis-ci.org/stacktracejs/error-stack-parser)\n[![Coverage Status](https://img.shields.io/coveralls/stacktracejs/error-stack-parser.svg?style=flat-square)](https://coveralls.io/r/stacktracejs/error-stack-parser?branch=master)\n[![GitHub license](https://img.shields.io/github/license/stacktracejs/error-stack-parser.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n[![size with dependencies](https://img.shields.io/badge/size-4.8k-green.svg?style=flat-square)](https://github.com/stacktracejs/error-stack-parser/releases)\n[![gzip size](https://img.shields.io/badge/gzipped-1.8k-green.svg?style=flat-square)](https://github.com/stacktracejs/error-stack-parser/releases)\n[![module format](https://img.shields.io/badge/module%20format-umd-lightgrey.svg?style=flat-square&colorB=ff69b4)](https://github.com/stacktracejs/error-stack-parser/releases)\n[![code of conduct](https://img.shields.io/badge/code%20of-conduct-lightgrey.svg?style=flat-square&colorB=ff69b4)](http://todogroup.org/opencodeofconduct/#stacktrace.js/me@eriwen.com)\n\nSimple, cross-browser [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) parser.\nThis library parses and extracts function names, URLs, line numbers, and column numbers from the given Error's `stack` as\nan Array of [StackFrame](http://git.io/stackframe)s. \n\nOnce you have parsed out StackFrames, you can do much more interesting things. See [stacktrace-gps](http://git.io/stacktrace-gps).\n\nNote that in IE9 and earlier, `Error` objects don't have enough information to extract much of anything. In IE 10, `Error`s\nare given a `stack` once they're `throw`n.\n\n## Browser Support\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/stacktracejs.svg)](https://saucelabs.com/u/stacktracejs)\n\n## Usage\n```js\nErrorStackParser.parse(new Error('BOOM'));\n\n=> [\n        StackFrame({functionName: 'foo', args: [], fileName: 'path/to/file.js', lineNumber: 35, columnNumber: 79, isNative: false, isEval: false}),\n        StackFrame({functionName: 'Bar', fileName: 'https://cdn.somewherefast.com/utils.min.js', lineNumber: 1, columnNumber: 832, isNative: false, isEval: false, isConstructor: true}),\n        StackFrame(... and so on ...)\n   ]\n```\n\n## Installation\n```bash\nnpm install error-stack-parser\nbower install error-stack-parser\nhttps://raw.githubusercontent.com/stacktracejs/error-stack-parser/master/dist/error-stack-parser.min.js\n```\n\n## Contributing\nWant to be listed as a *Contributor*? Start with the [Contributing Guide](.github/CONTRIBUTING.md)!\n\n","repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"users":{"davidchase":true},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"license":"MIT","versions":{"0.1.0":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","author":{"name":"Eric Wendelin","email":"me@eriwen.com","url":"http://eriwen.com"},"version":"0.1.0","keywords":["stacktrace","error"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"0.1.0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","scripts":{"test":"make jstd"},"_id":"error-stack-parser@0.1.0","_shasum":"f45e5785851eafd50353d987ebf517482607d7e9","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"dist":{"shasum":"0dc90e0141883463345e36fcbd2025646d6647a6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-0.1.0.tgz"},"directories":{}},"0.2.0":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"0.2.0","keywords":["stacktrace","error"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"~0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.2","jshint":"^2.5.6","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","scripts":{"test":"make clean test"},"gitHead":"36a80eb858d761f9abdc76282ff6c20c747cf10d","_id":"error-stack-parser@0.2.0","_shasum":"98b9876fd19dfe9d92824edac3e502c9d2399712","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"98b9876fd19dfe9d92824edac3e502c9d2399712","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-0.2.0.tgz"},"directories":{}},"0.2.1":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"0.2.1","keywords":["stacktrace","error"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"~0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.2","jshint":"^2.5.6","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","uglify-js2":"^2.1.11"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","scripts":{"test":"make clean test"},"gitHead":"ac1283544db1a74a7ba0c3e26c71453c24cddc30","_id":"error-stack-parser@0.2.1","_shasum":"225d76b89bb53de37b3f8ad965238be187142187","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"225d76b89bb53de37b3f8ad965238be187142187","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-0.2.1.tgz"},"directories":{}},"0.2.2":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"0.2.2","keywords":["stacktrace","error"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"~0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.2","jasmine-node":"~1.14","jshint":"^2.5.6","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","uglify-js2":"^2.1.11"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/","node_modules/stacktrame/"],"scripts":{"test":"make clean test"},"gitHead":"d28b436bdf25a94f4acd3735e1108c535ab8be0e","_id":"error-stack-parser@0.2.2","_shasum":"be57f411825398d1fdde55a6137e803a8fe23e29","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"be57f411825398d1fdde55a6137e803a8fe23e29","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-0.2.2.tgz"},"directories":{}},"0.2.3":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"0.2.3","keywords":["stacktrace","error"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"~0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.2","jasmine-node":"~1.14","jshint":"^2.5.6","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","uglify-js2":"^2.1.11"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/","node_modules/stackframe/"],"scripts":{"test":"make clean test"},"gitHead":"66220265b338c0ed88089efb5fe921bf18322829","_id":"error-stack-parser@0.2.3","_shasum":"05fe89901b78bf76ea3acdbe37d0e305bd4f99b9","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"05fe89901b78bf76ea3acdbe37d0e305bd4f99b9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-0.2.3.tgz"},"directories":{}},"0.2.4":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"0.2.4","keywords":["stacktrace","error"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"~0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.2","jasmine-node":"~1.14","jshint":"^2.5.6","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","uglify-js2":"^2.1.11"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/","node_modules/stackframe/"],"scripts":{"test":"make clean test"},"gitHead":"ad0c28a11d87321831ba3f50a3ce436b25f9393f","_id":"error-stack-parser@0.2.4","_shasum":"3c9f9de1b8107d6233aeaef99a699f66f8afb2d8","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"3c9f9de1b8107d6233aeaef99a699f66f8afb2d8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-0.2.4.tgz"},"directories":{}},"1.0.0":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"1.0.0","keywords":["stacktrace","error","stack"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"~0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.2","jasmine-node":"~1.14","jshint":"^2.5.6","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","uglify-js2":"^2.1.11"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/","node_modules/stackframe/"],"scripts":{"test":"make clean test"},"gitHead":"ac8c2c66ed0acd66ae44f7dfcec3fb0f542e8546","_id":"error-stack-parser@1.0.0","_shasum":"88257580312b5bd4af2acfee1dab4b81c97d47a0","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"88257580312b5bd4af2acfee1dab4b81c97d47a0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"1.1.0","keywords":["stacktrace","error","stack"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"~0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.2","jasmine-node":"~1.14","jshint":"^2.5.6","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","uglify-js2":"^2.1.11"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/","node_modules/stackframe/"],"scripts":{"test":"make clean test"},"gitHead":"1c38bf7cdff597d8424e8bd341b9f95441df70dc","_id":"error-stack-parser@1.1.0","_shasum":"d5b438993657d3659b35d79bc7156d671c830492","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"d5b438993657d3659b35d79bc7156d671c830492","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"1.1.1","keywords":["stacktrace","error","stack"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"~0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.2","jasmine-node":"~1.14","jshint":"^2.5.6","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","uglify-js2":"^2.1.11"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/","node_modules/stackframe/"],"scripts":{"test":"make clean test"},"gitHead":"7f6828ec08bbfe50dc0c47042a2b0c571cdab3d1","_id":"error-stack-parser@1.1.1","_shasum":"26d018fcec17c9ea16e8acf727da03f4a15375e6","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"26d018fcec17c9ea16e8acf727da03f4a15375e6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.1.1.tgz"},"directories":{}},"1.1.2":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"1.1.2","keywords":["stacktrace","error","stack"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"~0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.2","jasmine-node":"~1.14","jshint":"^2.5.6","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","uglify-js2":"^2.1.11"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/","node_modules/stackframe/"],"scripts":{"test":"make clean test"},"gitHead":"b7d7968e6b7e42b8c8ec1061fd172bd1ca13ee66","_id":"error-stack-parser@1.1.2","_shasum":"8073e9c8eb7139715b7c9fa7425ce09e4579b3db","_from":".","_npmVersion":"2.5.0","_nodeVersion":"0.10.35","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"8073e9c8eb7139715b7c9fa7425ce09e4579b3db","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.1.2.tgz"},"directories":{}},"1.2.0":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"1.2.0","keywords":["stacktrace","error","stack"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"~0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.2","jasmine-node":"~1.14","jshint":"^2.5.6","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.2.6","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.5","karma-opera-launcher":"^0.1.0","karma-phantomjs-launcher":"^0.1.4","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","uglify-js2":"^2.1.11"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/","node_modules/stackframe/"],"scripts":{"test":"make clean test"},"gitHead":"2965497583c3f6ad99aba0e324b29547b169782a","_id":"error-stack-parser@1.2.0","_shasum":"23b84a76db68f4b3924f65837ce121d8c0571a1d","_from":".","_npmVersion":"2.5.0","_nodeVersion":"0.10.35","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"23b84a76db68f4b3924f65837ce121d8c0571a1d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"1.2.1","license":"SEE LICENSE IN LICENSE","keywords":["stacktrace","error","stack"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"^0.3.0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"~1.0.3","coveralls":"^2.11.3","del":"^1.2.0","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^1.11.2","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.2.0","jasmine-node":"~1.14","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.5.0","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.0","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","run-sequence":"^1.1.1"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"licenses":[{"type":"Public Domain","url":"https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"}],"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp clean test"},"gitHead":"27a19a704bb0ca9f9befd17b0a06c0e834d06098","_id":"error-stack-parser@1.2.1","_shasum":"41344fb8af38570aa16cf762ede25c2aa66b959d","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"41344fb8af38570aa16cf762ede25c2aa66b959d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.2.1.tgz"},"directories":{}},"1.2.2":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"1.2.2","license":"SEE LICENSE IN LICENSE","keywords":["stacktrace","error","stack"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"^0.3.0"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.0","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^1.11.2","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.2.0","jasmine-node":"~1.14","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.5.0","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.1","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","run-sequence":"^1.1.1"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp test"},"gitHead":"fdde0cb1a9e82007e40d76357035c910fc3eff00","_id":"error-stack-parser@1.2.2","_shasum":"97d7516fa577078a515e68aba26724ce36d528e8","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"97d7516fa577078a515e68aba26724ce36d528e8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.2.2.tgz"},"directories":{}},"1.2.3":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"}],"version":"1.2.3","license":"SEE LICENSE IN LICENSE","keywords":["stacktrace","error","stack"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"^0.3.1"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.1","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^1.11.2","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.4.1","jasmine-node":"~1.14","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.5.2","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.2","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","run-sequence":"^1.1.1"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp test"},"gitHead":"1d247018323b83270c3db6e3659c37938582f23d","_id":"error-stack-parser@1.2.3","_shasum":"4342dfc056e3acb842b12d554d2b22161c4db741","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"4342dfc056e3acb842b12d554d2b22161c4db741","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.2.3.tgz"},"directories":{}},"1.3.0":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"},{"name":"oliversalzburg","email":"oliver.salzburg@gmail.com"}],"version":"1.3.0","license":"SEE LICENSE IN LICENSE","keywords":["stacktrace","error","stack","parser"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"^0.3.1"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.1","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^1.11.2","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.4.1","jasmine-node":"~1.14","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.5.2","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.2","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","run-sequence":"^1.1.1"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp test"},"gitHead":"6d1b89bf77dd2514e25141146c8f3a5f721685af","_id":"error-stack-parser@1.3.0","_shasum":"05391996a4ab2e23d35ac23d135908d80ba25de0","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"05391996a4ab2e23d35ac23d135908d80ba25de0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.3.0.tgz"},"directories":{}},"1.3.1":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"},{"name":"oliversalzburg","email":"oliver.salzburg@gmail.com"}],"version":"1.3.1","license":"SEE LICENSE IN LICENSE","keywords":["stacktrace","error","stack","parser"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"^0.3.1"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.1","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^1.11.2","gulp-sourcemaps":"^1.5.2","gulp-uglify":"^1.4.1","jasmine-node":"~1.14","karma":"~0.12","karma-chrome-launcher":"^0.1.5","karma-coverage":"^0.5.2","karma-firefox-launcher":"^0.1.3","karma-ie-launcher":"^0.1.5","karma-jasmine":"^0.1.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.2","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.10","run-sequence":"^1.1.1"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp test"},"gitHead":"53dd6f8877ac1c3c335257f50a57179ddd47376b","_id":"error-stack-parser@1.3.1","_shasum":"5639993b710bdc6fe2a54be61ff6bce403e42451","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"5639993b710bdc6fe2a54be61ff6bce403e42451","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.3.1.tgz"},"directories":{}},"1.3.2":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"},{"name":"oliversalzburg","email":"oliver.salzburg@gmail.com"}],"version":"1.3.2","license":"SEE LICENSE IN LICENSE","keywords":["stacktrace","error","stack","parser"],"homepage":"http://www.stacktracejs.com","dependencies":{"stackframe":"^0.3.1"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.1","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^2.0.0","gulp-sourcemaps":"^1.6.0","gulp-uglify":"^1.5.1","jasmine":"^2.3.2","jasmine-core":"^2.3.4","jshint":"^2.8.0","karma":"~0.13","karma-chrome-launcher":"^0.1.12","karma-coverage":"^0.5.3","karma-firefox-launcher":"^0.1.7","karma-ie-launcher":"^0.2.0","karma-jasmine":"^0.3.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.2","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.3.0","run-sequence":"^1.1.5"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp test"},"gitHead":"3e56eaeaac88e808b5f9bd3835f6d3986350968b","_id":"error-stack-parser@1.3.2","_shasum":"29e21522b2ca531e669beb550c5efdfc489ef4aa","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"29e21522b2ca531e669beb550c5efdfc489ef4aa","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.3.2.tgz"},"directories":{}},"1.3.3":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"},{"name":"oliversalzburg","email":"oliver.salzburg@gmail.com"}],"version":"1.3.3","license":"Unlicense","keywords":["stacktrace","error","stack","parser"],"homepage":"https://www.stacktracejs.com","dependencies":{"stackframe":"^0.3.1"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.1","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^2.0.0","gulp-sourcemaps":"^1.6.0","gulp-uglify":"^1.5.1","jasmine":"^2.3.2","jasmine-core":"^2.3.4","jshint":"^2.8.0","karma":"~0.13","karma-chrome-launcher":"^0.1.12","karma-coverage":"^0.5.3","karma-firefox-launcher":"^0.1.7","karma-ie-launcher":"^0.2.0","karma-jasmine":"^0.3.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.2","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.3.0","karma-spec-reporter":"0.0.23","run-sequence":"^1.1.5"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp test"},"gitHead":"b6d8241317c1b77f01907852727e9c96fcbb1136","_id":"error-stack-parser@1.3.3","_shasum":"fada6e3a9cd2b0e080e6d6fc751418649734f35c","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"fada6e3a9cd2b0e080e6d6fc751418649734f35c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.3.3.tgz"},"directories":{}},"1.3.4":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"},{"name":"oliversalzburg","email":"oliver.salzburg@gmail.com"}],"version":"1.3.4","license":"Unlicense","keywords":["stacktrace","error","stack","parser"],"homepage":"https://www.stacktracejs.com","dependencies":{"stackframe":"^0.3.1"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.1","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^2.0.0","gulp-sourcemaps":"^1.6.0","gulp-uglify":"^1.5.1","jasmine":"^2.3.2","jasmine-core":"^2.3.4","jscs":"^2.9.0","jshint":"^2.8.0","karma":"~0.13","karma-chrome-launcher":"^0.1.12","karma-coverage":"^0.5.3","karma-firefox-launcher":"^0.1.7","karma-ie-launcher":"^0.2.0","karma-jasmine":"^0.3.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.2","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.3.0","karma-spec-reporter":"0.0.23","run-sequence":"^1.1.5"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp test"},"gitHead":"29281309b4401bb5331f0446f1b43984a2c547db","_id":"error-stack-parser@1.3.4","_shasum":"955a9248600eae7c0b596f6f65589e5440a28bb8","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"955a9248600eae7c0b596f6f65589e5440a28bb8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.3.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/error-stack-parser-1.3.4.tgz_1459536512050_0.946812434354797"},"directories":{}},"1.3.5":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"},{"name":"oliversalzburg","email":"oliver.salzburg@gmail.com"}],"version":"1.3.5","license":"Unlicense","keywords":["stacktrace","error","stack","parser"],"homepage":"https://www.stacktracejs.com","dependencies":{"stackframe":"^0.3.1"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.1","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^2.0.0","gulp-sourcemaps":"^1.6.0","gulp-uglify":"^1.5.1","jasmine":"^2.3.2","jasmine-core":"^2.3.4","jscs":"^2.9.0","jshint":"^2.8.0","karma":"~0.13","karma-chrome-launcher":"^0.1.12","karma-coverage":"^0.5.3","karma-firefox-launcher":"^0.1.7","karma-ie-launcher":"^0.2.0","karma-jasmine":"^0.3.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.2","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.3.0","karma-spec-reporter":"0.0.23","run-sequence":"^1.1.5"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp test","prepublish":"gulp dist"},"gitHead":"97aa0aa08dc964aad887ba19a640154b3f6c144f","_id":"error-stack-parser@1.3.5","_shasum":"5430ee6474758cd5f554b23346bdc04066eb9ed2","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"5430ee6474758cd5f554b23346bdc04066eb9ed2","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.3.5.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/error-stack-parser-1.3.5.tgz_1459537516993_0.49045107420533895"},"directories":{}},"1.3.6":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"},{"name":"oliversalzburg","email":"oliver.salzburg@gmail.com"}],"version":"1.3.6","license":"Unlicense","keywords":["stacktrace","error","stack","parser"],"homepage":"https://www.stacktracejs.com","dependencies":{"stackframe":"^0.3.1"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.1","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^2.0.0","gulp-sourcemaps":"^1.6.0","gulp-uglify":"^1.5.1","jasmine":"^2.3.2","jasmine-core":"^2.3.4","jscs":"^2.9.0","jsdoc-dash-template":"^1.2.0","jshint":"^2.8.0","karma":"~0.13","karma-chrome-launcher":"^0.1.12","karma-coverage":"^0.5.3","karma-firefox-launcher":"^0.1.7","karma-ie-launcher":"^0.2.0","karma-jasmine":"^0.3.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.2","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.3.0","karma-spec-reporter":"0.0.23","run-sequence":"^1.1.5"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp test","prepublish":"gulp dist"},"gitHead":"04b29272bff2047496b822d165f7c0b0fd211b31","_id":"error-stack-parser@1.3.6","_shasum":"e0e73b93e417138d1cd7c0b746b1a4a14854c292","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"e0e73b93e417138d1cd7c0b746b1a4a14854c292","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-1.3.6.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/error-stack-parser-1.3.6.tgz_1463348711004_0.6289220121689141"},"directories":{}},"2.0.0":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"},{"name":"oliversalzburg","email":"oliver.salzburg@gmail.com"}],"version":"2.0.0","license":"Unlicense","keywords":["stacktrace","error","stack","parser"],"homepage":"https://www.stacktracejs.com","dependencies":{"stackframe":"^1.0.2"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.1","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^2.0.0","gulp-sourcemaps":"^1.6.0","gulp-uglify":"^1.5.1","jasmine":"^2.3.2","jasmine-core":"^2.3.4","jscs":"^2.9.0","jsdoc-dash-template":"^1.2.0","jshint":"^2.8.0","karma":"~0.13","karma-chrome-launcher":"^0.1.12","karma-coverage":"^0.5.3","karma-firefox-launcher":"^0.1.7","karma-ie-launcher":"^0.2.0","karma-jasmine":"^0.3.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.2","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.3.0","karma-spec-reporter":"0.0.23","run-sequence":"^1.1.5"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","files":["LICENSE","README.md","error-stack-parser.js","dist/"],"scripts":{"test":"gulp test","prepublish":"gulp dist"},"gitHead":"d9eb56a2804d0e5c1f3bf26e067a09f094fdd0de","_id":"error-stack-parser@2.0.0","_shasum":"9ce7777b32480e34a34c12a88b3428093fcd14b0","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"9ce7777b32480e34a34c12a88b3428093fcd14b0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-2.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/error-stack-parser-2.0.0.tgz_1481341792851_0.26317130448296666"},"directories":{}},"2.0.1":{"name":"error-stack-parser","description":"Extract meaning from JS Errors","maintainers":[{"name":"eriwen","email":"me@eriwen.com"},{"name":"oliversalzburg","email":"oliver.salzburg@gmail.com"}],"version":"2.0.1","license":"MIT","keywords":["stacktrace","error","stack","parser"],"homepage":"https://www.stacktracejs.com","dependencies":{"stackframe":"^1.0.3"},"repository":{"type":"git","url":"git://github.com/stacktracejs/error-stack-parser.git"},"devDependencies":{"colors":"^1.1.2","del":"^1.2.1","gulp":"^3.9.0","gulp-concat":"^2.6.0","gulp-coveralls":"^0.1.4","gulp-jshint":"^2.0.0","gulp-sourcemaps":"^1.6.0","gulp-uglify":"^1.5.1","jasmine":"^2.3.2","jasmine-core":"^2.3.4","jscs":"^2.9.0","jsdoc-dash-template":"^1.2.0","jshint":"^2.8.0","karma":"~0.13","karma-chrome-launcher":"^0.1.12","karma-coverage":"^0.5.3","karma-firefox-launcher":"^0.1.7","karma-ie-launcher":"^0.2.0","karma-jasmine":"^0.3.6","karma-opera-launcher":"^0.1.0","karma-phantomjs2-launcher":"^0.3.2","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.3.0","karma-spec-reporter":"0.0.23","run-sequence":"^1.1.5"},"bugs":{"url":"https://github.com/stacktracejs/error-stack-parser/issues"},"main":"./error-stack-parser.js","typings":"./error-stack-parser.d.ts","files":["LICENSE","README.md","error-stack-parser.js","error-stack-parser.d.ts","dist/"],"scripts":{"test":"gulp test","prepublish":"gulp dist"},"gitHead":"9114c3bd51d04d4d9f470470194c085dcf014ff2","_id":"error-stack-parser@2.0.1","_shasum":"a3202b8fb03114aa9b40a0e3669e48b2b65a010a","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"eriwen","email":"me@eriwen.com"},"dist":{"shasum":"a3202b8fb03114aa9b40a0e3669e48b2b65a010a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/error-stack-parser/-/error-stack-parser-2.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/error-stack-parser-2.0.1.tgz_1493521121783_0.17893171915784478"},"directories":{}}},"name":"error-stack-parser","time":{"modified":"2017-04-30T02:58:43.561Z","created":"2014-10-06T02:34:56.383Z","0.1.0":"2014-10-06T02:34:56.383Z","0.2.0":"2014-11-01T18:42:06.542Z","0.2.1":"2014-11-17T01:03:14.209Z","0.2.2":"2014-11-29T18:12:47.633Z","0.2.3":"2014-11-30T03:33:54.212Z","0.2.4":"2014-11-30T20:59:16.009Z","1.0.0":"2014-12-14T22:00:31.596Z","1.1.0":"2015-01-26T03:39:47.995Z","1.1.1":"2015-01-26T03:50:23.034Z","1.1.2":"2015-02-18T04:27:37.896Z","1.2.0":"2015-03-11T02:39:17.694Z","1.2.1":"2015-08-11T02:09:58.018Z","1.2.2":"2015-08-14T03:04:29.359Z","1.2.3":"2015-09-21T00:58:30.486Z","1.3.0":"2015-11-17T15:49:22.786Z","1.3.1":"2015-11-29T22:07:08.994Z","1.3.2":"2015-12-16T15:11:26.515Z","1.3.3":"2016-01-02T06:48:13.451Z","1.3.4":"2016-04-01T18:48:32.512Z","1.3.5":"2016-04-01T19:05:17.456Z","1.3.6":"2016-05-15T21:45:12.942Z","2.0.0":"2016-12-10T03:49:54.547Z","2.0.1":"2017-04-30T02:58:43.561Z"},"readmeFilename":"README.md","homepage":"https://www.stacktracejs.com"}