UNPKG

stack-slice

Version:

Slice a file or directory from the middle of an Error stack trace

38 lines (37 loc) 801 B
{ "name": "stack-slice", "version": "1.0.1", "description": "Slice a file or directory from the middle of an Error stack trace", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "node ./tests" }, "repository": { "type": "git", "url": "git+https://github.com/MauriceButler/stack-slice.git" }, "author": "Maurice Butler <maurice.butler@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/MauriceButler/stack-slice/issues" }, "homepage": "https://github.com/MauriceButler/stack-slice#readme", "dependencies": {}, "devDependencies": { "tape": "^4.2.1" }, "keywords": [ "error", "stack", "trace", "stack-trace", "slice", "splice", "remove", "edit", "change" ] }