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

12
node_modules/bin-check/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "bin-check",
"version": "2.0.0",
"version": "4.1.0",
"description": "Check if a binary is working",
"license": "MIT",
"repository": "kevva/bin-check",
@@ -10,10 +10,10 @@
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"scripts": {
"test": "node test/test.js"
"test": "xo && ava"
},
"files": [
"index.js"
@@ -25,9 +25,11 @@
"test"
],
"dependencies": {
"executable": "^1.0.0"
"execa": "^0.7.0",
"executable": "^4.1.0"
},
"devDependencies": {
"ava": "^0.0.4"
"ava": "*",
"xo": "*"
}
}