CasperSecurity
{
"_id": "clean-stack@2.2.0",
"_inBundle": true,
"_location": "/npm/clean-stack",
"_phantomChildren": {},
"_requiredBy": [
"/npm/aggregate-error"
],
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"browser": {
"os": false
},
"bugs": {
"url": "https://github.com/sindresorhus/clean-stack/issues"
},
"description": "Clean up error stack traces",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/clean-stack#readme",
"keywords": [
"clean",
"stack",
"trace",
"traces",
"error",
"err",
"electron"
],
"license": "MIT",
"name": "clean-stack",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/clean-stack.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.2.0"
}