schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

38
node_modules/temp-dir/package.json generated vendored Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "temp-dir",
"version": "1.0.0",
"description": "Get the real path of the system temp directory",
"license": "MIT",
"repository": "sindresorhus/temp-dir",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"temp",
"tmp",
"dir",
"tmpdir",
"os",
"system",
"real",
"path",
"realpath",
"resolved"
],
"devDependencies": {
"ava": "*",
"proxyquire": "^1.7.11",
"xo": "*"
}
}