Update gitignore (sorry)
Some checks failed
Android Build / publish (push) Successful in 33s
Linux Build / publish (push) Failing after 25s

This commit is contained in:
olcxja 2026-05-10 14:02:17 +02:00
commit cca8b02fea
6604 changed files with 1219661 additions and 4 deletions

41
electron/node_modules/ensure-error/package.json generated vendored Normal file
View file

@ -0,0 +1,41 @@
{
"name": "ensure-error",
"version": "2.1.0",
"description": "Ensures a value is a valid error by making it one if not",
"license": "MIT",
"repository": "sindresorhus/ensure-error",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"error",
"ensure",
"valid",
"stack",
"message",
"name",
"string",
"to",
"make",
"fix",
"clean",
"convert"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.11.0",
"xo": "^0.24.0"
}
}