CasperSecurity
{
"_id": "aggregate-error@3.1.0",
"_inBundle": true,
"_location": "/npm/aggregate-error",
"_phantomChildren": {},
"_requiredBy": [
"/npm/p-map"
],
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/aggregate-error/issues"
},
"dependencies": {
"clean-stack": "^2.0.0",
"indent-string": "^4.0.0"
},
"description": "Create an error from multiple errors",
"devDependencies": {
"ava": "^2.4.0",
"tsd": "^0.7.1",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/aggregate-error#readme",
"keywords": [
"aggregate",
"error",
"combine",
"multiple",
"many",
"collection",
"iterable",
"iterator"
],
"license": "MIT",
"name": "aggregate-error",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/aggregate-error.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.1.0"
}