schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

41
node_modules/p-reduce/package.json generated vendored Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "p-reduce",
"version": "1.0.0",
"description": "Reduce a list of values using promises into a promise for a value",
"license": "MIT",
"repository": "sindresorhus/p-reduce",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"promise",
"reduce",
"collection",
"iterable",
"iterator",
"async",
"await",
"promises",
"accumulate",
"bluebird"
],
"devDependencies": {
"ava": "*",
"delay": "^1.3.1",
"xo": "*"
},
"xo": {
"esnext": true
}
}