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/is-obj/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "is-obj",
"version": "1.0.1",
"description": "Check if a value is an object",
"license": "MIT",
"repository": "sindresorhus/is-obj",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"obj",
"object",
"is",
"check",
"test",
"type"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}