Galerie und tage

This commit is contained in:
2021-11-23 17:56:26 +01:00
parent ff35366279
commit 5f873bee89
4693 changed files with 149659 additions and 301447 deletions

31
node_modules/co/package.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "co",
"version": "3.1.0",
"description": "generator async flow control goodness",
"keywords": [
"async",
"flow",
"generator",
"coro",
"coroutine"
],
"devDependencies": {
"should": "^3.0.0",
"mocha": "^1.12.0",
"bluebird": "^2.0.0",
"thunkify": "^2.0.0",
"request": "^2.36.0",
"matcha": "~0.5.0"
},
"scripts": {
"test": "make test"
},
"files": [
"index.js"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/co.git"
}
}