You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
961 B
44 lines
961 B
5 years ago
|
{
|
||
|
"name": "aggregate-error",
|
||
|
"version": "3.0.1",
|
||
|
"description": "Create an error from multiple errors",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/aggregate-error",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava && tsd"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"aggregate",
|
||
|
"error",
|
||
|
"combine",
|
||
|
"multiple",
|
||
|
"many",
|
||
|
"collection",
|
||
|
"iterable",
|
||
|
"iterator"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"clean-stack": "^2.0.0",
|
||
|
"indent-string": "^4.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ava": "^2.4.0",
|
||
|
"tsd": "^0.7.1",
|
||
|
"xo": "^0.25.3"
|
||
|
},
|
||
|
"__npminstall_done": "Fri Jan 03 2020 18:02:10 GMT+0800 (GMT+08:00)",
|
||
|
"_from": "aggregate-error@3.0.1",
|
||
|
"_resolved": "https://registry.npm.taobao.org/aggregate-error/download/aggregate-error-3.0.1.tgz"
|
||
|
}
|