{ "_from": "stack-utils@^0.4.0", "_id": "stack-utils@0.4.0", "_inBundle": false, "_integrity": "sha1-lAy4L8z6hOj/Lz/fKT/ngBa+zNE=", "_location": "/stack-utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "stack-utils@^0.4.0", "name": "stack-utils", "escapedName": "stack-utils", "rawSpec": "^0.4.0", "saveSpec": null, "fetchSpec": "^0.4.0" }, "_requiredBy": [ "/ava" ], "_resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-0.4.0.tgz", "_shasum": "940cb82fccfa84e8ff2f3fdf293fe78016beccd1", "_spec": "stack-utils@^0.4.0", "_where": "/home/mwinter/www/unboundedpress/node_modules/ava", "author": { "name": "James Talmage", "email": "james@talmage.io", "url": "github.com/jamestalmage" }, "bugs": { "url": "https://github.com/tapjs/stack-utils/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Captures and cleans stack traces", "devDependencies": { "ava": "^0.8.0", "bluebird": "^3.1.1", "coveralls": "^2.11.6", "flatten": "0.0.1", "nested-error-stacks": "^1.0.2", "nyc": "^5.2.0", "pify": "^2.3.0", "q": "^1.4.1", "xo": "^0.12.1" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/tapjs/stack-utils#readme", "keywords": [], "license": "MIT", "name": "stack-utils", "repository": { "type": "git", "url": "git+https://github.com/tapjs/stack-utils.git" }, "scripts": { "test": "xo && nyc --reporter lcov --reporter text --cache ava --verbose", "test-win": "ava --verbose" }, "version": "0.4.0" }