Last commit july 5th

This commit is contained in:
2024-07-05 13:46:23 +02:00
parent dad0d86e8c
commit b0e4dfbb76
24982 changed files with 2621219 additions and 413 deletions

25
spa/node_modules/async-foreach/package.json generated vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
"name": "async-foreach",
"description": "An optionally-asynchronous forEach with an interesting interface.",
"version": "0.1.3",
"homepage": "http://github.com/cowboy/javascript-sync-async-foreach",
"bugs": "https://github.com/cowboy/javascript-sync-async-foreach/issues",
"repository": {
"type": "git",
"url": "git://github.com/cowboy/javascript-sync-async-foreach.git"
},
"main": "lib/foreach",
"engines": {
"node": "*"
},
"keywords": [
"array",
"loop",
"sync",
"async",
"foreach"
],
"dependencies": {},
"devDependencies": {}
}