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

20
node_modules/tempfile/package.json generated vendored
View File

@@ -1,19 +1,19 @@
{
"name": "tempfile",
"version": "1.1.1",
"description": "Get a random temp file path",
"version": "2.0.0",
"description": "Get a random temporary file path",
"license": "MIT",
"repository": "sindresorhus/tempfile",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"scripts": {
"test": "mocha"
"test": "xo && ava"
},
"files": [
"index.js"
@@ -26,13 +26,15 @@
"file",
"path",
"random",
"rand"
"rand",
"uuid"
],
"dependencies": {
"os-tmpdir": "^1.0.0",
"uuid": "^2.0.1"
"temp-dir": "^1.0.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"mocha": "*"
"ava": "*",
"xo": "*"
}
}