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

33
node_modules/onetime/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "onetime",
"version": "1.1.0",
"description": "Only call a function once",
"license": "MIT",
"repository": "sindresorhus/onetime",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"once",
"one",
"single",
"call",
"function",
"prevent"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}