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

30
node_modules/wrap-fn/package.json generated vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "wrap-fn",
"version": "0.1.5",
"license": "MIT",
"description": "support sync, async, and generator functions",
"scripts": {
"test": "make test"
},
"keywords": [
"browser",
"wrap",
"generator"
],
"author": "Matthew Mueller <mattmuelle@gmail.com>",
"repository": "MatthewMueller/wrap-fn",
"dependencies": {
"co": "3.1.0"
},
"devDependencies": {
"duo": "^0.8.2",
"duo-test": "^0.3.2",
"generator-support": "0.0.1",
"gnode": "0.0.8",
"mocha": "*",
"should": "*"
},
"files": [
"index.js"
]
}