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.
74 lines
1.8 KiB
74 lines
1.8 KiB
{
|
|
"_from": "aggregate-error@^3.0.0",
|
|
"_id": "aggregate-error@3.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==",
|
|
"_location": "/aggregate-error",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "aggregate-error@^3.0.0",
|
|
"name": "aggregate-error",
|
|
"escapedName": "aggregate-error",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/p-map"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz",
|
|
"_shasum": "db2fe7246e536f40d9b5442a39e117d7dd6a24e0",
|
|
"_spec": "aggregate-error@^3.0.0",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/p-map",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/aggregate-error/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"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.0.1"
|
|
}
|